summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-052-8/+1
|\
| * xcb: Don't get initial screen rotationBłażej Szczygieł2018-10-292-8/+1
* | Merge 5.12 into 5.12.0Oswald Buddenhagen2018-10-304-7/+8
|\ \
| * | xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-254-7/+8
* | | Fix out of bounds memory access when setting motif window hint propertiesSimon Hausmann2018-10-251-0/+2
|/ /
* | Restore "Do not create instance of QPlatformIntegration for invalid displays"Gatis Paeglis2018-10-183-12/+17
* | xcb: use 128 as a reference DPI for small screensMathieu Velten2018-10-171-1/+5
* | xcb: cleanup _MOTIF_WM_HINTS handlingGatis Paeglis2018-10-174-139/+18
* | xcb: qxcbconnection_screensGatis Paeglis2018-10-174-382/+426
* | xcb: qxcbconnection_basicGatis Paeglis2018-10-1714-1027/+1317
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+4
|\|
| * Only use a translucent background if there is support for alphaAndy Shaw2018-10-121-2/+4
* | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-166-11/+90
* | xcb: rework connection error handlingGatis Paeglis2018-10-162-9/+19
* | xcb: cleanup WM_HINTS handlingGatis Paeglis2018-10-151-23/+13
* | xcb: utilize thread-safety of QAbstractEventDispatcher::wakeUpGatis Paeglis2018-10-153-14/+22
* | xcb: call processXcbEvents() on every event loop iterationGatis Paeglis2018-10-157-11/+289
* | xcb: localize handling of Qt::AA_Compress* flagsGatis Paeglis2018-10-141-2/+4
* | xcb: lock-free event processingGatis Paeglis2018-10-1412-359/+589
* | Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-145-73/+41
* | xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-123-56/+7
* | xcb: Extract QXcbWindow::isTrayIconWindow()Alexander Volkov2018-09-293-4/+7
* | xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-294-34/+46
* | 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
|/ /