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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert hide errors flag to shared state (#8437).
Henri Sara
2012-03-21
7
-21
/
+46
*
Refactor error messages not to use UIDL (#8437).
Henri Sara
2012-03-21
22
-174
/
+104
*
Refactor error messages on server side (#8437).
Henri Sara
2012-03-21
20
-579
/
+272
*
Prevent properly sized button element from causing scrolling in IE8
Leif Åstrand
2012-03-21
1
-0
/
+3
*
Force reflow in IE8 to detect icon style (#8313)
Leif Åstrand
2012-03-21
1
-1
/
+12
*
Code cleanup for paint/dirty state tracking changes
Artur Signell
2012-03-21
5
-125
/
+43
*
Ensure the widget in the selected tab is always visible after a server visit
Artur Signell
2012-03-21
1
-1
/
+4
*
Unified logic in getting dirty connectors to ensure invisible connectors are ...
Artur Signell
2012-03-21
2
-19
/
+12
*
Hide log by setting width/height to 0 so that the same spacing is used
Artur Signell
2012-03-21
2
-1
/
+17
*
Fixed NPE when Table does not contain components
Artur Signell
2012-03-21
1
-0
/
+6
*
Updated locators as invisible components are no longer in the client
Artur Signell
2012-03-21
1
-22
/
+22
*
Pass ManagedLayout to layout slot to avoid NPE when a child is detached
Artur Signell
2012-03-21
3
-35
/
+40
*
Code cleanup
Artur Signell
2012-03-21
1
-8
/
+10
*
Added requestRepaintall helper to AbstractComponentContainer and use the
Artur Signell
2012-03-21
6
-57
/
+33
*
Repaint children when parent becomes visible
Artur Signell
2012-03-21
1
-0
/
+13
*
javadoc
Artur Signell
2012-03-21
1
-0
/
+10
*
#8515 Avoid painting invisible children, also through old style paint
Artur Signell
2012-03-21
2
-0
/
+14
*
Removed extra check as Component extends RpcTarget
Artur Signell
2012-03-21
1
-7
/
+2
*
Removed unused code related to old offsetSize stored in ComponentDetail
Artur Signell
2012-03-21
3
-50
/
+0
*
#8500 Avoid unregistering components that have been moved from one
Artur Signell
2012-03-21
1
-1
/
+8
*
#8500 Properly repaint parent (hierarchy) when the visibility of a child
Artur Signell
2012-03-21
3
-68
/
+18
*
Added generics to KeyMapper and made it based on HashMap instead of
Artur Signell
2012-03-21
7
-29
/
+26
*
#8438 Event handler registration is now a Set in the shared state
Artur Signell
2012-03-21
18
-112
/
+103
*
#8515 Additional fix for sets, and lists from client to server
Artur Signell
2012-03-21
5
-31
/
+132
*
#8455 Root.getCurrentRoot can now be used in Root.init()
Artur Signell
2012-03-21
1
-1
/
+3
*
Made Window work again (connectors are now children of Root, attach for
Artur Signell
2012-03-21
4
-3
/
+22
*
Paint Vaadin 6 changes in hierarchy order to retain backwards
Artur Signell
2012-03-21
1
-14
/
+55
*
Made debug id:s work again
Artur Signell
2012-03-21
4
-11
/
+66
*
Minor cleanup
Artur Signell
2012-03-21
1
-7
/
+10
*
repaintRequestListenersNotified and "cached" are no longer needed
Artur Signell
2012-03-21
4
-43
/
+43
*
Javadoc - mentioned that components must notify their Root when they are
Artur Signell
2012-03-21
1
-1
/
+10
*
Minor debug info changes
Artur Signell
2012-03-21
3
-12
/
+19
*
Moved Connector -> Connector Id mapping to AbstractComponent
Artur Signell
2012-03-21
19
-612
/
+645
*
Cleaned up code related to storing which type mappings have already been
Artur Signell
2012-03-21
1
-15
/
+15
*
Removed unused code
Artur Signell
2012-03-21
1
-4
/
+1
*
Improve notification for uncaught UmbrellaException
Leif Åstrand
2012-03-21
1
-2
/
+17
*
Ensure AbsoluteLayout wrappers have the rigth size (#8313)
Leif Åstrand
2012-03-21
2
-17
/
+14
*
Show uncaught exceptions as notifications (#8544)
Leif Åstrand
2012-03-21
1
-0
/
+9
*
Take negative margin into account when calculating footer height (#8540)
Leif Åstrand
2012-03-20
2
-3
/
+21
*
Show a clear message to more easily discover layout loops (#8313)
Leif Åstrand
2012-03-20
1
-1
/
+6
*
Don't mess with column widths any more (#8313)
Leif Åstrand
2012-03-16
1
-7
/
+0
*
Only prevent margin collapse if embedded
Leif Åstrand
2012-03-16
3
-31
/
+10
*
Removed extra getDeclaredWidth/getDeclaredHeight as they directly
Artur Signell
2012-03-16
5
-60
/
+24
*
Don't use position: absolute to avoid scrollbars in IE9
Leif Åstrand
2012-03-16
2
-2
/
+3
*
Merge branch 'master' into hierarchypaint
Henri Sara
2012-03-16
2
-3
/
+2
|
\
|
*
Remove old hack that nowadays just seems to cause problems (#7984)
Leif Åstrand
2012-03-16
1
-3
/
+0
|
*
Use box-sizing for v-view (#8313)
Leif Åstrand
2012-03-16
1
-0
/
+2
*
|
#8534 Handle null values consistently both from server to client and
Artur Signell
2012-03-16
1
-6
/
+10
*
|
#8534 Handle null values consistently both from server to client and
Artur Signell
2012-03-16
3
-24
/
+22
*
|
Panel can have 0 children if its contents is hidden on server side
Artur Signell
2012-03-16
1
-4
/
+6
[next]