summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/Panel.java
Commit message (Expand)AuthorAgeFilesLines
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-0/+1
* fixes #2431Matti Tahvonen2009-01-081-2/+3
* added null checkMatti Tahvonen2008-12-181-1/+3
* OL -> VerticalLayout as default for panel (right java file this time)Matti Tahvonen2008-12-121-2/+3
* Removed unused stylename from Panel.java ("emphasize").Jouni Koivuviita2008-12-021-2/+13
* most component containers now default to 100% widthMatti Tahvonen2008-11-041-1/+2
* removed obsolete panel width/height variables from uidl (size is define in at...Matti Tahvonen2008-09-291-10/+0
* Fixed #2090 and added test : width/height can be floatJoonas Lehtinen2008-09-261-7/+2
* setEnable(false) also disables descendants, for #677 - Table still not fixed.Marc Englund2008-09-251-0/+6
* Mass formatArtur Signell2008-09-021-9/+9
* fixes #1834. Tested only a bit with FF & SA.Matti Tahvonen2008-06-241-4/+4
* Panel now don't fire repaint on scroll position change made from client sideMatti Tahvonen2008-06-241-2/+4
* scrollable related changes, fixes #1834, #1846Matti Tahvonen2008-06-241-14/+42
* fixes #1782Matti Tahvonen2008-06-091-24/+25
* fixes #1715, avoids double attach for component inside panelMatti Tahvonen2008-05-231-1/+3
* Don't allow setting the same layout multiple times (caused bug)Marc Englund2008-03-101-0/+5
* 1. Removed obsolete dependency framework methods and interface definitions.Jani Laakso2008-02-061-2/+0
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-85/+14
* Major layout API changes: Sizeable is now deprecated. Use HasSize-interface i...Jouni Koivuviita2007-12-131-123/+66
* License header parametrizedJani Laakso2007-12-041-42/+18
* MASS REFORMAT.Marc Englund2007-11-191-541/+556
* MAJOR UPDATE:Jouni Koivuviita2007-11-151-4/+2
* -Layouts no longer implement Sizeable (except SplitPanel and ExpandLayout). S...Jouni Koivuviita2007-11-061-16/+130
* IOrderedLayout vertical now also with TABLE implementation! :)Jouni Koivuviita2007-11-021-15/+22
* Size information sent again as variables, like it should.Jouni Koivuviita2007-11-021-1/+18
* Layout API changes (#1041) to server-side. Client-side implementation still n...Jouni Koivuviita2007-11-011-118/+3
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-0/+11
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-16/+19
* ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and testMatti Tahvonen2007-10-051-4/+2
* fixes for windows size & implemented scroll positionsMatti Tahvonen2007-10-021-2/+9
* Fixes #950Joonas Lehtinen2007-10-011-0/+1
* Panel now supports all Sizeable units and sends width and height to client as...Jouni Koivuviita2007-09-201-4/+8
* cleaned importsMatti Tahvonen2007-08-301-3/+0
* added initial support for keyboard shortcuts. Now only Panel supports them on...Matti Tahvonen2007-08-291-1/+97
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-113/+144
* Constructors documents changedMohamed Atique2007-04-131-4/+4
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-49/+100
* 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/+375