summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Additional javadoc for #4991Artur Signell2010-06-161-127/+196
* Fix #5012 - Self comparison of classId with itself in com.vaadin.ui.Embedded....Artur Signell2010-06-161-1/+1
* Added removeTab(Tab) to TabSheet, fixes #5179Marc Englund2010-06-151-0/+26
* refining code splitting + adding documentation. Monolithic client side is now...Matti Tahvonen2010-06-151-21/+31
* Merged fix, sample and tests for "#3720 - Disable Items for OptionGroup" from...Artur Signell2010-06-152-23/+109
* code splitting + client initializationMatti Tahvonen2010-06-1110-11/+38
* Merged fix and sample for #2855 - "Implement input prompt for DateField" from...Artur Signell2010-06-111-0/+34
* Merged #5152 (AbsoluteLayout getTopValue fix) from 6.3 to 6.4Henri Sara2010-06-081-1/+1
* Merged #5149 fix to 6.4Henri Sara2010-06-071-0/+1
* initial implementation of code splitting #4408Matti Tahvonen2010-06-0410-10/+41
* Fix for #5112John Alhroos2010-06-021-12/+0
* Fix for #5104John Alhroos2010-06-011-0/+4
* Merged changes to 6.4 (FindBugs results, #5111, label and javadoc corrections)Henri Sara2010-06-016-8/+5
|\
| * Fixed some normal priority warnings by FindBugsHenri Sara2010-06-012-2/+2
| * Fixed some high priority warnings by FindBugsHenri Sara2010-06-013-5/+2
| * #5111 incorrect null check in Panel.removeAction()Henri Sara2010-06-011-1/+1
* | Merged changes from 6.3 to 6.4Henri Sara2010-05-315-80/+265
|\|
| * #5053 and #5083: Last ComboBox item may not be shown if null selection enable...Henri Sara2010-05-271-4/+7
| * #5013 AbstractField did not repaint property read-only status changes immedia...Henri Sara2010-05-271-0/+21
| * Fixed #4251 - ArithmeticException when changing Select pageLength to 0Artur Signell2010-05-271-1/+3
| * TabSheet: break out of loop earlier when suitable selected component foundHenri Sara2010-05-261-0/+1
| * #4641 Adding the same component multiple times to a TabSheet caused NPEHenri Sara2010-05-261-7/+21
| * Fix for #4427 - Updating sub-window position information back to server shoul...Artur Signell2010-05-251-4/+43
| * #4935 minor additions to Accordion javadoc (styling)Henri Sara2010-05-251-0/+3
| * #4981 and #4935 TabSheet and Accordion javadoc and one import, no functional ...Henri Sara2010-05-252-64/+166
* | Added column resize event handling. #2807John Alhroos2010-05-261-0/+150
* | Fix for #4311John Alhroos2010-05-251-9/+81
* | Initial update for #4991Artur Signell2010-05-251-65/+119
* | Merged changes to 6.4Henri Sara2010-05-252-28/+59
|\|
| * #3698 and #4505 fire tab change event when current tab gets disabled/hidden/r...Henri Sara2010-05-251-25/+54
| * Fix for #4542John Alhroos2010-05-241-3/+5
* | merged bug fixes from 6.3 to 6.4Matti Tahvonen2010-05-212-31/+232
|\|
| * Added null check.John Alhroos2010-05-191-0/+4
| * Added JavaDoc for AbsoluteLayout (#4927).John Alhroos2010-05-191-15/+199
| * Fix for #4479John Alhroos2010-05-191-13/+13
| * Fix for #4542 + JUnit test + Test ApplicationJohn Alhroos2010-05-191-3/+16
* | opening parts table implementation for simple extensionMatti Tahvonen2010-05-141-54/+65
* | merged bug fixes from 6.3 branchMatti Tahvonen2010-05-143-21/+67
|\|
| * fixes #1847Matti Tahvonen2010-05-071-1/+25
| * fixes #4654, added virtual client side synchronization for UI check that happ...Matti Tahvonen2010-05-071-3/+20