summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug on X11 with WA_TranslucentBackground and native child windows.Gatis Paeglis2014-01-101-1/+5
* XCB: Fix pixmap leakUli Schlachter2014-01-051-0/+2
* Avoid duplicate emulated mouse events with XInput2Allan Sandfeld Jensen2014-01-031-0/+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-303-45/+56
* XCB: Don't recalculate the DPI if we have a forced DPI settingThiago Macieira2013-12-301-3/+3
* Revert "Move the glxfbconfig configtest to qpa and rename it to glx"Thiago Macieira2013-12-071-1/+1
* xcb qpa: initialize EGL for non-XLib buildsAndrew Knight2013-12-031-7/+8
* Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* Move the glxfbconfig configtest to qpa and rename it to glxJorgen Lind2013-11-281-1/+1
* Add new configure parameter for Xcb-XlibAndrew Knight2013-11-281-9/+9
* Remove stale xcb_dri2 code in QXcbNativeInterfaceJorgen Lind2013-11-282-3/+1
* Return the xcb_screen_t and not the QPlatformScreenJorgen Lind2013-11-271-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-262-9/+38
|\
| * Disable threaded GL for nouveau drivers.Gunnar Sletta2013-11-221-6/+19
| * Workaround source compatibility issue introduced by xcb 1.9.3Gatis Paeglis2013-11-201-3/+19
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-201-3/+24
|\|
| * Avoid using GLX pbuffers on fglrxLaszlo Agocs2013-11-141-3/+16
| * Remove side effects of QGLXContext::queryDummyContext()Sean Harmer2013-11-141-0/+8
* | XCB: do not assume that sizeof(long)==4Alberto Mardegan2013-11-192-8/+8
|/
* Disable threaded rendering for Intel HD 3000 cards.Gunnar Sletta2013-11-061-4/+18
* xcb: Compilefix #ifdef glx codeJørgen Lind2013-10-301-0/+4
* xcb: Act on the _NET_ACTIVE_WINDOW eventJørgen Lind2013-10-301-3/+6
* Silence the _COMPIZ_DECOR_* warnings on UbuntuJørgen Lind2013-10-303-1/+12
* Add QGuiApplication::sync() functionJørgen Lind2013-10-302-0/+9
* Don't support threaded GL on chromium (virtual box GL)Gunnar Sletta2013-10-293-1/+39
* Fix crash in QXcbDrag.Friedemann Kleint2013-10-231-1/+1
* Fix compilation with Clang and libc++ under LinuxMarcel Krems2013-10-161-0/+1
* set the title of the user time window not the application windowShawn Rutledge2013-10-151-1/+1
* xcb: every window should have a title in debug modeShawn Rutledge2013-10-095-0/+59
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-072-1/+8
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-021-0/+9
* Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-022-15/+55
* xcb: Initialize accessibility lazily, since it requires an event-dispatcherTor Arne Vestbø2013-10-012-4/+9
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-8/+4
* xcb: Don't connect() to event-dispatcher until we are sure we have oneTor Arne Vestbø2013-09-302-14/+23
* Merge branch 'stable' into devSergio Ahumada2013-09-214-13/+151
|\
| * Fix timing issue in incremental data retrieval mechanismGatis Paeglis2013-09-192-5/+13
| * Implement INCR property mechanism for large data transfers [XCB]Gatis Paeglis2013-09-193-4/+138
| * xcb: QWindow never uses XCB_GRAVITY_CENTERShawn Rutledge2013-09-161-4/+0
* | Build X11 session management only if dependencies are foundTeo Mrnjavac2013-09-203-2/+3
* | Use egl.prf in xcb instead of hardcoding -lEGLLaszlo Agocs2013-09-171-1/+1
* | Export x11 screen of the QXcbConnection to the native interfaceMartin Gräßlin2013-09-172-2/+16
* | Remove useless code setting but not using variablesThiago Macieira2013-09-171-3/+0
* | remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-5/+0
* | Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-135-0/+622
* | QXcbSystemTrayTracker::trayWindow compiles if Q_XCB_DEBUG is onShawn Rutledge2013-09-121-1/+1
* | Replace XCB native interface resource map by a lookup function.Friedemann Kleint2013-09-081-43/+23