summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-0/+2
|\
| * xcb: Propagate size hints when window changes its scaling factorBłażej Szczygieł2020-01-081-0/+2
* | 3rdparty: remove xcb libs and bump minimal required version to 1.11Gatis Paeglis2019-08-271-2/+0
|/
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+4
|\
| * Track swap interval in QXcbWindowErik Kurzinger2019-06-131-0/+4
* | More nullptr usage in headersKevin Funk2019-03-141-1/+1
|/
* xcb: cleanup _NET_WM_STATE handlingGatis Paeglis2018-11-011-6/+5
* xcb: remove leftover functionGatis Paeglis2018-10-311-1/+0
* xcb: cleanup _MOTIF_WM_HINTS handlingGatis Paeglis2018-10-171-3/+2
* xcb: Extract QXcbWindow::isTrayIconWindow()Alexander Volkov2018-09-291-1/+4
* xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-161-1/+1
* xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-2/+0
* Merge branch '5.11' into devEdward Welbourne2018-07-311-1/+1
|\
| * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-1/+1
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-7/+1
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-101-0/+3
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-281-1/+0
* | xcb: rely on WM_SIZE_HINTS gravity to handle x,y positioningGatis Paeglis2018-06-261-2/+0
* | xcb: add static overload for setting window nameGatis Paeglis2018-06-221-0/+1
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-071-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-151-3/+0
|\|
| * xcb: fix bitmap cursor loading performance regressionGatis Paeglis2018-04-141-3/+0
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-221-1/+1
|/
* Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-101-0/+2
|\
| * XCB: Implement native window dump for diaglibFriedemann Kleint2018-01-241-0/+2
* | QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-041-1/+3
|/
* xcb: share code for QRegion -> xcb_rectangle_t[] conversionMarc Mutz2017-12-061-0/+2
* qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-4/+7
* xcb: Unify visual to QImage::Format logicAllan Sandfeld Jensen2017-10-071-1/+1
* Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-021-0/+1
* xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-091-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-0/+12
|\
| * xcb: Don't destroy foreign windowsTor Arne Vestbø2017-06-071-0/+12
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+1
|\|
| * Make sure QWindow screen is set before calling QPlatformWindow::createÀlex Fiestas2017-05-291-0/+1
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-3/+5
|/
* XCB: Use member initializationFriedemann Kleint2017-01-271-21/+21
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+1
|\
| * xcb: Fix colormap memory leakJoni Poikelin2017-01-121-0/+1
| * xcb: Ignore XI2 LMB mouse events from touch screensAlexander Volkov2016-12-281-1/+0
* | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-051-1/+1
|/
* xcb: Adapt QXcbWindow::startSystemResize() for touch eventsAlexander Volkov2016-12-081-0/+2
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-011-45/+45
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-1/+2
| |\
| | * xcb: Treat bitmap cursors differently from shaped cursorsRobin Burchell2016-09-291-1/+2
* | | xcb: when using XI2 for mouse, change state only on press and releaseShawn Rutledge2016-09-291-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-221-0/+2
|\|
| * Fix QWidget::setWindowRole()Alexander Volkov2016-08-191-0/+2
* | xcb: Send expose event while shrinking windowsBłażej Szczygieł2016-06-301-0/+1