summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Client: Call parent requestUpdate after changing subsurface positionJohan Klokkhammer Helsing2016-10-261-0/+3
* Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-241-0/+2
* Remove or add window decorations when toggling fullscreenJohan Klokkhammer Helsing2016-09-051-0/+1
* Client: Fix keyboard focus logic and crashJohan Klokkhammer Helsing2016-08-261-0/+5
* Fix checking the Qt::BypassWindowManagerHint flagGiulio Camuffo2016-04-211-1/+1
* Client: Don't create shell surfaces for QShapedPixmapWindowJohan Klokkhammer Helsing2016-03-311-3/+22
* Add support for bitmap cursorsMartin Gräßlin2016-03-171-6/+6
* Fix SHM drawing logicGiulio Camuffo2016-03-071-12/+3
* Fix freeze when using BypassWindowManagerHintJohan Klokkhammer Helsing2016-02-121-1/+2
* Don't create wl_surface for desktop widgetsv5.6.0-rc1Paul Olav Tvete2016-01-111-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-281-13/+17
|\
| * Fix tooltips without a transient parentGiulio Camuffo2015-07-041-13/+16
* | Use standard wl_subsurface interface to set a window as a child of another oneGiulio Camuffo2015-07-221-46/+80
|/
* Fix wheel events when the decorations are enabledGiulio Camuffo2015-06-091-0/+6
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-7/+22
|\
| * Remove .desktop suffix to appIdPier Luigi Fiorini2015-04-101-4/+18
| * Don't handle mouse events in decos if buttons were pressed in the content areaGiulio Camuffo2015-04-081-1/+2
| * Make QWaylandShellSurface a QObject to allow build without RTTIOlivier Blin2015-03-271-2/+2
* | Update copyright headersJani Heikkinen2015-02-171-22/+14
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-161-16/+13
|\|
| * Sanitize popup behavior.Laszlo Agocs2015-02-131-16/+6
| * Fix popup menus with no parent windowsGiulio Camuffo2015-02-111-6/+13
| * Make sure we send a valid initial resizeGiulio Camuffo2015-01-271-2/+2
* | Namespace the platform pluginsGiulio Camuffo2015-01-291-0/+4
* | Send proper mouse enter eventsGiulio Camuffo2015-01-131-21/+33
* | Implement high-dpi supportMorten Johan Sorvig2014-12-171-1/+16
* | Merge branch '5.4' into devGiulio Camuffo2014-11-151-14/+46
|\|
| * Be compatible with older compositorsGiulio Camuffo2014-10-131-0/+3
| * Fix shm windows sometimes not showing after being hiddenGiulio Camuffo2014-10-061-0/+5
| * Support the creation of >= 3.x OpenGL contextsGiulio Camuffo2014-09-301-1/+0
| * decorations: Remove strange set dance between QWaylandWindow & QWaylandAbstra...Robin Burchell2014-09-231-9/+3
| * QtWaylandClient: Pluginize window decorations.Robin Burchell2014-09-231-3/+34
| * Rename QWaylandDecoration => QWaylandAbstractDecorationRobin Burchell2014-09-231-4/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-191-14/+36
|\|
| * Fix window decorations for GL appsLaszlo Agocs2014-09-061-5/+1
| * DataOffer not invalidated when client loses keyboard focusLi Qiu2014-09-041-0/+9
| * Wayland: can drag a window by its titlebar using the touchscreenShawn Rutledge2014-09-011-0/+7
| * Indicate from the client buffer integration if decorations are supportedLaszlo Agocs2014-08-251-1/+4
| * Fix window decorations being leaked.Robin Burchell2014-08-211-0/+2
| * Fix warning about use of uninitialized variableThiago Macieira2014-08-191-0/+2
| * QWaylandWindow: Add a missing shell surface null check.Robin Burchell2014-08-181-12/+15
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-08-151-3/+3
|\|
| * Make the expose region localGiulio Camuffo2014-08-131-3/+3
* | Add support for setMask to set input regionJan Arne Petersen2014-08-131-0/+20
|/
* Add a way to have out of source shell integrationsGiulio Camuffo2014-08-071-30/+55
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-311-2/+22
* Use wayland core interfaces to signal output rotationGiulio Camuffo2014-07-311-0/+7
* Avoid crashing race condition.Gunnar Sletta2014-06-301-2/+8
* Add minimize feature to QWindow using wayland's xdg-shellPhilippe Coval2014-06-091-7/+33
* Avoid virtual calls in constructors.Gunnar Sletta2014-05-221-15/+20