summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-208-90/+13
* 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-1934-34/+34
* 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
* 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
* 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-113-6/+134
* Use DirectWrite font engine for non-ttf fonts as wellEskil Abrahamsen Blomfeldt2012-07-101-3/+1
* Get font's underline position in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-102-0/+11
* Support fallback fonts in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-104-88/+162
* Fix the UCS-2 surrogates handling in Q*FontEndine*::stringToCmap()Konstantin Ritt2012-07-102-0/+2
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-104-15/+14
* Fix glyph positions with DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-1/+1
* Fix bounding box of DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-4/+9
* QWindowsWindow: fix FullScreen state transitionJoerg Bornemann2012-07-091-2/+11
* QWindowsWindow: fix state transition FullScreen -> MinimizedJoerg Bornemann2012-07-091-1/+1
* QWindowsWindow: fix restoring from minimized to fullscreenJoerg Bornemann2012-07-092-2/+8
* QPlatformScreen::grabWindow() support on MacTasuku Suzuki2012-07-063-1/+64
* Fix positioning when embedding native widgets such as QGLWidgetMiikka Heikkinen2012-07-061-0/+1