summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* Used from the server side so must be SerializableArtur Signell2010-03-231-1/+3
* Typo fixArtur Signell2010-03-231-1/+1
* refactored AbstractSelect criteria (hopefully better names now)Matti Tahvonen2010-03-232-12/+32
* Refactored new actions api a little: removed mnemonics terminology, adding/re...Marc Englund2010-03-231-1/+1
* Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...Marc Englund2010-03-232-2/+40
* finished renameMatti Tahvonen2010-03-234-6/+6
* refactoring (renaming)Matti Tahvonen2010-03-2216-18/+18
* Fix for #3492 - DateField should have an option to show week numbersArtur Signell2010-03-223-59/+183
* Fixed typo in fix for #3931Artur Signell2010-03-221-1/+1
* fixes #4322Matti Tahvonen2010-03-192-17/+28
* Fixes #4102: RichTextArea should provide feedback on current text formatJouni Koivuviita2010-03-1920-26/+22
* Fix for #4373 - Menubar causes javascript exception in IE7Artur Signell2010-03-181-0/+6
* Removed extra serialVersionUIDsArtur Signell2010-03-183-5/+0
* property id is now sent to server from table drag event + some javadocs and s...Matti Tahvonen2010-03-181-1/+12
* DD related refactorings and javadocsMatti Tahvonen2010-03-181-3/+15
* fixes #4362 + test caseMatti Tahvonen2010-03-171-8/+11
* DD related javadocs, cleanup, small refactoringMatti Tahvonen2010-03-172-7/+3
* DD related javadocs, cleanup, small refactoringMatti Tahvonen2010-03-172-42/+14
* DD related javadocs, cleanup, small refactoringMatti Tahvonen2010-03-172-50/+13
* cross plat improvementes for html5 dragsMatti Tahvonen2010-03-161-2/+13
* cross plat improvementes for html5 dragsMatti Tahvonen2010-03-164-41/+97
* Added javadoc about the class being internalArtur Signell2010-03-161-1/+4
* #4284 - Add Chrome version parsing to BrowserInfoArtur Signell2010-03-161-0/+4
* Test case and fix for #3931 - Provide methods for browser detection in WebBro...Artur Signell2010-03-163-106/+390
* fixes #4351 (relative size changes don't propagate via csslayout)Matti Tahvonen2010-03-161-0/+18
* IE now behaves with its text selection during drag and dropMatti Tahvonen2010-03-151-0/+6
* drag proxy fix for Dragmode.wrapperMatti Tahvonen2010-03-151-2/+6
* force emphasis style names to be cleanedMatti Tahvonen2010-03-151-8/+7
* removed DragDropPane class, some cleanupMatti Tahvonen2010-03-153-310/+19
* #4333Matti Tahvonen2010-03-151-1/+3
* Changed default resource cache time to 1 hour (#2586)Artur Signell2010-03-151-2/+2
* Fix for #3935 DateField does not update contents when locale is changedArtur Signell2010-03-121-1/+2
* Fix for #4004 PopupDateField - Wrong tabIndex for popup buttonArtur Signell2010-03-121-0/+7
* A proper (FF36 only) file drag support, enhanced test case. Should be forward...Matti Tahvonen2010-03-125-67/+154
* fixed broken jsni method in skeleton classMatti Tahvonen2010-03-121-4/+4
* Skeletons for html5 File API in DDMatti Tahvonen2010-03-111-2/+41
* Skeletons for html5 File API in DDMatti Tahvonen2010-03-112-0/+63
* Fix for #3407 - Sub window higher than the browser window produces extra scro...Artur Signell2010-03-111-0/+9
* changed the code to be java 1.6 compatibleMatti Tahvonen2010-03-116-45/+52
* Fix for #2586 - Theme should be refreshed when Vaadin version is updatedArtur Signell2010-03-111-10/+93
* Merge from 6.2 for fix [11755]John Alhroos2010-03-111-0/+6
* small enhancements + developing web desktop test Matti Tahvonen2010-03-101-5/+8
* better fix for #4109Matti Tahvonen2010-03-103-27/+36
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-0986-0/+258
* enhanced docsMatti Tahvonen2010-03-091-3/+12
* fixes #4279Matti Tahvonen2010-03-092-0/+41
* Context menus now work properly in Tree and Table if dragging is enabledMatti Tahvonen2010-03-092-2/+5
* Re-applied fix for #4240Artur Signell2010-03-091-7/+1
* VScrollTable: If multiple rows selected and drag starts on selected row, clie...Matti Tahvonen2010-03-093-2/+36
* #4286 remove IE workaround from RichTextAreaHenri Sara2010-03-081-8/+0