summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* xcb plugin: Move the include XInput2.h statementsThomas Senyk2012-11-231-5/+5
* Fix drops from external sources.Gatis Paeglis2012-11-221-6/+5
* Pass extended key event infomation in xcb platform.Weng Xuetian2012-11-221-2/+2
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+1
* exclude 3rdparty from lupdateOswald Buddenhagen2012-11-201-0/+2
* QSystemTrayIcon/X11: Use display obtained as native screen resource.Friedemann Kleint2012-11-192-0/+20
* Added expose and configure event compression in xcb platform plugin.Samuel Rødal2012-11-142-1/+60
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+3
* Added motion event compression in xcb plugin.Samuel Rødal2012-11-091-0/+8
* Report threaded rendering support in xcb when using event reader thread.Samuel Rødal2012-11-082-1/+3
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-072-28/+28
* Add configure option to minimize xcb runtime dependenciesKai Koehne2012-11-074-109/+199
* Resolve xcb_poll_for_queued_event at run-time.Samuel Rødal2012-11-073-29/+49
* Send QContexMenuEvent when Context Menu key is pressed.Friedemann Kleint2012-11-061-1/+8
* xcb: Fix a trivial reply leakUli Schlachter2012-11-021-1/+1
* xcb: Fix a colormap leakUli Schlachter2012-11-021-0/+1
* XCB: Handle connection errorsUli Schlachter2012-11-021-0/+7
* Added MultipleWindows platform capability.Samuel Rødal2012-11-021-0/+1
* XCB: Use screen's client leader as fallback for transient parent.Friedemann Kleint2012-11-021-8/+10
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+1
* Prevent potential crash in QXcbCursor::queryPointer().Samuel Rødal2012-10-263-12/+11
* Add glxContextForContext function to QXcbNativeInterface.Zeno Albisser2012-10-262-1/+22
* Don't crash if there's no m_image yet.Sérgio Martins2012-10-251-1/+4
* Fix warning about missing return value in XCB native interface.Friedemann Kleint2012-10-231-0/+2