| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 329547 – pango_layout_get_pixel_extents and | Behdad Esfahbod | 2006-04-29 | 1 | -2/+2 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -2/+0 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 1 | -30/+57 |
* | 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 | -2/+2 |
* | Use g_slice for various attribute types allocations. (bug #325040, | Behdad Esfahbod | 2006-01-01 | 1 | -23/+35 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+10 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -18/+20 |
* | Fixed typo (#316054). | Jean Brefort | 2005-09-12 | 1 | -1/+1 |
* | Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder) | Owen Taylor | 2005-07-26 | 1 | -18/+40 |
* | Based on patch from Gustavo J. A. M. Carneiro (#305975) | Owen Taylor | 2005-07-22 | 1 | -2/+6 |
* | Fix various typos in the docs (#163244, Morten Welinder) | Owen Taylor | 2005-03-02 | 1 | -2/+2 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -11/+24 |
* | Fix reversed test on attr->absolute that was causing pixels sizes to be | Owen Taylor | 2005-01-06 | 1 | -2/+2 |
* | Fix doc sentences to parse. (#161812, Morten Welinder) | Owen Taylor | 2005-01-04 | 1 | -2/+2 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 1 | -19/+78 |
* | Add underline_color and strikethrough_color attribute types. (#147616, | Owen Taylor | 2004-11-23 | 1 | -0/+54 |
* | Remove color_set() virtual function ... it's not absolutely necessary for | Owen Taylor | 2004-11-19 | 1 | -10/+59 |
* | Add new letter_spacing attribute. | Owen Taylor | 2004-06-23 | 1 | -2/+25 |
* | Initialize state->lang from context->language if not otherwise set. | Owen Taylor | 2004-06-21 | 1 | -1/+1 |
* | Fix leak when inserting an empty attributes. (#140771, Morten Welinder) | Owen Taylor | 2004-06-21 | 1 | -1/+4 |
* | New attribute to turn font fallback on or off. (#105553) | Noah Levitt | 2004-02-29 | 1 | -0/+27 |
* | Fix infinite loop introduced with last change. (#133749, reported by | Owen Taylor | 2004-02-09 | 1 | -1/+1 |
* | Fix problem with empty markup tags (#128102, Christian Persch) | Owen Taylor | 2004-02-05 | 1 | -4/+10 |
* | Correct the documentation. (#128431, Ross Burton) | Matthias Clasen | 2003-12-18 | 1 | -1/+1 |
* | Fix _SCALE semantics. Fixes bug 121543; patch from Owen. | Morten Welinder | 2003-11-18 | 1 | -4/+9 |
* | Doc markup and typo fixes. | Matthias Clasen | 2003-06-25 | 1 | -4/+4 |
* | Return FALSE, not -1 in g_return_val_if_fail(). (#107666, Morten | Owen Taylor | 2003-04-15 | 1 | -1/+1 |
* | Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), add | Owen Taylor | 2002-12-03 | 1 | -1/+112 |
* | Use PANGO_FONT_MASK_* not PANGO_ATTR_* when manipulating the mask. Add | Owen Taylor | 2001-09-28 | 1 | -14/+15 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -80/+42 |
* | Update to the new g_boxed_type_register_static API. | Alex Larsson | 2001-09-10 | 1 | -3/+1 |
* | New file, move color handling here. | Owen Taylor | 2001-08-30 | 1 | -54/+0 |
* | Remove stray semicolon. | Darin Adler | 2001-07-12 | 1 | -4/+4 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -21/+64 |
* | Removed pango_justify(), since it has no implementation that I can find. | Havoc Pennington | 2001-04-17 | 1 | -1/+18 |
* | fixed up g_boxed_type_register_static() since GLib signature changed. | Tim Janik | 2001-03-07 | 1 | -14/+10 |
* | Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST. | Alexander Larsson | 2001-02-28 | 1 | -0/+17 |
* | properly update the tail of the list (pango_attr_list_change): flip order | Havoc Pennington | 2001-02-13 | 1 | -1/+6 |
* | pass 0 as first argument to g_type_init(). | Tim Janik | 2001-02-04 | 1 | -1/+1 |
* | take a PangoColor not a PangoAttrColor | Havoc Pennington | 2001-01-26 | 1 | -8/+49 |
* | Renamed pango_attribute_compare to pango_attribute_equal. Renamed compare | Sebastian Wilhelmi | 2000-11-13 | 1 | -34/+34 |
* | Add a new attribute for scaling a font; also required adding | Havoc Pennington | 2000-11-01 | 1 | -11/+82 |
* | Fix bug where wrong attribute list was unreferenced. | Owen Taylor | 2000-09-11 | 1 | -1/+64 |
* | Minor fixes to Owen's patch below to make it work. | Jonathan Blandford | 2000-09-08 | 1 | -28/+127 |
* | If the first pango_skip_space fails, remember to free enginepair before | Elliot Lee | 2000-08-08 | 1 | -1/+3 |
* | Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do not | Elliot Lee | 2000-08-04 | 1 | -1/+1 |
* | A bit of code cleanup. | Owen Taylor | 2000-07-21 | 1 | -0/+67 |
* | Free buffer strings. | Owen Taylor | 2000-07-21 | 1 | -0/+2 |