summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Add missing power button keycode to keymapRainer Keller2014-07-311-0/+1
* QCoreTextFontDatabase: Fix font weight value when populating a familyGabriel de Dietrich2014-07-291-3/+13
* Accessibility Linux: Fix crashes when accessing invalid functionsFrederik Gladhorn2014-07-031-6/+13
* Fix visual selection with EGL on xcbLaszlo Agocs2014-06-061-25/+14
* egl cursor: The sampler is a uniform not an attributeLaszlo Agocs2014-05-191-1/+1
* Accessibility: Update ComboBox text on arrow keysFrederik Gladhorn2014-05-161-7/+20
* qmacmime: rename and move QMacPasteboardMimePlainText to the cocoa pluginRichard Moe Gustavsen2014-05-161-62/+0
* qmacmime: add support for public.rtfRichard Moe Gustavsen2014-05-161-0/+88
* qmacmime: add support for public.textRichard Moe Gustavsen2014-05-141-0/+65
* Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-141-0/+3
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-131-3/+2
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-121-3/+2
| |\
| | * Avoid using repeat on widget textures in eglfsLaszlo Agocs2014-05-091-3/+2
* | | CoreText: Prevent creation of CGContext for glyphs with empty bounding boxTor Arne Vestbø2014-05-121-0/+5
* | | Allow QFont lookups using localized family names by adding family aliasTor Arne Vestbø2014-05-121-1/+8
|/ /
* | 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