summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: replace tiny helper function with an inline codeGatis Paeglis2018-08-171-8/+3
* xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-161-5/+4
* xcb: remove a redundant call to xcb_change_window_attributes()Gatis Paeglis2018-08-161-2/+0
* xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-70/+28
* drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-141-4/+0
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-11/+5
|\
| * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-011-10/+1
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-7/+29
|\|
| * xcb: Fix build when xinput2 is not availableFriedemann Kleint2018-07-251-4/+10
| * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-6/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-0/+2
|\|
| * XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-111-0/+2
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-31/+7
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-101-6/+4
* | xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-091-0/+7
* | xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-4/+4
|\|
| * Do not update scroll coordinates on ignorable enter eventsAllan Sandfeld Jensen2018-06-221-4/+4
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-281-8/+6
* | xcb: rely on WM_SIZE_HINTS gravity to handle x,y positioningGatis Paeglis2018-06-261-43/+20
* | xcb: add static overload for setting window nameGatis Paeglis2018-06-221-29/+27
* | xcb: account for misbehaving Unity DnD ManagerGatis Paeglis2018-06-221-0/+9
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+4
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+4
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-071-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-151-22/+0
|\|
| * xcb: fix bitmap cursor loading performance regressionGatis Paeglis2018-04-141-22/+0
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-221-28/+28
|/
* xcb: Fix FP1616 to int conversionAlexander Volkov2018-03-091-1/+1
* Fix crash when reading window titles with XCBSimon Hausmann2018-02-151-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-2/+2
|\
| * Fix QXcbWindow::mapFrom/ToGlobal()J-P Nurmi2018-02-051-2/+2
* | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-101-0/+13
|\ \
| * | XCB: Implement native window dump for diaglibFriedemann Kleint2018-01-241-0/+13
* | | QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-041-9/+23
|/ /
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\ \
| * | XCB: Replace qDebug with qCDebugOrgad Shaneh2018-01-151-1/+1
* | | xcb: fix and optimize QXcbConnection::xi2SetMouseGrabEnabledGatis Paeglis2018-01-031-2/+3
* | | xcb: share code for QRegion -> xcb_rectangle_t[] conversionMarc Mutz2017-12-061-4/+10
* | | xcb: Speed-up image scrollingBłażej Szczygieł2017-11-231-0/+9
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-1/+3
| |\|
| | * xcb: Convert synthetic mouse enter event position to native pixelsBłażej Szczygieł2017-10-201-1/+3
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-14/+21
* | | xcb: tidy up QXcbWindow::handleClientMessageEventGatis Paeglis2017-10-101-8/+12
* | | xcb: Unify visual to QImage::Format logicAllan Sandfeld Jensen2017-10-071-94/+9
* | | Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-021-6/+35
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-14/+14
|/ /
* | xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-091-10/+13
* | xcb: don't allow isAtLeastXI2{1,2} in builds without Xinput2Gatis Paeglis2017-07-141-0/+4