aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Ensure super method is called when iterating children in VAbsoluteLayout #10762John Ahlroos2013-02-151-3/+3
* | Merge of first part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-151-2/+8
* | Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-142-54/+169
|\ \
| * | Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-142-54/+169
* | | Fixed resetting link target and updated javadoc (#10543)Artur Signell2013-02-142-16/+7
* | | Fixed problem with removing the icon from a Button (#10543)Artur Signell2013-02-141-1/+1
* | | Merge "Fixed NPE when a connector is no longer available (#11015)" into 7.0Leif Åstrand2013-02-141-11/+43
|\ \ \ | |_|/ |/| |
| * | Fixed NPE when a connector is no longer available (#11015)Artur Signell2013-02-131-11/+43
* | | Update license headerLeif Åstrand2013-02-141-1/+1
* | | Add lightweight profiling (#10961)Leif Åstrand2013-02-1313-77/+690
|/ /
* | Merge "Add "v-overlay-container" class name to the overlay container for easi...Artur Signell2013-02-081-5/+12
|\ \
| * | Add "v-overlay-container" class name to the overlay container for easier cust...Johannes Dahlström2013-02-081-5/+12
* | | Fixed race condition in upload (#10942)Artur Signell2013-02-081-19/+31