summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/libinput
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
|\
| * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
* | platformsupport/input: add xkbcommon utilities libGatis Paeglis2019-03-013-172/+26
|/
* libinput: use QT_CONFIG(xkbcommon) macroGatis Paeglis2018-12-071-2/+4
* src/3rdparty: remove xkbcommonGatis Paeglis2018-11-302-12/+9
* Modernize the "textcodec" featureLiang Qi2018-11-071-2/+2
* Fix for mouse with modifiers handlingKarim Pinter2018-05-023-10/+17
* Add missing dead key symbolsMatt Whitlock2018-01-151-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-2/+9
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-302-2/+12
| |\
| | * Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-122-5/+18
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-2/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-264-35/+21
|\| |
| * | libinput: make scrolling consistent with other platformsGatis Paeglis2017-09-051-8/+15
| * | libinput: remove unused signalsGatis Paeglis2017-09-052-14/+0
| * | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-053-15/+8
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-194-13/+13
|/
* Migrate libinput support away from QT_LIBRARY_VERSIONLaszlo Agocs2016-10-101-1/+1
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-3/+2
* Improve library version handlingLars Knoll2016-08-192-3/+1
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-4/+2
* evdevtouch: Enable touch in multi-screen eglfs environmentsLaszlo Agocs2016-08-112-4/+9
* libinput: Fix high dpi scaling supportLaszlo Agocs2016-08-101-1/+3
* Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* Updated license headersJani Heikkinen2016-01-158-112/+160
* Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-3/+3
* Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-181-2/+6
* libinput: Fix key mappingLaszlo Agocs2015-08-211-4/+7
* libinput: Rename logging category to prevent clashesLaszlo Agocs2015-08-182-3/+9
* libinput: Reorganize touch frame handlerLaszlo Agocs2015-03-251-11/+15
* Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-144-0/+18
* Update copyright headersJani Heikkinen2015-02-118-56/+56
* Update for libinput 0.8Laszlo Agocs2015-02-022-1/+13
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-212-2/+40
* Avoid exposing dependencies from libinput supportLaszlo Agocs2015-01-092-22/+29
* Add libinput supportLaszlo Agocs2014-12-209-0/+1095