summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-052-8/+9
|\
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-293-13/+11
|\|
| * 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/stable' into devFrederik Gladhorn2013-11-268-15/+143
|\|
| * 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
* | xcb: Only create listener window when neededUli Schlachter2013-11-152-24/+13
* | Add swapInterval to QSurfaceFormatLaszlo Agocs2013-11-133-4/+37
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-243-2/+3
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-117-2/+68
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-047-41/+100
|\|
| * 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
* | Fix clang build for libc++Donald Carr2013-10-021-0/+1
|/
* 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