| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table. | Tor Lillqvist | 2004-09-15 | 1 | -0/+8 |
* | Ignore synthetic vertical writing versions of East Asian fonts. (#145322, | Tor Lillqvist | 2004-08-22 | 1 | -1/+5 |
* | Typedef PangoWin32FontMapClass. | Tor Lillqvist | 2004-08-06 | 1 | -4/+6 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -35/+2 |
* | Don't leak family_name. (#140772, John Ehresman) | Tor Lillqvist | 2004-04-29 | 1 | -0/+1 |
* | Use floating-point math in resolution calculation. (#141229, John | Tor Lillqvist | 2004-04-29 | 1 | -1/+1 |
* | pango/pango.def Add some missing symbols. (#135945, Cedric Gustin) | Tor Lillqvist | 2004-03-03 | 1 | -1/+1 |
* | updated externals including patch from J. Ali Harlow <ali@juiblex.co.uk>, | Hans Breuer | 2004-02-28 | 1 | -4/+14 |
* | New API pango_font_family_is_monospace. (#108728) | Noah Levitt | 2004-02-23 | 1 | -0/+9 |
* | New API for getting available sizes for a bitmap font face. | Noah Levitt | 2004-02-23 | 1 | -0/+11 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -1/+2 |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 1 | -1/+1 |
* | Add --with-usp10 flag to indicate where to find the usp10.h header, for | Tor Lillqvist | 2002-10-21 | 1 | -3/+2 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -5/+5 |
* | Revert change from 2002-09-21: Don't bypass the code that automatically | Tor Lillqvist | 2002-09-28 | 1 | -2/+4 |
* | Distribute specifically pango.aliases and pango.modules, not the whole | Tor Lillqvist | 2002-09-21 | 1 | -250/+225 |
* | pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking for | Owen Taylor | 2002-07-25 | 1 | -2/+7 |
* | Use complete PANGO_VERSION in zip file names. | Tor Lillqvist | 2002-05-26 | 1 | -7/+3 |
* | Silence gcc -Wall, initialise a couple of variables. | Tor Lillqvist | 2002-01-01 | 1 | -0/+14 |
* | Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output with | Tor Lillqvist | 2002-01-01 | 1 | -5/+7 |
* | Fix typo. | Tor Lillqvist | 2001-11-19 | 1 | -1/+1 |
* | Add new function pango_context_load_fontset() to wrap | Alex Larsson | 2001-11-18 | 1 | -0/+2 |
* | don't bother with module dir recalculation if LIBDIR isn't defined | Hans Breuer | 2001-11-03 | 1 | -4/+8 |
* | Patch from Darin Adler, with updates, to use g_ascii_* instead of | Owen Taylor | 2001-11-02 | 1 | -3/+3 |
* | Documentation updates. | Matthias Clasen | 2001-10-26 | 1 | -1/+18 |
* | Add the Win32 GDI Pango backend to autoconfiguration: | Tor Lillqvist | 2001-10-03 | 1 | -8/+0 |
* | Version 0.20PANGO_0_20 | Owen Taylor | 2001-09-25 | 1 | -1/+1 |
* | updated externals | Hans Breuer | 2001-09-21 | 1 | -161/+236 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -31/+22 |
* | restore the previously selected font into the device context. | Hans Breuer | 2001-08-09 | 1 | -1/+1 |
* | Large rewrite of the win32 backend to use real glyph indexes instead of | Alexander Larsson | 2001-08-09 | 1 | -659/+37 |
* | Require GLib-1.3.7 | Owen Taylor | 2001-06-29 | 1 | -1/+1 |
* | pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape): | Owen Taylor | 2001-06-25 | 1 | -2/+2 |
* | changed version to 0.17 | Hans Breuer | 2001-06-22 | 1 | -2/+2 |
* | instead of simply adding one matching font for the magic font names (sans, | Hans Breuer | 2001-04-13 | 1 | -24/+46 |