summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-104-2/+19
|\
| * Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
| * xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
| * Fix drag and drop regressionGatis Paeglis2015-01-192-6/+13
* | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-075-13/+41
* | Remove todo note about QXcbWindow::format()Laszlo Agocs2015-02-051-1/+0
* | Fix xcb's dbus dependencyLaszlo Agocs2015-02-051-2/+2
* | xcb: do not leak window system integrationLaszlo Agocs2015-02-052-1/+4
* | Ensure null pointers are not added to QXcbConnection::m_touchDevicesSandro Mani2015-02-041-3/+5
* | QXcbClipboard: don't hold on to the screen pointerSandro Mani2015-02-042-9/+14
* | QXcbWindow: use an accessor to get the screen instead of storing itSandro Mani2015-02-043-43/+50
* | QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-222-4/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-218-14/+99
|\|
| * Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-164-2/+16
| * Fix constantly growing window bug with devicePixelRatioPaul Olav Tvete2015-01-161-6/+10
| * Multi-screen DPI support for X11Paul Olav Tvete2015-01-121-2/+8
| * X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-124-3/+35
| * xcb: build fix when XCB_USE_XLIB is not defined.Tomasz Olszak2015-01-111-0/+8
| * Fix physical DPI and size for rotated screens on X11Paul Olav Tvete2015-01-082-1/+22
| * Fix use-after-free bugGatis Paeglis2015-01-081-2/+2
* | Introducing QPlatformGraphicsBufferJørgen Lind2015-01-172-0/+46
* | Avoid warning about QString from char in xcbLaszlo Agocs2015-01-151-1/+1
* | Support threaded OpenGL on linux again.Gunnar Sletta2015-01-102-0/+9
* | Support threaded OpenGL on XCB/EGL.Gunnar Sletta2015-01-091-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-302-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-2/+2
| |\|
| | * Remove direct linkage to dbus and qdbusSimon Hausmann2014-12-181-5/+0
| | * xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* | | Fix crash when running QtWayland compositor on xcb-egl.Erik Larsson2014-12-291-2/+3
|/ /
* | Fix build when using -egl and -no-xcb-xlibGiulio Camuffo2014-12-233-0/+8
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-3/+5
* | Add some missing nativeResourceForIntegration imlementationsJørgen Lind2014-12-224-0/+36
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devGiuseppe D'Angelo2014-12-202-2/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-182-2/+3
| |\|
| | * Fix xcb backend not grabbing the server as defaultJørgen Lind2014-12-121-1/+1
| | * Handle SelectionClientClose in QXcbClipboardMartin Gräßlin2014-12-101-1/+2
* | | Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-2045-600/+2497
|/ /
* | Xcb: remove compile warningsJørgen Lind2014-12-152-2/+2
* | xcb: Fix transparent tray backgrounds with 24bpp tray visualsUli Schlachter2014-12-092-0/+13
* | XCB: Don't override non-existent method when QT_NO_OPENGLUli Schlachter2014-12-082-1/+3
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0313-103/+103
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-16/+17
|\|
| * XCB: send leave event on grabJørgen Lind2014-11-261-16/+17
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2416-88/+226
|\|
| * Do not apply subpixel gamma-correction on XCBAllan Sandfeld Jensen2014-11-111-1/+3
| * Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-114-11/+38
| * Prevent a leak of QXcbXSettingsPrivateGiuseppe D'Angelo2014-11-033-0/+8
| * Remove unused variableLars Knoll2014-10-311-1/+0
| * xcb: Fix getting the primary screen from QXcbConnection::screens()Alexander Volkov2014-10-298-20/+26
| * xcb: Fix setting the alert state for a windowAlexander Volkov2014-10-291-6/+3