summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/fontconfig
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-10/+10
* 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
* | Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-041-0/+1
* | Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-042-4/+4
|/
* make freetype & fontconfig dependencies private againOswald Buddenhagen2017-02-081-1/+1
* move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-082-2/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-26/+26
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-26/+26
| |\
| | * QFontconfigDatabase: remove 200 unneeded relocationsMarc Mutz2016-11-081-26/+26
* | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-1/+1
* | | create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-151-1/+1
* | | fix freetype/fontconfig configure systemOswald Buddenhagen2016-10-041-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+7
| |\|
| | * Fix Myanmar text with some fontsEskil Abrahamsen Blomfeldt2016-09-231-1/+7
* | | Do not force the default fontconfig configurationAllan Sandfeld Jensen2016-09-042-1/+8
* | | platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-1/+1
* | | Cleanup QT_NO_FONTCONFIG usageLars Knoll2016-08-191-1/+1
|/ /
* | Fix registered style name of sub-familiesAllan Sandfeld Jensen2016-08-031-1/+0
* | Register sub-families as separate fontsAllan Sandfeld Jensen2016-08-021-3/+30
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-23/+17
|\|
| * Micro optimization to QFontconfigDatabaseKonstantin Ritt2016-04-271-12/+12
| * Get rid of requiresOpenType() helperKonstantin Ritt2016-04-271-14/+7
| * Query FC_CAPABILITY once per patternKonstantin Ritt2016-04-271-2/+3
| * Check for required capability only when FC_CAPABILITY is availableKonstantin Ritt2016-04-271-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
|\|
| * Xft antialias settings must not override requested NoAntialiasAllan Sandfeld Jensen2016-03-101-1/+1
* | Updated license headersJani Heikkinen2016-01-154-56/+80
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-3/+7
|\|
| * Remove O(n^2) behavior in fallbacksForFamily().Volker Krause2015-11-261-3/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-1/+7
|\|
| * Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-1/+7
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/
* Turn off font hinting when active highdpi scalingPaul Olav Tvete2015-07-301-3/+2
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-1/+24
* Correct typo in the Gujarati openType identififer.Michael Brüning2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-114-28/+28
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-38/+38
|\
| * Only use Xft font settings as defaults, and let fontconfig overrideAllan Sandfeld Jensen2015-02-021-38/+38
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-0/+5
|\|
| * Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-161-0/+5
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-5/+11
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-9/+9
* | QFontconfigDatabase weight-matching refactoringPierre Rossi2014-11-271-19/+22
* | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-262-4/+4
|/
* fontconfig: do not assume the path to a font file is Latin1-encodedShawn Rutledge2014-10-291-1/+1
* Make font hinting and antialiasing size dependent when using FontConfigAlexander Volkov2014-10-171-0/+3
* Reduce code duplication in QFontconfigDatabaseAlexander Volkov2014-10-162-146/+97