index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added exception handling for State and Hierarchy events (#4203)
Artur Signell
2012-04-16
1
-2
/
+10
*
Remove classloader field to make Application serializable (#8644)
Leif Åstrand
2012-04-16
4
-43
/
+32
*
Show the right target type in the exception message
Leif Åstrand
2012-04-13
1
-1
/
+1
*
Double was encoded as float, fixed. #8657
Marc Englund
2012-04-13
1
-1
/
+1
*
Scan parametrized types, e.g. List<MyObject> when generating serializers
Artur Signell
2012-04-12
1
-0
/
+8
*
UnknownComponent should now work again (#8651)
Artur Signell
2012-04-12
2
-36
/
+11
*
Rename v-paintable -> v-connector (#8652)
Leif Åstrand
2012-04-12
2
-3
/
+3
*
API naming change, needs update -> needs layout
Leif Åstrand
2012-04-12
8
-16
/
+16
*
Ensure Table parent is measured after sizeInit
Artur Signell
2012-04-12
1
-0
/
+2
*
Fix issues with minimum window sizes
Leif Åstrand
2012-04-12
2
-9
/
+18
*
Helper to ease migration of Vaadin 6 components
Artur Signell
2012-04-12
1
-0
/
+14
*
Javadoc updates for @Connect
Artur Signell
2012-04-12
2
-14
/
+13
*
Re-added ApplicationConnection.updateCaption to ease porting
Artur Signell
2012-04-12
2
-0
/
+24
*
Renamed @Component to @Connect
Artur Signell
2012-04-12
50
-122
/
+123
*
Merge branch 'layoutgraph'
Leif Åstrand
2012-04-12
32
-329
/
+1397
|
\
|
*
Ensure table is measured in second layout phase
Leif Åstrand
2012-04-12
1
-0
/
+1
|
*
Run scrollbar fix for the next ancestor where it might be needed (#8615)
Leif Åstrand
2012-04-11
2
-35
/
+81
|
*
Avoid causing scrollbars by leaving undefined height set to auto
Leif Åstrand
2012-04-11
1
-2
/
+6
|
*
Don't assume scrolling elements have no inline overflow style (#8615)
Leif Åstrand
2012-04-11
1
-5
/
+27
|
*
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-11
1
-0
/
+4
|
|
\
|
*
|
Avoid infinite loop by only updating table height in second pass
Leif Åstrand
2012-04-11
1
-1
/
+2
|
*
|
Change to a more efficient overflow fix and enable it for IE9 (#8615)
Leif Åstrand
2012-04-11
1
-5
/
+10
|
*
|
Check for appeared or disappeared scrollbars when sizes have changed
Leif Åstrand
2012-04-11
8
-13
/
+48
|
*
|
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-11
6
-24
/
+37
|
|
\
\
|
*
|
|
Disable excessive debug logging
Leif Åstrand
2012-04-11
1
-24
/
+36
|
*
|
|
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-10
7
-61
/
+49
|
|
\
\
\
|
|
*
|
|
Disable excessive debug logging
Leif Åstrand
2012-04-10
3
-6
/
+13
|
|
*
|
|
Remove unused field and unused import
Leif Åstrand
2012-04-10
1
-3
/
+0
|
*
|
|
|
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-10
7
-73
/
+186
|
|
\
\
\
\
|
*
\
\
\
\
Merge remote branch 'origin/master' into layoutgraph
Leif Åstrand
2012-04-10
8
-51
/
+110
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Add LayoutManager.setNeedsMeasure and change how layouts are started
Leif Åstrand
2012-04-10
9
-150
/
+157
|
*
|
|
|
|
|
Import order changed by eclipse
Leif Åstrand
2012-04-07
1
-1
/
+1
|
*
|
|
|
|
|
Unregister dependencies during unregister to avoid leaks
Leif Åstrand
2012-04-07
5
-4
/
+54
|
*
|
|
|
|
|
Merge remote branch 'origin/master' into layoutgraph
Leif Åstrand
2012-04-05
1
-5
/
+82
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Implement support for ElementResizeListener
Leif Åstrand
2012-04-05
4
-59
/
+189
|
*
|
|
|
|
|
|
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-05
14
-143
/
+48
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-05
8
-69
/
+20
|
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-05
87
-1624
/
+1762
|
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
Merge branch 'master' into layoutgraph_merged
Leif Åstrand
2012-04-04
106
-505
/
+469
|
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
Only report sizes for relative children
Leif Åstrand
2012-04-04
1
-12
/
+25
|
*
|
|
|
|
|
|
|
|
|
|
Allocate full width to relative children.
Leif Åstrand
2012-04-04
2
-0
/
+8
|
*
|
|
|
|
|
|
|
|
|
|
Trivial null check
Leif Åstrand
2012-04-04
1
-2
/
+4
|
*
|
|
|
|
|
|
|
|
|
|
Also layout the parent after doing overflow fixes. (#8615)
Leif Åstrand
2012-04-04
1
-0
/
+9
|
*
|
|
|
|
|
|
|
|
|
|
Add license
Leif Åstrand
2012-04-04
1
-0
/
+3
|
*
|
|
|
|
|
|
|
|
|
|
Manage fix for overflow: auto in LayoutManager (#8615)
Leif Åstrand
2012-04-04
14
-38
/
+73
|
*
|
|
|
|
|
|
|
|
|
|
Add helper method to dump the dependency status of a component
Leif Åstrand
2012-04-03
2
-0
/
+13
|
*
|
|
|
|
|
|
|
|
|
|
Report child sizes to LayoutManager to improve propagation
Leif Åstrand
2012-04-03
2
-1
/
+53
|
*
|
|
|
|
|
|
|
|
|
|
Move logic for parsing percentages to LayoutManager
Leif Åstrand
2012-04-03
2
-13
/
+26
|
*
|
|
|
|
|
|
|
|
|
|
Make AbsoluteLayout report relative child sizes to LayoutManager
Leif Åstrand
2012-04-03
1
-0
/
+13
|
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'master' into layoutgraph
Leif Åstrand
2012-04-03
3
-13
/
+45
|
|
\
\
\
\
\
\
\
\
\
\
\
[next]