summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-0/+4
|\
| * Silence the _COMPIZ_DECOR_* warnings on UbuntuJørgen Lind2013-10-301-0/+4
* | xcb: Only create listener window when neededUli Schlachter2013-11-151-2/+0
|/
* xcb: Don't connect() to event-dispatcher until we are sure we have oneTor Arne Vestbø2013-09-301-1/+6
* Change QXcbConnection::atom() to be inline.Friedemann Kleint2013-09-051-1/+1
* Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-301-0/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+1
|\
| * XCB: Set WM_CLASS.Friedemann Kleint2013-07-181-0/+1
* | xcb: touchpad supportShawn Rutledge2013-07-221-0/+2
* | xcb XI2: simplify and generalize tablet detectionShawn Rutledge2013-07-051-3/+2
|/
* Add QXcbConnectionGrabber classJørgen Lind2013-05-201-0/+9
* Introduce QXcbXSettingsJørgen Lind2013-05-201-0/+1
* 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