aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/Util.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-1181/+0
* Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-08-031-23/+22
|\
| * Removed duplicated code (#9189)Artur Signell2012-07-311-8/+4
| * Log variables also when the paintable cannot be found (#9189)Artur Signell2012-07-311-0/+4
* | Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+2
* | Actually we still need the VOverlay special case for situations where an over...Johannes Dahlström2012-07-261-1/+11
* | Fix tooltips in VOverlay/PopupPanel widgets; remove unneeded special case fro...Johannes Dahlström2012-07-261-10/+0
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+2
* | Made MenuBar item tooltips work again (#8425)Sami Viitanen2012-06-291-7/+21
* | paintable -> connectorArtur Signell2012-06-291-5/+5
* | Merge commit '56d0c'Johannes Dahlström2012-06-121-1/+1
|\|
| * [merge from 6.7] Small tweaks to #4120 based on reviewAutomerge2012-05-301-1/+1
* | Merge commit '61638'Johannes Dahlström2012-06-111-0/+16
|\|
| * [merge from 6.7] Make ClickEventHandler fire clicks only if mousedown and mou...Automerge2012-05-301-0/+16
* | Initial extension support (#6690)Leif Åstrand2012-06-061-8/+7
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-0/+13
|\|
| * Explicitly focus widget when simulating click (#8659)Leif Åstrand2012-04-251-0/+13
| * Wrap javascript callback entry points in $entry (#8699)Leif Åstrand2012-04-241-2/+2
* | Add LayoutManager.setNeedsMeasure and change how layouts are startedLeif Åstrand2012-04-101-13/+13
* | Manage fix for overflow: auto in LayoutManager (#8615)Leif Åstrand2012-04-041-2/+1
* | Less verbose debug outputLeif Åstrand2012-04-031-1/+1
* | Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-14/+8
* | Minor debug info changesArtur Signell2012-03-211-5/+15
* | Connector -> ServerConnectorArtur Signell2012-03-141-3/+3
* | #8500 Initial implementation for sending component hierarchyArtur Signell2012-03-131-0/+37
* | Implement server to client RPC (#8426).Henri Sara2012-02-291-1/+1
* | Organized imports and formatted all java filesArtur Signell2012-02-281-6/+6
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-18/+18
* | Merge branch 'layoutperformance'Leif Åstrand2012-02-271-155/+26
|\ \
| * \ Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-151-1/+0
| |\ \
| * \ \ Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-081-0/+1
| |\ \ \
| * | | | Remove some references to ContainerLeif Åstrand2012-02-071-70/+1
| * | | | Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-071-1/+15
| |\ \ \ \
| * | | | | Initial MeasureManager and working Horizontal/VerticalLayout (#8313)Leif Åstrand2012-01-301-85/+25
* | | | | | #8304 First steps towards supporting serialization of any beanArtur Signell2012-02-211-22/+4
* | | | | | Merge branch 'master' into rpcHenri Sara2012-02-191-1/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge remote branch 'origin/6.8'Leif Åstrand2012-02-141-1/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | [merge from 6.7] #8284, #8336 Removed dead codeArtur Signell2012-02-061-1/+0
* | | | | Communicate component width and height only via shared state (#8304).Henri Sara2012-02-161-9/+15
* | | | | Merge branch 'master' into rpcHenri Sara2012-02-081-0/+1
|\| | | |
| * | | | #8325 Move ApplicationConnection.updateComponent toArtur Signell2012-02-071-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' into rpcHenri Sara2012-02-071-0/+14
|\| | |
| * | | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-031-0/+14
| |\| |
| | * | #8284, #8336 Fixed header and footer click for right and middle click. Browse...Artur Signell2012-02-031-0/+14
* | | | Merge branch 'master' into rpcHenri Sara2012-01-311-2/+2
|\| | |
| * | | #8323 Moved updateCaption from Container to VPaintableWidgetContainerArtur Signell2012-01-311-2/+2
| | |/ | |/|
| * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-0/+2
| |\|
| | * Merge from 6.7Johannes Dahlström2012-01-121-0/+2
| * | Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-261-0/+18
* | | Merge changes from master to rpc branch.Henri Sara2012-01-271-0/+20