| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -7/+7 |
* | Bug 369670 – Checked g_free calls | Behdad Esfahbod | 2006-11-02 | 1 | -2/+1 |
* | Make TypeInfo structs not static. Reduces relocations. | Behdad Esfahbod | 2006-10-13 | 1 | -3/+3 |
* | Minor doc syntax update. | Behdad Esfahbod | 2006-08-31 | 1 | -3/+3 |
* | Update docs to note a size value of zero may have been set explicitly. | Behdad Esfahbod | 2006-05-11 | 1 | -1/+1 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -3/+0 |
* | Change char* to char[] in the ft error table, to avoid relocations. | Behdad Esfahbod | 2006-03-31 | 1 | -3/+3 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | AC_DEFINE various version components. | Behdad Esfahbod | 2006-02-05 | 1 | -2/+2 |
* | 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 | -0/+1 |
* | pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, | Behdad Esfahbod | 2006-01-05 | 1 | -3/+3 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -4/+10 |
* | Use -export-symbols-regex to control symbol exports, including not | Owen Taylor | 2005-07-22 | 1 | -1/+17 |
* | Add some missing statics. (#142299, Morten Welinder) | Owen Taylor | 2004-05-27 | 1 | -3/+3 |
* | Convert PangoStretch to and from FC_WIDTH, so we can actually get | Manish Singh | 2004-03-12 | 1 | -8/+0 |
* | Fix some leftover references to INCLUDE_XFT_MODULES, INCLUDED_FC_MODULES. | Owen Taylor | 2003-10-31 | 1 | -5/+0 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -29/+15 |
* | Add some macro definitions for gcc-3.3 that suppress the bogus | Owen Taylor | 2003-08-22 | 1 | -5/+5 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -1/+2 |
* | Remove. | Owen Taylor | 2003-08-02 | 1 | -0/+3 |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 1 | -1/+1 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -5/+5 |
* | use XAddExtension() magic to automatically clean up our information when | Owen Taylor | 2002-08-09 | 1 | -0/+38 |
* | Rewrite average_digit_width computation to go through the same shaping | Owen Taylor | 2002-03-25 | 1 | -6/+6 |
* | isspace -> g_ascii_isspace (pango_font_description_from_string): isspace | Darin Adler | 2002-02-10 | 1 | -1/+0 |
* | Add new function pango_context_load_fontset() to wrap | Alex Larsson | 2001-11-18 | 1 | -0/+2 |
* | Patch from Darin Adler, with updates, to use g_ascii_* instead of | Owen Taylor | 2001-11-02 | 1 | -1/+3 |
* | Documentation updates. | Matthias Clasen | 2001-10-26 | 1 | -1/+19 |
* | Version 0.20PANGO_0_20 | Owen Taylor | 2001-09-25 | 1 | -1/+1 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -302/+374 |
* | Require GLib-1.3.7 | Owen Taylor | 2001-06-29 | 1 | -1/+1 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -4/+6 |
* | Actually advance through list. (Problem noticed by Erwann Chenede) | Owen Taylor | 2001-05-31 | 1 | -0/+2 |
* | Move some fontmap stuff to pangox-private.h to access fontmap->resolution | Havoc Pennington | 2001-04-27 | 1 | -33/+1 |
* | pass 0 as first argument to g_type_init(). | Tim Janik | 2001-02-04 | 1 | -1/+1 |
* | Fix low underline code to deal with run_ink == NULL. | Owen Taylor | 2000-11-14 | 1 | -2/+3 |
* | Add a per-PangoXFontMap cache for X Atoms. | Robert Brady | 2000-11-08 | 1 | -0/+50 |
* | Add a new attribute for scaling a font; also required adding | Havoc Pennington | 2000-11-01 | 1 | -4/+4 |
* | adapted g_Type_register_*() calls. GLib wants an additional flag field to | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Don't produce a warning unless loading all fonts fails, if loading all | Owen Taylor | 2000-08-22 | 1 | -7/+22 |
* | Add parameter telling whether to print warning or not if string isn't | Tor Lillqvist | 2000-08-20 | 1 | -4/+4 |
* | Free buffer strings. | Owen Taylor | 2000-07-21 | 1 | -31/+321 |
* | pango/pango-utils.h pango/pango-utils.c pango/pangox-fontmap.c Move the | Tor Lillqvist | 2000-07-16 | 1 | -200/+4 |
* | A bunch of simple functions for reading from files, manipulating strings | Owen Taylor | 2000-06-30 | 1 | -174/+80 |
* | *** empty log message *** | Owen Taylor | 2000-06-08 | 1 | -2/+2 |
* | add missing return from last commit | Owen Taylor | 2000-06-06 | 1 | -0/+2 |
* | Add a function to free cached information for a particular display. (This | Owen Taylor | 2000-06-06 | 1 | -8/+65 |
* | Fix problem with unloading fonts. | Owen Taylor | 2000-06-05 | 1 | -9/+58 |
* | New function to retrieve the XLFD for a given subfont. | Owen Taylor | 2000-05-29 | 1 | -3/+3 |