summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsfontdatabase_ft.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-20/+23
|\
| * Windows QPA: Fix the signature of the font enumeration callbacks.Friedemann Kleint2016-02-151-20/+23
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+2
|\|
| * If the font is not being found then get the English name regardlessAndy Shaw2016-02-051-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-1/+1
|\|
| * Fix potential crash in FreeType font database for WinCETakumi ASAKI2016-01-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-14/+61
|\|
| * Use proper class namespace in QBasicFontDatabase sub-classesKonstantin Ritt2015-12-151-1/+1
| * Add support for reading fonts from TTC files on Windows EmbeddedAndy Shaw2015-12-151-13/+60
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-1/+1
|\|
| * Windows QPA: Fix debug operators.Friedemann Kleint2015-10-271-1/+1
* | Windows QPA: Replace some ugly typedefs by auto.Friedemann Kleint2015-08-211-3/+1
|/
* Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-311-3/+3
* Windows: Introduce delayed population to the FreeType font database.Friedemann Kleint2015-03-121-59/+147
* Windows: Refactor FreeType font database.Friedemann Kleint2015-02-201-100/+132
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-29/+4
|\
| * Revert "Fix font enumeration, with the same family name, on Windows."Friedemann Kleint2015-01-231-34/+2
* | Don't build WinCE specific code on other platformsKonstantin Ritt2015-01-231-1/+123
* | Fix potential memory access violation issuesKonstantin Ritt2014-12-241-9/+5
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-15/+1
|/
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-281-2/+34
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Windows: Use common code paths for default font families.Friedemann Kleint2014-07-261-24/+1
* Fix font merging for complex scripts on WindowsKonstantin Ritt2014-04-161-2/+1
* Force alignment for SSE2 to not crash with mingwKonstantin Ritt2014-02-131-2/+2
* Windows: Fix potential crash in font database when family name is empty.Friedemann Kleint2014-02-111-1/+1
* Decrease code duplicationKonstantin Ritt2014-02-061-3/+3
* QWindowsFontDatabaseFT: Code deduplicationKonstantin Ritt2014-01-301-116/+4
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-19/+15
* Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-191-3/+0
* Drop leftovers after 02651060b6ce5b16b06721378a239a6d2bd9f528Konstantin Ritt2013-09-141-6/+0
* Windows CE : Fix incorrect text rendering on wince with freetype enginedarius2013-09-101-0/+68
* API-cleanup: Add QPlatformFontDatabase::registerAliasToFontFamily().Friedemann Kleint2013-07-161-3/+1
* QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-111-1/+1
* Fix reporting writing systems for non-TrueType fontsKonstantin Ritt2013-04-011-38/+46
* QFontConfigDatabase: fix fallbacksForFamily() for CJK languagesKonstantin Ritt2013-04-011-1/+1
* Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-121-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-4/+4
|\|
| * Fix styleName support in QPA font databaseJiang Jiang2012-12-141-4/+4
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-5/+5
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix freetype font rendering for Windows CEAndreas Holzammer2012-08-201-0/+47
* Windows: Fix warnings about being unable to load fonts from font dir.Friedemann Kleint2012-06-141-1/+0