summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server
Commit message (Expand)AuthorAgeFilesLines
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-256-10/+10
* Merge branch 'rpcArray'Leif Åstrand2012-06-251-7/+39
|\
| * Support arrays in RPC and shared state + test (#8655)Leif Åstrand2012-06-251-7/+39
* | Pass RPC exceptions to Application.terminalError (#9018)Artur Signell2012-06-213-8/+53
* | Moved connector tracking from Application to RootArtur Signell2012-06-217-115/+139
|/
* Show sensible message if variable change target isn't a VariableOwnerLeif Åstrand2012-06-211-2/+12
* Javadocs and minor tweaks for extensions, JavaScript and js wrappersLeif Åstrand2012-06-201-30/+26
* Merge branch '6.8'Johannes Dahlström2012-06-196-74/+19
|\
| * Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-152-5/+6
|\ \
| * | Tweaks to Extension API based on review (#6690)Leif Åstrand2012-06-142-5/+6
* | | Fixed some errors caused by 6.8 merge; updated tests to use LegacyWindow/Appl...Johannes Dahlström2012-06-131-2/+4
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-136-8/+68
|\| |
| * | Fix typoLeif Åstrand2012-06-121-1/+1
| * | Show better message when RPC method is not foundLeif Åstrand2012-06-121-0/+6
| * | Support sending raw JSON values (#8888)Leif Åstrand2012-06-121-0/+2
| * | Initial javascript callback support (#6730)Leif Åstrand2012-06-111-0/+3
| * | Initial support for javascript components (#8888)Leif Åstrand2012-06-111-4/+53
| * | Support generics when decoding Set (#8879)Leif Åstrand2012-06-111-1/+1
| * | Remove reference to old "feature" name (#6690)Leif Åstrand2012-06-092-2/+2
* | | Merge commit '39848'Johannes Dahlström2012-06-121-0/+2
|\ \ \ | | |/ | |/|
| * | Prevent double iframe and script tags if writeAjaxPageScriptWidgetset is over...Leif Åstrand2012-06-071-1/+20
| * | Fix some typos in Portlet init javascript and html (#8924)Leif Åstrand2012-06-071-2/+2
| * | Remove document.write from bootstrap (#8924)Leif Åstrand2012-06-072-23/+59
| * | Avoid potential NPE discovered in review (#8914)Leif Åstrand2012-06-061-2/+4
* | | Merge commit 'f8cb0'Johannes Dahlström2012-06-121-0/+1
|\| |
| * | Show better error message when variable change decoding fails (#8914)Leif Åstrand2012-06-061-10/+17
* | | Merge commit '17c14'Johannes Dahlström2012-06-129-118/+201
|\| |
| * | #8297 Do not use static logger instancesHenri Sara2012-06-0510-123/+157
* | | Merge commit 'e7f31'Johannes Dahlström2012-06-111-41/+3
|\| |
| * | Remove clientHeight/Width from WebBrowser (#5655)Leif Åstrand2012-05-223-45/+4
* | | Merge commit 'a810ce'Johannes Dahlström2012-06-112-6/+25
|\| | | |/ |/|
| * Don't assume there's always an application (#8694)Leif Åstrand2012-05-072-6/+9
* | 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
* | Made it possible to override the type of wrapped request used in portalsArtur Signell2012-06-071-18/+29
* | Use camelCase field names -> JSON more suitable for javascript (#8888)Leif Åstrand2012-06-071-2/+13
* | Change map serialization to use same scheme as GWT AutoBean (#8602)Leif Åstrand2012-06-061-22/+143
* | Don't send type info from server to client (#8879)Leif Åstrand2012-06-062-61/+30
* | Drop explicit type info from client -> server communication (#8879)Leif Åstrand2012-06-062-51/+28
* | Use UidlValue for sending legacy maps and arrays (#8878)Leif Åstrand2012-06-062-27/+9
* | Wrap variable change data in UidlValue wrapper with type info (#8878)Leif Åstrand2012-06-062-1/+25
* | Redefine isVisible to not paint dirty detached component (#6690)Leif Åstrand2012-06-061-2/+10
* | Initial extension support (#6690)Leif Åstrand2012-06-065-84/+210
* | 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-141-4/+4
* | Added support for map keys of any type (#8602)Artur Signell2012-05-141-55/+32
* | Fix for URL generation in browser details request (#8785)Artur Signell2012-05-141-5/+21
* | Allow creation of stream variables in RenderRequests aswell (#8785)Artur Signell2012-05-131-4/+24
* | Send widgetset version with the first UIDL requestArtur Signell2012-05-114-85/+27