summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-281-1/+1
* xcb: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-271-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+1
|\
| * Fix assert with Meta modifierJoni Poikelin2016-04-051-2/+1
* | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-6/+2
|\|
| * xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-061-6/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-4/+2
|\
| * Remove useless truncation to the size the string already hasThiago Macieira2015-06-081-4/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-0/+31
|\|
| * xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-011-0/+31
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+1
|\|
| * Map X11 AudioPause buttonAllan Sandfeld Jensen2015-04-161-0/+1
* | Optimize QXcbKeyboard::lookupString.Milian Wolff2015-04-201-3/+5
* | Ensure the UTF-8 string for a xcb_keycode_t has the correct length.Milian Wolff2015-04-171-2/+2
|/
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
* xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* Fix shortcut handling with non-latin layoutsGatis Paeglis2014-10-271-48/+142
* XCB: Don't trigger less specific shortcutsRuslan Nigmatullin2014-10-221-0/+12
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-0/+4
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-0/+4
| |\
| | * XCB: silence warnings about possibly undefined shiftsGiuseppe D'Angelo2014-10-061-0/+4
* | | xcb: Fix a type of variables for xkb modifiers masksAlexander Volkov2014-10-161-2/+2
* | | xcb: Don't return 0 as a possible key for a shortcutAlexander Volkov2014-10-161-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-1/+3
|\|
| * XCB: fix a memory leakGiuseppe D'Angelo2014-09-251-1/+3
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-13/+14
|\|
| * xcb: use keyboard event source window to determine auto-repeat valueDyami Caliri2014-08-201-13/+14
* | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-0/+4
|/
* Translate Super/Hyper keys to MetaModifierGatis Paeglis2014-06-251-0/+9
* Don't access null pointerGatis Paeglis2014-04-081-3/+6
* Consistently hide the parts that require xcb-xkbThiago Macieira2014-04-051-1/+1
* Fix regression in key handling.Gatis Paeglis2014-04-031-11/+8
* [xcb] Fix build failureGatis Paeglis2014-04-021-19/+9
* Improve keymap error handlingGatis Paeglis2014-03-271-17/+60
* Add better support for keymap update handlingGatis Paeglis2014-03-271-133/+87
* Update bundled libxkbcommon version to 0.4.0Gatis Paeglis2014-03-191-20/+0
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-48/+48
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-40/+72
|\
| * Merge branch 'release' into stableSergio Ahumada2013-08-091-21/+48
| |\
| | * Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-311-21/+48
| * | Fix stuck modifier issue in the non-xcb_xkb code pathGatis Paeglis2013-08-021-19/+24
| |/
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+34
|\|
| * Resolve modifier mask conflicts on X11Gatis Paeglis2013-07-071-1/+34
* | Key mappings for more remote-control keysAllan Sandfeld Jensen2013-07-051-0/+8
|/