summaryrefslogtreecommitdiff
path: root/pango/pango-item.c
Commit message (Expand)AuthorAgeFilesLines
* Move the code from pango/ to pango2/Matthias Clasen2022-07-041-652/+0
* Convert to the pango2 prefixMatthias Clasen2022-07-041-163/+163
* Document attribute binding helpersMatthias Clasen2022-07-041-0/+1
* font: Redo feature apiMatthias Clasen2022-07-041-1/+10
* Bring back shape attributesMatthias Clasen2022-07-041-0/+5
* Complete line style changesMatthias Clasen2022-06-221-32/+6
* Clean up gtypes a bitMatthias Clasen2022-06-221-2/+2
* Get the docs in shapeMatthias Clasen2022-06-221-0/+17
* Seal PangoItemMatthias Clasen2022-06-221-0/+181
* Drop all versioned since tagsMatthias Clasen2022-06-221-2/+0
* Rename PangoUnderline to PangoLineStyleMatthias Clasen2022-06-221-4/+4
* Split off an underline position attributeMatthias Clasen2022-06-221-4/+6
* Drop some underline variantsMatthias Clasen2022-06-221-3/+0
* Redo attributesMatthias Clasen2022-06-221-13/+12
* Drop shape attributesMatthias Clasen2022-06-221-9/+0
* item: Add line spacing to ItemPropertiesMatthias Clasen2022-06-221-0/+5
* Add single-paragraph mode to ItemPropertiesMatthias Clasen2022-06-221-1/+6
* Move ItemPropertiesMatthias Clasen2022-06-221-0/+107
* Drop PangoItem hackeryMatthias Clasen2022-06-221-28/+15
* Turn off hlig too when letterspacingMatthias Clasen2022-01-021-0/+1
* Fix line height with emulated small capsfix-small-caps-line-heightMatthias Clasen2021-12-191-0/+6
* Add some private apiMatthias Clasen2021-12-191-0/+41
* Add pango_item_unsplitMatthias Clasen2021-11-111-1/+26
* pango-item: Add a helperMatthias Clasen2021-11-061-0/+68
* item: Add a char offsetMatthias Clasen2021-08-281-5/+14
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-4/+2
* docs: Port PangoItem to the new doc formatMatthias Clasen2021-03-111-37/+41
* Fix misleading indentationMatthias Clasen2019-07-241-1/+1
* Fix no-break attribute filteringMatthias Clasen2019-07-171-1/+5
* Document pango_item_apply_attrsMatthias Clasen2019-07-121-0/+18
* Add pango_item_apply_attrsMatthias Clasen2019-07-111-0/+45
* Add many missing nullability annotations.Evan Nemerson2014-10-161-5/+5
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-11/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-4/+13
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-1/+1
* Fix letter-spacing with justification. We now distribute letter-spacingBehdad Esfahbod2007-05-021-1/+0
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-4/+4
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-12/+12
* Don't copy item before g_return_if_fail'ing it for NULL. (Coverity issueBehdad Esfahbod2006-05-131-1/+2
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-3/+3
* 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-3/+6
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-3/+3
* 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-1/+2
* Based on patch from Gustavo J. A. M. Carneiro (#305975)Owen Taylor2005-07-221-0/+12
* Fix trivial bug in last commitOwen Taylor2003-07-241-1/+1
* Handle NULL item->analysis.font. (#14576, Morten Welinder)Owen Taylor2003-07-241-2/+4
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-10/+10