summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Window.java
Commit message (Expand)AuthorAgeFilesLines
* Moved accessibility shortcut handling to server-side. [#14843]Anna Koskinen2015-01-301-11/+88
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-1/+1
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-13/+13
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Merge branch 'master' into 7.2Jonatan Kronqvist2014-04-141-12/+17
|\ \
| * | Update Window Javadoc based on 7.2 API review changesLeif Åstrand2014-04-141-3/+3
| * | Updated Window API based on 7.2 API reviewArtur Signell2014-04-141-9/+14
* | | Update some APIs based on the 7.2 API review commentsJonatan Kronqvist2014-04-141-1/+1
|/ /
* | Merge commit 'fefedeab68461ebc04fd45f91a35835fc9026a56'Artur Signell2013-11-111-0/+10
|\|
| * Send window position data back to server after drag (#12885)Thomas2013-11-061-0/+10
* | Activate tab stop automatically for modal windows (#12344)michaelvogt2013-08-261-3/+9
* | Make settting of assistive description of Window optional (#12276)michaelvogt2013-07-241-13/+21
* | Prevent to exit a Window with the tab key (#11874)michaelvogt2013-07-121-0/+77
* | Accessibility for Window (#11821)michaelvogt2013-07-041-2/+107
|/
* Remove sub window references from Window javadocs (#9892)Leif Åstrand2013-06-281-62/+51
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-111-2/+1
* Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-231-60/+57
* Global code reformatLeif Åstrand2013-04-051-2/+4
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-041-6/+141
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-271-0/+18
* Unified deprecation messagesArtur Signell2012-11-221-8/+8
* Updated Panel, Window to use Component in constructors (#10300)Artur Signell2012-11-201-8/+6
* Remove Window.addComponent() (#2924)Henri Sara2012-11-141-34/+0
* Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-141-6/+24
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-2/+2
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-16/+20
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-8/+79
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-2/+2
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-4/+4
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-4/+4
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-2/+2
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-10/+10
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-1/+1
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-44/+2
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
* Support @Delayable and change window size update to use it (#8421)Leif Åstrand2012-08-201-19/+0
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-3/+3
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+853