Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -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 Koivuviita | 2009-04-30 | 1 | -29/+0 |
| | | | | svn changeset:7582/svn branch:theme_2009_03 | ||||
* | Merges from 6.0 branch. | Jouni Koivuviita | 2009-04-30 | 1 | -2/+7 |
| | | | | svn changeset:7577/svn branch:theme_2009_03 | ||||
* | Major theme refactoring: | Jouni Koivuviita | 2009-04-29 | 1 | -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 change | Matti Tahvonen | 2009-04-29 | 1 | -13/+20 |
| | | | | | | | | svn changeset:7568/svn branch:6.0 | ||||
| * | Minor IScrolltable fixes. Extra scrollbar space in some situations and table ↵ | Matti Tahvonen | 2009-04-29 | 1 | -10/+7 |
| | | | | | | | | | | | | height when paging off. svn changeset:7559/svn branch:6.0 | ||||
| * | scrolltable theme refactoring: cleaning, fixing regressions | Matti Tahvonen | 2009-04-24 | 1 | -13/+12 |
| | | | | | | | | svn changeset:7523/svn branch:6.0 | ||||
| * | fixed minor regression with undefined width tables with height defined. ↵ | Matti Tahvonen | 2009-04-23 | 1 | -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 Tahvonen | 2009-04-23 | 1 | -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 Tahvonen | 2009-04-23 | 1 | -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 #2859 | Matti Tahvonen | 2009-04-21 | 1 | -27/+52 |
|/ | | | | svn changeset:7473/svn branch:6.0 | ||||
* | fixes #2711, client side enabled flag check for item events (selects + item ↵ | Matti Tahvonen | 2009-04-02 | 1 | -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 Tahvonen | 2009-04-01 | 1 | -21/+71 |
| | | | | svn changeset:7271/svn branch:6.0 | ||||
* | fixes #2804 (column adjustment on width or column width change) | Matti Tahvonen | 2009-03-31 | 1 | -9/+128 |
| | | | | svn changeset:7245/svn branch:6.0 | ||||
* | Merged fix for #2747: Wrapping link-style Button text inside Table breaks ↵ | Artur Signell | 2009-03-31 | 1 | -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 issue | Artur Signell | 2009-03-20 | 1 | -11/+23 |
| | | | | svn changeset:7122/svn branch:6.0 | ||||
* | Merged fix for #2688 | Artur Signell | 2009-03-03 | 1 | -13/+69 |
| | | | | svn changeset:7013/svn branch:6.0 | ||||
* | Merged fix for #2691 to 6.0 | Artur Signell | 2009-03-02 | 1 | -2/+11 |
| | | | | svn changeset:6999/svn branch:6.0 | ||||
* | fixes #2607 (a client side validity check) | Matti Tahvonen | 2009-02-23 | 1 | -0/+5 |
| | | | | svn changeset:6938/svn branch:trunk | ||||
* | fixes #2511, problem with fixed width columns. Also added some generics to ↵ | Matti Tahvonen | 2009-02-04 | 1 | -16/+15 |
| | | | | | | improve readability svn changeset:6727/svn branch:trunk | ||||
* | Fix for #2457 - Render header icons as HTML and not text | Artur Signell | 2009-01-13 | 1 | -4/+10 |
| | | | | svn changeset:6524/svn branch:trunk | ||||
* | fixes #2434, tbody element combined with offsetHeight property seems to work ↵ | Matti Tahvonen | 2009-01-08 | 1 | -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 Signell | 2008-12-19 | 1 | -0/+1 |
| | | | | | | relative width svn changeset:6299/svn branch:trunk | ||||
* | Test case and fix for #2341 - Reserve scrollbar space in tables with ↵ | Artur Signell | 2008-12-19 | 1 | -4/+48 |
| | | | | | | relative width svn changeset:6298/svn branch:trunk | ||||
* | Fixed #2372 - Table border measuring in IE6 | Artur Signell | 2008-12-18 | 1 | -2/+3 |
| | | | | svn changeset:6287/svn branch:trunk | ||||
* | giving more space for rel size components inside table | Matti Tahvonen | 2008-12-18 | 1 | -4/+2 |
| | | | | svn changeset:6266/svn branch:trunk | ||||
* | better renderspace estimate on initial render | Matti Tahvonen | 2008-12-16 | 1 | -1/+2 |
| | | | | svn changeset:6221/svn branch:trunk | ||||
* | Fix for #2345 : Table should escape string contents | Joonas Lehtinen | 2008-12-15 | 1 | -2/+2 |
| | | | | svn changeset:6212/svn branch:trunk | ||||
* | optimized fix for #2227 | Matti Tahvonen | 2008-11-26 | 1 | -1/+6 |
| | | | | svn changeset:6001/svn branch:trunk | ||||
* | fixes #2227. Resizing relative sized component after extra column width division | Matti Tahvonen | 2008-11-26 | 1 | -0/+1 |
| | | | | svn changeset:6000/svn branch:trunk | ||||
* | Better fix for #2208 | Artur Signell | 2008-11-21 | 1 | -15/+3 |
| | | | | svn changeset:5952/svn branch:trunk | ||||
* | avoid npe | Matti Tahvonen | 2008-11-21 | 1 | -3/+11 |
| | | | | svn changeset:5949/svn branch:trunk | ||||
* | Fix for #2208 - CellStyleGenerator uses wrong styles when user hides columns | Artur Signell | 2008-11-21 | 1 | -13/+17 |
| | | | | svn changeset:5945/svn branch:trunk | ||||
* | implemented replaceComponent for IScrollTable and fixed a bug with relative ↵ | Matti Tahvonen | 2008-11-19 | 1 | -5/+23 |
| | | | | | | sizes svn changeset:5922/svn branch:trunk | ||||
* | IScrolltable now somehow manages to contain layouts | Matti Tahvonen | 2008-11-07 | 1 | -12/+88 |
| | | | | svn changeset:5824/svn branch:trunk | ||||
* | fixes #2136, Table cancels pending cache fetches and runs them only if ↵ | Matti Tahvonen | 2008-10-13 | 1 | -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 Tahvonen | 2008-10-03 | 1 | -37/+14 |
| | | | | | | cleaning svn changeset:5589/svn branch:trunk | ||||
* | refactored Table sizing. | Matti Tahvonen | 2008-10-02 | 1 | -150/+78 |
| | | | | svn changeset:5580/svn branch:trunk | ||||
* | Fixed ScrollTable relative height calculation | Artur Signell | 2008-10-01 | 1 | -8/+1 |
| | | | | svn changeset:5579/svn branch:trunk | ||||
* | Fixed IScrollTable size problem | Artur Signell | 2008-10-01 | 1 | -38/+68 |
| | | | | svn changeset:5576/svn branch:trunk | ||||
* | Changed the way relative component sizes are handled. Relative sizes are now ↵ | Artur Signell | 2008-10-01 | 1 | -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 Tahvonen | 2008-09-29 | 1 | -2/+5 |
| | | | | svn changeset:5547/svn branch:trunk | ||||
* | #1973 fix now gwt 1.4 compatible | Matti Tahvonen | 2008-09-29 | 1 | -2/+2 |
| | | | | svn changeset:5540/svn branch:trunk | ||||
* | IScrollTable styles cell also when it contains a component (+better tc). ↵ | Marc Englund | 2008-09-29 | 1 | -2/+4 |
| | | | | | | Fixes #2125 svn changeset:5535/svn branch:trunk | ||||
* | fixes #1973, also makes uidl with table more efficient. Table should now ↵ | Matti Tahvonen | 2008-09-25 | 1 | -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 Englund | 2008-09-23 | 1 | -0/+8 |
| | | | | | | same problem; added comments to avoid problem in the future) svn changeset:5487/svn branch:trunk | ||||
* | Removed (GWT added) position:relative. Fixes #2054 | Marc Englund | 2008-09-18 | 1 | -0/+4 |
| | | | | svn changeset:5433/svn branch:trunk | ||||
* | Fix for #2029 - orderedlayout width calculations | Artur Signell | 2008-09-18 | 1 | -1/+5 |
| | | | | svn changeset:5427/svn branch:trunk | ||||
* | Force-table-to-recalculate-column-widths feature. Fixes #1983 (see ticket ↵ | Marc Englund | 2008-09-11 | 1 | -5/+21 |
| | | | | | | for more) svn changeset:5389/svn branch:trunk | ||||
* | Mass format | Artur Signell | 2008-09-02 | 1 | -8/+9 |
| | | | | svn changeset:5331/svn branch:trunk |