aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-011-0/+8
|\
| * Merged fixes from 6.7Artur Signell2011-11-251-0/+8
* | #7913 Removed IE7 related stuffArtur Signell2011-11-221-15/+10
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-14/+4
|/
* #7839 Avoid discarding rows when updating rows as row indexes have not been u...Artur Signell2011-11-041-4/+6
* #7839 Out of Sync error when using Generated Columns with TreeTableArtur Signell2011-11-031-5/+81
* Fix and tests for #7720Jonatan Kronqvist2011-10-071-1/+1
* Fixes #7731Jonatan Kronqvist2011-10-071-4/+15
* #6494 Reverted [21428] as it causes infinite loops in certain situationsArtur Signell2011-10-041-22/+3
* Merged #6698 to Vaadin 6.7 branchLeif Åstrand2011-09-301-1/+22
|\
| * #6698 Scrolling with the mouse is aborted when data is received from the serverLeif Åstrand2011-09-291-2/+20
| * #7672 contributory XSS fixes in certain componentsHenri Sara2011-09-271-1/+2
| * Fix for #7143 backported to vaadin 6.6Jonatan Kronqvist2011-08-261-0/+9
* | Fix for #6494John Alhroos2011-09-291-3/+23
* | Merged changes from 6.6Henri Sara2011-09-271-1/+2
* | Index calculation fix relating to #7644Jonatan Kronqvist2011-09-261-2/+6
* | Fix for #7644Jonatan Kronqvist2011-09-231-13/+23
* | Applied patch to support implementation of #7358Jonatan Kronqvist2011-09-221-9/+10
* | Removed attempted fix for #6039 as it causes multiple different regressions i...Leif Åstrand2011-09-211-4/+0
* | #6039 Extra scrollbars when resizing TableLeif Åstrand2011-09-201-0/+5
* | Prevent columns from jumping while a resize drag is ongoing (#7393)Leif Åstrand2011-09-201-0/+1
* | Added possibility to support variable height rows in a subclass of VScrollTab...Jonatan Kronqvist2011-09-201-12/+15
* | #7454 Table keyboard navigation breaks in IE on multiple keyboard multiselect...Leif Åstrand2011-09-141-0/+10
* | #7564 Resizing table column from the server only resizes the headerLeif Åstrand2011-09-121-3/+27
* | #7393 Resizing a Table column does not resize contentsLeif Åstrand2011-09-121-0/+2
* | Fix for the indexing problems in #7561Jonatan Kronqvist2011-09-091-15/+19
* | Cleaner fix for #7535Jonatan Kronqvist2011-09-071-2/+13
* | Fix for #7230Jonatan Kronqvist2011-09-071-36/+1
* | Fix for #7535Jonatan Kronqvist2011-09-021-1/+1
* | Don't unset running flag if task is postponed #7446Jonatan Kronqvist2011-09-021-1/+1
* | Fixed the weird focus behavior described in #7446Jonatan Kronqvist2011-09-021-4/+15
* | #5382 Table headers and content not aligned after content modificationLeif Åstrand2011-09-021-0/+6
* | Updated semantics of isDefinedWidth so that width = 0 works as before. Added ...Leif Åstrand2011-09-021-2/+2
* | Table content cells & column headers get out of sync when uncollapsing column...Leif Åstrand2011-08-311-1/+1
* | #7018 Table column drag&drop visually brokenHenri Sara2011-08-301-1/+3
* | Better fix for #7143Jonatan Kronqvist2011-08-261-1/+8
* | Testcase and untested fix for #7143Jonatan Kronqvist2011-08-261-0/+1
* | Merged changes from 6.6 to 6.7Henri Sara2011-08-241-2/+3
|\|
| * added null check, Table now doesn'd die if no properties but n items: Table ...Matti Tahvonen2011-08-241-2/+3
| * Backport of fix for #7183Artur Signell2011-08-161-1/+2
| * Formatted sourceArtur Signell2011-08-161-6/+6
| * Reverted [20175] since it caused captions to disappear in some tests. Need to...John Alhroos2011-08-081-2/+2
| * Fixes header and footer scrolling in Opera #5450John Alhroos2011-08-081-2/+2
* | Fixes for issues found during review of #6720Jonatan Kronqvist2011-08-231-2/+0
* | Fixes for #6720Jonatan Kronqvist2011-08-221-37/+80
* | Reverted visibility change of updatePageLength() which mistakingly was commit...John Alhroos2011-08-191-1/+1
* | Fixes pageLength=0 in TreeTable #7292John Alhroos2011-08-191-7/+13
* | Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-120/+240
* | Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-171-8/+35
* | Fixed issue with toggling tooltips on/off #5414John Alhroos2011-08-161-1/+7