| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 685021: "Add" load_fontset() for Win32 backend | Chun-wei Fan | 2012-10-30 | 1 | -0/+157 |
* | pango/pangowin32-fontmap.c: Fix build | Chun-wei Fan | 2012-09-14 | 1 | -1/+3 |
* | More churn | Behdad Esfahbod | 2012-08-28 | 1 | -2/+2 |
* | Make static data thread safe in pangowin32-fontmap.c | Alessandro Pignotti | 2012-08-27 | 1 | -4/+2 |
* | Make a couple of functions reentrant | Alessandro Pignotti | 2012-08-27 | 1 | -8/+7 |
* | Deprecate pango_lookup_aliases() | Matthias Clasen | 2012-08-27 | 1 | -1/+277 |
* | Bug 578935 – Syntax error (missing semicolon) in pango/pangowin32-fontmap.c | Behdad Esfahbod | 2009-04-14 | 1 | -1/+1 |
* | Allow font_family=NULL in load_font() and load_fontset() methods | Behdad Esfahbod | 2009-04-06 | 1 | -3/+5 |
* | Revert change from 2008-05-28 that mapped words and word pairs that | Tor Lillqvist | 2009-03-09 | 1 | -98/+2 |
* | Bug 143542 – PangoFT2Fontmap leak | Behdad Esfahbod | 2008-08-22 | 1 | -2/+2 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Map words that indicate weight and slant in the font name into the | Tor Lillqvist | 2008-05-27 | 1 | -9/+108 |
* | Rework face synthesis once again. Code is simpler now, and we don't | Tor Lillqvist | 2008-05-27 | 1 | -83/+81 |
* | After the change to how the standard pseudo font families are set up | Tor Lillqvist | 2008-05-27 | 1 | -20/+2 |
* | Synthesize also Bold and Bold Italic (or Oblique) faces when feasible. | Tor Lillqvist | 2008-05-27 | 1 | -71/+176 |
* | Prune duplicated face names. Makes the GTK+ font selector look a bit saner | Tor Lillqvist | 2008-05-26 | 1 | -8/+37 |
* | pango/pangowin32-private.h Drop the PangoWin32FontMap::n_fonts field which | Tor Lillqvist | 2008-05-26 | 1 | -25/+20 |
* | pango/pangowin32.c Some whitespace cleanup. | Tor Lillqvist | 2008-05-26 | 1 | -15/+17 |
* | pango/pangowin32-private.h Drop the PangoWin32SizeInfo struct and the hash | Tor Lillqvist | 2008-05-26 | 1 | -121/+69 |
* | Bug 515484: Pango on Windows is missing Type 1 font support Patch from | Tor Lillqvist | 2008-02-24 | 1 | -1/+6 |
* | Bug 515484: Pango on Windows is missing non-TrueType font support Patch | Tor Lillqvist | 2008-02-13 | 1 | -12/+18 |
* | Bug 483600 – Leak of font family name inPANGO_1_18_3 | Behdad Esfahbod | 2007-10-15 | 1 | -0/+2 |
* | Add G_UNLIKELY() to type registration block in _get_type() functions. | Behdad Esfahbod | 2007-06-20 | 1 | -2/+2 |
* | Add is_synthetic field. | Tor Lillqvist | 2007-06-12 | 1 | -7/+22 |
* | A font name in encoding UCS4_ENCODING_ID actually is in UTF-16, not UCS-4. | Tor Lillqvist | 2007-04-30 | 1 | -2/+4 |
* | Add missing declaration of pango_win32_family_get_type(). (#417946, Ivan | Tor Lillqvist | 2007-03-14 | 1 | -1/+3 |
* | Add new symbols to docs. | Behdad Esfahbod | 2007-03-12 | 1 | -1/+1 |
* | pango/pangowin32-private.h pango/pangowin32.c pango/pangowin32-fontcache.c | Tor Lillqvist | 2007-03-10 | 1 | -112/+66 |
* | This change was supposed to go in the trunk before 1.16.0, but it didn't | Tor Lillqvist | 2007-02-27 | 1 | -125/+333 |
* | If something has gone wrong in setting the family of the font description, | Owen Taylor | 2007-02-13 | 1 | -1/+13 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -34/+34 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -56/+56 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -2/+2 |
* | Make TypeInfo structs not static. Reduces relocations. | Behdad Esfahbod | 2006-10-13 | 1 | -2/+2 |
* | synthesize some italic variants for fonts no having them already. This | Hans Breuer | 2006-06-05 | 1 | -0/+71 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Change g_critical to g_warning. We already handle them gracefully. | Behdad Esfahbod | 2006-02-21 | 1 | -0/+4 |
* | Oops. Fix typo in docs.PANGO_1_11_5 | Behdad Esfahbod | 2006-02-11 | 1 | -1/+1 |
* | Rename the recently added pango_win32_pango_font_description_from_logfont() | Tor Lillqvist | 2006-02-10 | 1 | -6/+6 |
* | Add Since: info to the doc comment for the function just added. | Tor Lillqvist | 2006-02-10 | 1 | -0/+2 |
* | Fix #135098 and #322510. | Tor Lillqvist | 2006-02-10 | 1 | -97/+113 |
* | Make matrix parameter const. | Behdad Esfahbod | 2006-01-21 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -1/+1 |
* | pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, | Behdad Esfahbod | 2006-01-05 | 1 | -2/+2 |
* | Have a list of metrics by language instead of just one metrics. | Tor Lillqvist | 2005-09-14 | 1 | -17/+7 |
* | No need to include modules.h here any longer. (pango_win32_get_context): | Tor Lillqvist | 2005-07-22 | 1 | -0/+2 |
* | pango/pangowin32-fontmap.c (pango_win32_font_map_class_init) Move | Owen Taylor | 2005-07-21 | 1 | -0/+3 |
* | Correct parameters passed to MultiByteToWideChar(). Pass -1 as source | Tor Lillqvist | 2005-04-28 | 1 | -2/+4 |
* | PangoCairoFontMap for win32 fonts. | Owen Taylor | 2005-02-24 | 1 | -113/+99 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 1 | -0/+3 |