summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/OrderedLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-0/+1
* Added @deprecated to OrderedLayout constructors so it is easier for developer...Artur Signell2009-01-211-0/+6
* Fix for #2248 - Deprecated OrderedLayoutArtur Signell2008-12-111-0/+5
* #2248 OrderedLayout split into AbstractOrderedLayout & OrderedLayout. Added V...Artur Signell2008-12-011-325/+10
* fixes #2226, deprecated setOrientation method.Matti Tahvonen2008-11-261-3/+15
* made constant finalMatti Tahvonen2008-11-191-2/+2
* added sanity checkMatti Tahvonen2008-11-131-2/+7
* javadocs for expand ratio methodsMatti Tahvonen2008-11-121-3/+28
* most component containers now default to 100% widthMatti Tahvonen2008-11-041-1/+4
* Removed (Component,float) constructor which can be easily mixed up with (Comp...Artur Signell2008-10-201-11/+0
* Fixed exceptions when OrderedLayout has no componentsArtur Signell2008-10-201-1/+3
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-0/+12
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-1/+1
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-8/+18
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-1/+51
* Mass formatArtur Signell2008-09-021-15/+18
* Fixes #1930 OrderedLayout 100% default breaks all the programs setting pixels...Joonas Lehtinen2008-07-111-6/+0
* Major changes in OrderedLayoutJoonas Lehtinen2008-07-101-0/+6
* Fixes #1907 : Switching between horizontal and vertical modes broken in IOrde...Joonas Lehtinen2008-07-041-9/+1
* extracted alignments and spacing to layouts subinterfacesMatti Tahvonen2008-02-071-57/+19
* changed order of component adding, in case super.addComponent() throws...Marc Englund2008-02-011-3/+3
* Proper implementation of alignments in IOrderedLayout + small fixes to css-fi...Jouni Koivuviita2007-12-181-0/+1
* New component: Accordion. Doesn't support sizing properly yet (only width).Jouni Koivuviita2007-12-141-1/+1
* Implemented layout spacing in IOrderedLayout.Jouni Koivuviita2007-12-141-0/+1
* License header parametrizedJani Laakso2007-12-041-36/+13
* spacingMatti Tahvonen2007-11-221-0/+8
* MASS REFORMAT.Marc Englund2007-11-191-313/+320
* -CustomLayout now supports sizeable.Jouni Koivuviita2007-11-161-6/+7
* OrderedLayout and ExpandLayout alignment handling unified under one class, Al...Jouni Koivuviita2007-11-161-1/+1
* MAJOR UPDATE:Jouni Koivuviita2007-11-151-15/+24
* -Layouts no longer implement Sizeable (except SplitPanel and ExpandLayout). S...Jouni Koivuviita2007-11-061-2/+5
* IOrderedLayout vertical now also with TABLE implementation! :)Jouni Koivuviita2007-11-021-10/+11
* Layout API changes (#1041) to server-side. Client-side implementation still n...Jouni Koivuviita2007-11-011-6/+106
* Repaint if orientation is changed.Marc Englund2007-08-131-0/+1
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-76/+93
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-33/+52
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-2/+2
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-1/+1
* Refactoring: Enably -> IT Mill ToolkitJoonas Lehtinen2006-11-011-0/+215