summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-034-23/+44
|\
| * Client: Don't assume windows have surfaces in QWaylandInputContext::updateJohan Klokkhammer Helsing2019-01-031-7/+16
| * Client: Fix incorrect damage for decoration edgesJohan Klokkhammer Helsing2019-01-031-1/+2
| * Client: Fix various input related crashes for events without focusJohan Klokkhammer Helsing2019-01-021-14/+25
| * Client xdg-shell: Fix protocol error for tooltips on popupsJohan Klokkhammer Helsing2018-12-261-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-225-38/+114
|\|
| * Client: Full implementation for frame callbacksJohan Klokkhammer Helsing2018-12-132-20/+96
| * use new feature name xkbcommon_evdev -> xkbcommonGatis Paeglis2018-12-053-18/+18
* | remove stray Q_UNUSED callGatis Paeglis2018-12-171-2/+0
* | Compositor: Implement linux-dmabuf-unstable-v1Andreas Cord-Landwehr2018-12-131-2/+4
* | Client: Clarify warnings about unexpected enter/leave eventsJohan Klokkhammer Helsing2018-12-111-6/+10
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-051-0/+5
|\|
| * Fix compilation with gcc 4.8Ville Voutilainen2018-12-041-0/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-4/+5
|\|
| * Client: Fix incorrect enter serial in set_cursorJohan Klokkhammer Helsing2018-11-211-4/+5
* | Client: Don't create cursor surface until we can set its roleJohan Klokkhammer Helsing2018-11-211-1/+3
* | Client: Add fullscreen shell integrationPier Luigi Fiorini2018-11-051-0/+5
* | Client: Use logging category for chosen shell integrationJohan Klokkhammer Helsing2018-11-021-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-303-3/+32
|\|
| * Client: Don't spam expose eventsJohan Klokkhammer Helsing2018-10-262-1/+5
| * Client: Don't attach buffers to unexposed windowsJohan Klokkhammer Helsing2018-10-263-2/+27
* | Client: Set key repeat rate and delay from the repeat_info eventJohan Klokkhammer Helsing2018-10-172-2/+11
* | Load the Linux SPI Accessibility bridgeDavid Edmundson2018-10-153-4/+17
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-093-5/+5
|\|
| * Client: Fix cursor size becoming bigger and bigger when switching screensJohan Klokkhammer Helsing2018-10-081-3/+4
| * Avoid spurious move events after configure callDavid Edmundson2018-10-031-1/+1
| * Client: Remove failing assert on compositors without wl_data_deviceJohan Klokkhammer Helsing2018-10-031-1/+0
* | Remove wayland-client.h includeJohan Klokkhammer Helsing2018-10-031-2/+0
* | Don't include system versions of wayland protocolJohan Klokkhammer Helsing2018-10-0311-19/+6
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-251-0/+11
|\|
| * Add server buffer integration using Linux dma-bufPaul Olav Tvete2018-09-211-0/+11
* | Client: Make features for shell integrationsJohan Klokkhammer Helsing2018-09-211-0/+36
* | Decorations: Don't depend on wl_shellJohan Klokkhammer Helsing2018-09-203-5/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-182-6/+1
|\|
| * Remove unnecessary function declarationJohan Klokkhammer Helsing2018-09-171-5/+0
| * Don't include wayland-client-core.hJohan Klokkhammer Helsing2018-09-141-1/+1
* | Client: Clean up hardware integration initializationJohan Klokkhammer Helsing2018-09-112-32/+36
|/
* Create feature wayland-shm-emulation-server-bufferJohan Klokkhammer Helsing2018-09-101-1/+7
* Prefix and suffix server buffer integrationsJohan Klokkhammer Helsing2018-09-101-4/+4
* Client: Fix regression; drawing decorations of active windows as inactiveJohan Klokkhammer Helsing2018-08-284-0/+12
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-251-0/+1
|\
| * Client: Clear entered screens when resetting windowJohan Klokkhammer Helsing2018-08-171-0/+1
* | Client: Implement xdg-decoration-unstable-v1 for SSD supportJohan Klokkhammer Helsing2018-08-143-1/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-146-6/+33
|\|
| * Client: Don't leak toplevels for xdg-shell-unstable-v6Johan Klokkhammer Helsing2018-08-081-2/+4
| * Don't commit same buffer multiple timesPaul Olav Tvete2018-08-086-6/+33
* | Client: Return a fixed value for the logical screen DPIGiulio Camuffo2018-08-131-4/+8
* | Client decorations: Don't spam mouse leave eventsJohan Klokkhammer Helsing2018-08-131-1/+3
* | Add XdgOutput client supportDavid Edmundson2018-08-035-7/+65
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-102-3/+17
|\|