summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let the linker find xcb_poll_for_queued_event for usThiago Macieira2015-07-281-6/+9
* Make the function pointer to xcb_poll_for_queued_event not a memberThiago Macieira2015-07-281-13/+20
* xcb: Ignore disabling of outputs in the middle of the mode switchAlexander Volkov2015-07-221-5/+13
* When a screen comes back online, the windows need to be told about itRalf Jung2015-07-221-0/+8
* xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-081-0/+53
* xcb: Use _NET_FRAME_EXTENTS to get frame marginsAlexander Volkov2015-07-081-0/+1
* xcb: make it possible to disable gl integrationsLaszlo Agocs2015-06-221-3/+8
* xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-011-44/+35
* Remove unused counter variableGatis Paeglis2015-04-231-2/+0
* Make it possible to use the -visual argumentJørgen Lind2015-04-151-1/+18
* xcb: Handle XSettings for a virtual desktop rather than for an outputAlexander Volkov2015-04-101-22/+22
* Add missing event types in printXcbEventGatis Paeglis2015-04-091-1/+10
* xcb: set WM_NAME window propertyShawn Rutledge2015-03-311-0/+1
* xcb: Do not crash with VNCLaszlo Agocs2015-03-271-1/+1
* xcb: Speed up screens' initializationAlexander Volkov2015-03-271-60/+77
* xcb: create a screen if dimensions are known but outputs are notShawn Rutledge2015-03-171-5/+21
* Fix segfault when requesting root window and there are no screensJan Kundrát2015-03-121-1/+2
* Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-111-80/+213
* xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-10/+5
* 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-251-1/+0
* xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-251-13/+11
* 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-251-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-4/+10
|\
| * xcb: Update mouse buttons from MotionNotify eventsAlexander Volkov2015-02-161-4/+10
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-071-0/+3
* | xcb: do not leak window system integrationLaszlo Agocs2015-02-051-0/+2
* | Fix build when using -egl and -no-xcb-xlibGiulio Camuffo2014-12-231-0/+2
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-3/+5
* | Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-201-144/+35
* | Xcb: remove compile warningsJørgen Lind2014-12-151-1/+1
|/
* xcb: Fix getting the primary screen from QXcbConnection::screens()Alexander Volkov2014-10-291-5/+15
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+4
|\
| * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-0/+3
| * xcb: use keyboard event source window to determine auto-repeat valueDyami Caliri2014-08-201-1/+1
* | standardize QPA input event logging category hierarchyShawn Rutledge2014-08-241-2/+2
* | xcb XInput: use categorized logging for devices and eventsShawn Rutledge2014-08-181-7/+6
* | Remove specific maemo/meego codepathsAllan Sandfeld Jensen2014-08-061-20/+6
* | Make it possible to capture GLXBufferSwapComplete eventsFredrik Höglund2014-08-051-2/+66
* | Avoid calling syncWindow with already destroyed platform windowsLaszlo Agocs2014-08-011-2/+19
|/
* Flush xcb connection before EventDispatcher is going to blockMartin Gräßlin2014-06-161-0/+9
* Improve the implementation of the _NET_WM_SYNC_REQUEST protocolMartin Gräßlin2014-05-271-0/+5
* Use XI2 event detail to determine changed mouse buttonv5.3.0-rc1Allan Sandfeld Jensen2014-05-051-13/+0
* Use runtime detection of XInput 2.1 to disable legacy wheel eventsAllan Sandfeld Jensen2014-04-251-0/+13
* XCB: Print error code on Xlib I/O errorsUli Schlachter2014-04-101-0/+28
* XCB: use requested primary screen DISPLAY=:0.1 when possibleDavid Fries2014-03-291-2/+6
* Add better support for keymap update handlingGatis Paeglis2014-03-271-31/+30