summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Support size as percentage in markupmarkup-percentageMatthias Clasen2019-07-111-6/+4
* Make PangoAttribute a boxed typeMatthias Clasen2019-07-111-0/+4
* pango: Remove some unnecessary NULL checksPhilip Withnall2017-02-161-3/+0
* Add attribute types for fg and bg alphaMatthias Clasen2015-08-111-0/+48
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-181-11/+40
* Minor doc fixBehdad Esfahbod2015-05-051-1/+1
* Add many missing nullability annotations.Evan Nemerson2014-10-161-11/+11
* Revert "Fix leftover markup in docs"Matthias Clasen2014-08-301-1/+1
* Fix leftover markup in docsMatthias Clasen2014-08-301-1/+1
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+12
* pango_attr_iterator_get_font(): handle scaling absolute font sizesOwen W. Taylor2013-09-251-2/+6
* Fix warningBehdad Esfahbod2012-08-291-1/+2
* Make pango-attributes thread-safeBehdad Esfahbod2012-08-271-2/+12
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-59/+60
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* Fixed (transfer full) introspection annotation for the return value in pango_...Alberto Ruiz2011-04-251-3/+3
* Fixed (scope) and (closure) introspection annotation for the return value in ...Alberto Ruiz2011-04-251-2/+2
* Fixing array introspection annotation for pango_attr_iterator_get_fontAlberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_attr_shape_new_with_dataAlberto Ruiz2011-04-251-5/+5
* adding allow-none to pango_attr_iterator_get_font parametersAlberto Ruiz2011-04-251-2/+2
* 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