aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IOrderedLayout.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-876/+0
* Fixed # 2626: Layout alignments are not recalculated correctly in all cases Artur Signell2009-02-231-0/+3
* Fix for #2563 - OrderedLayout flicker on repaintArtur Signell2009-02-161-6/+7
* Test case and fix for #2591 - A Label leaves empty space in a VerticalLayout ...Artur Signell2009-02-131-34/+33
* fixes #2514 and some cleaning in IOrderedLayoutMatti Tahvonen2009-02-041-8/+22
* Test case and fix for #2478 - Label wrapping inconsistency in IOrderedLayoutArtur Signell2009-01-251-0/+3
* Updated test case and fix for #2477 for IOrderedLayout - recalculate size of ...Artur Signell2009-01-211-0/+8
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ...Artur Signell2009-01-081-10/+20
* Test case and fix for #2411 - OrderedLayout extra pixel distribution Artur Signell2008-12-301-5/+9
* Test case and fix for #2405 - Dynamic height related issues in OrderedLayout ...Artur Signell2008-12-231-3/+10
* Size update optimization for OrderedLayout and SplitPanel Artur Signell2008-12-181-1/+6
* Changed Util.notifyParentOfSizeChange and Util.componentSizeUpdated to accept...Artur Signell2008-12-181-1/+1
* Fixed NPE in OrderedLayout Artur Signell2008-12-181-3/+4
* fixes relative size change propagation in OL if contained component have changedMatti Tahvonen2008-12-111-10/+9
* Fix for #2250 - Avoid negative sizes in IOrderedLayoutArtur Signell2008-12-011-6/+21
* Fix for #2240 OrderedLayout size updatesArtur Signell2008-11-281-8/+39
* Test case and fix for #2235 - OrderedLayout resize problemArtur Signell2008-11-271-14/+17
* Fix for #2221 IE position:relative issuesArtur Signell2008-11-271-4/+55
* refactored IOrderedLayout margin/spacing handling, fixes the most intuitive w...Matti Tahvonen2008-11-261-23/+7
* Testcase and fix for #2222 - OrderedLayout spacing not workingArtur Signell2008-11-241-1/+1
* Fix for #2209 related OrderedLayout problemsArtur Signell2008-11-211-0/+4
* Fix for #2209 related OrderedLayout problemsArtur Signell2008-11-211-2/+12
* Real fix for OrderedLayout height problemArtur Signell2008-11-201-4/+11
* Fix for OrderedLayout height problemArtur Signell2008-11-201-3/+3
* Fixed iLayout recursion problem.Artur Signell2008-11-171-4/+18
* Fixed problems with invisible OrderedLayoutsArtur Signell2008-11-131-2/+3
* OrderedLayout cleanupArtur Signell2008-11-101-16/+1
* Fixed orderedlayout dynamic size calculations.Artur Signell2008-10-301-6/+10
* Fix for #2181 - Caption update problemsArtur Signell2008-10-271-5/+17
* Fixed OrderedLayout size calculation issuesArtur Signell2008-10-241-41/+68
* added null check (in case of empty ordered layout)Matti Tahvonen2008-10-221-12/+13
* Fixed relative width bug in OrderedLayoutArtur Signell2008-10-211-2/+2
* Fixed #2156 IE Panel problemsArtur Signell2008-10-211-14/+48
* Fixed exceptions when OrderedLayout has no componentsArtur Signell2008-10-201-5/+7
* Fixed relative size related OrderedLayout problemArtur Signell2008-10-201-6/+7
* New OrderedLayout implementation and related fixesArtur Signell2008-10-201-1603/+636
* reverted changes from [5577] to resolve #2140Matti Tahvonen2008-10-081-6/+2
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-4/+6
* fixes #2132, margin where reduced two times from the size given to children i...Matti Tahvonen2008-10-021-10/+3
* Fix OrderedLayout problem with IE6Artur Signell2008-10-011-2/+6
* Fix for #1939Artur Signell2008-10-011-5/+11
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-150/+159
* Fixes #1966 in IE6/IE7Artur Signell2008-09-221-3/+10
* added FIXME noteMatti Tahvonen2008-09-221-0/+3
* Fix for #1966 - OrderedLayout vertical alignmentArtur Signell2008-09-191-1/+8
* Fix for #2025 - OrderedLayout caption removalArtur Signell2008-09-191-1/+0
* Added method for a component to notify its parent container when its size changeArtur Signell2008-09-191-29/+128
* Fix for #2029 - orderedlayout width calculationsArtur Signell2008-09-181-9/+45
* Moved documentation images to doc-files folderJoonas Lehtinen2008-09-111-13/+13
* Adding extensive JavaDocs for IOrderedLayoutJoonas Lehtinen2008-09-111-0/+208