summaryrefslogtreecommitdiff
path: root/pango/pangowin32-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* pangowin32-fontmap.c: Look harder for the matching fontChun-wei Fan2021-08-091-3/+19
* Fix a compiler warningMatthias Clasen2021-07-091-1/+0
* Merge branch 'win32-cmap-free' into 'master'Matthias Clasen2021-07-091-2/+2
|\
| * pangowin32: Clear cmap on finalizeSeungha Yang2021-04-071-2/+2
* | docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-15/+17
* | Add some NULL checksadd-null-checkdsMatthias Clasen2021-05-091-1/+2
|/
* Fix a typo in pango/pangowin32-fontmap.c which causedNaveen M K2021-03-151-1/+1
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-2/+2
* pangowin32-fontmap.c: Fix build on older compilersChun-wei Fan2020-08-261-1/+3
* Fixes pango_win32_font_map_load_font when font contains fallback familiesEvgenii Gurianov2020-08-041-23/+28
* pangowin32-fontmap: delete no longer needed font map aliasesAaron Boxer2020-06-081-6/+2
* pangowin32-fontmap: load windows fallbacks and aliases in class initAaron Boxer2020-06-081-17/+10
* win32: Use GPrivate-managed display device contextYongsu Park2020-06-081-20/+39
* Add pango_font_get_faceMatthias Clasen2019-10-311-1/+10
* Add pango_font_face_get_familyMatthias Clasen2019-10-311-2/+13
* PangoWin32: Use hb_font_get_nominal_glyphKhaled Hosny2019-07-271-15/+39
* PangoWin32: Make font discovery thread-safeChun-wei Fan2019-07-251-28/+28
* PangoWin32: Drop _pango_win32_os_version_infoChun-wei Fan2019-07-251-3/+1
* pango/pangowin32-fontmap.c: Fix code formattingChun-wei Fan2019-07-251-216/+221
* Add system-ui generic family supportAkira TAGOH2019-07-241-1/+7
* pangowin32: add back the old font fallback list for each registered fontChristoph Reiter2019-07-211-0/+11
* Drop g_type_init callsMatthias Clasen2019-07-041-5/+0
* pangowin32: Read the font fallback list from the registry instead of hardcodi...Christoph Reiter2018-12-041-2/+103
* pangowin32-fontmap.c: Add an Emoji font familyChun-wei Fan2018-03-311-1/+2
* Bug 764089 - PangoWin32FontMap Memory LeakBehdad Esfahbod2016-03-261-3/+53
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-051-1/+0
* [win32] Don't read pango.aliasesBehdad Esfahbod2015-04-041-54/+0
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-4/+0
* [win32] Bug 733764 - Support more / free font weightsBehdad Esfahbod2014-07-251-34/+4
* [win32] Fixup previous commitBehdad Esfahbod2014-04-091-1/+1
* [win32] Improve threadsafetyBehdad Esfahbod2014-04-091-21/+25
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-2/+2
* Bug 682846 - Use G_DEFINE_TYPE in pangowin32-fontmapBehdad Esfahbod2013-03-151-55/+21
* Port PangoWin32 to use GWeakRefBehdad Esfahbod2013-03-151-4/+4
* [win32] Fix assertion and warningsBehdad Esfahbod2013-02-251-1/+3
* Don't call g_type_init if GLib is new enoughMatthias Clasen2013-01-071-0/+2
* Bug 685021: "Add" load_fontset() for Win32 backendChun-wei Fan2012-10-301-0/+157
* pango/pangowin32-fontmap.c: Fix buildChun-wei Fan2012-09-141-1/+3
* More churnBehdad Esfahbod2012-08-281-2/+2
* Make static data thread safe in pangowin32-fontmap.cAlessandro Pignotti2012-08-271-4/+2
* Make a couple of functions reentrantAlessandro Pignotti2012-08-271-8/+7
* Deprecate pango_lookup_aliases()Matthias Clasen2012-08-271-1/+277
* Bug 578935 – Syntax error (missing semicolon) in pango/pangowin32-fontmap.cBehdad Esfahbod2009-04-141-1/+1
* Allow font_family=NULL in load_font() and load_fontset() methodsBehdad Esfahbod2009-04-061-3/+5
* Revert change from 2008-05-28 that mapped words and word pairs thatTor Lillqvist2009-03-091-98/+2
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Map words that indicate weight and slant in the font name into theTor Lillqvist2008-05-271-9/+108
* Rework face synthesis once again. Code is simpler now, and we don'tTor Lillqvist2008-05-271-83/+81
* After the change to how the standard pseudo font families are set upTor Lillqvist2008-05-271-20/+2