| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | New function that inserts before other attributes with matching start | Owen Taylor | 2000-07-02 | 1 | -17/+48 |
* | GTK+ should compile now... sorry about the mess... | Havoc Pennington | 2000-06-21 | 1 | -0/+36 |
* | New function to copy a PangoAttrIterator. | Havoc Pennington | 2000-06-07 | 1 | -4/+28 |
* | Add a function pango_layout_line_get_x_ranges(), to allow handling | Owen Taylor | 2000-04-18 | 1 | -4/+90 |
* | Doc updates. | Owen Taylor | 2000-04-05 | 1 | -1/+1 |
* | Fix off-by-one error for RTL runs. | Owen Taylor | 2000-04-03 | 1 | -1/+3 |
* | Memory management functions for PangoItem. | Owen Taylor | 2000-03-13 | 1 | -21/+96 |
* | Convert log_clusters[] use from char offsets to byte offset - should make | Owen Taylor | 2000-03-07 | 1 | -2/+2 |
* | Add size to the font description structure instead of continually passing | Owen Taylor | 2000-02-25 | 1 | -0/+3 |
* | Make refcounted. | Owen Taylor | 2000-02-16 | 1 | -47/+60 |
* | Add documentation for attributes. | Owen Taylor | 2000-02-15 | 1 | -55/+571 |
* | Start of attribute lists. | Owen Taylor | 2000-02-15 | 1 | -0/+386 |