index
:
vaadin-framework.git
7-7-48-changelog
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-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
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.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-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
fileToFilesReplacement
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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
vaadin
/
terminal
/
gwt
/
server
/
AbstractCommunicationManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Only paint connector references for visible connectors (#8685)
Artur
2012-04-18
1
-1
/
+1
*
|
Use declared RPC parameter types (#8666)
Artur Signell
2012-04-18
1
-2
/
+3
*
|
Don't throw NPE when getting RPC for non-existing connector id
Leif Åstrand
2012-04-17
1
-0
/
+9
*
|
Javadoc updates
Artur Signell
2012-04-12
1
-2
/
+2
*
|
Reduced logging
Artur Signell
2012-04-12
1
-1
/
+1
*
|
Component no longer implements Paintable
Artur Signell
2012-04-12
1
-17
/
+10
*
|
Updated AbsoluteLayout to use hierarchy and state change events
Artur Signell
2012-04-05
1
-1
/
+2
*
|
Log error for missing RPC manager or target (#8590)
Artur Signell
2012-04-05
1
-3
/
+3
*
|
Log instead of using system.out
Artur Signell
2012-04-05
1
-4
/
+3
*
|
Fixed problem with anonymous classes and with AbstractComponent mapping
Artur Signell
2012-04-04
1
-7
/
+10
*
|
Replace @ClientWidget with client-side @Component (#8440)
Henri Sara
2012-04-04
1
-5
/
+29
*
|
Moved isConnectorEnabled() to ClientConnector and improved javadoc.
Artur Signell
2012-03-30
1
-3
/
+3
*
|
Fixed NPE that occured when RPC target had been removed (#8501)
Artur Signell
2012-03-27
1
-1
/
+2
*
|
Paintable -> Connector
Artur Signell
2012-03-25
1
-19
/
+20
*
|
#8555 Listener for modifying state before it is sent to the client
Artur Signell
2012-03-22
1
-0
/
+5
*
|
Code cleanup for paint/dirty state tracking changes
Artur Signell
2012-03-21
1
-62
/
+5
*
|
Unified logic in getting dirty connectors to ensure invisible connectors are ...
Artur Signell
2012-03-21
1
-8
/
+3
*
|
javadoc
Artur Signell
2012-03-21
1
-0
/
+10
*
|
#8438 Event handler registration is now a Set in the shared state
Artur Signell
2012-03-21
1
-0
/
+1
*
|
Made Window work again (connectors are now children of Root, attach for
Artur Signell
2012-03-21
1
-2
/
+12
*
|
Paint Vaadin 6 changes in hierarchy order to retain backwards
Artur Signell
2012-03-21
1
-14
/
+55
*
|
Minor cleanup
Artur Signell
2012-03-21
1
-7
/
+10
*
|
Moved Connector -> Connector Id mapping to AbstractComponent
Artur Signell
2012-03-21
1
-423
/
+238
*
|
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
*
|
Separated Component.isEnabled/isVisible from Connector enabled state.
Artur Signell
2012-03-14
1
-3
/
+21
*
|
Made TabSheet work again and removed TabSheet tab caching for now
Artur Signell
2012-03-14
1
-4
/
+3
*
|
#8500 Allow component containers to hide their children even though
Artur Signell
2012-03-14
1
-6
/
+7
*
|
#8500, #3557 Added HasComponents (Iterable<Component>) that must be
Artur Signell
2012-03-14
1
-11
/
+9
*
|
Updated Panel to no longer use child painted with the UIDL
Artur Signell
2012-03-14
1
-2
/
+24
*
|
#8500 Initial implementation for sending component hierarchy
Artur Signell
2012-03-13
1
-1
/
+78
*
|
#8444 Generate serializers for client to server RPC
Artur Signell
2012-03-01
1
-1
/
+1
*
|
Implement server to client RPC (#8426).
Henri Sara
2012-02-29
1
-11
/
+93
*
|
Organized imports and formatted all java files
Artur Signell
2012-02-28
1
-2
/
+2
*
|
#8434 Renamed *Paintable classes to *Connector and updated ConnectorMap
Artur Signell
2012-02-27
1
-1
/
+1
*
|
Rename and clean-up AbstractCommunicationManager.writeUidlResponce().
Henri Sara
2012-02-27
1
-35
/
+4
*
|
Merge branch 'master' into rpc
Henri Sara
2012-02-19
1
-5
/
+7
|
\
\
|
*
|
Merge remote branch 'origin/6.8'
Leif Åstrand
2012-02-15
1
-4
/
+8
|
|
\
|
|
|
*
[merge from 6.7] #8373 Handler DragAndDropService changeVariables error by fi...
Automerge
2012-02-15
1
-4
/
+8
*
|
|
Set shared state for VPaintables before updateFromUIDL() (#8304).
Henri Sara
2012-02-14
1
-10
/
+14
*
|
|
Defer nested components to paint them as top-level changes (#8304).
Henri Sara
2012-02-10
1
-3
/
+4
*
|
|
Refactor paint target to use startPaintable() and endPaintable().
Henri Sara
2012-02-09
1
-41
/
+60
*
|
|
Implement simple shared state as a Map (#8304) - work in progress
Henri Sara
2012-01-31
1
-2
/
+34
*
|
|
Basic JSON encoding and decoding utilities from server to client (#8304)
Henri Sara
2012-01-30
1
-20
/
+23
*
|
|
Register and use multiple RPC implementations by RPC interface (#8278).
Henri Sara
2012-01-25
1
-6
/
+7
*
|
|
Implement incoming RPC call invocation on the server side (#8278).
Henri Sara
2012-01-25
1
-9
/
+47
*
|
|
Separate and improve JSON encoding/decoding of values (#8277, #8279).
Henri Sara
2012-01-25
1
-149
/
+70
*
|
|
Fix variable change combining loop to support other RPC calls (#8277).
Henri Sara
2012-01-25
1
-1
/
+3
*
|
|
Use simple JSON for RPC calls from client to server (#8279).
Henri Sara
2012-01-25
1
-92
/
+158
*
|
|
#8277 Refactor client to server communication in preparation for RPC.
Henri Sara
2012-01-25
1
-14
/
+22
|
/
/
[prev]
[next]