summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-112-1/+71
* fixes regression #5092Matti Tahvonen2010-06-101-0/+5
* 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-0416-177/+326
* Merge from 6.3 to 6.4Henri Sara2010-06-032-18/+21
|\
| * #5127 transaction listener must not be nullHenri Sara2010-06-032-18/+21
* | Fix for #5112John Alhroos2010-06-022-13/+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-012-7/+16
* | #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-012-3/+26
* | Merged changes to 6.4 (FindBugs results, #5111, label and javadoc corrections)Henri Sara2010-06-0113-29/+36
|\|