summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* XCB: Undef KeyPress and KeyRelease also when not using xinput2Ulf Hermann2018-01-081-0/+2
* Support legacy X11 keymapsFrank Richter2018-01-041-3/+317
* Refactor QXcbKeyboard::updateModifiers()Frank Richter2017-12-191-26/+90
* xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-091-2/+2
* xcb: remove x11FilterEvent() code pathGatis Paeglis2017-04-071-34/+2
* xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-2/+0
* xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-231-39/+17
* XCB: Use member initializationFriedemann Kleint2017-01-271-6/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-28/+44
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-28/+44
| |\
| | * xcb: Use the state of the key event to process itAlbert Astals Cid2016-09-181-28/+44
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-3/+5
|\| |
| * | xcb: Do not eat events with different keyboard stateAlbert Astals Cid2016-09-181-3/+5
* | | Rework privateFeatureLars Knoll2016-08-191-6/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-2/+13
|\|
| * Fix shortcut handling for level three and above shortcutsBernhard Scheirle2016-06-301-2/+13
* | 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
|/