summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Table: Make some columns uncollapsable (#7495)Leif Åstrand2012-05-231-0/+46
* Make browser window size available in Window (#5655)Leif Åstrand2012-05-221-0/+49
* [merge from 6.7] Don't trigger actions if space or enter is pressed with Butt...Automerge2012-05-211-3/+0
* [merge from 6.7] #8805 fix flickering of partial first row in table, related ...Automerge2012-05-181-0/+7
* [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, in...Johannes Dahlström2012-05-181-46/+32
* [merge from 6.7] Remove invalid import used by javadocsAutomerge2012-05-151-1/+0
* [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ...Automerge2012-04-271-1/+1
* Add support for html in buttons (#8663)Leif Åstrand2012-04-261-0/+38
* [merge from 6.7] Reverted #7607 fixes and removed the test for now because th...Automerge2012-04-171-4/+7
* #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
* Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
* #6155 Javadoc/comments; refresh field value from data source on attachJohannes Dahlström2012-04-111-8/+39
* Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-101-13/+22
* #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...Johannes Dahlström2012-04-051-1/+22
* Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
* Fixed #6155: stop listening to Property value change and read only status cha...Johannes Dahlström2012-04-051-20/+41
* #8209 Call click() from handleActionJohannes Dahlström2012-03-201-3/+1
* #8209 Added a public click() method to Button, simulating a click on server sideJohannes Dahlström2012-03-201-0/+11
* #6085 Allow setting an alternate text for Embedded, for accessibility purposesJohannes Dahlström2012-03-201-0/+33
* [merge from 6.7] Documented that GridLayout coordinates are zero-based. Also ...Automerge2012-03-161-111/+145
* [merge from 6.7] #7607 Make Table scroll to the very bottom when neededAutomerge2012-03-141-3/+7
* [merge from 6.7] #8077 restored accidentally deleted commentAutomerge2012-03-011-0/+2
* [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented the...Automerge2012-02-291-15/+1
* #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