summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-1/+1
|\
| * Fixed crash when VNCing and trying to use non-present XFixes extension.Mitch Curtis2013-03-151-1/+1
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-2010-84/+455
|\ \
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * | XCB: don't map hidden windowsAlberto Mardegan2013-03-151-18/+0
| * | XCB: support creation of OpenGL ES profilesGiuseppe D'Angelo2013-03-121-46/+78
| * | Implement XEmbed protocolAlberto Mardegan2013-03-065-12/+264
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-056-225/+92
| |\ \
| * | | 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
| |\ \ \
| * | | | Added QOffscreenSurface class.Yoann Lopes2013-02-184-6/+97
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-142-16/+16
| |\ \ \ \
| * | | | | 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
| | |\ \ \ \ \
| * | | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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
| |\ \ \ \ \ \ \
| * | | | | | | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-11/+13
* | | | | | | | | Fix sluggish resizing for opengl windows on X11Shawn Rutledge2013-03-132-4/+8
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | 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 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
| |_|_|_|/ |/| | | |
* | | | | 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
| |_|_|/ |/| | |
* | | | Fix XCB plugin compilation without accessibilityOleg Shparber2013-01-251-1/+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
* | | | Disable only accessibility bridge without dbus on linuxFrederik Gladhorn2013-01-231-1/+3
| |_|/ |/| |
* | | 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
| |/ |/|
* | 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
|/