aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixes #5342Matti Tahvonen2010-07-161-1/+1
* fixes #5358Matti Tahvonen2010-07-151-4/+15
* removed obsolete (and undocumented) parameterMatti Tahvonen2010-07-151-13/+12
* formatted the source fileMatti Tahvonen2010-07-151-62/+68
* fixes #5350Matti Tahvonen2010-07-151-4/+6
* a more specific return type (parent of window is always window or null)Matti Tahvonen2010-07-151-10/+10
* enhancements to widget implementation replacementMatti Tahvonen2010-07-142-45/+52
* fixes #5342Matti Tahvonen2010-07-121-1/+1
* fixes #5340Matti Tahvonen2010-07-121-1/+1
* fixes #5339Matti Tahvonen2010-07-121-1/+3
* Fix for #5333 - Original JSON text is promised but not included if server res...Artur Signell2010-07-091-2/+2
* #4619 update GWT user.agent in comments of widgetset files created by Eclipse...Henri Sara2010-07-091-3/+2
* Fix for #5060Jonatan Kronqvist2010-07-071-1/+5
* #3988 add getPortletConfig() to PortletApplicationContext2, allows getting po...Henri Sara2010-07-072-0/+11
* Additional fix for VView click handlers (#5038)Artur Signell2010-07-071-3/+10
* Applied the patch from #4448Jonatan Kronqvist2010-07-071-10/+18
* Added click listener for sub windows (#5038)Artur Signell2010-07-071-3/+28