summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-16146-177/+177
* Fixed trailing slash trimming in VaadinPortletService.Sauli Tähkäpää2014-03-134-3/+56
* Add javadoc for @DelegateToWidget (#10980)Leif Åstrand2014-03-041-0/+59
* Upload control with empty selection (#9602)Tomi Virtanen2014-01-071-0/+26
* Decrease the websocket buffer size due to a Jetty 9.1 issue (#13087)Johannes Dahlström2013-12-161-1/+4
* Send window position data back to server after drag (#12885)Thomas2013-11-061-0/+2
* Prefixes GET parameters in Liferay with portlet namespace #12602John Ahlroos2013-09-271-0/+4
* Fixes browser detection for IE11 (#12638)Artur Signell2013-09-251-6/+32
* Use non-obfuscated version of vaadinPush.js when not in production (#12527)Artur Signell2013-09-101-0/+8
* Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
* Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-281-2/+2
* Enable using @Stylesheet with vaadin:// (#9934)Artur Signell2013-06-181-0/+1
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-4/+2
* Remove DEFAULT constant as an annotation enum cannot use it (#11966)Artur Signell2013-06-052-12/+3
* Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-051-0/+1
* Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-052-2/+75
* Added missing rpc interface (#11536)Artur Signell2013-06-051-0/+39
* Change analyze layouts to use RPC (#11536)Artur Signell2013-06-052-2/+7
* Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-052-1/+43
* Fixed javadoc referencesArtur Signell2013-06-051-3/+3
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-52/+54
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-292-0/+10
* Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-5/+35
* Fixed javadoc compilation errorArtur Signell2013-05-291-4/+2
* Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-0/+28
* Send window mode changes to the server immediately (#11737)Leif Åstrand2013-05-281-2/+0
* Added Serializable where missing and ignore classes which do not need Seriali...Artur Signell2013-05-283-3/+9
* Upgrade to Atmosphere 1.0.13 (#11861)Johannes Dahlström2013-05-211-1/+1
* Use "\0" instead of "|" as a push message delimiter (#11692)Johannes Dahlström2013-05-212-4/+46
* Tooltip accessibility fixes (#11799)michaelvogt2013-05-171-1/+5
* Remove JavaDoc dependency to vaadin-server from PageState (#11873)Johannes Dahlström2013-05-171-3/+1
* Send browser window resizes if there is a listener (#10055)Henri Sara2013-05-172-0/+40
* Split client-to-server messages when websockets are used (#11648)Johannes Dahlström2013-04-291-0/+4
* Close push connection when UI is detached (#11596)Artur Signell2013-04-261-0/+34
* Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-251-0/+5
* Global code clean upLeif Åstrand2013-04-251-1/+0
* Renamed loading indicator states to 'first','second','third' (#11668)Artur Signell2013-04-231-4/+5
* Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)Artur Signell2013-04-231-2/+2
* Renamed UI.getTooltip to getTooltipConfiguration (#11663)Artur Signell2013-04-231-2/+2
* Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-233-7/+41
* Load vaadinPush.js on demand (#11506)Leif Åstrand2013-04-191-0/+6
* Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-191-0/+3
* Add PushMode.isEnabled() (#11626)Leif Åstrand2013-04-171-0/+11
* Handle JSONException and InvalidUIDLSecurityKeyException the same way in Push...Artur Signell2013-04-161-0/+2
* Implemented poll interval for UI (#11495)Leif Åstrand2013-04-103-0/+35
* Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-101-0/+45
* Implement range for date field (#6241)johan2013-04-082-2/+15
* WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-041-0/+2
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-042-0/+12
* Server push (#111)Johannes Dahlström2013-04-042-0/+57