summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø2024-04-191-0/+4
* XCB: Suppress leave event, when mouse leaves with button pressedAxel Spoerl2024-04-101-9/+11
* xcb: Avoid recreating xcb window in QXcbWindow::requestActivateWindow()Liang Qi2024-03-191-1/+6
* XCB: Unset the connection's mousePressWindow if it's this windowAndy Shaw2024-03-081-0/+2
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QXcbWindow::handleLeaveNotifyEvent(): Consume when leaving geometryAxel Spoerl2024-02-171-5/+14
* QXcbWindow: protect access to m_mapped with a QMutexAxel Spoerl2023-12-061-5/+13
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-9/+9
* xcb: only set base size when it's validLiang Qi2023-11-171-1/+2
* xcb: update WM_TRANSIENT_FOR on transientParent native window recreationLiang Qi2023-11-161-17/+52
* xcb: make QXcbWindow inherit QObjectLiang Qi2023-11-161-15/+15
* xcb: unset states and set new ones as needMike Chen2023-11-021-10/+8
* xcb: set _KDE_NET_WM_DESKTOP_FILE and _GTK_APPLICATION_ID for windowLiang Qi2023-10-061-0/+26
* xcb: replace a warning with debug infoLiang Qi2023-09-251-1/+1
* xcb: Reflect geometry of foreign window on creationTor Arne Vestbø2023-09-121-0/+12
* XCB: do not use reserved identifiersGiuseppe D'Angelo2023-02-071-152/+152
* qxcbwindow.cpp: Fix sign-compare and another warningsLiang Qi2023-01-111-3/+4
* Set geometry property in QXcbWindow after checking minimum sizeAxel Spoerl2022-12-121-5/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-081-1/+3
* 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