aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VTreeTable.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-804/+0
* VScrollTable that works with the MeasureManager (#8313)Leif Åstrand2012-02-141-23/+0
* #8324 Corrected paintable hierarchy as VScrollTableRow is no longer aArtur Signell2012-02-031-23/+23
* Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-261-81/+11
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| * #7908 added comments, don't call onScroll(null) if page length is zero and no...Henri Sara2011-11-211-5/+7
| * #7908 TreeTable should resize on container change when page length is zero, r...Henri Sara2011-11-211-2/+5
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2011-11-241-6/+11
|\ \
| * | Merge some changes from 6.7 to 6.8Henri Sara2011-11-221-6/+11
| |/
* | #7913 Removed IE7 related stuffArtur Signell2011-11-221-1/+1
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-1/+1
|/
* Fix for #7644Jonatan Kronqvist2011-09-231-2/+2
* Add keyboard navigation events to a queue if waiting for potential content ch...Leif Åstrand2011-09-191-0/+59
* Cleaner fix for #7535Jonatan Kronqvist2011-09-071-10/+3
* Fix for #7535Jonatan Kronqvist2011-09-021-0/+8
* Fix for #7534Jonatan Kronqvist2011-09-021-4/+2
* #5780 TreeTable uses images that not display transparent in IE6 - reverted pr...Leif Åstrand2011-08-301-12/+1
* #5780 TreeTable uses images that not display transparent in IE6Leif Åstrand2011-08-301-1/+12
* Fixes for #6720Jonatan Kronqvist2011-08-221-10/+64
* Fixes pageLength=0 in TreeTable #7292John Alhroos2011-08-191-8/+14
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-2/+80
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-171-0/+338
* Fixed TreeTable regression #5414John Alhroos2011-08-161-2/+4
* Fixed a bug where lazyloading stopped working if a node containing lots of ch...Jonatan Kronqvist2011-06-211-0/+11
* Merged TreeTable into Vaadin core (#5371)Jonatan Kronqvist2011-06-161-0/+345