index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
itmill
/
toolkit
/
ui
/
OrderedLayout.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation serialization support for Toolkit. Fixes #695
Joonas Lehtinen
2009-04-12
1
-0
/
+1
*
Added @deprecated to OrderedLayout constructors so it is easier for developer...
Artur Signell
2009-01-21
1
-0
/
+6
*
Fix for #2248 - Deprecated OrderedLayout
Artur Signell
2008-12-11
1
-0
/
+5
*
#2248 OrderedLayout split into AbstractOrderedLayout & OrderedLayout. Added V...
Artur Signell
2008-12-01
1
-325
/
+10
*
fixes #2226, deprecated setOrientation method.
Matti Tahvonen
2008-11-26
1
-3
/
+15
*
made constant final
Matti Tahvonen
2008-11-19
1
-2
/
+2
*
added sanity check
Matti Tahvonen
2008-11-13
1
-2
/
+7
*
javadocs for expand ratio methods
Matti Tahvonen
2008-11-12
1
-3
/
+28
*
most component containers now default to 100% width
Matti Tahvonen
2008-11-04
1
-1
/
+4
*
Removed (Component,float) constructor which can be easily mixed up with (Comp...
Artur Signell
2008-10-20
1
-11
/
+0
*
Fixed exceptions when OrderedLayout has no components
Artur Signell
2008-10-20
1
-1
/
+3
*
experimental expand feature for ordered layout
Matti Tahvonen
2008-10-17
1
-0
/
+12
*
experimental expand feature for ordered layout
Matti Tahvonen
2008-10-17
1
-1
/
+1
*
experimental expand feature for ordered layout
Matti Tahvonen
2008-10-17
1
-8
/
+18
*
experimental expand feature for ordered layout
Matti Tahvonen
2008-10-17
1
-1
/
+51
*
Mass format
Artur Signell
2008-09-02
1
-15
/
+18
*
Fixes #1930 OrderedLayout 100% default breaks all the programs setting pixels...
Joonas Lehtinen
2008-07-11
1
-6
/
+0
*
Major changes in OrderedLayout
Joonas Lehtinen
2008-07-10
1
-0
/
+6
*
Fixes #1907 : Switching between horizontal and vertical modes broken in IOrde...
Joonas Lehtinen
2008-07-04
1
-9
/
+1
*
extracted alignments and spacing to layouts subinterfaces
Matti Tahvonen
2008-02-07
1
-57
/
+19
*
changed order of component adding, in case super.addComponent() throws...
Marc Englund
2008-02-01
1
-3
/
+3
*
Proper implementation of alignments in IOrderedLayout + small fixes to css-fi...
Jouni Koivuviita
2007-12-18
1
-0
/
+1
*
New component: Accordion. Doesn't support sizing properly yet (only width).
Jouni Koivuviita
2007-12-14
1
-1
/
+1
*
Implemented layout spacing in IOrderedLayout.
Jouni Koivuviita
2007-12-14
1
-0
/
+1
*
License header parametrized
Jani Laakso
2007-12-04
1
-36
/
+13
*
spacing
Matti Tahvonen
2007-11-22
1
-0
/
+8
*
MASS REFORMAT.
Marc Englund
2007-11-19
1
-313
/
+320
*
-CustomLayout now supports sizeable.
Jouni Koivuviita
2007-11-16
1
-6
/
+7
*
OrderedLayout and ExpandLayout alignment handling unified under one class, Al...
Jouni Koivuviita
2007-11-16
1
-1
/
+1
*
MAJOR UPDATE:
Jouni Koivuviita
2007-11-15
1
-15
/
+24
*
-Layouts no longer implement Sizeable (except SplitPanel and ExpandLayout). S...
Jouni Koivuviita
2007-11-06
1
-2
/
+5
*
IOrderedLayout vertical now also with TABLE implementation! :)
Jouni Koivuviita
2007-11-02
1
-10
/
+11
*
Layout API changes (#1041) to server-side. Client-side implementation still n...
Jouni Koivuviita
2007-11-01
1
-6
/
+106
*
Repaint if orientation is changed.
Marc Englund
2007-08-13
1
-0
/
+1
*
Unified code style (indentation) based on default settings using Eclipse 3.2.
Jani Laakso
2007-04-18
1
-76
/
+93
*
Pulled changesets from branches/4.0.0-SRIT into trunk, done by
Jani Laakso
2007-04-12
1
-33
/
+52
*
Fixed typo: "Intarfaces" => "Interfaces"
Jani Laakso
2007-01-12
1
-2
/
+2
*
Fixed typo: "Intarfaces" => "Interfaces"
Jani Laakso
2007-01-12
1
-1
/
+1
*
Refactoring: Enably -> IT Mill Toolkit
Joonas Lehtinen
2006-11-01
1
-0
/
+215