summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui
Commit message (Expand)AuthorAgeFilesLines
...
* removed obsolete CONTENT_MODE_UIDL mode from LabelMatti Tahvonen2009-01-081-12/+2
* fixes #2431Matti Tahvonen2009-01-081-2/+3
* Fixed one typo.Marc Englund2009-01-051-6/+6
* Cleaned up the whole projectArtur Signell2009-01-0233-4/+166
* fixed a bug when removing column generator: checked for item id instead of co...Matti Tahvonen2008-12-311-7/+31
* Test case and fix for #2406 - Sub window with undefined height and 100% high ...Artur Signell2008-12-301-0/+10
* fixes #932, implemented maxlength for textfieldMatti Tahvonen2008-12-292-0/+48
* removed obsolete TODO'sMatti Tahvonen2008-12-291-1/+3
* Reverted #2337 fix to fix #2404Artur Signell2008-12-231-6/+10
* Fixed typoArtur Signell2008-12-231-2/+4
* AlignmentHandler & SpacingHandler should not extend LayoutArtur Signell2008-12-221-3/+4
* Test case and fix for #2183 - Exclamation marks shown for required empty fieldsArtur Signell2008-12-222-2/+8
* Fix for #2391 - Column collapsing does not work in an empty table.Artur Signell2008-12-191-0/+2
* Removed deprecated OrderedLayout from SplitPanelJoonas Lehtinen2008-12-181-2/+2
* Fixed #2379 : FeatureBrowser Table demo does not startJoonas Lehtinen2008-12-181-13/+16
* fixed component iterator if composition root is not yet setMatti Tahvonen2008-12-181-1/+1
* Refactored layout size checking method, related to #2139Artur Signell2008-12-181-5/+8
* fixes #2365Matti Tahvonen2008-12-181-0/+30
* added null checkMatti Tahvonen2008-12-181-1/+3
* relative size handling changes towards #2319Matti Tahvonen2008-12-171-13/+6
* Testcase & fix for #2337Marc Englund2008-12-161-4/+9
* Removed CoordinateLayout from trunk. This is the first part of #2346Joonas Lehtinen2008-12-151-768/+0
* removed obsolete method (due #2319)Matti Tahvonen2008-12-151-40/+0
* Changes to subwindows. More validity checks, new method to create subwindow w...Matti Tahvonen2008-12-121-24/+54
* OL -> VerticalLayout as default for panel (right java file this time)Matti Tahvonen2008-12-121-2/+3
* OL -> VerticalLayout as default for panelMatti Tahvonen2008-12-121-3/+14
* added VerticalLayout check to subwindow width sanity checkMatti Tahvonen2008-12-111-0/+1
* fixes #2321, default width check when adding subwindows.Matti Tahvonen2008-12-111-0/+8
* Fixed layout validation so only the invalid dimension is set to undefinedArtur Signell2008-12-111-12/+15
* Fix for #2248 - Deprecated OrderedLayoutArtur Signell2008-12-111-0/+5
* Fix for #2279 - Added helper to OrderedLayout and GridLayout for setting comp...Artur Signell2008-12-113-0/+150
* fixes #2310. AbstarctComponent.isVisible is now recursive in component tree, ...Matti Tahvonen2008-12-102-11/+28
* Added possibility to _not_ fire event when setting fragment. Updated javadoc.Marc Englund2008-12-091-3/+22
* fixes #2298. CustomLayout now 100% width by defaultMatti Tahvonen2008-12-091-6/+7
* Fixes replaceWithSelect method. Broken since [5390]. Fixes FeaturesApplicatio...Matti Tahvonen2008-12-091-1/+3
* Retains first field position when doing setItemDataSource() when layout is Gr...Marc Englund2008-12-081-2/+35
* setCursorX/Y implementation for #1724Marc Englund2008-12-081-0/+20
* Fix for #2294 - Sanity check for setComponentAlignmentArtur Signell2008-12-081-3/+8
* Fix for #2278 - MarginHandler refactoring.Artur Signell2008-12-032-3/+61
* Removed unused stylename from Panel.java ("emphasize").Jouni Koivuviita2008-12-021-2/+13
* #2248 OrderedLayout split into AbstractOrderedLayout & OrderedLayout. Added V...Artur Signell2008-12-014-325/+396
* Fix for #2251 - ExpandLayout used to expand the first component if expand was...Artur Signell2008-12-011-2/+48
* Fix for #2242 - Changing an AbstractSelect container data source should not f...Artur Signell2008-12-011-2/+1
* Test case and fix for #2245 - SplitPanel without both components cannot be pa...Artur Signell2008-12-012-3/+8
* fixes #2226, deprecated setOrientation method.Matti Tahvonen2008-11-261-3/+15
* Test case and fix for #2151 - Button should not accept invalid values.Artur Signell2008-11-241-4/+13
* Corrected typoArtur Signell2008-11-241-6/+8
* Better fix for #2208Artur Signell2008-11-211-3/+2
* Added API to gridlayout to fetch component layout information (column + row +...Matti Tahvonen2008-11-211-0/+19
* GridLayout: added getComponen(x,y) method, fixes #124 Matti Tahvonen2008-11-211-0/+20