aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix and test for #9136 (Tree throws wrong ItemClickEvent in IE9)Johannes Dahlström2012-08-062-3/+93
* Use separate screenshots because of IE9 inconsistency revealed by (#9207)Leif Åstrand2012-08-061-1/+1
* Force horizontal scrolling with wide columns but no rows (#9187)Leif Åstrand2012-08-062-3/+112
* Updated test to catch correct exception (#9147)Artur Signell2012-08-031-4/+4
* 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
* Throw IllegalArgumentException from addParameter for null parameters instead ...Artur Signell2012-08-031-0/+4
* Longer pause to make test more reliableArtur Signell2012-08-031-1/+1
* Make LoginForm work inside iframes (#8144)Leif Åstrand2012-08-033-3/+78
* 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
* Test using Chrome 21 (#9202)Artur Signell2012-08-031-1/+1
* 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-024-0/+276
* Remember previous row height to maintain table size when all rows are removed...Leif Åstrand2012-08-012-2/+152
* 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
* Improved code readability based on review (#8109)Leif Åstrand2012-07-302-23/+28
* Don't make changes directly to the visible itemids collection (#8109, #8787)Leif Åstrand2012-07-301-1/+2
* Explicitly delegate keyboard events from the PopupView popup to the relevant ...Johannes Dahlström2012-07-272-9/+42
* Preserve selection order for multi select value (#8109, #8787)Leif Åstrand2012-07-274-15/+309
* #9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual...Henri Sara2012-07-274-78/+119
* A better patch and test for #7036Johannes Dahlström2012-07-264-1/+89
* Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-262-20/+2
* Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-252-5/+84
* Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-252-2/+20
* #9148 SQLContainer extensible null value support using custom StatementHelper...Henri Sara2012-07-254-6/+92
* Fix a typoJohannes Dahlström2012-07-201-2/+2
* #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ...Henri Sara2012-07-202-1/+123
* #8230 #8917 Fix input prompt leaking to the field value in TextField and Text...Henri Sara2012-07-111-1/+6
* Release Notes for Vaadin 6.8.1.Marko Grönroos2012-07-111-82/+42
* Fix CRLF -> LFJohannes Dahlström2012-07-101-37/+37
* Oops, remove redundant code causing a compile errorJohannes Dahlström2012-07-101-43/+0
* #7387 bugfix: ensure non-negative widthJohannes Dahlström2012-07-091-1/+1
* Test for #9064Johannes Dahlström2012-07-092-0/+112
* #9064 Render checkboxes in a Table as display: inline-block like TreeTable al...Johannes Dahlström2012-07-091-0/+5
* Revert #8193 patch because of regressionsJohannes Dahlström2012-07-092-25/+5
* Empty TreeTable rows collapse after #7387 fix, give them some content to prev...Johannes Dahlström2012-07-091-2/+3
* TB test for #7387Johannes Dahlström2012-07-092-12/+45
* #7387 Render block elements in TreeTable hierarchy column correctly: draw the...Johannes Dahlström2012-07-093-23/+41
* #8193 Listen to RootPanel keydown events to handle shortcut actions from Popu...Johannes Dahlström2012-06-263-5/+100
* #8957 Ensure non-negative widthJohannes Dahlström2012-06-251-15/+5
* #7938 Added reference to #8971 to the javadocJohannes Dahlström2012-06-151-0/+3
* #7938 Clarified Window.center() javadocJohannes Dahlström2012-06-151-2/+4
* TB script for #8949Johannes Dahlström2012-06-152-0/+65
* #8949 Make sure a drag image always has absolute positionJohannes Dahlström2012-06-152-4/+48
* Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1