summaryrefslogtreecommitdiff
path: root/pango/pangowin32-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Synthesize also Bold and Bold Italic (or Oblique) faces when feasible.Tor Lillqvist2008-05-271-71/+176
* Prune duplicated face names. Makes the GTK+ font selector look a bit sanerTor Lillqvist2008-05-261-8/+37
* pango/pangowin32-private.h Drop the PangoWin32FontMap::n_fonts field whichTor Lillqvist2008-05-261-25/+20
* pango/pangowin32.c Some whitespace cleanup.Tor Lillqvist2008-05-261-15/+17
* pango/pangowin32-private.h Drop the PangoWin32SizeInfo struct and the hashTor Lillqvist2008-05-261-121/+69
* Bug 515484: Pango on Windows is missing Type 1 font support Patch fromTor Lillqvist2008-02-241-1/+6
* Bug 515484: Pango on Windows is missing non-TrueType font support PatchTor Lillqvist2008-02-131-12/+18
* 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