summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Window.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-853/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-3/+3
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+5
* Mention legacy application level windows and relation to Root (#8784)Leif Åstrand2012-06-261-0/+4
* Don't mention application level windows in Window javadoc (#8784)Leif Åstrand2012-06-261-33/+10
* Merge branch '6.8'Johannes Dahlström2012-06-191-39/+13
|\
| * #7938 Added reference to #8971 to the javadocJohannes Dahlström2012-06-151-0/+3
| * #7938 Clarified Window.center() javadocJohannes Dahlström2012-06-151-2/+4
* | Fixed some errors caused by 6.8 merge; updated tests to use LegacyWindow/Appl...Johannes Dahlström2012-06-131-6/+12
* | Merge commit 'e085e'Johannes Dahlström2012-06-111-0/+49
|\|
| * Make browser window size available in Window (#5655)Leif Åstrand2012-05-221-0/+49
* | RPC -> Rpc for consistencyArtur Signell2012-04-181-2/+2
* | Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-121-2/+2
* | Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
* | Component no longer implements PaintableArtur Signell2012-04-121-1/+3
* | Actually use and update shared state variables on server sideArtur Signell2012-04-051-52/+15
* | Moved basic Window state attributes to WindowStateArtur Signell2012-04-051-36/+3
* | Automatically create state on server side based on getState return typeArtur Signell2012-04-051-4/+0
* | Simplified Rpc registration on server side (#8591)Artur Signell2012-04-051-1/+1
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-1/+0
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-0/+11
* | Get scroll position from state, where it is availableArtur Signell2012-03-141-5/+10
* | Updated Panel to no longer use child painted with the UIDLArtur Signell2012-03-141-1/+5
* | Remove debug output accidentally committedLeif Åstrand2012-03-081-2/+0
* | Window layouting changes attempt 2 (#8313)Leif Åstrand2012-03-071-10/+2
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-311-24/+0
|\|
| * Synchronized 6.8 branch between svn and git.Build Agent2012-01-311-24/+0
* | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)Artur Signell2012-01-311-0/+24
|\|
| * #8170: Symmetrically with attach(), Window.detach() should call detach() for ...Johannes Dahlström2011-12-221-0/+13
| * Fix #8170: Window.attach() did not call attach() for subwindowsJohannes Dahlström2011-12-221-0/+11
| * Merged changes from 6.7Johannes Dahlström2011-12-301-0/+24
* | #8324 Split VView and VWindow into paintable and widgetArtur Signell2012-01-311-2/+2
* | Merge remote branch 'origin/6.8'Henri Sara2011-12-221-1/+3
|\|
| * Merged changes from 6.8Johannes Dahlström2011-12-221-1/+3
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-4/+4
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| * #6937 Javadoc fixArtur Signell2011-12-071-2/+2
* | Window.close shouldn't throw npe even if not attached to any rootLeif Åstrand2011-11-211-4/+8
* | Move functionality for opening resources from Window to RootLeif Åstrand2011-11-161-219/+0
* | Make Window.close publicLeif Åstrand2011-11-141-1/+1
* | Moved Notification to its own fileLeif Åstrand2011-11-101-318/+0
* | Removed deprecated code that was left in Window when Root was createdLeif Åstrand2011-11-041-330/+0
* | Removed the Root interface and renamed DefaultRoot class to RootLeif Åstrand2011-11-031-31/+0
* | Restored support for executeJavaScript in RootLeif Åstrand2011-11-021-57/+0
* | Restored support for Notifications in rootLeif Åstrand2011-11-021-194/+0
* | Restored functionality related to subwindows and focus in RootLeif Åstrand2011-11-021-460/+116
* | Split Window to Root and WindowLeif Åstrand2011-11-011-1110/+1141
|/
* #7369 Removed "final" to enable CDI compatibility and added javadoc that expl...Artur Signell2011-08-191-4/+13
* #6097 Inversed the logic of the uidl attribute to avoid sending additional da...Leif Åstrand2011-08-121-2/+2