summaryrefslogtreecommitdiffstats
path: root/client/src/com
Commit message (Expand)AuthorAgeFilesLines
* Added missing import (#11982)Artur Signell2013-06-051-0/+1
* Properly disable combobox when parent is disabled (#10734)Artur Signell2013-06-051-3/+7
* Do not submit TextArea value on enter in IE (#11982)Artur Signell2013-06-041-0/+8
* Do not clear combobox text unnecessarily (#10924, #11887)Henri Sara2013-05-211-2/+5
* Don't autoclose PopupView when changing fragment, fixes #10530Marc Englund2013-05-211-0/+2
* Always add tooltip event handlers for Window (#11448)Leif Åstrand2013-05-201-0/+11
* Centers VOverlays in visual viewport on iOS, Android, fixes #11614Marc Englund2013-05-171-0/+65
* Fixed table height rendering in Android 2.3 #11331John Ahlroos2013-05-172-0/+25
* Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-142-58/+110
* Eliminate unnecessary conversions of option keysHenri Sara2013-05-142-5/+4
* Merge "Clean up Table popup menu close handler to prevent a memory leak" from...Johannes Dahlström2013-05-132-11/+25
* More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-05-101-6/+27
* Move suggestion popup width calculation from connector to VFilterSelectHenri Sara2013-05-102-12/+25
* Add a large number of debug calls to VFilterSelect (disabled by default)Henri Sara2013-05-101-5/+80
* Don't ignore child component margins in AbstractOrderedLayout (#11553)Johannes Dahlström2013-05-101-12/+4
* Instead of applying workaround to the root panel, apply it to the sub window ...John Alhroos2013-05-101-12/+12
* Remove pre-loader element after pre-loading, fixes #10863Marc Englund2013-05-081-4/+14
* Fixed NPE regression after fix for #11693John Ahlroos2013-04-261-1/+4
* Fix for IE8 forgetting to move error indicator when component is resized #11693"John Ahlroos2013-04-241-0/+25
* Fix fragment handling regression caused by #10769 (#11686)7.0.5Johannes Dahlström2013-04-231-4/+12
* Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported ...John Ahlroos2013-04-231-6/+11
* Fixed Accordion tab stylenames which never got applied on the tab widgets #11...John Ahlroos2013-04-221-0/+32
* Prevent double encoding problems when URI fragment contains special character...Johannes Dahlström2013-04-192-3/+11
* Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#1...Johannes Dahlström2013-04-181-0/+6
* Fixed IE8 scrollbar issue with vertical layout when using both expansions and...John Ahlroos2013-04-171-3/+13
* Fixed native button not triggering click event in IE #11094John Ahlroos2013-04-102-4/+30
* Enable a Vaadin applications to be re-initialized if if has been re-added to ...Artur Signell2013-03-201-0/+1
* Make TextArea.setCursorPosition work in all browsers (#8769)Leif Åstrand2013-03-202-0/+118
* Disabled TabIndex warning for now (#11325)7.0.3Artur Signell2013-03-191-3/+7
* Audio/Video fixes, for #11160 but it was much more broken. Also quite a few b...Marc Englund2013-03-153-26/+73
* Reattach when wrapping in webkit for correct text flow (#10536)Leif Åstrand2013-03-141-1/+4
* Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-6/+18
* Added missing state update on the client side (#11028)Artur Signell2013-03-131-1/+3
* Fixed Tree keyboard navigation in Opera 12 (#11183)Artur Signell2013-03-131-1/+1
* Fixed header to make checkstyles happy (#11129)Artur Signell2013-03-131-3/+3
* Ensure nonwrapping textarea has white-space: pre; style (#10536)Leif Åstrand2013-03-131-0/+3
* Fixed IE8 sub window focus issue after editing a RichTextArea #10776Leif Åstrand2013-03-121-0/+34
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-124-10/+130
* Properly recognize class of redefined UI connector (#10867)Leif Åstrand2013-03-111-1/+1
* Set to empty function instead of undefined (#10960)Artur Signell2013-03-071-3/+1
* Fixed javascript issue in IE8 (delete cannot be used on window properties) (#...Artur Signell2013-03-061-1/+3
* Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-062-41/+164
* Add performance.timing support to Profiler (#11188)Leif Åstrand2013-03-062-0/+60
* Log errors as errors and not normal messages (#11251)Artur Signell2013-03-051-3/+4
* Fixed scrolling jumping up to first row when adding rows and adjusting the cu...John Ahlroos2013-03-041-2/+14
* Add bootstrap performance measuring support (#11188)Leif Åstrand2013-03-011-1/+24
* Fix typo in #10937Leif Åstrand2013-02-261-1/+1
* Use native collections when processing server response (#11100)Leif Åstrand2013-02-251-41/+67
* Don't generate a set of changed property names (#10954)Leif Åstrand2013-02-252-98/+179
* Do @DelegateToWidget based on applicable properties (#10954)Leif Åstrand2013-02-253-12/+44