| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | removed obsolete CONTENT_MODE_UIDL mode from Label | Matti Tahvonen | 2009-01-08 | 1 | -12/+2 |
* | fixes #2431 | Matti Tahvonen | 2009-01-08 | 1 | -2/+3 |
* | Fixed one typo. | Marc Englund | 2009-01-05 | 1 | -6/+6 |
* | Cleaned up the whole project | Artur Signell | 2009-01-02 | 33 | -4/+166 |
* | fixed a bug when removing column generator: checked for item id instead of co... | Matti Tahvonen | 2008-12-31 | 1 | -7/+31 |
* | Test case and fix for #2406 - Sub window with undefined height and 100% high ... | Artur Signell | 2008-12-30 | 1 | -0/+10 |
* | fixes #932, implemented maxlength for textfield | Matti Tahvonen | 2008-12-29 | 2 | -0/+48 |
* | removed obsolete TODO's | Matti Tahvonen | 2008-12-29 | 1 | -1/+3 |
* | Reverted #2337 fix to fix #2404 | Artur Signell | 2008-12-23 | 1 | -6/+10 |
* | Fixed typo | Artur Signell | 2008-12-23 | 1 | -2/+4 |
* | AlignmentHandler & SpacingHandler should not extend Layout | Artur Signell | 2008-12-22 | 1 | -3/+4 |
* | Test case and fix for #2183 - Exclamation marks shown for required empty fields | Artur Signell | 2008-12-22 | 2 | -2/+8 |
* | Fix for #2391 - Column collapsing does not work in an empty table. | Artur Signell | 2008-12-19 | 1 | -0/+2 |
* | Removed deprecated OrderedLayout from SplitPanel | Joonas Lehtinen | 2008-12-18 | 1 | -2/+2 |
* | Fixed #2379 : FeatureBrowser Table demo does not start | Joonas Lehtinen | 2008-12-18 | 1 | -13/+16 |
* | fixed component iterator if composition root is not yet set | Matti Tahvonen | 2008-12-18 | 1 | -1/+1 |
* | Refactored layout size checking method, related to #2139 | Artur Signell | 2008-12-18 | 1 | -5/+8 |
* | fixes #2365 | Matti Tahvonen | 2008-12-18 | 1 | -0/+30 |
* | added null check | Matti Tahvonen | 2008-12-18 | 1 | -1/+3 |
* | relative size handling changes towards #2319 | Matti Tahvonen | 2008-12-17 | 1 | -13/+6 |
* | Testcase & fix for #2337 | Marc Englund | 2008-12-16 | 1 | -4/+9 |
* | Removed CoordinateLayout from trunk. This is the first part of #2346 | Joonas Lehtinen | 2008-12-15 | 1 | -768/+0 |
* | removed obsolete method (due #2319) | Matti Tahvonen | 2008-12-15 | 1 | -40/+0 |
* | Changes to subwindows. More validity checks, new method to create subwindow w... | Matti Tahvonen | 2008-12-12 | 1 | -24/+54 |
* | OL -> VerticalLayout as default for panel (right java file this time) | Matti Tahvonen | 2008-12-12 | 1 | -2/+3 |
* | OL -> VerticalLayout as default for panel | Matti Tahvonen | 2008-12-12 | 1 | -3/+14 |
* | added VerticalLayout check to subwindow width sanity check | Matti Tahvonen | 2008-12-11 | 1 | -0/+1 |
* | fixes #2321, default width check when adding subwindows. | Matti Tahvonen | 2008-12-11 | 1 | -0/+8 |
* | Fixed layout validation so only the invalid dimension is set to undefined | Artur Signell | 2008-12-11 | 1 | -12/+15 |
* | Fix for #2248 - Deprecated OrderedLayout | Artur Signell | 2008-12-11 | 1 | -0/+5 |
* | Fix for #2279 - Added helper to OrderedLayout and GridLayout for setting comp... | Artur Signell | 2008-12-11 | 3 | -0/+150 |
* | fixes #2310. AbstarctComponent.isVisible is now recursive in component tree, ... | Matti Tahvonen | 2008-12-10 | 2 | -11/+28 |
* | Added possibility to _not_ fire event when setting fragment. Updated javadoc. | Marc Englund | 2008-12-09 | 1 | -3/+22 |
* | fixes #2298. CustomLayout now 100% width by default | Matti Tahvonen | 2008-12-09 | 1 | -6/+7 |
* | Fixes replaceWithSelect method. Broken since [5390]. Fixes FeaturesApplicatio... | Matti Tahvonen | 2008-12-09 | 1 | -1/+3 |
* | Retains first field position when doing setItemDataSource() when layout is Gr... | Marc Englund | 2008-12-08 | 1 | -2/+35 |
* | setCursorX/Y implementation for #1724 | Marc Englund | 2008-12-08 | 1 | -0/+20 |
* | Fix for #2294 - Sanity check for setComponentAlignment | Artur Signell | 2008-12-08 | 1 | -3/+8 |
* | Fix for #2278 - MarginHandler refactoring. | Artur Signell | 2008-12-03 | 2 | -3/+61 |
* | Removed unused stylename from Panel.java ("emphasize"). | Jouni Koivuviita | 2008-12-02 | 1 | -2/+13 |
* | #2248 OrderedLayout split into AbstractOrderedLayout & OrderedLayout. Added V... | Artur Signell | 2008-12-01 | 4 | -325/+396 |
* | Fix for #2251 - ExpandLayout used to expand the first component if expand was... | Artur Signell | 2008-12-01 | 1 | -2/+48 |
* | Fix for #2242 - Changing an AbstractSelect container data source should not f... | Artur Signell | 2008-12-01 | 1 | -2/+1 |
* | Test case and fix for #2245 - SplitPanel without both components cannot be pa... | Artur Signell | 2008-12-01 | 2 | -3/+8 |
* | fixes #2226, deprecated setOrientation method. | Matti Tahvonen | 2008-11-26 | 1 | -3/+15 |
* | Test case and fix for #2151 - Button should not accept invalid values. | Artur Signell | 2008-11-24 | 1 | -4/+13 |
* | Corrected typo | Artur Signell | 2008-11-24 | 1 | -6/+8 |
* | Better fix for #2208 | Artur Signell | 2008-11-21 | 1 | -3/+2 |
* | Added API to gridlayout to fetch component layout information (column + row +... | Matti Tahvonen | 2008-11-21 | 1 | -0/+19 |
* | GridLayout: added getComponen(x,y) method, fixes #124 | Matti Tahvonen | 2008-11-21 | 1 | -0/+20 |