summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta1Qt Forward Merge Bot2019-10-011-2/+4
|\
| * Client: Don't crash with long window titles using UTF-16 charactersJohan Klokkhammer Helsing2019-09-251-2/+4
* | Client: Create context menu event when pressing the menu keyDavid Edmundson2019-09-271-1/+12
* | Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-09-169-87/+101
|\|
| * 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.13' into 5.14Johan Klokkhammer Helsing2019-09-037-48/+59
|\| | |
| * | | 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
* | | Client: Fix crash on wl_pointer.up after destroying a windowJohan Klokkhammer Helsing2019-09-022-3/+10
* | | Client: Don't try to disconnect destroy handler from destroyed objectsJohan Klokkhammer Helsing2019-08-271-2/+4
* | | Client: Expose default input device through integrationPier Luigi Fiorini2019-08-233-0/+47
* | | Merge remote-tracking branch 'qt/5.13' into devPaul Olav Tvete2019-08-162-1/+4
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-2/+2
|\| |
| * | Fix GCC 4.8 buildVille Voutilainen2019-08-091-2/+2
* | | Fix typoPier Luigi Fiorini2019-08-031-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-1/+1
|\| |
| * | Fix use of private dependencyPier Luigi Fiorini2019-07-251-1/+1
* | | QWaylandCursor: replace a static QMap with a C arrayMarc Mutz2019-07-231-4/+14
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-162-31/+41
|\| |
| * | 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
* | | QWaylandShmBackingStore: replace a QLinkedList with std::listMarc Mutz2019-07-122-9/+10
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-022-1/+11
|\| |
| * | 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
* | | | Remove usages of deprecated QLatin1LiteralSona Kurazyan2019-06-251-1/+1
* | | | Eradicate Q_FOREACH loops [2/2]: non-trivial casesMarc Mutz2019-06-051-1/+2