summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: touchpad supportShawn Rutledge2013-07-221-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-1/+1
|\
| * XCB: Append 0-character to atom name string.Friedemann Kleint2013-07-121-1/+1
* | xcb XI2: simplify and generalize tablet detectionShawn Rutledge2013-07-051-1/+6
|/
* Add QXcbConnectionGrabber classJørgen Lind2013-05-201-0/+20
* Introduce QXcbXSettingsJørgen Lind2013-05-201-0/+1
* Use X11 core protocol when xkb not availableGatis Paeglis2013-05-071-1/+33
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-071-13/+105
* xcb: don't do mouse synthesis from touch unless we find a reasonShawn Rutledge2013-05-071-0/+1
* Add QXcbWindowEventListenerJørgen Lind2013-04-261-10/+18
* Moving logic from Qt4 for grabbing the X serverJørgen Lind2013-04-261-1/+14
* Fix segfault while handling system-wide shortcuts with xcbhluk2013-04-241-1/+1
* Implement startup notification spec again.David Faure2013-04-231-0/+4
* Implement XEmbed protocolAlberto Mardegan2013-03-061-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+0
|\
| * Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-231-1/+0
| * Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-191-1/+7
* | Fix primary screen selection.Alain Boyer2013-02-251-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-0/+1
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-01-241-0/+1
| |\
| | * Fixed copy text bug as well as potential other latent xcb plugin bugs.Samuel Rødal2013-01-231-0/+1
* | | Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-241-1/+7
|/ /
* / 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/+1
* Fixed incorrect handling of extra mouse buttons in XCB platform plugin.Samuel Rødal2012-12-141-0/+70
* xcb plugin: Move the include XInput2.h statementsThomas Senyk2012-11-231-5/+5
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+1
* Added expose and configure event compression in xcb platform plugin.Samuel Rødal2012-11-141-0/+16
* Added motion event compression in xcb plugin.Samuel Rødal2012-11-091-0/+8
* Resolve xcb_poll_for_queued_event at run-time.Samuel Rødal2012-11-071-20/+42
* XCB: Handle connection errorsUli Schlachter2012-11-021-0/+7
* Remove DRI2/OpenGL code paths from xcb plugin.Samuel Rødal2012-10-191-108/+0
* Small xcb startup performance optimization.Samuel Rødal2012-10-191-1/+15
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-191-0/+33
* Make sure timestamp is initialized before using it for seting selection owner.Gatis Paeglis2012-10-131-0/+53
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-1/+3
* xcb: consistently check xcb_get_extension_data for extension initsShawn Rutledge2012-09-271-4/+10
* xcb: better error handling if no randr or screen resources query failsShawn Rutledge2012-09-261-47/+53
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-241-87/+137
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-181-8/+83
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-1/+2
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-5/+2
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-281-12/+77
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-021-0/+1
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-1/+21
* XCB/EGL: Free display.Friedemann Kleint2012-05-251-0/+5
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-081-0/+39