summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: another QXcbScreen null pointer checkShawn Rutledge2015-03-111-0/+2
* Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-251-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+12
|\
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-0/+12
| |\
| | * Fix Qt over VNC with broken VisualInfoAllan Sandfeld Jensen2015-02-021-0/+12
* | | xcb: QSystemTrayIcon: grab background pixmap for compositing only onceShawn Rutledge2015-02-121-0/+5
* | | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+6
|\| |
| * | xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
| |/
* | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-071-12/+24
* | Remove todo note about QXcbWindow::format()Laszlo Agocs2015-02-051-1/+0
* | QXcbWindow: use an accessor to get the screen instead of storing itSandro Mani2015-02-041-40/+44
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-6/+35
|\|
| * Fix constantly growing window bug with devicePixelRatioPaul Olav Tvete2015-01-161-6/+10
| * X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-121-2/+27
* | Fix build when using -egl and -no-xcb-xlibGiulio Camuffo2014-12-231-0/+2
* | Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-201-62/+12
|/
* XCB: send leave event on grabJørgen Lind2014-11-261-16/+17
* Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-111-0/+6
* xcb: Fix setting the alert state for a windowAlexander Volkov2014-10-291-6/+3
* XCB: Always set X window attributes in QXcbWindow::setWindowFlags().Friedemann Kleint2014-10-171-20/+31
* xcb: Fix detecting the fullscreen state from _NET_WM_STATE flagsAlexander Volkov2014-09-291-3/+3
* xcb: Fix logic for minimized stateAlexander Volkov2014-09-291-0/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-39/+88
* Remove specific maemo/meego codepathsAllan Sandfeld Jensen2014-08-061-34/+2
* Avoid calling syncWindow with already destroyed platform windowsLaszlo Agocs2014-08-011-0/+13
* Remove pointless debug outputAleix Pol2014-08-011-4/+1
* Don't reset the window type on window showAleix Pol2014-07-291-2/+4
* Add convenience function for checking screen changes to QPlatformWindow.Friedemann Kleint2014-07-071-8/+4
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-041-0/+1
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-0/+1
| |\
| | * xcb: make sure to update window title when it is changedTasuku Suzuki2014-07-021-0/+1
* | | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-10/+33
|/ /
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-4/+30
|\|
| * Fix alpha in no-opengl configuration on xcbLaszlo Agocs2014-06-061-4/+30
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-2/+23
|\|
| * Improve the implementation of the _NET_WM_SYNC_REQUEST protocolMartin Gräßlin2014-05-271-2/+23
* | Use QtPlatformHeaders to set platform specific functionalityJorgen Lind2014-05-091-0/+132
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-10/+10
|\
| * Use runtime detection of XInput 2.1 to disable legacy wheel eventsAllan Sandfeld Jensen2014-04-251-10/+10
* | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-231-0/+3
|\|
| * Reload lastScrollPosition on window enterAllan Sandfeld Jensen2014-04-151-0/+3
* | XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-161-33/+71
* | Handle parent is None from query_tree_reply in QxcbWindow::frameMarginsMartin Gräßlin2014-04-141-1/+1
|/
* XCB: Only use the XFixes extension if availableUli Schlachter2014-04-091-1/+1
* Fix regression in minimized state handlingLaszlo Agocs2014-03-251-5/+5
* QXcbWindow - inline the atom functionsMartin Klapetek2014-03-151-8/+5
* Update QScreen::availableGeometry() on _NET_WORKAREA atom changesMartin Klapetek2014-03-151-0/+3
* Remove usage of QT_NO_SHAPEGatis Paeglis2014-03-071-7/+1