summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-11/+3
* fixes #2454 (defining expand ratios now repaints component)Matti Tahvonen2009-01-191-0/+2
* fixes #2432, AlignmentHandler methods now symmetric + saner usage overallMatti Tahvonen2009-01-091-10/+16
* Cleaned up the whole projectArtur Signell2009-01-021-1/+1
* Reverted #2337 fix to fix #2404Artur Signell2008-12-231-6/+10
* Testcase & fix for #2337Marc Englund2008-12-161-4/+9
* Fix for #2279 - Added helper to OrderedLayout and GridLayout for setting comp...Artur Signell2008-12-111-0/+4
* setCursorX/Y implementation for #1724Marc Englund2008-12-081-0/+20
* 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
* javadocs for expand ratio methodsMatti Tahvonen2008-11-121-6/+30
* removed obsolete flagMatti Tahvonen2008-11-041-53/+53
* fixes index bug related to row expand ratiosMatti Tahvonen2008-10-291-54/+61
* removed obsolete check that couses npe in emptied gridMatti Tahvonen2008-10-281-2/+2
* expandRatio for gridlayoutMatti Tahvonen2008-10-241-0/+112
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-51/+54
* Cursor position updated as needed after each addComponent(). Fixes #1972Marc Englund2008-08-181-7/+21
* Fix for #124 Insert & remove row for GridLayoutArtur Signell2008-08-081-6/+90
* fixes #1778Matti Tahvonen2008-06-051-0/+2
* extracted alignments and spacing to layouts subinterfacesMatti Tahvonen2008-02-071-54/+25
* alignments painting for GridLayoutMatti Tahvonen2008-02-051-0/+22
* Changed addComponent() a bit: must call super, can't call setParent() directly.Marc Englund2008-02-011-2/+4
* setWidth/Height now method in SizeableMatti Tahvonen2008-01-281-28/+0
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-16/+1
* Major layout API changes: Sizeable is now deprecated. Use HasSize-interface i...Jouni Koivuviita2007-12-131-40/+26
* License header parametrizedJani Laakso2007-12-041-58/+34
* MASS REFORMAT.Marc Englund2007-11-191-987/+1006
* -CustomLayout now supports sizeable.Jouni Koivuviita2007-11-161-6/+7
* MAJOR UPDATE:Jouni Koivuviita2007-11-151-6/+4
* -Layouts no longer implement Sizeable (except SplitPanel and ExpandLayout). S...Jouni Koivuviita2007-11-061-14/+16
* UIDL variable names changed back to original.Jouni Koivuviita2007-11-051-2/+2
* Layout API changes (#1041) to server-side. Client-side implementation still n...Jouni Koivuviita2007-11-011-152/+330
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-224/+272
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-130/+198
* 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/+757