summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/dev' into dev-highdpiPaul Olav Tvete2015-06-091-24/+100
|\
| * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-24/+102
| |\
| | * xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-011-24/+102
* | | Fix drag and drop for XcbPaul Olav Tvete2015-06-031-4/+4
* | | Remove devicePixelRatio handling from xcbPaul Olav Tvete2015-06-021-152/+39
* | | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-131-21/+61
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-70/+156
| |\|
| | * 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
* | | Multi-screen fixesPaul Olav Tvete2015-05-041-7/+11
* | | DevicePixels -> NativePixelsPaul Olav Tvete2015-04-151-2/+2
* | | Fix screen detection on configureNotifyPaul Olav Tvete2015-04-151-1/+2
* | | Keep screen geometries from overlappingPaul Olav Tvete2015-04-151-50/+94
* | | Move qHighDpi functions into the QHighDpi namespacePaul Olav Tvete2015-04-141-2/+2
* | | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-131-10/+74
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-5/+3
| |\|
| | * 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
| * | | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-5/+71
| |\| | |
| | * | | 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
* | | | XCB: Support high-dpi scalingMorten Johan Sørvig2015-03-261-9/+10
|/ / /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-2/+17
|\| |
| * | Proper screen change handling for devicePixelRatioPaul Olav Tvete2015-03-201-2/+17
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-0/+2
|\| |
| * | xcb: another QXcbScreen null pointer checkShawn Rutledge2015-03-111-0/+2
* | | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-061-1/+19
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-031-1/+1
|\| |
| * | Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-251-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-251-0/+12
|\| |
| * | 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: Expose the systemtray functions through platformheadersJørgen Lind2015-02-231-0/+43
|/ / /
* | | 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