summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Client: Fix stuttering when the GUI thread is busyJohan Klokkhammer Helsing2019-06-202-29/+32
* Don't crash if we start a drag without dragFocusAleix Pol2019-06-141-1/+4
* Client: Don't add all windows to activePopupsJohan Klokkhammer Helsing2019-06-051-1/+1
* Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-244-33/+205
* Client: Don't be exposed if we want to create a sub or shell surfaceJohan Klokkhammer Helsing2019-04-083-13/+24
* Client: Fix incorrect damage region for window decorationsJohan Klokkhammer Helsing2019-03-141-5/+10
* Fix the build with -no-guiLiang Qi2019-02-251-0/+1
* Client xdg-shell: Fix crash when switching popupsJohan Klokkhammer Helsing2019-02-121-7/+2
* Revert "Client: Full implementation for frame callbacks"Johan Klokkhammer Helsing2019-01-082-96/+20
* wl_eglstream_controller implementation for NVIDIAPaul Olav Tvete2019-01-081-0/+2
* 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
* Client: Full implementation for frame callbacksJohan Klokkhammer Helsing2018-12-132-20/+96
* use new feature name xkbcommon_evdev -> xkbcommonGatis Paeglis2018-12-053-18/+18
* Fix compilation with gcc 4.8Ville Voutilainen2018-12-041-0/+5
* Client: Fix incorrect enter serial in set_cursorJohan Klokkhammer Helsing2018-11-211-4/+5
* 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: 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
* Add server buffer integration using Linux dma-bufPaul Olav Tvete2018-09-211-0/+11
* Remove unnecessary function declarationJohan Klokkhammer Helsing2018-09-171-5/+0
* Don't include wayland-client-core.hJohan Klokkhammer Helsing2018-09-141-1/+1
* 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
|\|
| * Proper naming for backingstore logging categoryPaul Olav Tvete2018-07-091-3/+3
| * Send damage for window decorationsJohan Klokkhammer Helsing2018-06-291-0/+14
| * Implement QWaylandXdgSurface::xdg_surface_close()Daniel d'Andrada2018-06-281-0/+1
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-192-5/+36
| |\
| | * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-071-1/+12
| | |\
| | * | xdg-shell v6: Make sure popup parent is topmost popup when grabbingJohan Klokkhammer Helsing2018-06-052-5/+36
* | | | Draw disabled text color for inactive window decorationsJohan Klokkhammer Helsing2018-06-291-0/+7
* | | | Client: Fix cursor hotspot on high-dpiJohan Klokkhammer Helsing2018-06-271-3/+9
* | | | Client: Get rid of QWaylandShellSurface::setTypeJohan Klokkhammer Helsing2018-06-192-3/+0
* | | | Client: Don't restore content cursor when on the window decorationsJohan Klokkhammer Helsing2018-06-191-2/+7
* | | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-134-4/+24
|\| | |