aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/WindowConnector.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-360/+0
* Moved shared classes out from connector to avoid class loader problemsArtur Signell2012-04-121-2/+0
* Fixed GridLayout caption rendering Artur Signell2012-04-051-1/+1
* Removed unnecessary calls to unregisterPaintableArtur Signell2012-04-051-1/+0
* ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-051-4/+3
* Removed unnecessary updateFromUidl calls from containersArtur Signell2012-04-051-2/+0
* Sub window can no longer 'open' other windowsArtur Signell2012-04-051-20/+0
* Moved basic Window state attributes to WindowStateArtur Signell2012-04-051-19/+73
* Removed unused createState() from client sideArtur Signell2012-04-051-5/+0
* Generator to ease initialization of client to server rpc proxiesArtur Signell2012-04-051-2/+4
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-0/+1
* Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-11/+13
* Do not decide window order in VWindow constructor as the widgets areArtur Signell2012-03-271-0/+9
* Remove UIDL parameter from many caption related methods (#8435).Henri Sara2012-03-211-2/+2
* #8438 Event handler registration is now a Set in the shared stateArtur Signell2012-03-211-1/+1
* Made Window work again (connectors are now children of Root, attach forArtur Signell2012-03-211-0/+5
* Don't use position: absolute to avoid scrollbars in IE9Leif Åstrand2012-03-161-1/+2
* Get scroll position from state, where it is availableArtur Signell2012-03-141-4/+12
* Connector interface. Renamed getId() -> getConnectorId() to avoid mixupsArtur Signell2012-03-141-3/+3
* Fixed readonly handling for fields (depends on property readonlyArtur Signell2012-03-131-1/+1
* #8510 Support using Resources through URLReference/ResourceReference inArtur Signell2012-03-131-4/+5
* Use absolute positioning to avoid some scrollbars (#8313)Leif Åstrand2012-03-121-3/+32
* Fix problem with space reserved for scrollbars (#8313)Leif Åstrand2012-03-091-0/+3
* Dynamically adjust window content paddings (#8313)Leif Åstrand2012-03-091-0/+13
* Update VWindow.setWidth/Height to set outer sizes (#8313)Leif Åstrand2012-03-081-6/+10
* Window layouting changes attempt 2 (#8313)Leif Åstrand2012-03-071-70/+26
* Use getId() instead of old APIArtur Signell2012-03-011-2/+2
* Organized imports and formatted all java filesArtur Signell2012-02-281-35/+19
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-0/+319