summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+4
|\
| * Flush xcb connection before EventDispatcher is going to blockMartin Gräßlin2014-06-161-1/+4
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-0/+1
|\|
| * Improve the implementation of the _NET_WM_SYNC_REQUEST protocolMartin Gräßlin2014-05-271-0/+1
* | Support adopting an existing EGLContext in eglfs and xcbLaszlo Agocs2014-05-091-4/+14
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-241-1/+4
|/
* X11: defaultDragDistance depends on screen resolutionShawn Rutledge2014-03-181-1/+14
* Avoid using GLX Pbuffers on CatalystLaszlo Agocs2014-02-211-1/+12
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-121-0/+1
* Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-12/+9
* xcb: Compilefix #ifdef glx codeJørgen Lind2013-10-301-0/+4
* Add QGuiApplication::sync() functionJørgen Lind2013-10-301-0/+8
* Don't support threaded GL on chromium (virtual box GL)Gunnar Sletta2013-10-291-1/+1
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-071-1/+7
* xcb: Initialize accessibility lazily, since it requires an event-dispatcherTor Arne Vestbø2013-10-011-3/+8
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-6/+3
* Build X11 session management only if dependencies are foundTeo Mrnjavac2013-09-201-1/+1
* Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-131-0/+11
* XCB: Readd support for -name command line argument.Friedemann Kleint2013-07-251-0/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+44
|\
| * XCB: Set WM_CLASS.Friedemann Kleint2013-07-181-0/+44
* | Pass argc, argv to the platform plugins.Friedemann Kleint2013-07-181-2/+20
* | XCB: Fix warning about unhandled enumeration values.Friedemann Kleint2013-07-041-0/+2
|/
* XCB: Handle new enum value in switchThiago Macieira2013-05-131-0/+1
* Added possibleKeys(QKeyEvent *) to QXcbIntegrationGatis Paeglis2013-05-071-0/+5
* xcb: don't do mouse synthesis from touch unless we find a reasonShawn Rutledge2013-05-071-0/+26
* Moving logic from Qt4 for grabbing the X serverJørgen Lind2013-04-261-1/+35
* Implement XEmbed protocolAlberto Mardegan2013-03-061-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-28/+1
|\
| * Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-231-28/+1
* | Added QOffscreenSurface class.Yoann Lopes2013-02-181-1/+20
|/
* Fix XCB plugin compilation without accessibilityOleg Shparber2013-01-251-1/+1
* Disable only accessibility bridge without dbus on linuxFrederik Gladhorn2013-01-231-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Report threaded rendering support in xcb when using event reader thread.Samuel Rødal2012-11-081-1/+1
* Added MultipleWindows platform capability.Samuel Rødal2012-11-021-0/+1
* Prevent potential crash in QXcbCursor::queryPointer().Samuel Rødal2012-10-261-2/+2
* Remove DRI2/OpenGL code paths from xcb plugin.Samuel Rødal2012-10-191-4/+2
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-191-1/+9
* Compile fix for when XCB_USE_GLX is not defined.Samuel Rødal2012-10-101-0/+6
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-3/+24
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-241-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Add Linux Accessibility BridgeFrederik Gladhorn2012-08-141-1/+2
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-261-0/+1
* Implement QXcbIntegration::queryKeyboardModifiers()David Faure2012-06-221-0/+10
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-0/+4
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-041-1/+1