summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Do not update the mask if we do not have a surfaceAleix Pol2021-07-131-4/+4
* Add BlankCursor for cursor names mapJiDe Zhang2021-06-111-0/+2
* client: Gracefully handle shutdown and window hidingEskil Abrahamsen Blomfeldt2021-06-042-3/+19
* Include locale.h for setlocale/LC_CTYPEAlbert Astals Cid2021-05-121-0/+4
* Add missing define guardsSamuli Piippo2021-04-221-0/+2
* Fix touch being ignored when down and up are in the same frameHyunkook Khang2021-04-141-0/+8
* client: Allow QWaylandInputContext to accept composed key combinationsAleix Pol2021-04-135-10/+119
* Use qWarning and _exit() instead of qFatal for wayland errorWeng Xuetian2021-03-311-2/+3
* Get correct decoration margins regionJan Grulich2021-03-021-4/+4
* Client: Send exposeEvent to parent on subsurface position changesDavid Edmundson2021-03-011-1/+6
* Translate opaque area with frame marginsJan Grulich2021-02-231-3/+5
* Client: Send set_window_geometry only once configuredDavid Edmundson2021-02-151-1/+1
* Update commercial license headersTarja Sundqvist2021-01-2793-1917/+1917
* Make setting QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2020-11-181-3/+4
* Make setting QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2020-11-171-2/+4
* Issue set_opaque_region on opaque surfacesAleix Pol2020-10-222-0/+29
* Client: Advertise all supported mime typesDavid Edmundson2020-10-191-1/+1
* Fix race condition on frame callbackPaul Olav Tvete2020-10-164-26/+73
* fix libdrm related configure test failurePeter Seiderer2020-10-061-1/+2
* Client: Fix scroll direction with touchpadsDavid Edmundson2020-08-281-0/+6
* Client: Initialize mScale on creation instead of on showDavid Edmundson2020-08-261-2/+2
* Client: Send subsurface expose event when toplevel is configuredDavid Edmundson2020-08-212-1/+14
* Add spaces around '+'Jide Zhang2020-06-291-2/+2
* Client: Don't send fake SurfaceCreated/Destroyed eventsDavid Edmundson2020-05-182-9/+3
* Client: Make frame back callback timeout configurablev5.15.0-rc2v5.15.0-rc1v5.15.0Eskil Abrahamsen Blomfeldt2020-04-282-8/+18
* Fix leaking of callback timersJanne Koskinen2020-04-282-28/+22
* Client: Reset wl_egl_window before wl_surfaceDavid Edmundson2020-04-231-0/+2
* Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-233-19/+22
|\
| * Fix GCC 9 warning about redundant std::move useThiago Macieira2020-04-221-1/+1
| * Update connects to QSocketNotifier::activatedMårten Nordheim2020-04-211-1/+1
| * Client: Remove recursion in data offer retrievalDavid Edmundson2020-04-161-17/+20
* | Don't force gamma-correction offAllan Sandfeld Jensen2020-04-211-7/+0
|/
* Test the EGL wayland platform extensions before using themSamuli Piippo2020-03-051-2/+7
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* Client: Workaround for QPlatformWindow::setVisible(true) being called twiceJohan Klokkhammer Helsing2020-02-272-0/+6
* Client: Implement QPlatformWindow::startSystemResizeJohan Klokkhammer Helsing2020-02-053-2/+9
* Client: Update to new signature for startSystemMove()Johan Klokkhammer Helsing2020-02-042-3/+2
* Client: Temporarily disable QPA startSystemMoveJohan Klokkhammer Helsing2020-01-311-1/+1
* Enable QtWayland for QNXJames McDonnell2020-01-131-2/+17
* Client: Upgrade to xdg-output-unstable-v1 version 3Johan Klokkhammer Helsing2020-01-134-8/+30
* Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-101-1/+2
* Client: Add basic support for tablet-unstable-v2Johan Klokkhammer Helsing2020-01-088-0/+542
* Don't use deprecated handleMouseEvent()Paul Olav Tvete2020-01-081-4/+10
* Fix compiler warningsPaul Olav Tvete2020-01-083-5/+15
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+1
|\
| * Stop using modern C++Johan Klokkhammer Helsing2019-12-311-1/+1
* | Client: Don't use deprecated handleMouseEvent versionJohan Klokkhammer Helsing2020-01-033-45/+46
* | Client: Add QWaylandWindow::mapFromWlSurfaceJohan Klokkhammer Helsing2019-12-303-5/+16
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-303-5/+38
|\|
| * Drive cursor animation with a timerJan Alexander Steffens (heftig)2019-12-172-3/+36