summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.h
Commit message (Expand)AuthorAgeFilesLines
* Add an insert-hyphens attributeMatthias Clasen2019-08-041-0/+4
* Add a boxed type for PangoAttrIteratorEmmanuele Bassi2019-08-021-0/+3
* Add an attribute for showing invisible charsMatthias Clasen2019-07-251-1/+24
* Merge branch 'better-hyphens' into 'master'Matthias Clasen2019-07-221-1/+5
|\
| * Add an allow-breaks attributeMatthias Clasen2019-07-201-1/+5
* | Add a function to update attribute listsMatthias Clasen2019-07-191-0/+5
* | Add pango_attr_list_get_attributesMatthias Clasen2019-07-191-0/+3
|/
* Make PangoAttribute a boxed typeMatthias Clasen2019-07-111-0/+3
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-0/+58
* Add attribute types for fg and bg alphaMatthias Clasen2015-08-111-1/+7
* Document PANGO_ATTR_FONT_FEATURESMatthias Clasen2015-08-111-0/+1
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-181-1/+20
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-4/+213
* Bug 696238 - PangoAttrFilterFunc vs pango_attr_list_filter docsBehdad Esfahbod2013-04-041-2/+2
* markup: Remove error from markup parser constructorJasper St. Pierre2012-12-141-2/+1
* markup: Allow incrementally parsing pango markupJasper St. Pierre2012-12-141-0/+8
* Small doc fixBehdad Esfahbod2012-08-181-0/+18
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-2/+2
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING andBehdad Esfahbod2009-01-071-0/+3
* Bug 511183 – Add pango_attr_type_get_name()Behdad Esfahbod2008-04-211-1/+2
* Bug 469641 – Initialize attribute start/end to [0..MAXUINT]Behdad Esfahbod2007-10-241-6/+8
* Add G_GNUC_CONST and G_GNUC_PURE annotations.Behdad Esfahbod2007-06-121-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-12/+12
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-2/+2
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-3/+8
* Bug 373856 – Wish: Function to convert a GdkColor to a string Patch fromBehdad Esfahbod2006-12-061-0/+2
* Based on patch from Gustavo J. A. M. Carneiro (#305975)Owen Taylor2005-07-221-1/+1
* Add checks for CairoOwen Taylor2005-01-091-1/+2
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-0/+9
* Add underline_color and strikethrough_color attribute types. (#147616,Owen Taylor2004-11-231-3/+13
* Remove color_set() virtual function ... it's not absolutely necessary forOwen Taylor2004-11-191-2/+14
* Add new letter_spacing attribute.Owen Taylor2004-06-231-1/+3
* Fix commentOwen Taylor2004-05-281-1/+1
* only invert if the layout and the context really disagree, not if they areJody Goldberg2004-05-281-2/+2
* Removed trailing commas from the enums - which causes warnings that breakMurray Cumming2004-03-011-2/+2
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-1/+2
* New attribute to turn font fallback on or off. (#105553)Noah Levitt2004-02-291-1/+3
* === Released 1.1.5 ===PANGO_1_1_5Owen Taylor2002-12-101-0/+1
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-031-0/+9
* Up to 0.19.Owen Taylor2001-09-181-9/+4
* New file, move color handling here.Owen Taylor2001-08-301-0/+2
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-2/+10
* Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST.Alexander Larsson2001-02-281-0/+2
* take a PangoColor not a PangoAttrColorHavoc Pennington2001-01-261-3/+22
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-131-2/+2
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-3/+20
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-111-0/+4
* A bit of code cleanup.Owen Taylor2000-07-211-1/+12
* New function that inserts before other attributes with matching startOwen Taylor2000-07-021-7/+9