summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use members of wl_resourceJohan Klokkhammer Helsing2018-09-181-1/+1
* Compositor: Rename QWaylandKeyboard::toScanCode to keyToScanCodeJohan Klokkhammer Helsing2018-09-171-1/+1
* Add QWaylandSeat::sendKeyEvent(int qtKey, bool pressed)Johan Klokkhammer Helsing2018-04-271-0/+41
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-16/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-5/+5
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-2/+2
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-041-13/+16
* Fix build when xkbcommon is disabledGiulio Camuffo2017-03-081-0/+8
* Use the feature system internallyLars Knoll2016-11-231-8/+9
* Documentation: Remove tech preview statusJohan Klokkhammer Helsing2016-10-031-1/+1
* Make QWaylandKeymap a QObjectJohan Klokkhammer Helsing2016-09-301-32/+33
* Merge remote-tracking branch 'qt/5.7' into 5.8v5.8.0-alpha1Liang Qi2016-08-281-1/+1
|\
| * Doc: Language editsVenugopal Shivashankar2016-08-171-1/+1
* | Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-111-8/+8
|/
* Mark the QtWaylandCompositor API as \preliminaryPaul Olav Tvete2016-05-121-0/+1
* Initial compositor support for xdg-shell wayland extensionJohan Klokkhammer Helsing2016-03-241-7/+1
* Send keyboard repeat informationPier Luigi Fiorini2016-03-221-12/+14
* Encapsulate conversion from scancodes to Waylands xkb_v1 keymap formatJohan Klokkhammer Helsing2016-03-181-7/+10
* Add clients with the correct versionPier Luigi Fiorini2015-11-281-2/+2
* Add keyboard repeat rate and delayPier Luigi Fiorini2015-11-281-0/+62
* Fix copyright headersPaul Olav Tvete2015-11-091-1/+1
* Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-271-15/+40
* Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-261-2/+47
* Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-231-1/+1
* Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-131-22/+38
* Remove the keyboard grabberPaul Olav Tvete2015-09-151-36/+4
* Remove global coordinatesJørgen Lind2015-09-141-1/+1
* Fix missing sending of modifiersJørgen Lind2015-09-101-9/+8
* Rename QtCompositor to QtWaylandCompositorJørgen Lind2015-09-101-4/+4
* Make the default wl_shell available from QMLJørgen Lind2015-08-281-2/+2
* Move QWaylandKeyboardPrivate away from wayland_wrapperJørgen Lind2015-08-281-18/+322
* Remove transient(inactive|parent|offset) from QWaylandSurfaceJørgen Lind2015-08-281-2/+2
* Remove the static instance of a compositor.Jørgen Lind2015-08-281-1/+13
* Make addClient virutal api for Keyboard Pointer and touchJørgen Lind2015-08-281-0/+6
* Add missing functions in QWaylandKeyboardJørgen Lind2015-08-281-0/+18
* Public input apisJørgen Lind2015-08-281-0/+111