summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Remove devicePixelRatio handling from xcbPaul Olav Tvete2015-06-028-275/+66
* Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1319-217/+249
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-042-7/+19
| |\
| | * xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
| * | xcb: Export RootWindow to QXcbNativeInterface::nativeResourceForScreen()Alexander Volkov2015-04-301-0/+3
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-272-3/+1
| |\|
| | * Avoid setting a swap interval for pbuffersLaszlo Agocs2015-04-271-1/+1
| | * Remove unused counter variableGatis Paeglis2015-04-231-2/+0
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2216-157/+365
| |\|
| | * Fix "Unsupported extension used" errorGatis Paeglis2015-04-211-0/+3
| | * Map X11 AudioPause buttonAllan Sandfeld Jensen2015-04-161-0/+1
| | * Fix screen detection on configureNotifyPaul Olav Tvete2015-04-161-1/+2
| | * Fix compilation of xcb-qt without system xcb headersKai Koehne2015-04-161-2/+2
| | * Make it possible to use the -visual argumentJørgen Lind2015-04-157-25/+105
| | * Keep screen geometries from overlappingPaul Olav Tvete2015-04-145-56/+138
| | * xcb: Fix getting of virtual rootsAlexander Volkov2015-04-101-6/+6
| | * xcb: Handle XSettings for a virtual desktop rather than for an outputAlexander Volkov2015-04-108-56/+92
| | * Fix logicalDotsPerInch when using devicePixelRatioPaul Olav Tvete2015-04-091-11/+8
| | * Add missing event types in printXcbEventGatis Paeglis2015-04-091-1/+10
| * | Optimize QXcbKeyboard::lookupString.Milian Wolff2015-04-201-3/+5
| * | Ensure the UTF-8 string for a xcb_keycode_t has the correct length.Milian Wolff2015-04-171-2/+2
| * | xcb: Remove unused qxlibconvenience.{h,cpp}Alexander Volkov2015-04-162-112/+0
* | | Multi-screen fixesPaul Olav Tvete2015-05-042-9/+13
* | | DevicePixels -> NativePixelsPaul Olav Tvete2015-04-152-7/+7
* | | Fix screen detection on configureNotifyPaul Olav Tvete2015-04-151-1/+2
* | | Keep screen geometries from overlappingPaul Olav Tvete2015-04-155-57/+138
* | | Per-screen scaleFactorPaul Olav Tvete2015-04-142-5/+11
* | | Fix logicalDotsPerInch when using devicePixelRatioPaul Olav Tvete2015-04-141-11/+8
* | | Move qHighDpi functions into the QHighDpi namespacePaul Olav Tvete2015-04-142-7/+7
* | | de-scale window()->devicePixelRatio.Morten Johan Sørvig2015-04-141-1/+1
* | | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-139-90/+233
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-6/+4
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-012-6/+4
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-312-6/+4
| | | |\
| | | | * xcb: Determine the window gravity just before the window is shownAlexander Volkov2015-03-271-5/+3
| | | | * Handle SelectionWindowDestroy in QXcbClipboardMartin Gräßlin2015-03-261-1/+2
| | | | * Fallback to malloc for insanely large windowsPaul Olav Tvete2015-03-181-1/+1
| * | | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-019-81/+225
| |\| | |
| | * | | xcb: set WM_NAME window propertyShawn Rutledge2015-03-313-0/+51
| | |/ /
| | * | Use Xlib to resolve font cursor if possibleJørgen Lind2015-03-301-0/+12
| | * | xcb: Fix bgr888 VNC sessionsLaszlo Agocs2015-03-304-9/+53
| | * | xcb: Do not crash with VNCLaszlo Agocs2015-03-272-4/+5
| | * | xcb: Speed up screens' initializationAlexander Volkov2015-03-271-60/+77
| | * | Handle SelectionWindowDestroy in QXcbClipboardMartin Gräßlin2015-03-271-1/+2
| | * | Resize backingstore properly on devicePixelRatio changesPaul Olav Tvete2015-03-251-6/+17
| | * | Proper geometry conversion for devicePixelRatio > 1Paul Olav Tvete2015-03-251-1/+6
| | * | Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-251-0/+2
* | | | XCB: Support high-dpi scalingMorten Johan Sørvig2015-03-263-12/+18
|/ / /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-243-8/+39
|\| |
| * | Proper screen change handling for devicePixelRatioPaul Olav Tvete2015-03-201-2/+17