summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Client: Fix 100ms freeze when applications do not swap after deliverUpdateReq...Johan Klokkhammer Helsing2019-10-172-38/+9
* Client: Don't crash with long window titles using UTF-16 charactersJohan Klokkhammer Helsing2019-09-251-2/+4
* If egl_x11 is not available then don't turn on xcomposite-eglAndy Shaw2019-09-131-1/+1
* Client: Fix touch rounding errorsJohan Klokkhammer Helsing2019-09-092-7/+13
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-087-73/+78
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-087-73/+78
| |\
| | * 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: Disable key repeating when rate is set to 0David Edmundson2019-09-081-1/+1
|/ / /
* | | Client: Adjust for window border when setting text-input cursor rectJohan Klokkhammer Helsing2019-09-031-3/+6
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Johan Klokkhammer Helsing2019-08-2911-54/+86
|\| |
| * | 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
* | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-144-2/+23
|\|
| * Backport texture sharing for NVIDIAPaul Olav Tvete2019-08-132-1/+19
| * Fix expose event compressionPaul Olav Tvete2019-08-132-1/+4
* | Fix GCC 4.8 buildVille Voutilainen2019-08-091-2/+2
* | Fix use of private dependencyPier Luigi Fiorini2019-07-251-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-112-31/+41
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-201-0/+7
|\ \
| * | Client: Don't add all windows to activePopupsv5.13.0-rc3v5.13.0-rc2v5.13.0Johan Klokkhammer Helsing2019-06-061-1/+1
| * | Client: Don't crash when the cursor theme fails to loadv5.13.0-rc1Johan Klokkhammer Helsing2019-05-211-0/+7
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-1/+4
|\ \ \ | | |/ | |/|
| * | Don't crash if we start a drag without dragFocusAleix Pol2019-06-141-1/+4
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-081-1/+1
|\| | | |/ |/|
| * Client: Don't add all windows to activePopupsJohan Klokkhammer Helsing2019-06-051-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-034-33/+205
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-024-33/+205
| |\|
| | * Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-244-33/+205
* | | client: reimplement QPlatformIntegration::possibleKeys()Gatis Paeglis2019-05-034-0/+23
|/ /
* | Client: Fix reverse screen orderJohan Klokkhammer Helsing2019-04-294-10/+81
* | drop qwaylandxkb and share the logic with X11Gatis Paeglis2019-04-253-12/+15
* | rework key handlingGatis Paeglis2019-04-172-76/+77
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-163-13/+24
|\|
| * Client: Don't be exposed if we want to create a sub or shell surfaceJohan Klokkhammer Helsing2019-04-083-13/+24
* | client: rework xkb context/keymap/state handlingGatis Paeglis2019-04-156-64/+57
* | client: rework input method handlingGatis Paeglis2019-04-157-101/+83
* | Client: Avoid shadowing QPlatformWindow::windowGeometryDavid Edmundson2019-04-112-4/+4
* | Fix build - screen maintenance functions moved to QWSIJesus Fernandez2019-03-291-3/+4
* | Fix compilation with QT_NO_WARNING_OUTPUTKai Koehne2019-03-222-14/+15