summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Implement XEmbed protocolAlberto Mardegan2013-03-065-12/+264
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-056-225/+92
|\
| * Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-13/+36
| * Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-235-212/+56
| * Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-193-2/+25
* | Fix primary screen selection.Alain Boyer2013-02-251-1/+1
* | Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-231-2/+2
* | Enforce OpenGL context creation under XCBGiuseppe D'Angelo2013-02-231-3/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-12/+13
|\|
| * Fix the GL_CONTEXT_FLAG_DEBUG_BIT checkFredrik Höglund2013-02-151-1/+5
| * Fix the GL_CONTEXT_PROFILE_MASK checkFredrik Höglund2013-02-131-9/+5
| * Fix the GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT checkFredrik Höglund2013-02-131-1/+1
| * Check for GLX_ARB_create_context_profile before specifying a profileFredrik Höglund2013-02-131-1/+2
* | Added QOffscreenSurface class.Yoann Lopes2013-02-184-6/+97
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-142-16/+16
|\|
| * Don't ignore QSurfaceFormat::Options in the XCB pluginFredrik Höglund2013-02-121-5/+15
| * Factorize code for formatting window titles into QPlatformWindow.David Faure2013-02-061-11/+1
* | XCB: Free cursors.Friedemann Kleint2013-01-311-1/+7
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
| |\|
| | * Fix XCB plugin compilation without accessibilityOleg Shparber2013-01-251-1/+1
* | | Reduce invocations QString::left() in XCB key event processing.Friedemann Kleint2013-01-291-4/+5
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-242-1/+4
|\|
| * 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
| * | Disable only accessibility bridge without dbus on linuxFrederik Gladhorn2013-01-231-1/+3
* | | Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-243-2/+25
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2235-36/+38
|\| |
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-1835-35/+35
| * | Check for GLX_ARB_create_context extension before using it.Allan Sandfeld Jensen2013-01-161-1/+3
* | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-11/+13
|/ /
* | Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-152-1/+6
|\|
| * XCB: Force XSync after creating WindowKai Koehne2013-01-151-0/+5
| * Change all shmget calls to user-only memoryThiago Macieira2013-01-151-1/+1
* | Clear backingstore for windows with alpha channel.Friedemann Kleint2013-01-111-2/+0
|/
* Fix warnings found by GCC 4.7 in the XCB platform pluginThiago Macieira2013-01-032-1/+2
* fix linker command lineOswald Buddenhagen2012-12-211-1/+1
* Merge 'release' into stableOswald Buddenhagen2012-12-192-0/+46
|\
| * Fix font sizes when X11 has a forced dpi settingv5.0.0Lars Knoll2012-12-182-0/+46
* | XCB: add support for getting and setting appTime and appUserTime.David Faure2012-12-146-6/+58
* | Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-1/+12
* | Fixed incorrect handling of extra mouse buttons in XCB platform plugin.Samuel Rødal2012-12-144-59/+87
* | Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-0/+4
|/
* Made QWidget::setWindowOpacity work with the XCB platform plugin.Samuel Rødal2012-12-122-0/+19
* Add directory to xcb-static.pro's INCLUDEPATHAlejandro Exojo2012-12-121-1/+1
* Consistently prefix all platform plugin libraries with "q".Samuel Rødal2012-12-111-1/+1
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* Compile with QT_NO_CURSOR.Volker Krause2012-12-072-0/+8
* xcb: notify when the logical DPI changes; add Q_MM_PER_INCH constantShawn Rutledge2012-12-031-2/+6
* Fixed excessive enter/leave events being generated with the xcb plugin.Samuel Rødal2012-11-231-2/+39