summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Implement nativeResourceFunctionForContext for xcbJorgen Lind2012-07-062-2/+12
* fixed cursor handling on winceBjoern Breitmeyer2012-07-064-1/+68
* eglfs: Allow setting screen size through environment variables.Robin Burchell2012-07-061-0/+16
* Disable dedicated screen event thread by default.Rafael Roquetto2012-07-051-3/+3
* Sync QWindow properties on NSWindow creation.Morten Johan Sorvig2012-07-051-0/+6
* Native drag implementation on MacJames Turner2012-07-044-1/+169
* Cocoa: Fix size hint and resize increment setting.Morten Johan Sorvig2012-07-041-4/+16
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-046-6/+6
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-037-0/+643
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-032-2/+19
* Compile when -directwrite is passed to configureEskil Abrahamsen Blomfeldt2012-07-032-8/+7
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-0335-35/+35
* fixed compile for mouse button handling on winceBjoern Breitmeyer2012-07-031-0/+4
* Optimize QWindowsFontEngineDirectWrite::initFontInfo() a bitKonstantin Ritt2012-07-031-17/+17
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-031-13/+11
* QNX: Enable threaded OpenGL rendering on QNXSean Harmer2012-07-035-29/+68