aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* fixes #5469Matti Tahvonen2010-09-071-12/+0
* Table: fixed fundamental selection/keyboard-selection/keyboard-navigation pro...Matti Tahvonen2010-09-021-21/+10
* fixes #5534Matti Tahvonen2010-09-011-7/+37
* fallback size for developers using LoginForm in invalid layoutsMatti Tahvonen2010-09-011-0/+1
* Refined javadocsMatti Tahvonen2010-08-311-0/+7
* Eclipse code cleanupArtur Signell2010-08-302-1/+2
* fixes #5498Matti Tahvonen2010-08-271-2/+2
* Fix for #5477 - Theme name constant are incorrectly capitalizedArtur Signell2010-08-263-3/+3
* Fixes AbstractField not updating tab index on client side after calling setTa...John Alhroos2010-08-251-0/+1
* tabindex now open for extension in abstractfield (using getter instead of fie...Matti Tahvonen2010-08-251-2/+2
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-1617-89/+80
* Fix for #5433John Alhroos2010-08-131-2/+6
* #5409 Form.focus should focus the first enabled, writable field if possibleHenri Sara2010-08-041-9/+20
* fixes #5089 (read only mode) and #5379 webkit bugMatti Tahvonen2010-07-211-0/+11
* fixes #5341Matti Tahvonen2010-07-211-0/+6
* javadoc typo + bit more specific descriptionMatti Tahvonen2010-07-211-5/+5
* refined the API docsMatti Tahvonen2010-07-201-1/+2
* fixes #5342Matti Tahvonen2010-07-161-1/+1
* a more specific return type (parent of window is always window or null)Matti Tahvonen2010-07-151-10/+10
* fixes #5342Matti Tahvonen2010-07-121-1/+1
* fixes #5340Matti Tahvonen2010-07-121-1/+1
* fixes #5339Matti Tahvonen2010-07-121-1/+3
* Fix for #5277Jonatan Kronqvist2010-07-071-13/+50
* Javadoc fix for #5320Artur Signell2010-07-071-3/+5
* Changed constant references and some method references to linksArtur Signell2010-07-071-42/+43
* #4515 and #4516: header and footer click listeners instead of handlersHenri Sara2010-07-071-90/+43
* Test case and fix for #5314Artur Signell2010-07-061-1/+1
* ComponentPosition setter/getter floats changed to Float to allow un-setting a...Marc Englund2010-07-061-56/+86
* Cleanup: removed unused validator function and extra TODO commentArtur Signell2010-07-061-32/+4
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-064-12/+2
* Make private nested class constructor visibility public or package to prevent...Henri Sara2010-07-064-2/+12
* #5300 add default constructor for the Upload componentHenri Sara2010-07-051-0/+13
* fixes #5278Matti Tahvonen2010-07-021-0/+8
* Fixes #5277, #5291, #5292John Alhroos2010-07-021-2/+18
* #5286 implement Serializable where necessaryHenri Sara2010-07-014-64/+87
* Cleaned javadocsMatti Tahvonen2010-06-302-9/+6
* fixes #810, #4607,#5279, #5281Matti Tahvonen2010-06-302-4/+7
* fixes #5079Matti Tahvonen2010-06-301-1/+1
* "premature optimization is the redemption all subtree caching issues" :-)Matti Tahvonen2010-06-291-20/+120
* Fix for #5006John Alhroos2010-06-291-0/+7
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-282-8/+8
* Set VWindow instead of VView for client widget for window. Fixes NPE when add...Matti Tahvonen2010-06-241-2/+2
* Made HeaderClickHandler and FooterClickHandler SerializableArtur Signell2010-06-241-2/+2
* Merged and slightly modified fix for #4652 - MouseEventDetails and ClickEvent...Artur Signell2010-06-211-32/+5
* Fix for #5063 - RichTextArea class should have constructorsArtur Signell2010-06-211-0/+56
* Fixed regression from #5185 where switching footer on/off does not hide the f...John Alhroos2010-06-211-10/+9
* LAZY loadStyle hints for largish, but rarely used componentsMatti Tahvonen2010-06-183-3/+6
* Text selection methods for TextField. Fixes #5217Matti Tahvonen2010-06-171-0/+51
* Fix for #5203 - DateField setResolution() should call requestRepaintArtur Signell2010-06-171-0/+1
* Minor improvements for #4971Artur Signell2010-06-161-13/+32