summaryrefslogtreecommitdiff
path: root/pango/pango-item.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Free item->extra_attrs list.32001-01-231-1/+4
* delete lang engineHavoc Pennington2000-12-021-0/+42
* s/pango_font_set_data/g_object_set_qdata/Owen Taylor2000-05-281-2/+2
* Memory management functions for PangoItem.Owen Taylor2000-03-131-0/+90