summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix XCB on endian mismatched client and server with SHM offAllan Sandfeld Jensen2018-09-121-0/+2
* Silence warning about comparing signed and unsignedShawn Rutledge2018-08-141-2/+2
* xcb: make sure we have a valid m_qimage in backing storeGatis Paeglis2018-08-131-50/+61
* xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-014-101/+3
* xcb: Fix build when xinput2 is not availableFriedemann Kleint2018-07-251-4/+10
* xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-235-9/+129
* XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-117-0/+14
* xcb: Monitor XSETTINGS changeAlexander Volkov2018-07-101-0/+1
* xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-093-100/+103
* Do not update scroll coordinates on ignorable enter eventsAllan Sandfeld Jensen2018-06-221-4/+4
* Recognize X11/XCB keysyms Undo, Redo, Find, CancelJonathan Marten2018-06-221-0/+7
* xcb: add qt.qpa.input.events logging of wheel eventsShawn Rutledge2018-06-211-0/+2
* xcb: add QT_XCB_NO_MITSHM envvar for disabling MIT-SHM extensionGatis Paeglis2018-06-151-1/+2
* xcb: fix regression with remote X11 clientsGatis Paeglis2018-06-113-53/+88
* Revert "xcb: round down the scale factor for values < 0.8"Mitch Curtis2018-06-091-6/+1
* xcb: fix mouse event compression with certain configurationsGatis Paeglis2018-06-091-2/+4
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2910-30/+24
* Fix build without features.cursorTasuku Suzuki2018-05-151-0/+2
* 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
* | xcb: round down the scale factor for values < 0.8Mathieu Velten2018-05-021-1/+6
|/
* 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
* glx: Fix loading OpenGL library when libGL.so symlink is missingDmitry Shachnev2018-04-101-0/+2
* xcb: various coding style cleanups in qxcbbackingstoreGatis Paeglis2018-04-092-37/+33
* xcb: rename two classes in qxcbbackingstoreGatis Paeglis2018-04-092-23/+23
* 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
* Support GLX_NV_robustness_video_memory_purge in XCB-GLXDavid Edmundson2018-03-222-8/+58
* 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