summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Server push (#111)Johannes Dahlström2013-04-043-11/+195
* Fixed issue with IE8 showing loading indicator when it should not (#7448)Artur Signell2013-04-041-3/+54
* Fix for CheckBox and Layout (#11407)michaelvogt2013-04-031-1/+3
* Integrate Calendar into core #11079John Ahlroos2013-04-0328-0/+7584
* Removed unnessesary pixel calculations from AbsoluteLayout #11177John Ahlroos2013-04-032-89/+25
* Implemented changes to CSS injection based on API review #5500John Ahlroos2013-04-031-54/+10
* Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-033-83/+249
* Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-032-10/+145
* WAI-ARIA field corrections (#11407)michaelvogt2013-04-0213-115/+202
* WAI-ARIA button (#11380)michaelvogt2013-03-282-8/+9
* Added Page.reload (#10250)Artur Signell2013-03-281-0/+6
* Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-271-1/+1
* Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-271-140/+110
* Removed code which calculates size incorrectly (#11395)Artur Signell2013-03-251-4/+0
* Fixed ComponentLocator to be backwards compatibleArtur Signell2013-03-251-3/+11
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-2114-45/+389
|\
| * 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
* | WAI-ARIA fields (#11180)michaelvogt2013-03-2014-51/+535
* | Remove unnecessary theme name sanitation (#10708)Artur Signell2013-03-141-2/+0
* | Apply webkitoverflowautofix for IE10 #11327John Ahlroos2013-03-141-1/+2
* | Fixed broken Gridlayout cell position calculation in IE10 #11303John Ahlroos2013-03-131-6/+11
* | Implemented injection of css styles #5500John Ahlroos2013-03-131-0/+92
* | Added fallbacks for when IE10 reports width/height as 'auto' when getting the...John Ahlroos2013-03-121-0/+8
* | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-125-48/+267
|\|
| * 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
* | Add missing license headersLeif Åstrand2013-03-112-0/+32
* | #11265 AriaHandler NPEmichaelvogt2013-03-061-8/+10
* | Added IE10 touch support detection #9216John Ahlroos2013-03-051-0/+7
* | WAI-ARIA for form fields (#11180)michaelvogt2013-03-054-1/+128
* | Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-012-7/+7
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-014-156/+293
|\|
| * Fix typo in #10937Leif Åstrand2013-02-261-1/+1