summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-3/+0
* xcb: consistently check xcb_get_extension_data for extension initsShawn Rutledge2012-09-271-4/+10
* XCB: Correctly report the created OpenGL context version and profileSean Harmer2012-09-261-8/+69
* xcb: better error handling if no randr or screen resources query failsShawn Rutledge2012-09-261-47/+53
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-246-94/+151
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2235-840/+840
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-184-64/+244
* Prevent buffer overflow in QXcbWindow.Samuel Rødal2012-09-181-1/+1
* Make maemo scope syntax in project files more genericLaszlo Papp2012-09-141-1/+1
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-2/+2
* xcb: fix unused static warningMarc Mutz2012-08-231-0/+2
* Fixed missing window decorations on compiz.Samuel Rødal2012-08-231-3/+1
* Fixed non-GL applications crashing when GLX/EGL initialization fails on xcb.Samuel Rødal2012-08-221-15/+20
* Clean up QScreen::grabWindow()aavit2012-08-181-3/+7
* Add Linux Accessibility BridgeFrederik Gladhorn2012-08-141-1/+2
* Need to have the XI2 import to detect XI_TouchBeginMaskShawn Rutledge2012-08-091-0/+1
* Only use glXCreateContext if glXCreateContextAttribsARB did not succeed.Zeno Albisser2012-08-071-16/+13
* XCB: Correction to OpenGL version check for profile supportSean Harmer2012-08-041-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-037-7/+7
* Fix mimedata updating and signal emision issues in xcb clipboard.Gatis Paeglis2012-08-021-26/+38
* Fix badAtom issues introduced by behavior changes between Xlib and xcb.Gatis Paeglis2012-08-021-22/+7
* QXcbWindow::setMask(): Check for SHAPE extensionUli Schlachter2012-07-251-0/+2
* Reimplement QXcbWindow::setMask() with xcbUli Schlachter2012-07-253-39/+19
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-1/+2