summaryrefslogtreecommitdiff
path: root/pango/pango-fontset.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GIR annotations in multiple filesGuillaume Gomez2022-10-121-2/+2
* Drop pango-fontset-private.hMatthias Clasen2021-12-241-1/+1
* Split off PangoFontsetSimpleMatthias Clasen2021-12-231-246/+36
* fontset: Add a missing annotationMatthias Clasen2021-10-311-1/+3
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-14/+11
* docs: Tweak fontset docsMatthias Clasen2021-03-111-13/+15
* Header cleanupMatthias Clasen2019-07-041-2/+2
* Fix compiler warningsBehdad Esfahbod2011-05-011-4/+6
* pango/pango-fontset.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-11/+10
* Fixed (transfer full) introspection annotation for the return value in pango_...Alberto Ruiz2011-04-251-2/+2
* Fixed (closure) and (scope) introspection annotation for the return value in ...Alberto Ruiz2011-04-251-2/+2
* Bug 566727 – PangoFontsetLazyBehdad Esfahbod2009-01-281-0/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-22/+22
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-2/+2
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+0
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-1/+2
* Make matrix parameter const.Behdad Esfahbod2006-01-211-4/+4
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Protect against possible division by zeros (#316468, Steve Grubb)Behdad Esfahbod2005-11-231-2/+5
* More documentation improvements.Behdad Esfahbod2005-11-171-2/+2
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-3/+3
* Add pango_context_get_font_map()Owen Taylor2004-07-081-1/+1
* Add underline and strikethrough position and thickness metrics.Owen Taylor2004-05-271-0/+26
* Replace get_coverage by covers in the doc comment.Matthias Clasen2003-09-291-2/+4
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-60/+50
* Don't leak raw_metrics and don't copy refcounts. (#84533)Matthias Clasen2002-06-101-3/+5
* Documentation fixes.Matthias Clasen2001-12-021-2/+4
* Documentation updates.Matthias Clasen2001-11-291-0/+21
* New PangoFontset class.Alexander Larsson2001-11-181-0/+356