summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.h
Commit message (Expand)AuthorAgeFilesLines
* Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-4/+4
* 3rdparty: remove xcb libs and bump minimal required version to 1.11Gatis Paeglis2019-08-271-8/+0
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-2/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-2/+4
| |\
| | * XCB: Fix clipboard breaking when timer wraps after 50 daysLukáš Turek2019-03-141-2/+4
* | | More nullptr usage in headersKevin Funk2019-03-141-2/+2
|/ /
* | xcb: respect big-request encoding in max request sizeGatis Paeglis2019-02-061-1/+1
* | xcb: rework focus-in peeker so we can drop PeekFunc APIGatis Paeglis2019-01-041-5/+5
|/
* xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-311-0/+1
* xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-251-1/+1
* xcb: qxcbconnection_screensGatis Paeglis2018-10-171-10/+9
* xcb: qxcbconnection_basicGatis Paeglis2018-10-171-320/+9
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-1/+3
* xcb: call processXcbEvents() on every event loop iterationGatis Paeglis2018-10-151-2/+1
* xcb: lock-free event processingGatis Paeglis2018-10-141-76/+9
* Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-141-12/+5
* xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-121-5/+0
* xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-291-2/+3
* 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-211-9/+15
|\ \
| * | xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-171-0/+6
| * | xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-161-2/+1
| * | xcb: rewrite auto-repeat key detection logicGatis Paeglis2018-08-161-3/+4
| * | xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-7/+7
* | | XCB: Do not create instance of QPlatformIntegration for invalid displaysFriedemann Kleint2018-08-201-5/+12
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+0
|\|
| * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-011-1/+0
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+7
|\|
| * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-0/+7
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-2/+0
* | xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-091-0/+1
* | xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-051-9/+2
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-281-0/+3
* | xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-221-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-151-1/+9
|\|
| * xcb: prevent crash with pixmap cursors on XRender-less X serversGatis Paeglis2018-04-141-1/+9
* | xcb: minor cleanups around QT_CONFIG(xcb_xlib)Gatis Paeglis2018-04-091-2/+1
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-221-27/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-231-0/+1
|\|
| * xcb: remove fragile and unnecessary missing-latin-keymap workaroundGatis Paeglis2018-02-221-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-161-0/+6
|\|
| * xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-151-0/+2
| * xcb: Enhance SHM management codeAlexander Volkov2018-02-151-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-111-4/+4
|\|