summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* XCB: Record the OpenGL profile in the formatSean Harmer2012-07-231-0/+1
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-203-29/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-197-7/+7
* handle XInput 2.2 multipoint touch eventsShawn Rutledge2012-07-162-15/+221
* Fix compilation for some glxext.h header versionsGunnar Sletta2012-07-121-0/+13
* Fix some spelling errorsSergio Ahumada2012-07-112-2/+2
* List required xcb packages for Ubuntu 12.04.Jason McDonald2012-07-111-0/+3
* XCB: Use glXCreateContextAttribsARB if availableSean Harmer2012-07-111-1/+43
* Implement nativeResourceFunctionForContext for xcbJorgen Lind2012-07-062-2/+12
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-036-6/+6
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-286-76/+464
* Set window's surface format to support alpha channel.Gatis Paeglis2012-06-281-1/+0
* Also use x11FilterEvent for auto repeat key in xcb.Weng Xuetian2012-06-271-8/+24
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Fix compilation for XCB-without-XlibGiuseppe D'Angelo2012-06-261-1/+1
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-264-0/+60
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-242-4/+5
* Implement QXcbIntegration::queryKeyboardModifiers()David Faure2012-06-224-3/+19
* Reimplement QXcbWindow::startSystemResize() with xcbUli Schlachter2012-06-222-22/+15
* Improved QCursor::setPos() robustness on xcb.Samuel Rødal2012-06-201-0/+1
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-142-0/+37
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-8/+0
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-024-0/+49
* Remove QCursor::handleGirish Ramakrishnan2012-05-311-1/+1
* Qt 5 to-do in QXcbKeyboardGatis Paeglis2012-05-261-2/+2
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-2611-1/+65
* XCB/EGL: Free display.Friedemann Kleint2012-05-251-0/+5