summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.h
Commit message (Expand)AuthorAgeFilesLines
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-071-1/+13
* xcb: don't do mouse synthesis from touch unless we find a reasonShawn Rutledge2013-05-071-0/+2
* Add QXcbWindowEventListenerJørgen Lind2013-04-261-4/+29
* Moving logic from Qt4 for grabbing the X serverJørgen Lind2013-04-261-1/+4
* Implement startup notification spec again.David Faure2013-04-231-0/+5
* Implement XEmbed protocolAlberto Mardegan2013-03-061-1/+1
* Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-241-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* XCB: add support for getting and setting appTime and appUserTime.David Faure2012-12-141-0/+4
* Fixed incorrect handling of extra mouse buttons in XCB platform plugin.Samuel Rødal2012-12-141-0/+6
* Report threaded rendering support in xcb when using event reader thread.Samuel Rødal2012-11-081-0/+2
* Resolve xcb_poll_for_queued_event at run-time.Samuel Rødal2012-11-071-6/+6
* Remove DRI2/OpenGL code paths from xcb plugin.Samuel Rødal2012-10-191-18/+4
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-191-0/+3
* Make sure timestamp is initialized before using it for seting selection owner.Gatis Paeglis2012-10-131-1/+2
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-241-2/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-181-0/+2
* Need to have the XI2 import to detect XI_TouchBeginMaskShawn Rutledge2012-08-091-0/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* handle XInput 2.2 multipoint touch eventsShawn Rutledge2012-07-161-1/+11
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-281-12/+58
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-021-0/+1
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-0/+8
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-081-0/+4
* xcb: Check for SHAPE extension before using itUli Schlachter2012-03-021-0/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add support for platform plugin specific event filters.Simon Hausmann2012-01-201-1/+3
* Add support for QWindow::setOrientation on HarmattanSimon Hausmann2012-01-171-0/+4
* Rename check to checkEvent.Stephen Kelly2012-01-101-1/+1
* Detect autoreapeat in xcb plugin.Samuel Rødal2012-01-071-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Disable logging in xcbJørgen Lind2011-12-221-1/+1
* Use QVarLengthArray in QXcbConnection.Robin Burchell2011-12-131-3/+6
* Fix a memory leak in QXcbConnection.Jędrzej Nowacki2011-11-181-2/+2
* Add multipoint touch support for Harmattan to the xcb platform plugin.Jocelyn Turcotte2011-10-171-0/+31
* Fixed potential issue in XCB plugin.Samuel Rødal2011-10-071-2/+3
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+4
* Fixed race condition in xcb plugin logging (when debugging is enabled).Samuel Rødal2011-09-121-0/+1
* Move XCB event reading to a separate thread.Samuel Rødal2011-08-261-7/+41
* Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-281-2/+0
* Make xcb work again after event dispatcher changes.Morten Johan Sorvig2011-06-221-0/+3
* use selection changed events from XFixesLars Knoll2011-06-201-0/+4
* Create custom cursors via XRender.Laszlo Agocs2011-06-091-0/+1
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-081-0/+1
* cleanups codeLars Knoll2011-06-071-9/+0
* add WM support classLars Knoll2011-06-071-2/+5
* Implement XDnD in the xcb pluginLars Knoll2011-06-071-1/+7