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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generator to ease initialization of client to server rpc proxies
Artur Signell
2012-04-05
15
-42
/
+207
*
Simplified Rpc registration on server side (#8591)
Artur Signell
2012-04-05
11
-12
/
+32
*
Log error for missing RPC manager or target (#8590)
Artur Signell
2012-04-05
2
-9
/
+19
*
Log instead of using system.out
Artur Signell
2012-04-05
1
-4
/
+3
*
Added timestamps to debug window output
Artur Signell
2012-04-05
1
-1
/
+13
*
Defined RPC in a field rather than inline for clarity
Artur Signell
2012-04-05
1
-12
/
+13
*
AbstractComponent.updateFromUIDL moved to state change (#8436)
Artur Signell
2012-04-05
7
-60
/
+117
*
Fixed problem with anonymous classes and with AbstractComponent mapping
Artur Signell
2012-04-04
3
-16
/
+21
*
Replace @ClientWidget with client-side @Component (#8440)
Henri Sara
2012-04-04
106
-480
/
+448
*
Do panel wrapper sizing with css
Leif Åstrand
2012-04-03
1
-13
/
+0
*
Run onChildSizeChange for new children
Leif Åstrand
2012-04-03
1
-4
/
+8
*
Dump connector hierachy as a clickable tree
Leif Åstrand
2012-04-03
1
-10
/
+41
*
Tweak spacings to better utilize horizontal space
Leif Åstrand
2012-04-03
1
-2
/
+3
*
Less verbose debug output
Leif Åstrand
2012-04-03
1
-1
/
+1
*
Use StateChangeHandler to detect child sizing change
Leif Åstrand
2012-04-02
1
-3
/
+23
*
Make default Root state reflect reality (#8460)
Leif Åstrand
2012-04-02
1
-0
/
+1
*
Import the proper HandlerRegistration (#8420)
Leif Åstrand
2012-04-02
1
-1
/
+1
*
Converted CustomComponent to use only connector hierarchy change event
Artur Signell
2012-03-30
2
-38
/
+14
*
Replaced "defer" status with "cached" to be more Vaadin 6 compatible
Artur Signell
2012-03-30
4
-21
/
+13
*
Added missing license
Artur Signell
2012-03-30
2
-2
/
+8
*
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-03-30
1
-1
/
+12
|
\
|
*
[merge from 6.7] #8580 Added a comment
Automerge
2012-03-30
1
-0
/
+4
|
*
[merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set ...
Automerge
2012-03-29
1
-1
/
+8
*
|
Moved isConnectorEnabled() to ClientConnector and improved javadoc.
Artur Signell
2012-03-30
5
-20
/
+40
*
|
Less logging + always search for serializable types the same way
Artur Signell
2012-03-30
3
-41
/
+35
*
|
Removed unused code
Artur Signell
2012-03-30
3
-8
/
+0
*
|
Changed Event to be inside Handler instead of vice versa.
Artur Signell
2012-03-30
2
-20
/
+22
*
|
Removed unnecessary connector id from widget
Artur Signell
2012-03-29
2
-4
/
+2
*
|
Added missing RPC registration on server side
Artur Signell
2012-03-29
1
-1
/
+3
*
|
Updated split panel to send split position using RPC
Artur Signell
2012-03-29
2
-16
/
+61
*
|
Refactored ClickEventHandler and LayoutClickEventHandler to use RPC
Artur Signell
2012-03-29
26
-364
/
+536
*
|
Include methods from parent RPC interfaces aswell to make RPC interface
Artur Signell
2012-03-29
1
-1
/
+1
*
|
Moved update logic from updateFromUIDL to state change listener
Artur Signell
2012-03-29
1
-11
/
+6
*
|
#8420 StateChangeHandler that is called for all state changes
Artur Signell
2012-03-29
5
-13
/
+153
*
|
Replaced paintContent with shared state
Artur Signell
2012-03-29
2
-86
/
+93
*
|
Javadoc
Artur Signell
2012-03-29
1
-22
/
+13
*
|
getCanonicalName() caused classloading problems when encoding json, changed t...
Marc Englund
2012-03-28
2
-2
/
+2
*
|
Do not run updateFromUidl for deferred uidl
Artur Signell
2012-03-27
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-03-27
1
-6
/
+4
|
\
|
|
*
[merge from 6.7] #8559/#8560 Additional fixes based on review
Automerge
2012-03-27
1
-6
/
+4
*
|
Removed unnecessary deprecated getConnectorId methods.
Artur Signell
2012-03-27
21
-95
/
+61
*
|
Correctly track open windows and check modality.
Artur Signell
2012-03-27
1
-6
/
+29
*
|
Fixed NPE that occured when RPC target had been removed (#8501)
Artur Signell
2012-03-27
1
-1
/
+2
*
|
Do not decide window order in VWindow constructor as the widgets are
Artur Signell
2012-03-27
3
-5
/
+35
*
|
Mark ApplicationStartEvent as serializable (#8542)
Leif Åstrand
2012-03-27
1
-1
/
+1
*
|
Enable loading Root subclasses with a custom class loader (#8542)
Leif Åstrand
2012-03-27
3
-23
/
+147
*
|
Update PopupView to work with LayoutManager (#8313)
Leif Åstrand
2012-03-27
2
-79
/
+19
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-03-27
3
-34
/
+38
|
\
|
|
*
[merge from 6.7] #8526 Added comments
Automerge
2012-03-26
1
-14
/
+22
|
*
[merge from 6.7] #8328 Pass the new, not the old, value to FreeFormStatementD...
Automerge
2012-03-26
1
-1
/
+1
[next]