summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: Prevent shared memory allocation on every window resizeBłażej Szczygieł2018-03-141-35/+83
* qxcbconnection_xi2.cpp: fix debug check to avoid confusing debug outputDavid Faure2018-03-091-1/+1
* xcb: Fix FP1616 to int conversionAlexander Volkov2018-03-091-1/+1
* Fix QXcbScreen::format() when rgb-swap is neededAllan Sandfeld Jensen2018-03-011-1/+3
* Silence a GCC 8 warning in qxcbnativeinterfaceVille Voutilainen2018-02-271-7/+7
* xcb: simplify handling of keymap updatesGatis Paeglis2018-02-253-43/+41
* xcb: cleanup TODOs for KeyboardLayoutChangeGatis Paeglis2018-02-252-18/+23
* xcb: minor refactoring in QXcbKeyboard::checkForLatinLayout()Gatis Paeglis2018-02-251-6/+6
* xcb: remove X11 deps from QXcbKeyboard::checkForLatinLayout/lookupLatinKeysym()Gatis Paeglis2018-02-251-4/+4
* xcb: have a proper detection of key events originating from SendEventGatis Paeglis2018-02-252-47/+58
* xcb: use keysym defs from xkbcommon, instead of X11 headersGatis Paeglis2018-02-251-590/+322
* xcb: minor cleanup in QXcbKeyboard::handleKeyEvent()v5.11.0-beta1Gatis Paeglis2018-02-241-15/+23
* xcb: refactor QXcbKeyboard::keysymToQtKey() and fix bugGatis Paeglis2018-02-243-61/+102
* xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacksGatis Paeglis2018-02-242-176/+69
* xcb: remove xlib dependency from core keymap assemblingGatis Paeglis2018-02-244-24/+238
* xcb: remove fragile and unnecessary missing-latin-keymap workaroundGatis Paeglis2018-02-224-49/+32
* xcb: Fix developer buildFriedemann Kleint2018-02-191-0/+3
* xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-153-35/+109
* xcb: Enhance SHM management codeAlexander Volkov2018-02-153-44/+91
* Fix crash when reading window titles with XCBSimon Hausmann2018-02-151-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-2/+6
|\
| * Fix QXcbWindow::mapFrom/ToGlobal()J-P Nurmi2018-02-051-2/+2
| * glx: Avoid losing the stereo flag in QSurfaceFormatLaszlo Agocs2018-01-231-0/+4
* | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-105-10/+75
|\ \
| * | XCB: Implement native window dump for diaglibFriedemann Kleint2018-01-245-10/+75
* | | QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-044-25/+41
|/ /
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-6/+6
|\ \
| * | XCB: Replace qDebug with qCDebugOrgad Shaneh2018-01-153-6/+6
* | | Add missing dead key symbolsMatt Whitlock2018-01-151-5/+96
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-1114-188/+268
|\| |
| * | Fix license headersJani Heikkinen2018-01-1113-182/+260
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-6/+8
| |\|
| | * Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-6/+8
* | | XCB: Undef KeyPress and KeyRelease also when not using xinput2Ulf Hermann2018-01-081-0/+2
* | | Send NET_WM_SYNC on swapBuffers when using EGLDavid Edmundson2018-01-071-0/+8
* | | Support legacy X11 keymapsFrank Richter2018-01-042-3/+321
* | | xcb: fix and optimize QXcbConnection::xi2SetMouseGrabEnabledGatis Paeglis2018-01-033-54/+54
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-026-28/+62
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-303-4/+6
| |\|
| | * xcb: update libXi version requirement in the README fileGatis Paeglis2017-12-132-4/+4
| | * xcb_qpa_lib: Fix "undefined reference to `dlsym'" errorDongmei Wang2017-12-051-0/+2
| * | xcb: verify if xrandr present before using xcb_randr* APIsGatis Paeglis2017-12-071-12/+23
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-052-0/+15
| |\|
| | * xcb: Set executed drop action when drop is outside the applicationBłażej Szczygieł2017-11-292-0/+15
| * | xcb: fix regression with missing XI_PropertyEventGatis Paeglis2017-12-041-12/+18
* | | Chop a possible trailing \0 from retrieved textLars Knoll2017-12-291-2/+9
* | | Refactor QXcbKeyboard::updateModifiers()Frank Richter2017-12-192-26/+92
* | | Cleanup: Use QThread::msleep to sleep instead of selectMilian Wolff2017-12-191-4/+1
* | | xcb: port away from last QRegion::rects()Marc Mutz2017-12-061-5/+4
* | | xcb: share code for QRegion -> xcb_rectangle_t[] conversionMarc Mutz2017-12-063-14/+13