summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-15/+25
|\
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-15/+25
| |\
| | * Also support reset notification on non-nvidiaAllan Sandfeld Jensen2018-04-191-15/+25
* | | Vulkan: share library loading implementationMorten Johan Sørvig2018-05-142-12/+1
* | | Vulkan: Share destroySurface() implementationMorten Johan Sørvig2018-05-142-18/+1
* | | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-072-3/+3
* | | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-046-22/+54
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-1/+6
|\| |
| * | xcb: round down the scale factor for values < 0.8Mathieu Velten2018-05-021-1/+6
| |/
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-157-59/+74
|\|
| * xcb: prevent crash with pixmap cursors on XRender-less X serversGatis Paeglis2018-04-143-8/+28
| * xcb: fix bitmap cursor loading performance regressionGatis Paeglis2018-04-144-45/+38
| * xcb: cleanup the code for detecting when to create/destroy SHM segmentGatis Paeglis2018-04-141-6/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-111-0/+2
|\|
| * glx: Fix loading OpenGL library when libGL.so symlink is missingDmitry Shachnev2018-04-101-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-102-56/+52
|\|
| * xcb: various coding style cleanups in qxcbbackingstoreGatis Paeglis2018-04-092-37/+33
| * xcb: rename two classes in qxcbbackingstoreGatis Paeglis2018-04-092-23/+23
* | xcb: minor cleanups around QT_CONFIG(xcb_xlib)Gatis Paeglis2018-04-093-26/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-061-1/+7
|\|
| * Make nvidia resets opt-in based on QSurfaceFormat::ResetNotificationDavid Edmundson2018-04-051-1/+1
| * Support graphics reset status for offscreen surfaces in XCB-GLXDavid Edmundson2018-04-051-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-8/+58
|\|
| * Support GLX_NV_robustness_video_memory_purge in XCB-GLXDavid Edmundson2018-03-222-8/+58
* | Update READMEs for the bundled xcb sources and the xcb pluginAlexander Volkov2018-03-231-17/+1
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-229-427/+357
* | Add xcb-xinput to 3rd party libsAlexander Volkov2018-03-201-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-35/+83
|\|
| * xcb: Prevent shared memory allocation on every window resizeBłażej Szczygieł2018-03-141-35/+83
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-102-2/+2
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-021-1/+3
|\|
| * Fix QXcbScreen::format() when rgb-swap is neededAllan Sandfeld Jensen2018-03-011-1/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-7/+7
|\|
| * Silence a GCC 8 warning in qxcbnativeinterfaceVille Voutilainen2018-02-271-7/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-263-692/+438
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-244-271/+427
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-234-49/+32
|\|
| * xcb: remove fragile and unnecessary missing-latin-keymap workaroundGatis Paeglis2018-02-224-49/+32