aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VWindow.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-905/+0
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-101-0/+5
|\
| * [merge from 6.7] #8597 Do not leave VWindow references in the static windowOr...Automerge2012-04-021-1/+12
| * [merge from 6.7] Revert fix for #3401 as it causes problems with scrolled vie...Automerge2012-03-061-1/+1
| * [merge from 6.7] Change missing from previous commit #3401Automerge2012-03-061-1/+1
* | Correctly track open windows and check modality.Artur Signell2012-03-271-6/+29
* | Do not decide window order in VWindow constructor as the widgets areArtur Signell2012-03-271-5/+15
* | Dynamically adjust window content paddings (#8313)Leif Åstrand2012-03-091-1/+1
* | Update VWindow.setWidth/Height to set outer sizes (#8313)Leif Åstrand2012-03-081-22/+43
* | Window layouting changes attempt 2 (#8313)Leif Åstrand2012-03-071-182/+24
* | Organized imports and formatted all java filesArtur Signell2012-02-281-3/+2
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-3/+3
* | getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-3/+3
* | Merge branch 'layoutperformance'Leif Åstrand2012-02-271-47/+5
|\ \
| * | Run layouts when Window size changed (#8313)Leif Åstrand2012-02-141-0/+1
| * | Update Window to work with MeasureManager (#8313)Leif Åstrand2012-02-131-47/+4
* | | Removed extra "Widget" prefix from ApplicationConnection method namesArtur Signell2012-02-271-3/+3
|/ /
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-031-1/+5
|\|
| * #8345, #8346 Window drag and resize are now activated only by the left mouse ...Artur Signell2012-02-031-1/+5
* | Fixed invalid comparison between paintable and widgetArtur Signell2012-02-031-1/+1
* | #8324 Fixed comparison of paintable and widgetArtur Signell2012-02-021-1/+1
* | Removed unnecessary getWidgetForPaintable methodsArtur Signell2012-02-021-4/+0
* | #8324 Split VView and VWindow into paintable and widgetArtur Signell2012-01-311-265/+22
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-21/+61
|\|
| * Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subw...Marc Englund2012-01-181-22/+66
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-12/+17
* | Merge remote branch 'origin/6.8'Henri Sara2011-12-221-9/+9
|\|
| * Merged changes from 6.8Johannes Dahlström2011-12-221-9/+9
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2011-12-201-2/+2
|\|
| * Merge #8143 to 6.8 and add missing methods to the Console interfaceLeif Åstrand2011-12-161-2/+2
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| * Fixed potential NullPointerExceptionJohannes Dahlström2011-11-221-3/+3
| * Patch and TestBench script for issue #7916 - setting VWindow height to undefi...Johannes Dahlström2011-11-181-18/+30
* | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-12-081-18/+30
|\ \
| * \ Merge remote branch 'origin/6.8'Leif Åstrand2011-12-011-18/+30
| |\ \
| | * | Merged fixes from 6.7Artur Signell2011-11-251-18/+30
| | |/
* | | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-291-48/+0
|\| |
| * | #7984 removed Firefox workaroundsArtur Signell2011-11-221-13/+0
| * | #7981 Removed Firefox 2 specific code and CSSArtur Signell2011-11-221-35/+0
* | | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-101-29/+0
|\| |
| * | #7912 Remove support for IE6Leif Åstrand2011-11-091-29/+0
| |/
* / Don't show notifications in VWindow as they are not painted from WindowLeif Åstrand2011-11-041-7/+0
|/
* Merged changes from 6.6Henri Sara2011-09-271-1/+2
* #6097 Added support for htmlModeAllowed in notifications opened from a sub wi...Leif Åstrand2011-08-101-27/+1
* Merge from 6.6Henri Sara2011-06-161-24/+24
|\
| * Test case and fix for #6784Jonatan Kronqvist2011-04-071-1/+2
| * Makes Window and Panel Focusable. #4384John Alhroos2011-03-111-2/+7
* | Fix for #6216 "refreshing page causes size-full components grow out of contai...Jouni Koivuviita2011-05-181-25/+25
* | #6716 Support for resizeLazy for sub windowArtur Signell2011-04-261-0/+22