aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* Fix for #5006John Alhroos2010-06-291-0/+7
* Fix for #2974John Alhroos2010-06-291-4/+43
* VView now properly registered to applicationconnection, fixes regression with...Matti Tahvonen2010-06-281-0/+4
* Fix for #4997John Alhroos2010-06-281-4/+37
* Fix for #4567John Alhroos2010-06-281-1/+24
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-2/+2
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-2836-2390/+2390
* Fix for #5180John Alhroos2010-06-281-0/+1
* fixes #5227Matti Tahvonen2010-06-241-4/+6
* fixes #5124, VWindows now hidden until first time render is completed to cent...Matti Tahvonen2010-06-241-12/+19
* Set VWindow instead of VView for client widget for window. Fixes NPE when add...Matti Tahvonen2010-06-241-2/+2
* Updated .gwt.xml template to use gecko1_8 instead of gecko (#4619)Artur Signell2010-06-241-1/+1
* fixes #5124, window now centered before content rendering if the content does...Matti Tahvonen2010-06-241-0/+11
* fixes #5033Matti Tahvonen2010-06-241-2/+7
* Allow referencing ComboBox menu items as VFilterSelect$SuggestionMenu[0]#itemXArtur Signell2010-06-241-1/+34
* Made HeaderClickHandler and FooterClickHandler SerializableArtur Signell2010-06-241-2/+2
* Added communication error details to error popup. #4502John Alhroos2010-06-221-10/+17
* Fix for #5008John Alhroos2010-06-211-1/+2
* Merged and slightly modified fix for #4652 - MouseEventDetails and ClickEvent...Artur Signell2010-06-216-138/+192
* 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
* Fix for #5185John Alhroos2010-06-181-1/+1
* Fix for #5008John Alhroos2010-06-181-2/+17
* Fix for #5068John Alhroos2010-06-182-6/+8
* Fix for #5215John Alhroos2010-06-181-1/+4
* LAZY loadStyle hints for largish, but rarely used componentsMatti Tahvonen2010-06-183-3/+6
* Fix for #5211John Alhroos2010-06-181-1/+81
* Fix for #5186John Alhroos2010-06-181-6/+4
* Text selection methods for TextField. Fixes #5217Matti Tahvonen2010-06-172-0/+89
* Fix for #5102John Alhroos2010-06-171-13/+60
* Readonly TextFields now have similar special handling as Label and Embedded i...Matti Tahvonen2010-06-171-16/+23
* Another fix for #5174John Alhroos2010-06-171-41/+12
* Fix for #5203 - DateField setResolution() should call requestRepaintArtur Signell2010-06-171-0/+1
* action menu of table now triggers even though context click happened on a com...Matti Tahvonen2010-06-161-6/+15
* Fix for #5144John Alhroos2010-06-161-40/+48
* Added better support for menu identification for TestBenchArtur Signell2010-06-161-1/+33
* Reformatted using coding conventionsArtur Signell2010-06-161-24/+29
* Fix for #5182 - ComponentLocator fails to identify widgets attached to RootPanelArtur Signell2010-06-161-108/+201
* 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
* Fix for #5174John Alhroos2010-06-151-7/+48
* 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-157-25/+225
* Fix #5177 - Popup for DateField with msec resolution fails to open after ente...Artur Signell2010-06-151-1/+6
* Fix #4632 - isActive should wait for DeferredCommands to finish executingArtur Signell2010-06-151-1/+42
* Merged fix, sample and tests for "#3720 - Disable Items for OptionGroup" from...Artur Signell2010-06-152-23/+109
* Merged "#5157 shortcut actions for function keys did not work, test case and ...Artur Signell2010-06-152-3/+2
* code splitting + client initializationMatti Tahvonen2010-06-118-220/+281
* code splitting + client initializationMatti Tahvonen2010-06-1111-12/+39