summaryrefslogtreecommitdiffstats
path: root/client/src/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ApplicationConnection.componentCaptionSizeChanges (#11101)Leif Åstrand2013-02-251-5/+3
* Update license headerLeif Åstrand2013-02-222-2/+2
* Defer profiler output (#11098)Leif Åstrand2013-02-211-2/+7
* Don't report time spent in getWidget() as part of setConnectorId()Leif Åstrand2013-02-211-1/+2
* Fix incomplete commit for (#11092)Leif Åstrand2013-02-211-1/+1
* Don't update primary stylename if it's already up to date (#11088)Leif Åstrand2013-02-211-1/+2
* Only update caption for specific state changes (#11092)Leif Åstrand2013-02-202-2/+28
* Merge of (#9940) to Vaadin 7John Ahlroos2013-02-201-9/+6
* Ensure href is not set to "" when target is null (#10543)Artur Signell2013-02-191-1/+5
* Properly detach old connectors for repaintAll response (#11067)Leif Åstrand2013-02-191-4/+32
* Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. S...John Ahlroos2013-02-191-0/+8
* Ensure there's always a listener on VUI for closing tooltips (#11051)Leif Åstrand2013-02-191-0/+11
* Fixed NPE when TextField value is null (#11021)Artur Signell2013-02-181-2/+4
* Don't measure VUI during updateFromUIDL (#11063)Leif Åstrand2013-02-181-1/+7
* Merge of second part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-183-82/+465
* Interim fix for resizing of child component in AbsoluteLayout when child is 1...John Ahlroos2013-02-181-4/+7
* Only add tooltip listeners when needed (#11051)Leif Åstrand2013-02-182-15/+71
* Gather more profiling data (#10961)Leif Åstrand2013-02-159-3/+53
* Merge "Ensure super method is called when iterating children in VAbsoluteLayo...Leif Åstrand2013-02-151-3/+3
|\