aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IPanel.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-516/+0
* fixes #2536Matti Tahvonen2009-02-041-0/+11
* fixes #2410, converted IPanel to use the new tooltips (that handle errors also)Matti Tahvonen2008-12-301-39/+7
* fixes #2339 and renamed some util methodsMatti Tahvonen2008-12-161-2/+2
* fixes #2304, panel without caption/custom stylesMatti Tahvonen2008-12-091-41/+42
* Fixed #2257 for Panel and TabSheet.Artur Signell2008-12-021-1/+11
* Fix for #2231 - Allow border and padding for LabelsArtur Signell2008-11-281-6/+7
* fixes #2233. added a div around panel caption to help theming + some GWT 1.5 ...Matti Tahvonen2008-11-271-26/+23
* replaceChildComponent implementation for IPanel (#2204)Artur Signell2008-11-131-1/+7
* Run panel hacks for all browsers after renderingArtur Signell2008-11-121-6/+1
* Panel caption width for IE7Artur Signell2008-11-121-0/+5
* refactored obsolete iLayout from PanelMatti Tahvonen2008-11-041-12/+16
* Testcase and fix for #2178 - Panel size in IE6Artur Signell2008-10-241-2/+18
* Fix for #2173 - FF2 panel problemsArtur Signell2008-10-241-3/+5
* fixed bug (mixing width and height)Matti Tahvonen2008-10-221-2/+8
* Major layout renewals. GridLayout now totally absolutely positioned, all scro...Matti Tahvonen2008-10-211-1/+2
* Fixed Panel border detectionArtur Signell2008-10-211-22/+15
* Fixed #2156 IE Panel problemsArtur Signell2008-10-211-24/+36
* New OrderedLayout implementation and related fixesArtur Signell2008-10-201-3/+27
* fixes #2138 Cleaning and fixing some scrollbar issuesMatti Tahvonen2008-10-081-19/+3
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-101/+91
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-25/+95
* using size attributes instead of variables for reading size values. Gets clea...Matti Tahvonen2008-09-291-3/+3
* Better fix for #1923 - Panel issues in IE6Artur Signell2008-09-191-23/+31
* Fix for #2029 - orderedlayout width calculationsArtur Signell2008-09-181-1/+1
* Two "less than zero" checks added to prevent IE6 errors.Jouni Koivuviita2008-09-101-0/+10
* Fixed panel scrolling issueArtur Signell2008-09-081-5/+1
* #2009, ItemClickEventsMatti Tahvonen2008-08-291-2/+0
* Testcase and fix for #1923 - IE6 panel width problemArtur Signell2008-08-281-0/+20
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-3/+3
* forgotten changes for #1834Matti Tahvonen2008-07-101-1/+31
* Fixed: if Panel's width changes from some other value to 100%, the result won...Jouni Koivuviita2008-07-031-1/+3
* fixes #1764Matti Tahvonen2008-06-121-3/+38
* IPanel setWidth changed: 100% won't go to outmost div element anymore, we let...Jouni Koivuviita2008-02-271-4/+7
* Added ShortcutActionHandler to IPanel.Jouni Koivuviita2008-02-131-3/+25
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-1/+15
* save scroll pos before removing content, restore afterwards (#1222)Marc Englund2007-12-281-0/+9
* refactored method signatureMatti Tahvonen2007-12-101-5/+5
* License header parametrizedJani Laakso2007-12-041-18/+22
* Error, icon, description for PanelMatti Tahvonen2007-11-291-2/+93
* fixing iLayout function when Panel is not the first object in containerMatti Tahvonen2007-11-221-3/+5
* Small fixes to IPanel and ITabsheet layout functions.Jouni Koivuviita2007-11-211-1/+4
* IPanel and ITabsheet layout functions refactored.Jouni Koivuviita2007-11-201-18/+22
* -Fixed top and bottom margins in IOrderedLayout when adding new components on...Jouni Koivuviita2007-11-191-4/+14
* MASS REFORMAT.Marc Englund2007-11-191-137/+144
* -CustomLayout now supports sizeable.Jouni Koivuviita2007-11-161-1/+1
* #1100 (CustomLayoutDemo)Matti Tahvonen2007-11-091-7/+9
* fixed panel layoutMatti Tahvonen2007-11-071-2/+2
* reverted back old layout function, new one didn't work with IE'sMatti Tahvonen2007-11-071-21/+20
* fixed wrong function name + fixes to tabsheetMatti Tahvonen2007-11-061-1/+1