summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* #5100 Support for server-side focus/blur listeners; handle disabled tabs corr...Johannes Dahlström2012-02-271-10/+27
* Patch for #5100 - TabSheet keyboard navigationJohannes Dahlström2012-02-161-1/+36
* Reverted bad commit [23048]Johannes Dahlström2012-02-161-36/+1
* #5100 test caseJohannes Dahlström2012-02-161-1/+36
* Synchronized 6.8 branch between svn and git.Build Agent2012-01-312-28/+4
* #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-273-257/+257
* #8170: Symmetrically with attach(), Window.detach() should call detach() for ...Johannes Dahlström2011-12-221-0/+13
* Fix #8170: Window.attach() did not call attach() for subwindowsJohannes Dahlström2011-12-221-0/+11
* [merge from 6.7] #8045 Removed incorrect/confusing javadocArtur Signell2012-01-271-13/+0
* #8273 Added sanity check to prevent trying to render past the end of the cell...Johannes Dahlström2012-01-231-0/+3
* #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayoutArtur Signell2012-01-121-1/+25
* Merge from 6.7Johannes Dahlström2012-01-121-0/+10
* Merged changes from 6.7Johannes Dahlström2011-12-301-0/+24
* Merged changes from 6.8Johannes Dahlström2011-12-221-1/+3
* #8089 Don't fire TextChangeEvent inside TextChangeEventLeif Åstrand2011-12-091-7/+9
* Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0879-144/+144
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0879-144/+144
| * #7008 Table.setTableFieldFactory should refresh contentArtur Signell2011-12-071-0/+3
| * #7704 javadocArtur Signell2011-12-071-1/+1
| * #7630 Removed note about LoginForm being newArtur Signell2011-12-071-2/+0
| * #6937 Javadoc fixArtur Signell2011-12-071-2/+2
| * #5783, #4977 Improved Slider javadocArtur Signell2011-12-071-39/+63
| * #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-292-8/+8
| * #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ...Henri Sara2011-11-282-4/+8
| * Fixed batch for #7668 - addComponent methods *must* add the component to the ...Johannes Dahlström2011-11-242-22/+74
| * #7988 no partial refresh for an item that is not in the buffer, improved testHenri Sara2011-11-241-1/+2
| * #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-242-8/+19
| * Enhanced tests and fix for #7668 - re-adding a component at an index before i...Johannes Dahlström2011-11-242-42/+22
| * #7972 drop on table should work also when page length is zeroHenri Sara2011-11-221-11/+6
| * #7062 ComboBox shows required indicator when in read onlyArtur Signell2011-11-171-1/+1
| * Form and Table now sets property to fields Viewer property if one exists. fix...Matti Tahvonen2011-11-162-3/+56
| * #7837 do not use partial updates in TreeTable if the container does not suppo...Henri Sara2011-11-151-2/+18
* | Merged tests, fixes and javadoc updates from 6.7Artur Signell2011-12-085-44/+69
* | #7668 fix and tests merged from 6.7Johannes Dahlström2011-11-302-2/+34
* | Merge changes from 6.7 to 6.8Henri Sara2011-11-292-10/+26
* | Merged fixes from 6.7Artur Signell2011-11-252-14/+62
* | dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-211-4/+34
* | Merged fixes from 6.7Artur Signell2011-11-171-1/+1
* | Merged #7837 to Vaadin 6.8Henri Sara2011-11-151-2/+18
|/
* #7839 Corrected cases where pagelength=0 or where number of children > pagebu...Artur Signell2011-11-041-21/+29
* #7780 Don't do partial repaints if the item set has changed during an expand ...Artur Signell2011-11-041-1/+21
* #7839 Cleanup based on reviewArtur Signell2011-11-041-14/+18
* #7839 Out of Sync error when using Generated Columns with TreeTable - additio...Artur Signell2011-11-041-2/+2
* #7839 Out of Sync error when using Generated Columns with TreeTableArtur Signell2011-11-031-37/+145
* Added javadoc and debug loggingArtur Signell2011-11-031-0/+32
* #7790 Reverted sort methods to call refreshRenderedCells instead of refreshRo...Artur Signell2011-11-031-4/+6
* Partly reverted [21883] as it caused unnecessary rendering in some casesArtur Signell2011-11-031-14/+54
* #7790 Renamed method to refreshRowCache, ensured it is used internally by Tab...Artur Signell2011-11-031-33/+33
* #7790 Added a method for forcing Table to repaint its rowsArtur Signell2011-11-031-38/+55
* Corrected the Scrollable JavaDoc to correspond with the code.Marko Grönroos2011-11-021-5/+35