summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Code cleanupArtur Signell2010-08-241-8/+11
* Fix for #5465 - Custom dateformat MEDIUM in DateField shows long month nameArtur Signell2010-08-241-13/+20
* Fix for #5458 - ItemClick is not sent when clicking a selected itemArtur Signell2010-08-201-16/+19
* Split selectable logic to separate isSelectable() methodArtur Signell2010-08-191-15/+18
* Removed some @override annotations the build did not likeMarc Englund2010-08-191-1/+0
* Testcase and fix for #5457Marc Englund2010-08-191-0/+7
* Fix for #5439 - Treenode expand/collapse doesn't workArtur Signell2010-08-161-6/+7
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-1694-741/+694
* Fix for #5258John Alhroos2010-08-131-0/+20
* Fix for #5433John Alhroos2010-08-132-8/+34
* Fixed #5431John Alhroos2010-08-121-5/+8
* Partial fix for #5400John Alhroos2010-08-121-39/+48
* Fix for #5318John Alhroos2010-08-121-4/+9
* Fix for #3490John Alhroos2010-08-101-1/+31
* Fix for #5385 and #4642John Alhroos2010-08-101-1/+36
* Reverted 14429 since it was not working as expected.John Alhroos2010-08-101-34/+14
* Fixes the initial focus outline on the DateField which should not be there if...John Alhroos2010-08-101-1/+3
* Fix for #5329John Alhroos2010-08-091-3/+9
* Removed non-existing UNITS_ROWS reference and changed other UNITS_ references...Artur Signell2010-08-091-13/+17
* Fix for #5387John Alhroos2010-08-093-1/+90
* Added a comment about screen size not being available in Application.init()Artur Signell2010-08-091-0/+11
* Fix for #5385John Alhroos2010-08-061-1/+37
* Fix for #5322John Alhroos2010-08-061-1/+0
* Fix for #5376John Alhroos2010-08-061-0/+2
* DateField client side refactoring.John Alhroos2010-08-067-1343/+1203
* Fix for #5396John Alhroos2010-08-061-3/+17
* Added authentication error checking in ApplicationConnection. Needed when usi...John Alhroos2010-08-055-15/+193
* Fixes the reverted [13971] issue.John Alhroos2010-08-041-1/+4
* Reverting part of [12971] back since it causes the regression #5403.John Alhroos2010-08-041-1/+3
* #5409 Form.focus should focus the first enabled, writable field if possibleHenri Sara2010-08-041-9/+20
* #5405 better javadoc for BeanItemContainer constructorHenri Sara2010-08-041-0/+7
* #5405 relax type constraint on BeanItemContainer constructor and addAll() methodHenri Sara2010-08-041-3/+3
* fixes #5388, better fix for #4019Matti Tahvonen2010-07-281-28/+19
* opening api for extension (TreeTable)Matti Tahvonen2010-07-271-5/+5
* #5374 additional fix: handle actions correctly if column reordering is disabled.Henri Sara2010-07-231-1/+2
* #5380 Disabling a read-only RichTextArea caused the toolbar to appear on WebK...Henri Sara2010-07-231-5/+3
* #5374 Table column reordering could not be disabled once enabledHenri Sara2010-07-231-3/+5
* replaced obsolete usage of setStylePrimaryName with setStyleName (faster, sam...Matti Tahvonen2010-07-228-13/+12
* removed obsolete debug codeMatti Tahvonen2010-07-211-6/+0
* fixes #5089 (read only mode) and #5379 webkit bugMatti Tahvonen2010-07-212-19/+78
* fixes #5341Matti Tahvonen2010-07-211-0/+6
* fixes #5244, patch by postoMatti Tahvonen2010-07-211-1/+43
* fixes #4175 and partly #5373 (TextField and RichTextArea now work properly)Matti Tahvonen2010-07-216-34/+175
* #5369 DateField doesn't show selected value after invalidHenri Sara2010-07-212-1/+10
* javadoc typo + bit more specific descriptionMatti Tahvonen2010-07-211-5/+5
* fixes #5377Matti Tahvonen2010-07-211-2/+4
* refined the API docsMatti Tahvonen2010-07-201-1/+2
* A JavaDoc typo corrected. Thanks to Danang Suharno.Joonas Lehtinen2010-07-191-2/+2
* focus selected row if found when current is lostMatti Tahvonen2010-07-161-0/+9
* fixes keyboard navigation related issues #5347 and #5368Matti Tahvonen2010-07-161-19/+19