summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* XCB plugin: query screen resources without _currentRolf Eike Beer2014-03-141-6/+6
* xcb: Do not leak when compressing eventsLaszlo Agocs2014-01-201-2/+1
* Use XInput2 scrolling events to enable smoother scrollingAllan Sandfeld Jensen2014-01-091-18/+24
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-2/+16
|\
| * xcb platform: Fix build when both EGL and xcb-Xlib are usedAndrew Knight2013-12-311-2/+6
| * fix compile of qt without egl availableChristoph Cullmann2013-12-301-1/+1
| * xcb: added env variables to show input devices and eventsShawn Rutledge2013-12-301-0/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-7/+8
|\|
| * xcb qpa: initialize EGL for non-XLib buildsAndrew Knight2013-12-031-7/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-4/+23
|\|
| * Workaround source compatibility issue introduced by xcb 1.9.3Gatis Paeglis2013-11-201-3/+19
| * Silence the _COMPIZ_DECOR_* warnings on UbuntuJørgen Lind2013-10-301-1/+4
* | xcb: Only create listener window when neededUli Schlachter2013-11-151-22/+13
|/
* xcb: every window should have a title in debug modeShawn Rutledge2013-10-091-0/+11
* xcb: Don't connect() to event-dispatcher until we are sure we have oneTor Arne Vestbø2013-09-301-13/+17