summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Silence a GCC 8 warning in evdevtabletVille Voutilainen2018-11-191-1/+1
* [cocoa] Disable offline renderers for dual AMD FirePro GPUMichael Brüning2018-10-301-1/+6
* Fix font weights on macOS 10.14Eskil Abrahamsen Blomfeldt2018-10-021-3/+3
* macOS + FreeType: Properly distinguish memory fonts from file fontsTor Arne Vestbø2018-05-151-6/+5
* QCoreTextFontEngine: Fix build with Xcode 9.3Gabriel de Dietrich2018-04-121-1/+1
* CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-072-1/+9
* Fix some cases of scaled text disappearing with freetypeJoni Poikelin2018-02-022-4/+2
* CoreText: Add Apple Symbols as a fallback to cover some symbolsAndy Shaw2018-01-241-18/+19
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-2/+2
* Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-111-1/+4
|\
| * Fix regression in painted emoji offsetAllan Sandfeld Jensen2018-01-101-1/+4
* | CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+3
|/
* Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-123-5/+25
* Fix QEGLPbuffer::isValid() with surfaceless contextsLaszlo Agocs2017-12-122-4/+10
* macOS/iOS: Fix garbled text under some conditionsEskil Abrahamsen Blomfeldt2017-12-012-9/+19
* Generic Unix Theme: Don't crash if D-Bus is not runningGabriel de Dietrich2017-11-201-3/+5
* Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-062-11/+21
* Windows font database: Remove clamping of default font sizeFriedemann Kleint2017-10-091-6/+0
* Fix deprecated API usageJake Petroules2017-10-071-1/+1
* qglxconvenience: Avoid null pointer dereferenceKai Uwe Broulik2017-09-271-1/+4
* Fix typo in debug statement: QPlatformScren -> QPlatformScreenSérgio Martins2017-09-241-1/+1
* Add missing math.h include (for sqrt function)Jake Petroules2017-09-221-0/+2
* Windows QPA: Hardcode a limit for the default point sizeFriedemann Kleint2017-09-011-0/+20
* QFbVtHandler: Remove unused sys/signalfd.h includeDongmei Wang2017-08-291-1/+0
* Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-281-1/+1
* macOS: Fix matching of font weights for application fontsEskil Abrahamsen Blomfeldt2017-08-161-19/+26
* Fix a race condition in QEvdevTabletHandler::readData()Romain Pokrzywka2017-08-141-1/+1
* Windows font database: Make DirectWrite warnings more verboseFriedemann Kleint2017-07-271-2/+22
* Read more KDE configuration in the KDE platform themeAllan Sandfeld Jensen2017-07-181-9/+40
* QIntegrityHIDManager: Fix syncqt warningsFriedemann Kleint2017-07-071-3/+3
* Follow KDE settings for menu and toolbar fontsAllan Sandfeld Jensen2017-06-131-0/+8
* Use upstream at-spi 2Frederik Gladhorn2017-06-095-1/+134
* winrt: Use styleHint as clue for fallbacks for font familiesOliver Wolff2017-06-012-3/+27
* Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-305-1/+344
* Do not use FT_LOAD_TARGET_LCD when full hinting is requestedAllan Sandfeld Jensen2017-05-291-7/+2
* Add INTEGRITY mkspec for ARMv8 Drive CXTero Alamäki2017-05-291-2/+4
* Add undeclared CoreFoundation and Foundation deps to coretext.priJake Petroules2017-05-111-5/+9
* Update detection of $DESKTOP_SESSIONThiago Macieira2017-04-272-7/+29
* Fix unused private fields in dbusmenu and dbustrayThiago Macieira2017-04-263-7/+3
* Fix warning for -no-feature-multiprocessTasuku Suzuki2017-04-251-0/+2
* Prevent busy loop in glib event dispatcherGatis Paeglis2017-04-241-6/+7
* macOS: Fix crash when closing windows with raster backingstoreTor Arne Vestbø2017-04-211-1/+4
* macOS: Defer population of localized font family aliases until neededTor Arne Vestbø2017-04-212-12/+36
* Disable precompiled headers for small modulesThiago Macieira2017-04-209-9/+0
* Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-181-0/+18
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-1/+7
|\
| * QFontconfigDatabase: properly parse desktop environment variableMarco Trevisan (Treviño)2017-04-121-1/+7
* | QWindowsFontEngineDirectWrite: Fix build with MinGWFriedemann Kleint2017-04-121-1/+1
* | macOS: Prevent leaking font data when creating QRawFont from QByteArraysTor Arne Vestbø2017-04-113-27/+45
* | macOS: Don't marshal app font data via URL when using FreeType font engineTor Arne Vestbø2017-04-112-71/+33