summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-1158-451/+447
* Fix documentation for wlShellSurfaceRequestedJohan Klokkhammer Helsing2016-08-101-2/+2
* Compositor API: Remove mouseFocus method from QWaylandTouchJohan Klokkhammer Helsing2016-08-092-15/+2
* Merge remote-tracking branch 'qt/5.7' into devPaul Olav Tvete2016-08-0411-17/+20
|\
| * Emit NOTIFY signal for bufferLocked propertyPaul Olav Tvete2016-08-041-0/+3
| * Fix build with ICC 17: problem parsing override keywordThiago Macieira2016-08-032-2/+2
| * Fix build: xcomposite-xxx depend on QtPlatformSupportThiago Macieira2016-08-032-0/+3
| * Doc: several minor link issues in QtWaylandNico Vertriest2016-08-026-15/+12
* | Rename createSurface and similar signalsJohan Klokkhammer Helsing2016-08-0313-33/+33
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-0223-252/+302
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-017-46/+118
| |\
| | * 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
| * | Bump versionOswald Buddenhagen2016-07-281-1/+1
| * | Fix clang compilation errorsJohan Klokkhammer Helsing2016-07-133-4/+6
| * | Slightly more minimal examplePaul Olav Tvete2016-07-121-7/+3
| * | Example cleanupPaul Olav Tvete2016-07-046-145/+145
| * | Fix the key code of key events when control is pressedGiulio Camuffo2016-07-045-28/+22
| * | Doc: fixed issue compiling qtwaylandcompositor.htmlNico Vertriest2016-07-012-22/+8
* | | Migrate to public QOpenGLTextureBlitterLaszlo Agocs2016-07-294-4/+4
* | | Compile with -no-openglJohan Klokkhammer Helsing2016-07-2018-14/+64
* | | Fix wrong path to qwaylandsharedmemoryformathelper_p.hJohan Klokkhammer Helsing2016-07-181-1/+1
* | | Rename sendUnMaximized to sendUnmaximizedJohan Klokkhammer Helsing2016-07-126-9/+9
* | | Compositor: make the extensions property list optionalPaul Olav Tvete2016-07-125-48/+49
* | | Compositor: Rename shm to sharedMemoryJohan Klokkhammer Helsing2016-07-1113-34/+35
* | | Add drag icon to WaylandCursorItemJohan Klokkhammer Helsing2016-07-111-0/+15
* | | Expose QWaylandDrag to the QML APIJohan Klokkhammer Helsing2016-07-113-0/+26
* | | Adjust for hotspot position inside WaylandCursorItemJohan Klokkhammer Helsing2016-07-114-6/+7
* | | Rename enableWSCursor to windowSystemCursorEnabledJohan Klokkhammer Helsing2016-07-117-17/+17
* | | Fix drag-and-drop for QML compositorsJohan Klokkhammer Helsing2016-07-113-18/+26
* | | Rename bufferLock to bufferLockedJohan Klokkhammer Helsing2016-07-046-15/+15
* | | Compositor: always use move item when positioning shell surfacesPier Luigi Fiorini2016-07-011-6/+6
* | | Compositor: maximize on the output where the item is renderedPier Luigi Fiorini2016-07-011-2/+2
* | | Compositor: consider available geometry when maximizingPier Luigi Fiorini2016-07-011-2/+2
* | | Rename QT_COMPOSITOR_WAYLAND_GL to QT_WAYLAND_COMPOSITOR_GLJohan Klokkhammer Helsing2016-07-017-15/+15
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-3055-182/+416
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-3035-157/+139
| |\|
| | * 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
| * | Compositor: Add a minimal-qml examplePaul Olav Tvete2016-06-295-0/+163
| * | xdg_shell: Send unmaximize configure events with zero width and heightJohan Klokkhammer Helsing2016-06-211-4/+3
| * | Doc: minor link issues QtWaylandNico Vertriest2016-06-214-5/+5
| * | Use the EGL_EXT_platform_wayland extension if availableGiulio Camuffo2016-06-212-5/+32
| * | Compositor: Fix popup support properlyPaul Olav Tvete2016-06-202-1/+38