summaryrefslogtreecommitdiff
path: root/pango/pango-coverage.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate pango_coverage_ref/unrefdeprecate-coverage-refMatthias Clasen2022-01-101-0/+4
* docs: Cosmeticsmisc-doc-fixupsMatthias Clasen2021-12-101-1/+1
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-4/+3
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-16/+15
* docs: Tweak coverage docsMatthias Clasen2021-03-111-30/+20
* docs: Make context section ids matchMatthias Clasen2021-03-111-1/+1
* Add PangoCoverage GType getter to the public headerEmmanuele Bassi2019-08-021-3/+3
* coverage: Fix the copy implementationMatthias Clasen2019-07-121-1/+10
* coverage: Fix the implementationMatthias Clasen2019-07-121-2/+8
* Turn PangoCoverage into an objectMatthias Clasen2019-07-111-44/+69
* Reimplement PangoCoverage on top of hb_set_tMatthias Clasen2019-07-111-313/+27
* Add many missing nullability annotations.Evan Nemerson2014-10-161-2/+2
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+11
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-8/+10
* [pango-coverage] Fix optimization bug in pango_coverage_to_bytes()Behdad Esfahbod2009-03-131-8/+11
* [pango-coverage] Use gslice for data arraysBehdad Esfahbod2009-03-131-3/+3
* [pango-coverage] Remove unused struct memberBehdad Esfahbod2009-03-131-1/+0
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-261-1/+1
* Fix more warnings.Behdad Esfahbod2008-12-261-2/+2
* Use atomic reference counting.Behdad Esfahbod2008-08-221-4/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 506284 – docs typo for pango_coverage_unref Patch from ChristianPANGO_1_18_4Behdad Esfahbod2007-12-291-2/+2
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-1/+6
* *.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-44/+44
* Spell-check the docs.Behdad Esfahbod2007-01-071-4/+3
* Bug 369670 – Checked g_free callsBehdad Esfahbod2006-11-021-4/+1
* Doc updates.Behdad Esfahbod2006-04-291-1/+1
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-1/+1
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-3/+7
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-4/+4
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-291-1/+1
* Make matrix parameter const.Behdad Esfahbod2006-01-211-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Various documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Fix off-by-one error. (#108620, Noah Levitt)Owen Taylor2003-04-151-1/+1
* Fix an off-by-one error when checking if are off the end of the coverageOwen Taylor2003-01-291-2/+4
* Trivial s/foo/foo_/ fixes to make pango.h includable with -WshadowSoeren Sandmann2002-11-081-3/+3
* Fix typo when computing maximums of sub-byte fields. (Stefan Israelsson,Owen Taylor2002-03-131-2/+2
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-5/+7
* pango/pango.def Add new entry points.Tor Lillqvist2000-10-031-2/+1
* Free buffer strings.Owen Taylor2000-07-211-0/+146
* Released 0.12Owen Taylor2000-07-061-2/+1
* UpdateOwen Taylor2000-07-061-0/+2
* Fix various aspects of expanding coverage tables beyond the first 256Owen Taylor2000-06-291-12/+13
* g_strcasecmp returns 0 when strings are equal - negate return value.Elliot Lee2000-06-191-1/+3
* Memory management functions for PangoItem.Owen Taylor2000-03-131-1/+1
* Make refcounted.Owen Taylor2000-02-161-11/+40
* Add a call to get a glyph for unknown an unknown char.Owen Taylor2000-02-021-3/+15