summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-30/+57
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+10
* Various documentation improvements.Behdad Esfahbod2005-11-171-18/+20
* Fixed typo (#316054).Jean Brefort2005-09-121-1/+1
* Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder)Owen Taylor2005-07-261-18/+40
* Based on patch from Gustavo J. A. M. Carneiro (#305975)Owen Taylor2005-07-221-2/+6
* Fix various typos in the docs (#163244, Morten Welinder)Owen Taylor2005-03-021-2/+2
* Add checks for CairoOwen Taylor2005-01-091-11/+24
* Fix reversed test on attr->absolute that was causing pixels sizes to beOwen Taylor2005-01-061-2/+2
* Fix doc sentences to parse. (#161812, Morten Welinder)Owen Taylor2005-01-041-2/+2
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-19/+78
* Add underline_color and strikethrough_color attribute types. (#147616,Owen Taylor2004-11-231-0/+54
* Remove color_set() virtual function ... it's not absolutely necessary forOwen Taylor2004-11-191-10/+59
* Add new letter_spacing attribute.Owen Taylor2004-06-231-2/+25
* Initialize state->lang from context->language if not otherwise set.Owen Taylor2004-06-211-1/+1
* Fix leak when inserting an empty attributes. (#140771, Morten Welinder)Owen Taylor2004-06-211-1/+4
* New attribute to turn font fallback on or off. (#105553)Noah Levitt2004-02-291-0/+27
* Fix infinite loop introduced with last change. (#133749, reported byOwen Taylor2004-02-091-1/+1
* Fix problem with empty markup tags (#128102, Christian Persch)Owen Taylor2004-02-051-4/+10
* Correct the documentation. (#128431, Ross Burton)Matthias Clasen2003-12-181-1/+1
* Fix _SCALE semantics. Fixes bug 121543; patch from Owen.Morten Welinder2003-11-181-4/+9
* Doc markup and typo fixes.Matthias Clasen2003-06-251-4/+4
* Return FALSE, not -1 in g_return_val_if_fail(). (#107666, MortenOwen Taylor2003-04-151-1/+1
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-031-1/+112
* Use PANGO_FONT_MASK_* not PANGO_ATTR_* when manipulating the mask. AddOwen Taylor2001-09-281-14/+15
* Up to 0.19.Owen Taylor2001-09-181-80/+42
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* New file, move color handling here.Owen Taylor2001-08-301-54/+0
* Remove stray semicolon.Darin Adler2001-07-121-4/+4
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-21/+64
* Removed pango_justify(), since it has no implementation that I can find.Havoc Pennington2001-04-171-1/+18
* fixed up g_boxed_type_register_static() since GLib signature changed.Tim Janik2001-03-071-14/+10
* Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST.Alexander Larsson2001-02-281-0/+17
* properly update the tail of the list (pango_attr_list_change): flip orderHavoc Pennington2001-02-131-1/+6
* pass 0 as first argument to g_type_init().Tim Janik2001-02-041-1/+1
* take a PangoColor not a PangoAttrColorHavoc Pennington2001-01-261-8/+49
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-131-34/+34
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-11/+82
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-111-1/+64
* Minor fixes to Owen's patch below to make it work.Jonathan Blandford2000-09-081-28/+127
* If the first pango_skip_space fails, remember to free enginepair beforeElliot Lee2000-08-081-1/+3
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-041-1/+1
* A bit of code cleanup.Owen Taylor2000-07-211-0/+67
* Free buffer strings.Owen Taylor2000-07-211-0/+2
* New function that inserts before other attributes with matching startOwen Taylor2000-07-021-17/+48
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-211-0/+36
* New function to copy a PangoAttrIterator.Havoc Pennington2000-06-071-4/+28
* Add a function pango_layout_line_get_x_ranges(), to allow handlingOwen Taylor2000-04-181-4/+90
* Doc updates.Owen Taylor2000-04-051-1/+1
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-031-1/+3