summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Set _NET_WM_WINDOW_TYPE from a single placeAlexander Volkov2015-06-131-55/+62
* xcb: Fix getting the window types from the property of QWindowAlexander Volkov2015-06-081-1/+1
* xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-011-24/+102
* Fix screen detection on configureNotifyPaul Olav Tvete2015-04-161-1/+2
* Make it possible to use the -visual argumentJørgen Lind2015-04-151-21/+61
* Keep screen geometries from overlappingPaul Olav Tvete2015-04-141-49/+94
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-011-5/+3
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-5/+3
| |\
| | * xcb: Determine the window gravity just before the window is shownAlexander Volkov2015-03-271-5/+3
* | | xcb: set WM_NAME window propertyShawn Rutledge2015-03-311-0/+49
|/ /
* | xcb: Fix bgr888 VNC sessionsLaszlo Agocs2015-03-301-4/+16
* | Proper geometry conversion for devicePixelRatio > 1Paul Olav Tvete2015-03-251-1/+6
* | Proper screen change handling for devicePixelRatioPaul Olav Tvete2015-03-201-2/+17
* | 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
|\|