summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | 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
* | Proper screen change handling for devicePixelRatioPaul Olav Tvete2015-03-201-2/+17
* | Do not build glx integration with -no-openglLaszlo Agocs2015-03-181-1/+1
* | xcb: create a screen if dimensions are known but outputs are notShawn Rutledge2015-03-171-5/+21
* | xcb: Add support for obtaining default xcb connectionJan Kundrát2015-03-122-0/+10
* | Fix bunch of other segfaults due to null screensJan Kundrát2015-03-121-12/+35
* | Fix segfault when requesting root window and there are no screensJan Kundrát2015-03-121-1/+2
* | xcb: another QXcbScreen null pointer checkShawn Rutledge2015-03-111-0/+2
* | Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-114-136/+320
* | QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-093-4/+4
* | xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-10/+5
* | XCB: Solve crash when plugging a screen with unshown QWindowThiago Macieira2015-03-041-1/+2
* | xcb: Don't log mouse moves by defaultShawn Rutledge2015-02-271-2/+4
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-254-10/+7
* | xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-255-39/+66
* | Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-251-19/+40
* | Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-256-9/+19
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-244-14/+91
|\|
| * xcb: Update mouse buttons from MotionNotify eventsAlexander Volkov2015-02-162-4/+11
| * 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
| * | Listen to XI2 deviceChanged events to reset last positionAllan Sandfeld Jensen2015-02-092-10/+68
* | | Merge dev into 5.5Oswald Buddenhagen2015-02-2328-46/+50
|\ \ \
| * | | Linux/XCB: added a missing arg to QXcbConnection::QXcbConnection callStéphane Chatty2015-02-201-1/+1
| * | | Fix warning-as-error about member not used with Clang 3.6Thiago Macieira2015-02-201-1/+1
| * | | xcb: remove stray QDBusMenuConnection in QXcbNativeInterfaceShawn Rutledge2015-02-202-3/+1
| * | | xcb: Check for the presence of XInput 2.2 before selecting touch eventsAlexander Volkov2015-02-172-18/+24
| * | | Fixed license headersJani Heikkinen2015-02-1723-23/+23
* | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-174-12/+16
|\| | |