summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Client: Map Qt::BusyCursor and Qt::WaitCursor to correct shape namesVlad Zahorodnii2024-02-061-2/+2
* QWaylandCursor: Set appropriate shape for drag cursorsKai Uwe Broulik2023-12-141-3/+3
* client: implement QWaylandCursor::size()Liang Qi2023-12-081-0/+10
* client: Implement cursor_shape_v1David Edmundson2023-06-011-0/+72
* Convert cursor bitmap to supported formatMichael Weghorn2023-02-221-1/+15
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Add BlankCursor for cursor names mapJiDe Zhang2021-06-111-0/+2
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-291-1/+1
* QWaylandDisplay: replace a QMap<pair<QString,int>, pointer*> with a std::vect...Marc Mutz2020-05-181-2/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-04-291-1/+1
|\
| * Fix GCC 9 warning about redundant std::move useThiago Macieira2020-04-221-1/+1
* | QWaylandCursorTheme: replace a QMap with a C arrayMarc Mutz2020-02-111-2/+2
|/
* Avoid animating single frame cursorsDavid Edmundson2019-11-281-10/+2
* QWaylandCursor: replace a static QMap with a C arrayMarc Mutz2019-07-231-4/+14
* Client: Add support for animated cursorsJohan Klokkhammer Helsing2019-05-021-3/+4
* Client: Refactor cursors and fix various bugsJohan Klokkhammer Helsing2019-02-151-49/+18
* Client: Move cursor theme logic into its own class, QWaylandCursorThemeJohan Klokkhammer Helsing2018-05-281-169/+193
* Client: Only load cursor theme onceJohan Klokkhammer Helsing2018-05-281-21/+1
* Adapt the cursor size per screenAleix Pol2018-05-151-9/+10
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-6/+6
* Use QImage::sizeInBytes() instead of deprecated QImage::byteCount()Johan Klokkhammer Helsing2017-10-191-1/+1
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
* Code cleanup (fixing -no-feature-cursor)Paul Olav Tvete2017-03-081-25/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-221-1/+28
|\
| * Add support for bitmap cursorsMartin Gräßlin2016-03-171-1/+28
* | Updated license headersAntti Kokko2016-01-201-14/+20
* | Add QWayland::shm object to clientMikko Levonmaa2015-09-251-1/+1
|/
* Use by-ref in foreach where T is non-trivialSergio Martins2015-07-041-1/+1
* Update copyright headersJani Heikkinen2015-02-171-22/+14
* Namespace the platform pluginsGiulio Camuffo2015-01-291-0/+4
* Fix crash when cursor theme can not be loadedOlivier Blin2014-10-211-1/+7
* Make classes in client privateJorgen Lind2013-12-271-5/+5
* Move wayland into a client directory not under the plugins src folderJorgen Lind2013-12-271-0/+302