summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-0/+2
|\
| * Fix XCB on endian mismatched client and server with SHM offAllan Sandfeld Jensen2018-09-121-0/+2
* | Merge dev into 5.12Oswald Buddenhagen2018-08-2116-564/+410
|\ \
| * | xcb: replace tiny helper function with an inline codeGatis Paeglis2018-08-171-8/+3
| * | xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-175-12/+18
| * | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-162-59/+88
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-162-59/+88
| | |\|
| | | * 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: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-168-206/+189
| |/ /
| * | xcb: Add missing X11/XCB keysyms Undo, Redo, Find, CancelMikhail Svetkin2018-08-161-0/+7
| * | xcb: rewrite auto-repeat key detection logicGatis Paeglis2018-08-163-92/+26
| * | xcb: remove unused xcb_icccm.h include from qxcbclipboard.cppGatis Paeglis2018-08-161-4/+0
| * | xcb: remove a redundant call to xcb_change_window_attributes()Gatis Paeglis2018-08-161-2/+0
| * | xcb: remove redudant timeout arg from QXcbClipboard::waitForClipboardEventGatis Paeglis2018-08-162-6/+6
| * | xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-168-178/+80
| * | drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-141-4/+0
* | | XCB: Do not create instance of QPlatformIntegration for invalid displaysFriedemann Kleint2018-08-205-41/+73
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-074-103/+7
|\|
| * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-014-101/+3
* | Pass parameters by const-referenceJesus Fernandez2018-08-061-2/+6
* | Make local symbols of some leaked namesThiago Macieira2018-08-031-0/+2
* | Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-315-10/+135
|\ \
| * | Merge branch '5.11' into devEdward Welbourne2018-07-315-10/+135
| |\|
| | * 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
* | | Remove unused variableLars Knoll2018-07-301-1/+0
|/ /
* | xcb: Change KeyTbl from pure C array to compile time sorted std::arrayMikhail Svetkin2018-07-281-356/+369
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-1710-100/+118
|\|
| * 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
* | xcb: Remove unused QXcbNativeInterface::locateSystemTray()Alexander Volkov2018-07-102-21/+0
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-108-130/+9
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-107-29/+260
* | xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-093-0/+9
* | xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-054-13/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-027-65/+105
|\|
| * 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
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-286-18/+19
* | xcb: rely on WM_SIZE_HINTS gravity to handle x,y positioningGatis Paeglis2018-06-262-45/+20
* | dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-252-0/+12
* | xcb: add static overload for setting window nameGatis Paeglis2018-06-224-63/+40
* | xcb: account for misbehaving Unity DnD ManagerGatis Paeglis2018-06-223-0/+25