summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Fix the logic for decoding modifiers map in Wayland text input protocolv5.12.125.12Rodney Dawes2021-10-151-2/+4
* Client: Fix reverse screen orderJohan Klokkhammer Helsing2020-11-194-9/+80
* Client: Make frame back callback timeout configurableEskil Abrahamsen Blomfeldt2020-04-162-8/+18
* Fix leaking of callback timersJanne Koskinen2020-03-282-28/+22
* Client: Always close popups when hiding a windowJohan Klokkhammer Helsing2020-01-041-2/+1
* Stop using modern C++Johan Klokkhammer Helsing2020-01-041-1/+1
* Fix touch being ignored when down and motion are in the same frameJohan Klokkhammer Helsing2019-11-061-1/+4
* Client: Fix crash when showing a child window with a hidden parentJohan Klokkhammer Helsing2019-11-052-3/+8
* Client: Fix 100ms freeze when applications do not swap after deliverUpdateReq...Johan Klokkhammer Helsing2019-10-222-38/+9
* Client: Don't crash with long window titles using UTF-16 charactersJohan Klokkhammer Helsing2019-09-251-2/+4
* Client: Fix touch rounding errorsJohan Klokkhammer Helsing2019-09-102-7/+13
* Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-072-1/+12
|\
| * Merge remote-tracking branch 'qt/5.12' into 5.12.5Paul Olav Tvete2019-08-236-30/+38
| |\
| * | Client: Make handleUpdate aware of exposure changesDavid Edmundson2019-08-212-1/+12
* | | Fix deadlock in QWaylandWindow::waitForFrameSyncPavel Tumakaev2019-09-041-1/+2
* | | Client: Refactor touch handling and fix various bugsJohan Klokkhammer Helsing2019-08-292-60/+45
* | | Client: Don't freeze in QDrag::exec if there was no drag focusJohan Klokkhammer Helsing2019-08-293-10/+18
| |/ |/|
* | Client: Crash instead of exit when there's a wayland errorJohan Klokkhammer Helsing2019-08-222-17/+6
* | Fix race condition for client buffer integration initializationJohan Klokkhammer Helsing2019-08-202-11/+22
* | Client: Emit wl_surface lifetime signals on QWaylandWindowJohan Klokkhammer Helsing2019-08-192-1/+9
|/
* Client: Fix large clipboard pastingDavid Edmundson2019-08-171-16/+25
* Client: Add safer fromObject function to scannerJohan Klokkhammer Helsing2019-08-154-6/+26
* Backport texture sharing for NVIDIAPaul Olav Tvete2019-08-132-1/+19
* Fix expose event compressionPaul Olav Tvete2019-08-132-1/+4
* Fix compilation with C++20Marc Mutz2019-07-081-4/+4
* Client: Reset frame callback timer when hiding a windowDavid Edmundson2019-07-011-0/+7
* 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