summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplement QXcbWindow::setMask() with xcbUli Schlachter2012-07-253-39/+19
* QNX: Remove mouse events synthetized from touch eventsKevin Ottens2012-07-241-17/+0
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-242-3/+4
* Add basic backingstore implementation to kmsLaszlo Agocs2012-07-232-4/+130
* If the GL driver is singlebuffered, reflect that in QSurfaceFormatJan-Arve Saether2012-07-231-2/+1
* If swapBehavior is TripleBuffer, set WGL_DOUBLE_BUFFER_ARB to TRUEJan-Arve Saether2012-07-231-1/+1
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-234-41/+11
* XCB: Record the OpenGL profile in the formatSean Harmer2012-07-231-0/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-234-1/+153
* release and clear next_bo when pageFlip failsElvis Lee2012-07-211-0/+4
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-2010-121/+26
* Remove unneeded Windows CE dummy functionsAndreas Holzammer2012-07-201-5/+0
* Implement nativeResourceFunctionForContext for kmsElvis Lee2012-07-202-0/+25
* Reset drm cursor position if cursor image is set before movedLaszlo Agocs2012-07-202-1/+7
* Hide drm cursor when exitingLaszlo Agocs2012-07-202-0/+7
* Disable threaded rendering with kms pluginLaszlo Agocs2012-07-201-2/+1
* Don't update geometry while the style is setAndreas Holzammer2012-07-202-1/+7
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-1936-36/+36
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-192-2/+14
* Fix window state handlingAndreas Holzammer2012-07-192-28/+9
* Follow gbm api changes in kms pluginLaszlo Agocs2012-07-182-5/+3
* Tear down properly in kms plugin when exitingLaszlo Agocs2012-07-181-0/+8
* Add config test for kmsLaszlo Agocs2012-07-181-0/+4
* Fix window size issue under Windows CEAndreas Holzammer2012-07-161-0/+2
* handle XInput 2.2 multipoint touch eventsShawn Rutledge2012-07-162-15/+221
* QNX: normalize signals/slotsMarc Mutz2012-07-131-4/+4
* plugins/bearer: normalize signals/slotsMarc Mutz2012-07-135-66/+66
* Make sure the emulated mouse event comes lastKevin Ottens2012-07-131-17/+17
* QNX: Fix flushing the backing store to non-owner windowsThomas McGuire2012-07-134-15/+63
* QNX: Extract and move adjustBufferSize() functionThomas McGuire2012-07-133-5/+9
* QNX: Apply state from QWindow when creating new QQnxWindowThomas McGuire2012-07-131-2/+5
* meego: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* Fix compilation for some glxext.h header versionsGunnar Sletta2012-07-121-0/+13
* Fix wince buildAndreas Holzammer2012-07-121-0/+2
* QNX: Rename copyBack() to blitPreviousToCurrent()Thomas McGuire2012-07-122-6/+8
* QNX: Factor out blitHelper() functionThomas McGuire2012-07-122-30/+30
* QNX: Add comment in post() explaining how buffering worksThomas McGuire2012-07-121-0/+22
* eglfs: add virtual destructor to QEglFsHooksRobin Burchell2012-07-111-0/+1
* linuxfb: Add config.test and configure supportGirish Ramakrishnan2012-07-111-0/+2
* Fix some spelling errorsSergio Ahumada2012-07-114-4/+4
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-113-0/+9
* linuxfb: let the window register itself with the screenGirish Ramakrishnan2012-07-111-3/+1
* linuxfb: Add option to not switch to graphics modeGirish Ramakrishnan2012-07-111-2/+5
* linuxfb: Rework screen codeGirish Ramakrishnan2012-07-115-829/+402
* linuxfb: don't store window in backingstoreGirish Ramakrishnan2012-07-111-2/+1
* linuxfb: add linuxfb.json and moc main.cppGirish Ramakrishnan2012-07-113-1/+10
* linuxfb: make linuxfb compileGirish Ramakrishnan2012-07-115-95/+205
* List required xcb packages for Ubuntu 12.04.Jason McDonald2012-07-111-0/+3
* XCB: Use glXCreateContextAttribsARB if availableSean Harmer2012-07-111-1/+43
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-117-67/+150