aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt
Commit message (Expand)AuthorAgeFilesLines
* Disabled shim iframe for all but IE8+ (#9284, #6219)Artur Signell2012-08-101-4/+18
* Fixed TextArea maxlength so it is always enforced (#9199)Artur Signell2012-08-083-44/+157
* Remove #8792 fix from 6.8.2, defer to 6.8.3Johannes Dahlström2012-08-071-6/+4
* Enable native touch scrolling on iOS 6 (#8792)Johannes Dahlström2012-08-071-4/+6
* Refactoring based on review (#6219)Artur Signell2012-08-074-32/+38
* Moved #9136 fix into a helper methodJohannes Dahlström2012-08-061-25/+12
* Fix and test for #9136 (Tree throws wrong ItemClickEvent in IE9)Johannes Dahlström2012-08-061-3/+11
* Force horizontal scrolling with wide columns but no rows (#9187)Leif Åstrand2012-08-061-3/+26
* Do not submit TextArea value on enter in IE (#9139)Artur Signell2012-08-031-0/+8
* Shim iframe should not have tabindex (#6219)Artur Signell2012-08-031-0/+1
* Ensure notification notifies VOverlay about its position (#6219, #8399)Artur Signell2012-08-031-0/+1
* Renamed method to better reflect what it does (#6219, #8399)Artur Signell2012-08-033-12/+14
* Fix for overlays in opera with no shadow (#6219, #8399)Artur Signell2012-08-031-2/+2
* Added iframe to all overlays to avoid PDF and applet z-index problems (#6219,...Artur Signell2012-08-023-52/+166
* Clear selectionRangeStart if the key map has been cleared (#8584, #8736)Leif Åstrand2012-08-021-0/+20
* Remember previous row height to maintain table size when all rows are removed...Leif Åstrand2012-08-011-2/+30
* Removed duplicated code (#9189)Artur Signell2012-07-311-8/+4
* Correctly decode maps and arrays with "" as the last value (#9188)Artur Signell2012-07-311-3/+4
* Log variables also when the paintable cannot be found (#9189)Artur Signell2012-07-311-0/+4
* Avoid int parse error in VSplitPanel and clean up the code (#9154)Leif Åstrand2012-07-301-10/+9
* Explicitly delegate keyboard events from the PopupView popup to the relevant ...Johannes Dahlström2012-07-271-0/+31
* A better patch and test for #7036Johannes Dahlström2012-07-261-0/+2
* Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-261-12/+1
* Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-5/+27
* Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-251-1/+12
* Fix a typoJohannes Dahlström2012-07-201-2/+2
* #8230 #8917 Fix input prompt leaking to the field value in TextField and Text...Henri Sara2012-07-111-1/+6
* #7387 bugfix: ensure non-negative widthJohannes Dahlström2012-07-091-1/+1
* Revert #8193 patch because of regressionsJohannes Dahlström2012-07-092-25/+5
* #7387 Render block elements in TreeTable hierarchy column correctly: draw the...Johannes Dahlström2012-07-091-15/+29
* #8193 Listen to RootPanel keydown events to handle shortcut actions from Popu...Johannes Dahlström2012-06-262-5/+25
* #8957 Ensure non-negative widthJohannes Dahlström2012-06-251-15/+5
* Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1
* #8852 Applied Sami's patch with minor changes to comments and the testJohannes Dahlström2012-06-142-9/+20
* #7766 Applied Sami's patchJohannes Dahlström2012-06-141-1/+8
* Recalculate column widths after changing table height (#6039)Leif Åstrand2012-06-111-1/+6
* Prevent double iframe and script tags if writeAjaxPageScriptWidgetset is over...Leif Åstrand2012-06-071-1/+20
* Fix some typos in Portlet init javascript and html (#8924)Leif Åstrand2012-06-071-2/+2
* Remove document.write from bootstrap (#8924)Leif Åstrand2012-06-072-23/+59
* [merge from 6.7] #7067 Update a comment, fix typoed ticket referenceAutomerge2012-06-071-6/+2
* Refactor ?debug detection (#8923)Leif Åstrand2012-06-071-10/+13
* [merge from 6.7] #7606 Run a Webkit overflow fix as deferred to keep table sc...Automerge2012-06-061-1/+8
* Avoid potential NPE discovered in review (#8914)Leif Åstrand2012-06-061-2/+4
* Show better error message when variable change decoding fails (#8914)Leif Åstrand2012-06-061-10/+17
* #8297 Do not use static logger instancesHenri Sara2012-06-0511-139/+183
* [merge from 6.7] Made tooltips work for Slider (#8863)Automerge2012-06-011-0/+6
* Optimized network usage of the split position limits of the SplitPanel (#8880).Tapio Aali2012-05-311-10/+12
* #8878 Cannot use @Override when implementing interface methods in Java 1.5Johannes Dahlström2012-05-301-2/+0
* #1744 Should not check for reversed position hereJohannes Dahlström2012-05-301-4/+0
* #1744 Fixed a regressionJohannes Dahlström2012-05-301-1/+1