summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version5.6Oswald Buddenhagen2017-09-211-1/+1
* Add change file for Qt 5.6.3v5.6.3Johan Klokkhammer Helsing2017-09-061-0/+31
* Bump versionOswald Buddenhagen2016-11-281-1/+1
* Client: Cleanup mouse state after dragJohan Klokkhammer Helsing2016-11-102-0/+12
* Client: Fix touch getting stuck after drag-and-dropJohan Klokkhammer Helsing2016-11-093-1/+19
* Don't create new xdg surfaces in updateTransientParentJohan Klokkhammer Helsing2016-11-091-1/+3
* Fix build when some features are disabledPaul Olav Tvete2016-11-0720-13/+69
* remove dependencies from sync.profileOswald Buddenhagen2016-11-061-11/+0
* 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-243-1/+10
* Don't return a null QMimeData from the clipboardGiulio Camuffo2016-10-172-3/+5
* Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+30
|\
| * Add changes file for 5.6.2v5.6.2Antti Kokko2016-09-131-0/+30
* | Fix build with QT_NO_ACCESSIBILITYSamuli Piippo2016-09-162-2/+6
* | Remove or add window decorations when toggling fullscreenJohan Klokkhammer Helsing2016-09-051-0/+1
|/
* Merge remote-tracking branch 'qt/5.6.2' into 5.6Paul Olav Tvete2016-08-263-7/+17
|\
| * Client: Fix keyboard focus logic and crashJohan Klokkhammer Helsing2016-08-263-7/+17
* | Pass TRANSIENT_INACTIVE flag for windows with WA_ShowWithoutActivatingMartin Gräßlin2016-08-261-1/+9
|/
* Fix autotest directory structurePaul Olav Tvete2016-08-1926-57/+69
* Fix crash on client exitWieland Hagen2016-08-181-4/+13
* Client: Fix popup position for xdg shellJohan Klokkhammer Helsing2016-08-106-1/+163
* Make wl_shell and xdg_shell use the QWaylandShellIntegration interfaceJohan Klokkhammer Helsing2016-08-0913-40/+337
* Client: Refactor window active stateJohan Klokkhammer Helsing2016-08-084-8/+4
* Fix crash when dragging with touch without first having pointer focusJohan Klokkhammer Helsing2016-08-026-0/+285
* Client tests: Unlock mutex while processing compositor commandsJohan Klokkhammer Helsing2016-08-021-4/+14
* Remove logging of drag-and-drop dataJohan Klokkhammer Helsing2016-08-011-4/+0
* Also test touch in client events testJohan Klokkhammer Helsing2016-08-015-1/+164
* Fix high-DPI scaling of window decorations for shared memory buffersJohan Klokkhammer Helsing2016-07-111-10/+18
* Use xdg_shell configure events to determine active windowJohan Klokkhammer Helsing2016-07-046-36/+100
* Remove unused method QWaylandDisplay::lastKeyboardFocusInputDeviceJohan Klokkhammer Helsing2016-06-293-16/+0
* Add missing Q_DECL_OVERRIDEs to client classes.Johan Klokkhammer Helsing2016-06-2724-101/+101
* Only resize when the cursor is actually on the window frameJohan Klokkhammer Helsing2016-06-201-4/+4
* Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"Sze Howe Koh2016-06-173-3/+3
* Client: Fix incorrect size when maximizing using xdg_shellJohan Klokkhammer Helsing2016-06-162-14/+11
* Set device pixel ratio for window decorations on scaled windowsJohan Klokkhammer Helsing2016-06-091-1/+4
* Fix content positioning relative to decoration on scaled outputsJohan Klokkhammer Helsing2016-06-081-1/+1
* client: Always accept the DnD data offerGiulio Camuffo2016-06-031-18/+16
* Bump versionOswald Buddenhagen2016-05-191-1/+1
* fix example installsv5.6.1-1v5.6.1Oswald Buddenhagen2016-04-285-8/+21
* Fix checking the Qt::BypassWindowManagerHint flagGiulio Camuffo2016-04-211-1/+1
* Destroy the subsurface protocol objectsGiulio Camuffo2016-04-191-0/+1
* fix namespaced buildOswald Buddenhagen2016-04-061-0/+2
* Client: Don't create shell surfaces for QShapedPixmapWindowJohan Klokkhammer Helsing2016-03-312-3/+24
* Remove attached() definition from header.Erik Larsson2016-03-291-1/+0
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-224-5/+5
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-0/+2
|\
| * Fix failure to build from sources: missing #includev5.6.0Thiago Macieira2016-03-031-0/+2
* | Add support for bitmap cursorsMartin Gräßlin2016-03-177-11/+70
* | Fix client xdg_surface not handling all states from configure eventJohan Klokkhammer Helsing2016-03-151-6/+4
* | Fix SHM drawing logicGiulio Camuffo2016-03-0712-112/+163