summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Fix support for scripts that require OpenTypeEskil Abrahamsen Blomfeldt2012-03-072-2/+2
* Add missing Q_OBJECT macro to QCoreTextFontEngineTasuku Suzuki2012-03-061-0/+1
* Fix fontconfig.pri file to allow QPA plugins to buildSean Harmer2012-02-231-2/+2
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-3/+1
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-175-4/+161
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-021-5/+2
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-312-1/+10
* Mac: Fix compilation with -qtnamespace setKai Koehne2012-01-312-1/+9
* Remove Symbian specific code in platformsupport.Xizhi Zhu2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-309-9/+9
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-242-7/+8
* Update contact information in license headers.Jason McDonald2012-01-239-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-059-9/+9
* Fix rare crashes in fontconfig fontdb due to uninitialized variableSimon Hausmann2012-01-041-1/+1
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-121-2/+2
* Remove QCoreTextFontEngineMultiJiang Jiang2011-12-042-357/+0
* Enable subpixel rendering for raster on MacJiang Jiang2011-12-042-1/+11
* Add QRawFont from data support to Mac font dbJiang Jiang2011-12-012-0/+24
* Set supporting writingSystem correctlyJiang Jiang2011-12-011-1/+2
* Mac Core Text font database for QPAJiang Jiang2011-11-306-3/+1451
* Fixed compile of QtPlatformSupport with -qtnamespace.Rohan McGovern2011-11-172-0/+8
* Provide defaultFont with fontconfig dbJiang Jiang2011-11-152-2/+10
* Do not add QPF fonts to basic font dbJiang Jiang2011-11-151-1/+0
* Fix symbol fonts support with FT engineJiang Jiang2011-11-112-0/+6
* Restore subpixel rendering support with fontconfig and FreeTypeJiang Jiang2011-11-051-6/+33
* Revert "Avoid fontconfig access in fontEngine creation"Jiang Jiang2011-11-042-25/+43
* Use freetype font engine on WindowsOlli Werwolff2011-10-106-21/+26
* Add font family alias resolving to QPAJiang Jiang2011-10-052-0/+19
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-233-5/+83
* Make sure libQtPlatformSupport has proper flagsJiang Jiang2011-09-171-0/+1
* Compile in C++0x modeLars Knoll2011-09-171-4/+8
* Avoid fontconfig access in fontEngine creationJiang Jiang2011-09-172-43/+25
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-19/+22
* Mac: make platformsupport a static libMorten Sorvig2011-09-011-4/+0
* Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-261-0/+1
* Support QRawFont from raw data with basic unix font dbEskil Abrahamsen Blomfeldt2011-08-252-0/+67
* Just change includes to be have <> brackets instead of ""Jørgen Lind2011-08-241-2/+2
* Fix fallbacksForFamily in QBasicUnixFontDatabaseJiang Jiang2011-08-242-2/+2
* Fix weight parsing in QBasicUnixFontDatabaseJiang Jiang2011-08-241-0/+27
* Compile fix for platformsupport on Mac.Morten Sorvig2011-06-211-0/+4
* Compile fix, and remove warningsJørgen Lind2011-06-102-4/+3
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-109-0/+1203