summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix and testcases for #2466 and #2532 - commit now throws InvalidValueExceptionArtur Signell2009-02-032-17/+29
* fixed bugs and cleaned code that found during fixing #2508Matti Tahvonen2009-02-031-51/+46
* Implements #2509 PopupView.addListener(PopupVisibilityListener)Marc Englund2009-01-281-0/+103
* Renamed popup-visibility methods, fixes #2507Marc Englund2009-01-281-4/+18
* default form in LoginForm now has doctype declaration to get out of quirksmod...Matti Tahvonen2009-01-271-1/+5
* enhanced javadocs, default sizeMatti Tahvonen2009-01-271-12/+16
* fixes #2488 (JS error in LoginForm)Matti Tahvonen2009-01-271-6/+10
* Added @deprecated to OrderedLayout constructors so it is easier for developer...Artur Signell2009-01-211-0/+6
* fixes #2454 (defining expand ratios now repaints component)Matti Tahvonen2009-01-192-0/+3
* Behaviour is now more consistent + code cleanupRisto Yrjänä2009-01-191-60/+43
* Removed invalid hiding of empty/required field error message in formArtur Signell2009-01-191-6/+0
* fixes #2465Matti Tahvonen2009-01-151-1/+1
* removed limited documentation - using the one from interfaceMatti Tahvonen2009-01-141-4/+5
* fixes #2456Matti Tahvonen2009-01-131-1/+7
* Test case and fix for #2442 - RequiredError not displayed in the tooltipArtur Signell2009-01-131-6/+7
* #2426 Re-added CONTENT_UIDL as deprecated Artur Signell2009-01-131-2/+15
* Fix for #2439 - Inconsistent JavaDoc for Hierarchical containerArtur Signell2009-01-101-2/+1
* better overridden javadocMatti Tahvonen2009-01-091-1/+6
* fixes #2432, AlignmentHandler methods now symmetric + saner usage overallMatti Tahvonen2009-01-095-36/+245
* Added setter for popup visibilityRisto Yrjänä2009-01-091-0/+11
* fixed bug: table now no longer listens clicks when all listeners removedMatti Tahvonen2009-01-081-1/+1
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ...Artur Signell2009-01-082-13/+7
* 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