summaryrefslogtreecommitdiffstats
path: root/shared/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate Calendar into core #11079John Ahlroos2013-04-035-0/+215
* Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-031-0/+7
* Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-031-0/+12
* WAI-ARIA field corrections (#11407)michaelvogt2013-04-021-1/+3
* WAI-ARIA button (#11380)michaelvogt2013-03-281-0/+1
* Added Page.reload (#10250)Artur Signell2013-03-281-0/+2
* Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-271-1/+0
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-2/+4
* Fixed loadStyle to be more sensible (#10746)7.0.0.rc1Artur Signell2013-01-161-1/+1
* Ensure all server and shared classes are serializable (#10735)Henri Sara2013-01-1527-28/+79
* Updated copyright notices and added missing license headersArtur Signell2013-01-04130-133/+744
* Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-107-0/+511
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-301-1/+1
* UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-302-0/+29
* Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-291-0/+17
* Add fragment and parameter support to BrowserWindowOpener (#10093)Leif Åstrand2012-11-291-0/+7
* Refactor BrowserPopupOpener API (#10241)Leif Åstrand2012-11-231-1/+2
* Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-211-4/+4
* Global code cleanupLeif Åstrand2012-11-212-3/+2
* Rename DependencyResource to PublishedFile (#10224)Leif Åstrand2012-11-211-4/+4
* Removed server class reference from shared javadocArtur Signell2012-11-211-2/+1
* Merge "Added possibility to disable text input for PopupDateField (#6790)"Artur Signell2012-11-201-0/+3
|\
| * Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-191-0/+3
* | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-2017-40/+41
|/
* @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-164-8/+8
* UI stylename handling (#9832)Johannes Dahlström2012-11-141-0/+3
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-2/+0
* (#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent...Mikael Grankvist2012-11-132-0/+20
* Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-073-8/+10
* Formatted projectArtur Signell2012-10-262-2/+0
* Missing package for ProgressIndicator (#10008)Artur Signell2012-10-252-0/+46
* Merge "Refactor GET parameter names to ApplicationConstants"Leif Åstrand2012-10-241-0/+2
|\
| * Refactor GET parameter names to ApplicationConstantsJohannes Dahlström2012-10-241-0/+2
* | Create UIProvider & Extension for easily opening popups. (#9513)Leif Åstrand2012-10-241-0/+27
|/
* Don't let /APP requests continue to the BootstrapHandler (#9553)7.0.0.beta5Leif Åstrand2012-10-161-2/+2
* Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-161-1/+1
* Parse Trident versions to support IE in compatibility mode (#9887)Leif Åstrand2012-10-101-1/+11
* Rename connector resource -> dependency resource (#9691)Leif Åstrand2012-10-091-3/+6
* Merge branch 'sass'John Ahlroos2012-10-0837-5/+207
|\