summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Properly manage window geometry in kmsLaszlo Agocs2012-08-072-4/+9
* Only use glXCreateContext if glXCreateContextAttribsARB did not succeed.Zeno Albisser2012-08-071-16/+13
* fix maximize -> fullscreen -> maximize on WindowsJoerg Bornemann2012-08-061-1/+1
* XCB: Correction to OpenGL version check for profile supportSean Harmer2012-08-041-1/+1
* QNX: Ensure that m_requestedBufferSize is properly initialisedSean Harmer2012-08-031-1/+2
* Fix FullScreen for Windows CEAndreas Holzammer2012-08-032-0/+26
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-0336-36/+36
* 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
* QNX: Do not send geometry change events to Qt too earlySean Harmer2012-08-012-22/+31
* QNX: Ensure that the QQnxWindow has a valid size for EGL surfacesSean Harmer2012-08-011-0/+4
* QNX: Remove dependency on QtWidgets from QNX QPA pluginSean Harmer2012-08-015-304/+4
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-31/+18
* Fix showFullScreen for QWindowAndreas Holzammer2012-07-311-1/+2
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-3/+3
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-311-6/+12
* QNX: Reduce dependency on QtWidgetsKevin Krammer2012-07-292-6/+2
* Add QCocoaAutoReleasePool to QCocoaMenu::setTextMorten Johan Sorvig2012-07-271-0/+1
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-252-2/+4
* Disable tty keyboard in kmsLaszlo Agocs2012-07-255-2/+150
* Fix keyboard input in kmsLaszlo Agocs2012-07-251-1/+3
* Update only dirty areas in kms backingstoreLaszlo Agocs2012-07-252-3/+36
* QXcbWindow::setMask(): Check for SHAPE extensionUli Schlachter2012-07-251-0/+2
* 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