aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/layout
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-113-1154/+0
* fixes regression from FF2 optimization (#2749). Horizontal now again bit slug...Matti Tahvonen2009-03-131-3/+4
* better fix or FF2 performance issues with deep treeMatti Tahvonen2009-03-131-10/+24
* fixes lousy performance on FF2 with deep component tree. Needs some testing s...Matti Tahvonen2009-03-121-1/+7
* Fix for #2563 - OrderedLayout flicker on repaintArtur Signell2009-02-161-7/+10
* #2519, #2520 optimized usage of hasmaps in ac + dom inserts in cellbasedlayoutMatti Tahvonen2009-01-291-6/+36
* Test case and fix for #2478 - Label wrapping inconsistency in IOrderedLayoutArtur Signell2009-01-251-2/+6
* fixes #2432, AlignmentHandler methods now symmetric + saner usage overallMatti Tahvonen2009-01-091-2/+2
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ...Artur Signell2009-01-081-6/+6
* fixes critical memory leakMatti Tahvonen2008-12-221-0/+2
* Fixed NPE in OrderedLayout Artur Signell2008-12-181-1/+1
* Fix for #2253 - Use getBoundingClientRect() for measuring elements when avail...Artur Signell2008-12-051-28/+2
* Fix for #2253 - Use getBoundingClientRect() for measuring elements when avail...Artur Signell2008-12-051-2/+29
* Fix for #2278 - MarginHandler refactoring.Artur Signell2008-12-031-3/+3
* Code cleanupArtur Signell2008-11-271-7/+6
* Take component margins into account when updating component container sizes i...Artur Signell2008-11-271-2/+8
* fixes #2232. Spacing can be now be adjusted, even if spacing is not set from ...Matti Tahvonen2008-11-271-9/+5
* Fix for #2221 IE position:relative issuesArtur Signell2008-11-272-6/+25
* Fixed OrderedLayout margin measuringArtur Signell2008-11-271-6/+8
* reverted changes from [5958], breaks spacing in IEMatti Tahvonen2008-11-261-8/+0
* refactored IOrderedLayout margin/spacing handling, fixes the most intuitive w...Matti Tahvonen2008-11-261-78/+90
* Testcase and fix for #2222 - OrderedLayout spacing not workingArtur Signell2008-11-241-9/+9
* Fix for #2221 - IE clipping issue of scrollable contentArtur Signell2008-11-241-2/+10
* Fix for #2209 related OrderedLayout problemsArtur Signell2008-11-211-1/+1
* Fix for #2209 related OrderedLayout problemsArtur Signell2008-11-211-1/+5
* Fix for #2209 related OrderedLayout problemsArtur Signell2008-11-211-3/+12
* fully GWT 1.5 style code for new layoutsMatti Tahvonen2008-11-182-962/+963
* Fixed iLayout recursion problem.Artur Signell2008-11-171-0/+1
* Less flicker for captions in SafariArtur Signell2008-11-121-0/+5
* Moved clear element to correct position in DOMArtur Signell2008-11-121-1/+1
* Fixed caption width when located after componentArtur Signell2008-11-121-1/+5
* Fix for OrderedLayout component remove problemArtur Signell2008-11-101-2/+2
* Implemented replaceChildComponent for OrderedLayoutArtur Signell2008-11-072-12/+18
* Fixed OrderedLayout margin handlingArtur Signell2008-10-301-11/+8
* Fixed orderedlayout dynamic size calculations.Artur Signell2008-10-301-3/+5
* Fixed margin handling in OrderedLayoutArtur Signell2008-10-271-17/+17
* Fix for #2181 - Caption update problemsArtur Signell2008-10-271-11/+30
* null checkMatti Tahvonen2008-10-221-1/+3
* Major layout renewals. GridLayout now totally absolutely positioned, all scro...Matti Tahvonen2008-10-211-1/+1
* Fixed #2156 IE Panel problemsArtur Signell2008-10-212-15/+41
* New OrderedLayout implementation and related fixesArtur Signell2008-10-203-0/+983