summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Port XSync call in QXcbWindow::create to xcbIlya Fedin2022-06-211-3/+1
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-1/+3
* Ignore window icon in XCB when its size exceeds maximum request lengthAxel Spoerl2022-04-291-0/+6
* xcb: recreate xcb window under some conditionsLiang Qi2022-04-191-0/+14
* Revert "xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handling"Liang Qi2022-04-191-103/+12
* xcb: fix a typo for WindowTypesLiang Qi2022-03-011-1/+1
* Remove XCB_EVENT_MASK_RESIZE_REDIRECT for Qt:WindowTransparentForInputInho Lee2021-12-031-1/+1
* xcb: Implement support for touchpad gesturesPovilas Kanapickas2021-11-151-0/+1
* Fix show()/hide() for child windows on xcbLars Knoll2021-11-011-1/+1
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-141-1/+1
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-101-12/+103
* xcb: fix QWindow::startSystemMove()/Resize() triggered by touchLiang Qi2021-06-161-2/+4
* xcb: fix QWindow::startSystemMove()/Resize() triggered by mouseLiang Qi2021-06-161-4/+4
* Remove Qt6 ifdef switches from pluginsAllan Sandfeld Jensen2021-05-071-4/+0
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33
* Build fixes for GCC 11Ville Voutilainen2021-01-191-1/+1
* xcb: document QXcbEventQueue::PeekOption enumGatis Paeglis2021-01-011-1/+1
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-161-11/+4
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-231-8/+4
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-201-72/+44
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-6/+6
* xcb: increase XCOORD_MAX to 32767Liang Qi2020-06-301-1/+1
* xcb: Fix comments' indentationAlexander Volkov2020-05-251-1/+1
* Remove QTextCodec dependency from the xcb pluginLars Knoll2020-05-011-21/+9
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-2/+15
|\
| * xcb: Fix logic for minimized stateJiDe Zhang2020-03-031-2/+15
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-1/+3
|\|
| * Fix geometry handling for native child windowsFriedemann Kleint2020-02-281-1/+3
* | xcb: Compute correct global pointer position in startSystemMoveResizeVlad Zahorodnii2020-02-041-2/+1
* | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-23/+39
* | 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