summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-032-3/+43
|\
| * Avoid reentering processMouseEvents on embeddedLaszlo Agocs2014-04-282-3/+43
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-2/+2
|\|
| * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-2/+2
* | Fix up EGL config selection commentsLaszlo Agocs2014-04-241-18/+32
|/
* Fix: Initialize all needed member varsMartin Koller2014-04-041-1/+1
* Fix application font removal when using FontConfigFabian Bumberger2014-03-271-108/+112
* Android: Fix font mergingEskil Abrahamsen Blomfeldt2014-03-252-2/+6
* egl: Remove commented codeLaszlo Agocs2014-03-251-10/+1
* Remove unused ifdefLaszlo Agocs2014-03-251-26/+6
* eglfs: Print the chosen config in debug modeLaszlo Agocs2014-03-252-3/+8
* Apply fontconfig settings to custom fontsAllan Sandfeld Jensen2014-03-223-0/+52
* Cleanup and refactor QFontconfigDatabase::fontEngineAllan Sandfeld Jensen2014-03-211-65/+74
* Teach font database to populate families lazilyTor Arne Vestbø2014-03-202-13/+37
* QOpenGLContext: Use color depth information from QSurfaceFormatKurt Pattyn2014-03-191-0/+8
* Fix bundled HarfBuzz-NG build outside QtGuiKonstantin Ritt2014-03-191-10/+21
* Fix no-opengl build with eglLaszlo Agocs2014-03-171-17/+20
* Cocoa: Set "Stereo" OpenGL format option.Morten Johan Sørvig2014-03-171-0/+3
* Don't populate font families using localized family names on OS X/iOSTor Arne Vestbø2014-03-131-5/+5
* Fix a few build warnings on iOS due to unused functionsTor Arne Vestbø2014-03-131-0/+4
* Remove need to populate font database on OS X to get fallback familiesTor Arne Vestbø2014-03-112-45/+14
* Add EGL_KHR_create_context supportLaszlo Agocs2014-03-102-36/+123
* egl: Choose GLES3 capable configs when neededLaszlo Agocs2014-03-101-2/+13
* egl: Update the OpenGL version in the context's QSurfaceFormatLaszlo Agocs2014-03-101-0/+31
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-103-11/+4
* qmacmime: bugfix unicode::canConvertRichard Moe Gustavsen2014-03-061-1/+2
* Cocoa/Platformsupport: move qmacmime from cocoa to platformsupportRichard Moe Gustavsen2014-03-064-0/+938
* Avoid polluting debug output in eglfs and linuxfbLaszlo Agocs2014-03-061-8/+12
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-052-19/+30
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-052-2/+2
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-2/+0
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-042-5/+11
* Fix some typosSergio Ahumada2014-03-032-2/+2
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-032-2/+2
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-032-0/+20
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+6
* Get rid of unused variableKonstantin Ritt2014-03-031-2/+0
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-7/+4
* eglfs: Improve cursors and hotspotsJonathan Liu2014-02-261-2/+2
* Revert "Fix application font removal when using FontConfig"Eskil Abrahamsen Blomfeldt2014-02-251-128/+112
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-1/+1
* eglfs: Fix swapped red and blue with QOpenGLWidgetLaszlo Agocs2014-02-211-1/+6
* Prevent top/left clipping of anti-aliased glyphs in CoreText font engineTor Arne Vestbø2014-02-191-3/+41
* Unify alpha map padding in CoreText font engineTor Arne Vestbø2014-02-191-9/+8
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-193-9/+9
* QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-161-2/+1
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-151-7/+7
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-143-11/+31
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-139-147/+192
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-122-7/+2
|\