summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix font sizes when X11 has a forced dpi settingv5.0.0Lars Knoll2012-12-182-0/+46
* 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
* Remove DRI2/OpenGL code paths from xcb plugin.Samuel Rødal2012-10-198-545/+8
* Small xcb startup performance optimization.Samuel Rødal2012-10-191-1/+15
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-196-7/+53
* Modularize drag and drop documentationGatis Paeglis2012-10-191-19/+6
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-172-4/+3
* Document needed packages for XCB on Fedora.Niels Weber2012-10-161-0/+4
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-152-4/+2
* Simplify transaction expiry mechanismGatis Paeglis2012-10-132-29/+41
* Make sure timestamp is initialized before using it for seting selection owner.Gatis Paeglis2012-10-133-1/+58
* Added missing keysym to handleExtendedKeyEvent in xcb plugin.Samuel Rødal2012-10-101-2/+2
* Compile fix for when XCB_USE_GLX is not defined.Samuel Rødal2012-10-102-3/+7
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-035-57/+264
* Fix a crash with xcb on 64bit systems when hitting any key.Jocelyn Turcotte2012-10-024-38/+138
* Stop delivering messages when drop has occurred.Gatis Paeglis2012-10-022-1/+7
* Retrieve drop data with a proper timestampGatis Paeglis2012-10-024-4/+8
* Ensure that QDrag is set correctly at all times.Gatis Paeglis2012-10-021-5/+7
* Fixed xdnd protocol-version detection codeGatis Paeglis2012-10-021-3/+3
* Don't let mimeData return 0.Gatis Paeglis2012-10-021-12/+25