aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Only paint connector references for visible connectors (#8685)Artur2012-04-181-1/+1
* | Use declared RPC parameter types (#8666)Artur Signell2012-04-181-2/+3
* | Don't throw NPE when getting RPC for non-existing connector idLeif Åstrand2012-04-171-0/+9
* | Javadoc updatesArtur Signell2012-04-121-2/+2
* | Reduced loggingArtur Signell2012-04-121-1/+1
* | Component no longer implements PaintableArtur Signell2012-04-121-17/+10
* | Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-051-1/+2
* | Log error for missing RPC manager or target (#8590)Artur Signell2012-04-051-3/+3
* | Log instead of using system.outArtur Signell2012-04-051-4/+3
* | Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-041-7/+10
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-5/+29
* | Moved isConnectorEnabled() to ClientConnector and improved javadoc.Artur Signell2012-03-301-3/+3
* | Fixed NPE that occured when RPC target had been removed (#8501)Artur Signell2012-03-271-1/+2
* | Paintable -> ConnectorArtur Signell2012-03-251-19/+20
* | #8555 Listener for modifying state before it is sent to the clientArtur Signell2012-03-221-0/+5
* | Code cleanup for paint/dirty state tracking changesArtur Signell2012-03-211-62/+5
* | Unified logic in getting dirty connectors to ensure invisible connectors are ...Artur Signell2012-03-211-8/+3
* | javadocArtur Signell2012-03-211-0/+10
* | #8438 Event handler registration is now a Set in the shared stateArtur Signell2012-03-211-0/+1
* | Made Window work again (connectors are now children of Root, attach forArtur Signell2012-03-211-2/+12
* | Paint Vaadin 6 changes in hierarchy order to retain backwardsArtur Signell2012-03-211-14/+55
* | Minor cleanupArtur Signell2012-03-211-7/+10
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-423/+238
* | Cleaned up code related to storing which type mappings have already beenArtur Signell2012-03-211-15/+15
* | Removed unused codeArtur Signell2012-03-211-4/+1
* | Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-141-3/+21
* | Made TabSheet work again and removed TabSheet tab caching for nowArtur Signell2012-03-141-4/+3
* | #8500 Allow component containers to hide their children even thoughArtur Signell2012-03-141-6/+7
* | #8500, #3557 Added HasComponents (Iterable<Component>) that must beArtur Signell2012-03-141-11/+9
* | Updated Panel to no longer use child painted with the UIDLArtur Signell2012-03-141-2/+24
* | #8500 Initial implementation for sending component hierarchyArtur Signell2012-03-131-1/+78
* | #8444 Generate serializers for client to server RPCArtur Signell2012-03-011-1/+1
* | Implement server to client RPC (#8426).Henri Sara2012-02-291-11/+93
* | Organized imports and formatted all java filesArtur Signell2012-02-281-2/+2
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-1/+1
* | Rename and clean-up AbstractCommunicationManager.writeUidlResponce().Henri Sara2012-02-271-35/+4
* | Merge branch 'master' into rpcHenri Sara2012-02-191-5/+7
|\ \
| * | Merge remote branch 'origin/6.8'Leif Åstrand2012-02-151-4/+8
| |\|
| | * [merge from 6.7] #8373 Handler DragAndDropService changeVariables error by fi...Automerge2012-02-151-4/+8
* | | Set shared state for VPaintables before updateFromUIDL() (#8304).Henri Sara2012-02-141-10/+14
* | | Defer nested components to paint them as top-level changes (#8304).Henri Sara2012-02-101-3/+4
* | | Refactor paint target to use startPaintable() and endPaintable().Henri Sara2012-02-091-41/+60
* | | Implement simple shared state as a Map (#8304) - work in progressHenri Sara2012-01-311-2/+34
* | | Basic JSON encoding and decoding utilities from server to client (#8304)Henri Sara2012-01-301-20/+23
* | | Register and use multiple RPC implementations by RPC interface (#8278).Henri Sara2012-01-251-6/+7
* | | Implement incoming RPC call invocation on the server side (#8278).Henri Sara2012-01-251-9/+47
* | | Separate and improve JSON encoding/decoding of values (#8277, #8279).Henri Sara2012-01-251-149/+70
* | | Fix variable change combining loop to support other RPC calls (#8277).Henri Sara2012-01-251-1/+3
* | | Use simple JSON for RPC calls from client to server (#8279).Henri Sara2012-01-251-92/+158
* | | #8277 Refactor client to server communication in preparation for RPC.Henri Sara2012-01-251-14/+22
|/ /