aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-214-106/+165
* 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
* 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-171-0/+38
* 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
* 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
* Fix for #5174John Alhroos2010-06-151-7/+48
* refining code splitting + adding documentation. Monolithic client side is now...Matti Tahvonen2010-06-156-4/+194
* 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 "#5157 shortcut actions for function keys did not work, test case and ...Artur Signell2010-06-151-1/+0
* code splitting + client initializationMatti Tahvonen2010-06-118-220/+281
* code splitting + client initializationMatti Tahvonen2010-06-111-1/+1
* Added keyboard navigation to PopupDateField #4506John Alhroos2010-06-115-232/+1532
* Merged fix and sample for #2855 - "Implement input prompt for DateField" from...Artur Signell2010-06-111-1/+37
* fixes regression #5092Matti Tahvonen2010-06-101-0/+5
* initial implementation of code splitting #4408Matti Tahvonen2010-06-046-167/+285
* Merge from 6.3 to 6.4Henri Sara2010-06-031-18/+20
|\
| * #5127 transaction listener must not be nullHenri Sara2010-06-031-18/+20
* | Fix for #5112John Alhroos2010-06-021-1/+10
* | - Added keyboard navigation to SliderJohn Alhroos2010-06-022-8/+125
* | Fix for #5065John Alhroos2010-06-021-4/+47
* | #5114 correction: prefix map keys for uniquenessHenri Sara2010-06-021-3/+8
* | Use UUID instead of Math.random() for stronger security keyArtur Signell2010-06-011-1/+2
* | Fix for #4315 - Window name generation should be deterministicArtur Signell2010-06-011-3/+8
* | #5114 eliminate the use of java.net.URL as map key (and set value) in ClassPa...Henri Sara2010-06-011-24/+24
* | Fix for #5104John Alhroos2010-06-011-3/+22
* | Merged changes to 6.4 (FindBugs results, #5111, label and javadoc corrections)Henri Sara2010-06-016-20/+30
|\|
| * Fixed some normal priority warnings by FindBugsHenri Sara2010-06-012-13/+10
| * Fixed some high priority warnings by FindBugsHenri Sara2010-06-015-7/+20
* | Fixed left/right keyboard movement in tree #1086John Alhroos2010-06-011-1/+27
* | fixes #5092, 6.4 branch now supports GWT 2.1 MS 1Matti Tahvonen2010-06-012-20/+24
* | Merged fix for #3699 from 6.3 to 6.4John Alhroos2010-06-011-5/+31
|\|
| * Fix for #3699John Alhroos2010-06-011-3/+31