aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* Support sending raw JSON values (#8888)Leif Åstrand2012-06-121-0/+2
* Initial javascript callback support (#6730)Leif Åstrand2012-06-113-0/+103
* Initial support for javascript components (#8888)Leif Åstrand2012-06-1111-45/+441
* Rename addExtensionTo -> attachTo (#6690)Leif Åstrand2012-06-111-1/+1
* Support generics when decoding Set (#8879)Leif Åstrand2012-06-111-1/+1
* Add a way for an extension to add itself to a connector (#6690)Leif Åstrand2012-06-091-0/+4
* Remove reference to old "feature" name (#6690)Leif Åstrand2012-06-092-2/+2
* Fix broken error tooltips in FormLayout (#8794)Leif Åstrand2012-06-081-2/+1
* Use generic parameter types for server->client RPCLeif Åstrand2012-06-082-4/+5
* Don't expect type info for Lists, Sets and Arrays (#8879)Leif Åstrand2012-06-081-3/+2
* Don't fail if opening tooltip for disappeared componentLeif Åstrand2012-06-081-2/+10
* Made it possible to override the type of wrapped request used in portalsArtur Signell2012-06-071-18/+29
* Fix broken enums in UIDL message (#8878)Leif Åstrand2012-06-071-9/+4
* Use camelCase field names -> JSON more suitable for javascript (#8888)Leif Åstrand2012-06-073-12/+50
* Use update from deserialize instead of generating the same code againLeif Åstrand2012-06-061-17/+11
* Remove redundant ConnectorMap from JsonEncoder.encodeLeif Åstrand2012-06-065-56/+33
* Change map serialization to use same scheme as GWT AutoBean (#8602)Leif Åstrand2012-06-063-49/+290
* Don't send type info from server to client (#8879)Leif Åstrand2012-06-066-88/+47
* Pass declared types to JsonDecoder and use them (#8677)Leif Åstrand2012-06-065-78/+95
* Add DiffJSONSerializer for updating existing objects (#8879)Leif Åstrand2012-06-066-79/+107
* Refactor RpcManager to provide info about parameter types (#8879)Leif Åstrand2012-06-066-67/+217
* Extract duplicated code for decoding collectionsLeif Åstrand2012-06-061-6/+9
* Drop explicit type info from client -> server communication (#8879)Leif Åstrand2012-06-063-86/+47
* Use UidlValue for sending legacy maps and arrays (#8878)Leif Åstrand2012-06-063-30/+25
* Wrap variable change data in UidlValue wrapper with type info (#8878)Leif Åstrand2012-06-065-2/+69
* Change widget -> connector in some placesLeif Åstrand2012-06-062-15/+15
* Fix missing licenses and Serializable (#6690)Leif Åstrand2012-06-063-15/+35
* Redefine isVisible to not paint dirty detached component (#6690)Leif Åstrand2012-06-061-2/+10
* Fix accidental invalid cast (#6690)Leif Åstrand2012-06-061-2/+1
* Initial extension support (#6690)Leif Åstrand2012-06-0651-469/+1187
* Made it possible to override the type of wrapped request used in portalsArtur Signell2012-05-221-18/+29
* Include original exception when throwing PaintExceptionLeif Åstrand2012-05-142-4/+17
* Added support for map keys of any type (#8602)Artur Signell2012-05-143-104/+59
* Updated AbstractOrderedLayout to no longer use paintContentArtur Signell2012-05-142-25/+47
* Fix for URL generation in browser details request (#8785)Artur Signell2012-05-141-5/+21
* Initialize all variables in constructor instead of while loading theArtur Signell2012-05-131-2/+2
* Allow creation of stream variables in RenderRequests aswell (#8785)Artur Signell2012-05-131-4/+24
* Encode enum as String for legacy updates to be Vaadin 6 compatibileArtur Signell2012-05-134-19/+43
* Added missing licenseArtur Signell2012-05-138-1/+24
* Workaround for incorrect hierarchy (#8797)Artur Signell2012-05-131-0/+9
* State is now created using generators, removed setState (#8502)Artur Signell2012-05-1159-363/+373
* Removed Safari 4 workaroundsArtur Signell2012-05-112-11/+1
* Send widgetset version with the first UIDL requestArtur Signell2012-05-116-89/+56
* Fixed problem with sending null values from the client to the serverArtur Signell2012-05-111-2/+6
* Updated Label to use shared stateArtur Signell2012-05-113-31/+102
* Added support for serializing enums (#8675)Artur Signell2012-05-117-54/+133
* Updated Audio and Video to use stateArtur Signell2012-05-118-112/+151
* Moved most of TextField/TextArea/PasswordField paintContent to stateArtur Signell2012-05-117-108/+182
* Avoid unnecessary spaces in UIDLArtur Signell2012-05-111-2/+2
* Initial support for sending difference in state (#8419)Artur Signell2012-05-1110-59/+207