summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-12/+3
* introspection: Fix some annotation syntax usageColin Walters2010-09-291-2/+2
* Bug 567934 – Add introspection support inside pangoJohan Dahlin2009-01-201-2/+4
* Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING andBehdad Esfahbod2009-01-071-4/+6
* Fix warnings.Behdad Esfahbod2008-12-261-3/+3
* Use atomic reference counting.Behdad Esfahbod2008-08-221-3/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 511183 – Add pango_attr_type_get_name()Behdad Esfahbod2008-04-211-3/+41
* Fix couple Oopses from my last commit.Behdad Esfahbod2007-10-241-2/+2
* Bug 469641 – Initialize attribute start/end to [0..MAXUINT]Behdad Esfahbod2007-10-241-12/+31
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-6/+11
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-1/+1
* Compare set fields of two font descriptions for equality too, asBehdad Esfahbod2007-06-121-1/+3
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-13/+13
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-129/+129
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-0/+55
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-2/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-4/+4
* Bug 163677 – pango_attr_list_splice: inconsistent docs Patch from MortenBehdad Esfahbod2006-07-101-1/+3
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-291-2/+2
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-2/+0
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-30/+57
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+2
* Use g_slice for various attribute types allocations. (bug #325040,Behdad Esfahbod2006-01-011-23/+35
* 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