summaryrefslogtreecommitdiff
path: root/pango/pangowin32-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 483600 – Leak of font family name inPANGO_1_18_3Behdad Esfahbod2007-10-151-0/+2
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-2/+2
* Add is_synthetic field.Tor Lillqvist2007-06-121-7/+22
* A font name in encoding UCS4_ENCODING_ID actually is in UTF-16, not UCS-4.Tor Lillqvist2007-04-301-2/+4
* Add missing declaration of pango_win32_family_get_type(). (#417946, IvanTor Lillqvist2007-03-141-1/+3
* Add new symbols to docs.Behdad Esfahbod2007-03-121-1/+1
* pango/pangowin32-private.h pango/pangowin32.c pango/pangowin32-fontcache.cTor Lillqvist2007-03-101-112/+66
* This change was supposed to go in the trunk before 1.16.0, but it didn'tTor Lillqvist2007-02-271-125/+333
* If something has gone wrong in setting the family of the font description,Owen Taylor2007-02-131-1/+13
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-34/+34
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-56/+56
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-131-2/+2
* synthesize some italic variants for fonts no having them already. ThisHans Breuer2006-06-051-0/+71
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-0/+4
* Oops. Fix typo in docs.PANGO_1_11_5Behdad Esfahbod2006-02-111-1/+1
* Rename the recently added pango_win32_pango_font_description_from_logfont()Tor Lillqvist2006-02-101-6/+6
* Add Since: info to the doc comment for the function just added.Tor Lillqvist2006-02-101-0/+2
* Fix #135098 and #322510.Tor Lillqvist2006-02-101-97/+113
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+2
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-141-17/+7
* No need to include modules.h here any longer. (pango_win32_get_context):Tor Lillqvist2005-07-221-0/+2
* pango/pangowin32-fontmap.c (pango_win32_font_map_class_init) MoveOwen Taylor2005-07-211-0/+3
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-2/+4
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-113/+99
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-0/+3
* Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table.Tor Lillqvist2004-09-151-0/+8
* Ignore synthetic vertical writing versions of East Asian fonts. (#145322,Tor Lillqvist2004-08-221-1/+5
* Typedef PangoWin32FontMapClass.Tor Lillqvist2004-08-061-4/+6
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-35/+2
* Don't leak family_name. (#140772, John Ehresman)Tor Lillqvist2004-04-291-0/+1
* Use floating-point math in resolution calculation. (#141229, JohnTor Lillqvist2004-04-291-1/+1
* pango/pango.def Add some missing symbols. (#135945, Cedric Gustin)Tor Lillqvist2004-03-031-1/+1
* updated externals including patch from J. Ali Harlow <ali@juiblex.co.uk>,Hans Breuer2004-02-281-4/+14
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-231-0/+9
* New API for getting available sizes for a bitmap font face.Noah Levitt2004-02-231-0/+11
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-1/+2
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-1/+1
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-211-3/+2
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-5/+5
* Revert change from 2002-09-21: Don't bypass the code that automaticallyTor Lillqvist2002-09-281-2/+4
* Distribute specifically pango.aliases and pango.modules, not the wholeTor Lillqvist2002-09-211-250/+225
* pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking forOwen Taylor2002-07-251-2/+7
* Use complete PANGO_VERSION in zip file names.Tor Lillqvist2002-05-261-7/+3
* Silence gcc -Wall, initialise a couple of variables.Tor Lillqvist2002-01-011-0/+14
* Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output withTor Lillqvist2002-01-011-5/+7
* Fix typo.Tor Lillqvist2001-11-191-1/+1