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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update #8544 to be more verbose and to show more exceptions
Leif Åstrand
2012-04-10
2
-35
/
+14
*
Close all URLConnections, not only Java6 specific FileURLConnection.
Henri Sara
2012-04-10
1
-4
/
+2
*
Merge remote branch 'origin/6.8'
Leif Åstrand
2012-04-10
7
-73
/
+186
|
\
|
*
[merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices
Automerge
2012-04-05
1
-1
/
+14
|
*
[merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases
Automerge
2012-04-05
1
-1
/
+1
|
*
#8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...
Johannes Dahlström
2012-04-05
1
-1
/
+22
|
*
Implemented #8307: Added AbstractField#removeAllValidators()
Johannes Dahlström
2012-04-05
1
-0
/
+10
|
*
Fixed #6155: stop listening to Property value change and read only status cha...
Johannes Dahlström
2012-04-05
1
-20
/
+41
|
*
#5100 Removed obsolete code to fix a Firefox tab scrolling bug
Johannes Dahlström
2012-04-04
1
-4
/
+0
|
*
#5100 Fixed IE focus; fixed tab scrolling; minor refactoring
Johannes Dahlström
2012-04-02
1
-43
/
+77
|
*
Reverted accidental commit
Johannes Dahlström
2012-04-02
1
-77
/
+43
|
*
Fixed IE focus; fixed tab scrolling; minor refactoring
Johannes Dahlström
2012-04-02
1
-43
/
+77
|
*
[merge from 6.7] #8597 Do not leave VWindow references in the static windowOr...
Automerge
2012-04-02
1
-1
/
+12
*
|
Fixed problem with captions always being in the top left corner
Artur Signell
2012-04-10
1
-0
/
+1
*
|
Fixed NPE in click listener
Artur Signell
2012-04-10
2
-17
/
+17
*
|
Fixed GridLayout captions when components are moved in the layout
Artur Signell
2012-04-10
2
-30
/
+62
*
|
Print stack traces to console when in GWT Dev Mode
Artur Signell
2012-04-10
1
-0
/
+4
*
|
Fixed potential problem with file descriptors remaining in use
Artur Signell
2012-04-05
1
-1
/
+21
*
|
Disable TreeTable partial updates until it is fixed
Artur Signell
2012-04-05
1
-1
/
+3
*
|
Fixed import
Artur Signell
2012-04-05
1
-2
/
+2
*
|
More detailed tracing of slow operation in ApplicationConnection.
Henri Sara
2012-04-05
1
-5
/
+82
*
|
Removed unneeded code (TextField uses border box sizing)
Artur Signell
2012-04-05
1
-71
/
+0
*
|
Actually use and update shared state variables on server side
Artur Signell
2012-04-05
1
-52
/
+15
*
|
Fixed GridLayout caption rendering
Artur Signell
2012-04-05
12
-20
/
+33
*
|
Moved Collapsible and HierarchicalContainerOrderedWrapper to data
Henri Sara
2012-04-05
3
-11
/
+12
*
|
Fixed spacing that was only partly moved to shared state
Artur Signell
2012-04-05
5
-58
/
+8
*
|
Refer to Connector instead of ClientConnector
Artur Signell
2012-04-05
1
-2
/
+2
*
|
Moved Form child component references to state
Artur Signell
2012-04-05
2
-63
/
+81
*
|
Removed unnecessary calls to unregisterPaintable
Artur Signell
2012-04-05
4
-18
/
+0
*
|
Fixed GridLayout caption problem + small step towards away from UIDL
Artur Signell
2012-04-05
2
-29
/
+59
*
|
Paintable -> Connector
Artur Signell
2012-04-05
2
-11
/
+11
*
|
Increased logging to be able to see where time is spent
Artur Signell
2012-04-05
1
-0
/
+4
*
|
Updated CustomLayout to use shared state and new events
Artur Signell
2012-04-05
3
-145
/
+128
*
|
#8602 Added support for Map<Connector,?>
Artur Signell
2012-04-05
5
-16
/
+75
*
|
Added missing license
Artur Signell
2012-04-05
1
-0
/
+3
*
|
File moed -> 644
Artur Signell
2012-04-05
1
-0
/
+0
*
|
Fixed FormLayoutConnector to use state and hierarchy listeners
Artur Signell
2012-04-05
4
-113
/
+180
*
|
Moved ApplicationRunnerServlet to test folder and improved find method
Artur Signell
2012-04-05
1
-268
/
+0
*
|
Moved margins to AbstractLayoutState
Artur Signell
2012-04-05
8
-54
/
+51
*
|
Updated CssLayout to use new state and hierarchy change events
Artur Signell
2012-04-05
3
-168
/
+142
*
|
Avoid adding empty id attributes to all connector widgets
Artur Signell
2012-04-05
1
-1
/
+1
*
|
Fixed typo
Artur Signell
2012-04-05
1
-1
/
+1
*
|
CRLF -> LF
Artur Signell
2012-04-05
4
-285
/
+285
*
|
Added missing licence info
Artur Signell
2012-04-05
3
-0
/
+9
*
|
ServerConnector is no longer a Paintable, components using updateFromUidl are
Artur Signell
2012-04-05
35
-125
/
+108
*
|
Removed unnecessary updateFromUidl calls from containers
Artur Signell
2012-04-05
13
-55
/
+6
*
|
Updated AbsoluteLayout to use hierarchy and state change events
Artur Signell
2012-04-05
5
-173
/
+224
*
|
Avoid warning for RootConnector not having a parent
Artur Signell
2012-04-05
1
-5
/
+3
*
|
Unregister event for ServerConnector
Artur Signell
2012-04-05
4
-13
/
+29
*
|
Changed ConnectorHierarchyChangeEvent to use the same mechanisms as Statechan...
Artur Signell
2012-04-05
13
-112
/
+163
[next]