summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...Marc Englund2010-03-235-88/+261
* finished renameMatti Tahvonen2010-03-233-11/+11
* refactoring (renaming)Matti Tahvonen2010-03-223-6/+6
* Suggestive api for basic html5 data types.Matti Tahvonen2010-03-221-0/+18
* Fix for #3492 - DateField should have an option to show week numbersArtur Signell2010-03-221-1/+30
* Removed extra serialVersionUIDsArtur Signell2010-03-185-25/+0
* added TableDropCriterion, quite similar to TreeDropCriterion and uses same cl...Matti Tahvonen2010-03-181-0/+98
* Minor javadoc updateArtur Signell2010-03-181-3/+5
* DD related refactorings and javadocsMatti Tahvonen2010-03-181-5/+27
* javadocsMatti Tahvonen2010-03-181-3/+6
* property id is now sent to server from table drag event + some javadocs and s...Matti Tahvonen2010-03-182-9/+20
* DD related refactorings and javadocsMatti Tahvonen2010-03-181-9/+28
* Fixed small typo in CssLayout javadocHenri Sara2010-03-181-2/+2
* #4365 WrapperDropDetails had null drop targetHenri Sara2010-03-181-1/+1
* some javadocsMatti Tahvonen2010-03-172-14/+40
* cross plat improvementes for html5 dragsMatti Tahvonen2010-03-161-0/+1
* Fix for #4354 - SplitPanel setComponent methods should check if the component...Artur Signell2010-03-161-0/+10
* removed DragDropPane class, some cleanupMatti Tahvonen2010-03-153-216/+30
* JavaDoc for the Component interface. For #4244.Marko Grönroos2010-03-152-37/+338
* #4187 Drag and Drop server validation sample and a null check in AbstractSele...Henri Sara2010-03-151-3/+5
* A proper (FF36 only) file drag support, enhanced test case. Should be forward...Matti Tahvonen2010-03-121-17/+67
* Some drag'n'drop javadoc improvements and a new method in DataBoundTransferable.Henri Sara2010-03-122-3/+15
* Test case and fix for Artur Signell2010-03-121-12/+17
* Skeletons for html5 File API in DDMatti Tahvonen2010-03-111-0/+45
* fixes #4299Matti Tahvonen2010-03-111-2/+3
* small enhancements + developing web desktop test Matti Tahvonen2010-03-102-2/+18
* Revised JavaDoc documentation for Component (#4244).Marko Grönroos2010-03-092-133/+507
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-0918-0/+54
* Fix for #3554 - Form.addItemProperty() resets caption created by FieldFactoryArtur Signell2010-03-091-14/+1
* reverting changes committed by accident after epic eclipse/subclicpse failMatti Tahvonen2010-03-091-12/+44
* extracted helper to detect previous itemId (in children list) of the actual t...Matti Tahvonen2010-03-051-0/+35
* merged changes from 6.3 + some container related changesMatti Tahvonen2010-03-0510-65/+407
|\
| * Fixes #3322: SplitPanel with split position 100% doesn't resize correctlyJouni Koivuviita2010-03-051-5/+9
| * Fixes #3736 "Split up style and type definitions" and #3467 "Button styles mi...Jouni Koivuviita2010-03-035-1/+256
| * Merged [11391],[11473],[11474],[11475],[11477] from 6.2Artur Signell2010-02-232-10/+55
| * Moved Expand/Collapse method references to listener class and added Tree list...Artur Signell2010-02-191-22/+15
| * #2205 Make Form layouting more flexibleArtur Signell2010-02-161-26/+71
| * Merged code changes from 6.2Henri Sara2010-02-011-0/+6
* | changesMatti Tahvonen2010-03-043-36/+133
* | Unified namingArtur Signell2010-02-225-56/+138
* | Removed unused drag mode for TableArtur Signell2010-02-221-1/+1
* | Fixed drag mode support for TreeArtur Signell2010-02-221-7/+10
* | changesMatti Tahvonen2010-02-191-4/+4
* | removed component transferable (integrated to transferable), changed one test...Matti Tahvonen2010-02-193-9/+71
* | some refactoringMatti Tahvonen2010-02-185-99/+41
* | new criteria + enhancementsMatti Tahvonen2010-02-183-67/+109
* | enhancing wrapper, now horizontal drop location -> example horizontally sorta...Matti Tahvonen2010-02-172-4/+4
* | criterion map now generated from annotations from server side counterpartMatti Tahvonen2010-02-171-0/+3
* | draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-163-1/+121
* | styles, table drop handler, small changesMatti Tahvonen2010-02-162-2/+64