summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Implement range for date field (#6241)johan2013-04-084-37/+407
* Require implementing hasTooltip if there's custom tooltip logic (#11052)Leif Åstrand2013-04-0812-55/+92
* Global code reformatLeif Åstrand2013-04-0535-128/+159
* Fixed compilation errormichaelvogt2013-04-052-3/+4
* Fix Profiler call that was accidentally left out when merging #3400Leif Åstrand2013-04-051-0/+2
* Fix typo in debug console (#9626)Leif Åstrand2013-04-051-1/+1
* New DebugWindow implmentation (internal) fixes #2460 #9626 at least...Marc Englund2013-04-0513-6/+2712
* Improved logging to be able to debug push related problems (#111)Artur Signell2013-04-051-10/+81
* Fixed compilation errorArtur Signell2013-04-041-1/+1
* WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-043-5/+67
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-043-146/+247
* 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