aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IScrollTable.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-2841/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Merged a fix from 6.0 branch (unnecessary log message).Jouni Koivuviita2009-04-301-29/+0
| | | | svn changeset:7582/svn branch:theme_2009_03
* Merges from 6.0 branch.Jouni Koivuviita2009-04-301-2/+7
| | | | svn changeset:7577/svn branch:theme_2009_03
* Major theme refactoring:Jouni Koivuviita2009-04-291-196/+306
|\ | | | | | | | | | | | | | | | | | | | | -Base theme now completed. -Default theme is now inherited from the Base theme, all redundant (but mandatory) style properties have been moved to the Base theme. ---- Includes major merges from 6.0 branch as well. svn changeset:7572/svn branch:theme_2009_03
| * iscrolltable fix for scrollbars on size changeMatti Tahvonen2009-04-291-13/+20
| | | | | | | | svn changeset:7568/svn branch:6.0
| * Minor IScrolltable fixes. Extra scrollbar space in some situations and table ↵Matti Tahvonen2009-04-291-10/+7
| | | | | | | | | | | | height when paging off. svn changeset:7559/svn branch:6.0
| * scrolltable theme refactoring: cleaning, fixing regressionsMatti Tahvonen2009-04-241-13/+12
| | | | | | | | svn changeset:7523/svn branch:6.0
| * fixed minor regression with undefined width tables with height defined. ↵Matti Tahvonen2009-04-231-13/+31
| | | | | | | | | | | | Added sanity check when destroying row (fixes #2862, regression). svn changeset:7517/svn branch:6.0
| * more cleaning for scroll table. Fixed npe on empty table (regression). Now ↵Matti Tahvonen2009-04-231-23/+55
| | | | | | | | | | | | detects better default values for row height and column extra space with initially empty table. svn changeset:7516/svn branch:6.0
| * major refactoring and cleaning related to column width handling in ↵Matti Tahvonen2009-04-231-153/+182
| | | | | | | | | | | | scrolltable. Hardcoded margins now removed and most things ought to be possible to define with CSS. fixes #2417 svn changeset:7512/svn branch:6.0
| * fixes #2859Matti Tahvonen2009-04-211-27/+52
|/ | | | svn changeset:7473/svn branch:6.0
* fixes #2711, client side enabled flag check for item events (selects + item ↵Matti Tahvonen2009-04-021-21/+24
| | | | | | clicks, context menus) svn changeset:7279/svn branch:6.0
* fixes #2806 (column expand ratios for Table). Also added some test cases.Matti Tahvonen2009-04-011-21/+71
| | | | svn changeset:7271/svn branch:6.0
* fixes #2804 (column adjustment on width or column width change)Matti Tahvonen2009-03-311-9/+128
| | | | svn changeset:7245/svn branch:6.0
* Merged fix for #2747: Wrapping link-style Button text inside Table breaks ↵Artur Signell2009-03-311-5/+18
| | | | | | | | the height calculation of Table http://dev.itmill.com/ticket/2747 svn changeset:7243/svn branch:6.0
* Merged fix for #2747 - table height calculation issueArtur Signell2009-03-201-11/+23
| | | | svn changeset:7122/svn branch:6.0
* Merged fix for #2688Artur Signell2009-03-031-13/+69
| | | | svn changeset:7013/svn branch:6.0
* Merged fix for #2691 to 6.0Artur Signell2009-03-021-2/+11
| | | | svn changeset:6999/svn branch:6.0
* fixes #2607 (a client side validity check)Matti Tahvonen2009-02-231-0/+5
| | | | svn changeset:6938/svn branch:trunk
* fixes #2511, problem with fixed width columns. Also added some generics to ↵Matti Tahvonen2009-02-041-16/+15
| | | | | | improve readability svn changeset:6727/svn branch:trunk
* Fix for #2457 - Render header icons as HTML and not textArtur Signell2009-01-131-4/+10
| | | | svn changeset:6524/svn branch:trunk
* fixes #2434, tbody element combined with offsetHeight property seems to work ↵Matti Tahvonen2009-01-081-2/+18
| | | | | | rather badly across the browsers. Using parent tables offsetheight instead svn changeset:6450/svn branch:trunk
* Test case and fix for #2341 - Reserve scrollbar space in tables with ↵Artur Signell2008-12-191-0/+1
| | | | | | relative width svn changeset:6299/svn branch:trunk
* Test case and fix for #2341 - Reserve scrollbar space in tables with ↵Artur Signell2008-12-191-4/+48
| | | | | | relative width svn changeset:6298/svn branch:trunk
* Fixed #2372 - Table border measuring in IE6Artur Signell2008-12-181-2/+3
| | | | svn changeset:6287/svn branch:trunk
* giving more space for rel size components inside tableMatti Tahvonen2008-12-181-4/+2
| | | | svn changeset:6266/svn branch:trunk
* better renderspace estimate on initial renderMatti Tahvonen2008-12-161-1/+2
| | | | svn changeset:6221/svn branch:trunk
* Fix for #2345 : Table should escape string contentsJoonas Lehtinen2008-12-151-2/+2
| | | | svn changeset:6212/svn branch:trunk
* optimized fix for #2227Matti Tahvonen2008-11-261-1/+6
| | | | svn changeset:6001/svn branch:trunk
* fixes #2227. Resizing relative sized component after extra column width divisionMatti Tahvonen2008-11-261-0/+1
| | | | svn changeset:6000/svn branch:trunk
* Better fix for #2208Artur Signell2008-11-211-15/+3
| | | | svn changeset:5952/svn branch:trunk
* avoid npeMatti Tahvonen2008-11-211-3/+11
| | | | svn changeset:5949/svn branch:trunk
* Fix for #2208 - CellStyleGenerator uses wrong styles when user hides columnsArtur Signell2008-11-211-13/+17
| | | | svn changeset:5945/svn branch:trunk
* implemented replaceComponent for IScrollTable and fixed a bug with relative ↵Matti Tahvonen2008-11-191-5/+23
| | | | | | sizes svn changeset:5922/svn branch:trunk
* IScrolltable now somehow manages to contain layoutsMatti Tahvonen2008-11-071-12/+88
| | | | svn changeset:5824/svn branch:trunk
* fixes #2136, Table cancels pending cache fetches and runs them only if ↵Matti Tahvonen2008-10-131-45/+54
| | | | | | server communication is idle svn changeset:5634/svn branch:trunk
* fixes #2133, context menu event from gwt 1.5 + some other gwt 1.5 dependent ↵Matti Tahvonen2008-10-031-37/+14
| | | | | | cleaning svn changeset:5589/svn branch:trunk
* refactored Table sizing.Matti Tahvonen2008-10-021-150/+78
| | | | svn changeset:5580/svn branch:trunk
* Fixed ScrollTable relative height calculationArtur Signell2008-10-011-8/+1
| | | | svn changeset:5579/svn branch:trunk
* Fixed IScrollTable size problemArtur Signell2008-10-011-38/+68
| | | | svn changeset:5576/svn branch:trunk
* Changed the way relative component sizes are handled. Relative sizes are now ↵Artur Signell2008-10-011-5/+1
| | | | | | | | | | | converted into pixel sizes in ApplictionConnection. All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator. This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102 Also fixes #2127 svn changeset:5570/svn branch:trunk
* test case and fix for #2014 (toggling empty container in table)Matti Tahvonen2008-09-291-2/+5
| | | | svn changeset:5547/svn branch:trunk
* #1973 fix now gwt 1.4 compatibleMatti Tahvonen2008-09-291-2/+2
| | | | svn changeset:5540/svn branch:trunk
* IScrollTable styles cell also when it contains a component (+better tc). ↵Marc Englund2008-09-291-2/+4
| | | | | | Fixes #2125 svn changeset:5535/svn branch:trunk
* fixes #1973, also makes uidl with table more efficient. Table should now ↵Matti Tahvonen2008-09-251-4/+32
| | | | | | comfort with subtree caching and no hacky requestRepaints are needed for child components. May cause regressions. svn changeset:5510/svn branch:trunk
* "clickEvent" immediateness logic change, fixes #2104 (Table did not exhibit ↵Marc Englund2008-09-231-0/+8
| | | | | | same problem; added comments to avoid problem in the future) svn changeset:5487/svn branch:trunk
* Removed (GWT added) position:relative. Fixes #2054Marc Englund2008-09-181-0/+4
| | | | svn changeset:5433/svn branch:trunk
* Fix for #2029 - orderedlayout width calculationsArtur Signell2008-09-181-1/+5
| | | | svn changeset:5427/svn branch:trunk
* Force-table-to-recalculate-column-widths feature. Fixes #1983 (see ticket ↵Marc Englund2008-09-111-5/+21
| | | | | | for more) svn changeset:5389/svn branch:trunk
* Mass formatArtur Signell2008-09-021-8/+9
| | | | svn changeset:5331/svn branch:trunk