summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-0/+5
|\
| * xcb: Propagate size hints when window changes its scaling factorBłażej Szczygieł2020-01-081-0/+5
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-9/+9
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-3/+3
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | 3rdparty: remove xcb libs and bump minimal required version to 1.11Gatis Paeglis2019-08-271-23/+3
|/
* QPoint/F: add transposed()Marc Mutz2019-08-071-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-1/+1
|\
| * xcb: reduce focus-in delayGatis Paeglis2019-07-051-1/+1
* | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+4
|/
* xcb: rework focus-in peeker so we can drop PeekFunc APIGatis Paeglis2019-01-041-29/+4
* xcb: remove old work-around for building with util-wmGatis Paeglis2018-11-301-54/+29
* xcb: fix issue with dialogs hidden by other windowsGatis Paeglis2018-11-301-0/+2
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-051-0/+2
|\
| * Fix out of bounds memory access when setting motif window hint propertiesSimon Hausmann2018-10-251-0/+2
* | xcb: cleanup _NET_WM_STATE handlingGatis Paeglis2018-11-011-87/+95
|/
* xcb: cleanup _MOTIF_WM_HINTS handlingGatis Paeglis2018-10-171-116/+16
* xcb: cleanup WM_HINTS handlingGatis Paeglis2018-10-151-23/+13
* xcb: lock-free event processingGatis Paeglis2018-10-141-19/+16
* xcb: Extract QXcbWindow::isTrayIconWindow()Alexander Volkov2018-09-291-1/+1
* xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-291-2/+5
* 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
|/