summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-117-20/+54
|\
| * Remove XCB_EVENT_MASK_RESIZE_REDIRECT for Qt:WindowTransparentForInputInho Lee2021-12-031-1/+1
| * xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-263-5/+22
| * Fix show()/hide() for child windows on xcbLars Knoll2021-11-011-1/+1
| * xcb: fix cursorTheme update issueTang Haixiang2021-10-271-2/+6
| * xcb: avoid to use invalid pointersLiang Qi2021-10-232-2/+14
| * XCB: Silence clipboard warning "SelectionRequest too old"Friedemann Kleint2021-10-201-9/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-3/+3
|\|
| * Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"Liang Qi2021-09-181-3/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-164-15/+169
|\|
| * xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-152-12/+119
| * xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-121-2/+6
| * xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-06-041-1/+44
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-164-11/+23
|\|
| * QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-281-1/+2
| * Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3
| * Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-16/+33
|\|
| * xcb: unset old states and set new ones for windowLiang Qi2021-03-021-16/+33
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2487-1799/+1799
|/
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2021-02-101-2/+4
* xcb: Fix available geometry after rotationAlexander Volkov2021-02-032-6/+11
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2021-02-023-5/+14
* Update commercial license headersTarja Sundqvist2021-01-2687-1799/+1799
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-12-011-1/+12
* xcb: ensure that available glx version is greater than requested one or equal...Aleksei Nikiforov2020-11-071-1/+7
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-164-12/+26
* Fix memory sanitizer complaint about uninitialized valueLiang Qi2020-09-041-1/+1
* X11: restrict fallback logical DPI to 96 and higherMorten Johan Sørvig2020-09-031-1/+6
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-2/+0
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-2/+2
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-221-2/+11
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-251-1/+1
* xcb: increase XCOORD_MAX to 32767Liang Qi2020-06-301-1/+1
* Allow multithreaded opengl to be disabledAllan Sandfeld Jensen2020-05-251-0/+4
* Remove -qt-xcb, -system-xcb from README and commentsKai Koehne2020-05-191-6/+0
* Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-161-3/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-244-7/+118
|\
| * xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-234-7/+118
* | QXcbCursor: Replace deprecated QCursor APISze Howe Koh2020-03-241-6/+6
* | Deprecation warnings: replace qrand with QRandomGeneratorVolker Hilsheimer2020-03-232-2/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-114-3/+19
|\|
| * xcb: Fix logic for minimized stateJiDe Zhang2020-03-034-3/+19
* | 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
* | Make xcb plugin compile with -no-feature-tableteventShawn Rutledge2020-02-201-2/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+3
|\|