summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Use some qExchange()Marc Mutz2019-05-171-4/+2
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-1/+1
|\| | |
| * | | 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
* | | Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-218-10/+14
* | | QWaylandDisplay: make hasRegistryGlobal() const-correct and take a QStringViewMarc Mutz2019-05-172-3/+3
* | | Client: Implement primary-selection-unstable-v1Johan Klokkhammer Helsing2019-05-1011-33/+461
* | | Merge remote-tracking branch 'origin/5.13' into devJohan Klokkhammer Helsing2019-05-0712-290/+546
|\| |
| * | 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
* | | Client: Use a QWaylandSurface for pointer focusJohan Klokkhammer Helsing2019-05-026-26/+35
* | | Client: Add support for animated cursorsJohan Klokkhammer Helsing2019-05-024-8/+43
* | | Client: Add safer fromObject function to scannerJohan Klokkhammer Helsing2019-05-015-10/+37
* | | Client: Avoid unnecessarily redrawing decorationsJohan Klokkhammer Helsing2019-05-011-5/+8
* | | Client: Make CursorSurface inherit from QWaylandSurfaceJohan Klokkhammer Helsing2019-04-101-38/+6
* | | Client: Remove QWaylandWindow wl_surface inheritanceJohan Klokkhammer Helsing2019-04-107-92/+267