aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IScrollTable.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-2841/+0
* Merged a fix from 6.0 branch (unnecessary log message).Jouni Koivuviita2009-04-301-29/+0
* Merges from 6.0 branch.Jouni Koivuviita2009-04-301-2/+7
* Major theme refactoring:Jouni Koivuviita2009-04-291-196/+306
|\
| * iscrolltable fix for scrollbars on size changeMatti Tahvonen2009-04-291-13/+20
| * Minor IScrolltable fixes. Extra scrollbar space in some situations and table ...Matti Tahvonen2009-04-291-10/+7
| * scrolltable theme refactoring: cleaning, fixing regressionsMatti Tahvonen2009-04-241-13/+12
| * fixed minor regression with undefined width tables with height defined. Added...Matti Tahvonen2009-04-231-13/+31
| * more cleaning for scroll table. Fixed npe on empty table (regression). Now de...Matti Tahvonen2009-04-231-23/+55
| * major refactoring and cleaning related to column width handling in scrolltabl...Matti Tahvonen2009-04-231-153/+182
| * fixes #2859Matti Tahvonen2009-04-211-27/+52
|/
* fixes #2711, client side enabled flag check for item events (selects + item c...Matti Tahvonen2009-04-021-21/+24
* fixes #2806 (column expand ratios for Table). Also added some test cases.Matti Tahvonen2009-04-011-21/+71
* fixes #2804 (column adjustment on width or column width change)Matti Tahvonen2009-03-311-9/+128
* Merged fix for #2747: Wrapping link-style Button text inside Table breaks the...Artur Signell2009-03-311-5/+18
* Merged fix for #2747 - table height calculation issueArtur Signell2009-03-201-11/+23
* Merged fix for #2688Artur Signell2009-03-031-13/+69
* Merged fix for #2691 to 6.0Artur Signell2009-03-021-2/+11
* fixes #2607 (a client side validity check)Matti Tahvonen2009-02-231-0/+5
* fixes #2511, problem with fixed width columns. Also added some generics to im...Matti Tahvonen2009-02-041-16/+15
* Fix for #2457 - Render header icons as HTML and not textArtur Signell2009-01-131-4/+10
* fixes #2434, tbody element combined with offsetHeight property seems to work ...Matti Tahvonen2009-01-081-2/+18
* Test case and fix for #2341 - Reserve scrollbar space in tables with relative...Artur Signell2008-12-191-0/+1
* Test case and fix for #2341 - Reserve scrollbar space in tables with relative...Artur Signell2008-12-191-4/+48
* Fixed #2372 - Table border measuring in IE6Artur Signell2008-12-181-2/+3
* giving more space for rel size components inside tableMatti Tahvonen2008-12-181-4/+2
* better renderspace estimate on initial renderMatti Tahvonen2008-12-161-1/+2
* Fix for #2345 : Table should escape string contentsJoonas Lehtinen2008-12-151-2/+2
* optimized fix for #2227Matti Tahvonen2008-11-261-1/+6
* fixes #2227. Resizing relative sized component after extra column width divisionMatti Tahvonen2008-11-261-0/+1
* Better fix for #2208Artur Signell2008-11-211-15/+3
* avoid npeMatti Tahvonen2008-11-211-3/+11
* Fix for #2208 - CellStyleGenerator uses wrong styles when user hides columnsArtur Signell2008-11-211-13/+17
* implemented replaceComponent for IScrollTable and fixed a bug with relative s...Matti Tahvonen2008-11-191-5/+23
* IScrolltable now somehow manages to contain layoutsMatti Tahvonen2008-11-071-12/+88
* fixes #2136, Table cancels pending cache fetches and runs them only if server...Matti Tahvonen2008-10-131-45/+54
* fixes #2133, context menu event from gwt 1.5 + some other gwt 1.5 dependent c...Matti Tahvonen2008-10-031-37/+14
* refactored Table sizing.Matti Tahvonen2008-10-021-150/+78
* Fixed ScrollTable relative height calculationArtur Signell2008-10-011-8/+1
* Fixed IScrollTable size problemArtur Signell2008-10-011-38/+68
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-5/+1
* test case and fix for #2014 (toggling empty container in table)Matti Tahvonen2008-09-291-2/+5
* #1973 fix now gwt 1.4 compatibleMatti Tahvonen2008-09-291-2/+2
* IScrollTable styles cell also when it contains a component (+better tc). Fixe...Marc Englund2008-09-291-2/+4
* fixes #1973, also makes uidl with table more efficient. Table should now comf...Matti Tahvonen2008-09-251-4/+32
* "clickEvent" immediateness logic change, fixes #2104 (Table did not exhibit s...Marc Englund2008-09-231-0/+8
* Removed (GWT added) position:relative. Fixes #2054Marc Englund2008-09-181-0/+4
* Fix for #2029 - orderedlayout width calculationsArtur Signell2008-09-181-1/+5
* Force-table-to-recalculate-column-widths feature. Fixes #1983 (see ticket for...Marc Englund2008-09-111-5/+21
* Mass formatArtur Signell2008-09-021-8/+9