summaryrefslogtreecommitdiff
path: root/pango/pango-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-5/+6
* Fix various broken linksMatthias Clasen2021-03-111-1/+1
* docs: Port PangoFontMap to the new doc formatMatthias Clasen2021-03-111-96/+97
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-1/+1
* docs: Remove references to gdk_pango_context_get_for_screendocs-tweakMatthias Clasen2021-02-111-2/+1
* fontmap: Emit GListModel::changedMatthias Clasen2019-12-041-1/+25
* fontmap: Implement GListModelMatthias Clasen2019-12-041-1/+53
* Add pango_font_get_faceMatthias Clasen2019-10-311-1/+0
* Add pango_font_map_get_familyMatthias Clasen2019-10-311-0/+52
* Header cleanupMatthias Clasen2019-07-041-1/+2
* Fix other used of “Deprecated: 1.38”Khaled Hosny2015-05-171-1/+1
* Deprecate pango_font_map_get_shape_engine_type()Behdad Esfahbod2015-04-041-0/+1
* Add many missing nullability annotations.Evan Nemerson2014-10-161-4/+4
* Doc fixupsBehdad Esfahbod2013-09-271-1/+1
* MinorBehdad Esfahbod2013-04-251-1/+1
* Add pango_font_map_changed()Alexander Larsson2013-02-261-0/+23
* Track changes in FontMaps using a serialAlexander Larsson2012-12-061-0/+30
* More churnBehdad Esfahbod2012-08-281-2/+6
* Deprecate pango_lookup_aliases()Matthias Clasen2012-08-271-24/+4
* Bug 679654: Crash for PangoContext.list_familiesJohn Ralls2012-07-201-1/+1
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* Fixing (transfer full) introspection annotation for the return value in pango...Alberto Ruiz2011-04-251-2/+2
* Fixing (transfer full) introspection annotation for the return value in pango...Alberto Ruiz2011-04-251-1/+2
* Fixing (transfer full) introspection annotation for the return value in pango...Alberto Ruiz2011-04-251-1/+2
* Fix introspection for pango_font_map_list_families and pango_font_family_list...Alberto Ruiz2011-04-151-2/+2
* Allow font_family=NULL in load_font() and load_fontset() methodsBehdad Esfahbod2009-04-061-3/+3
* Fix more warnings.Behdad Esfahbod2008-12-261-1/+1
* Make the following API public:Behdad Esfahbod2008-08-061-0/+31
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fixed gtk-doc warnings.Wouter Bolsterlee2008-01-281-2/+2
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-241-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-3/+3
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-18/+18
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-2/+3
* Warn only once per font-description that cannot be loaded.Behdad Esfahbod2006-02-061-7/+25
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-1/+1
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-1/+1
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-271-4/+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-3/+3
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Add bug # to ChangeLogOwen Taylor2005-03-031-0/+1
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-29/+6
* Replace get_coverage by covers in the doc comment.Matthias Clasen2003-09-291-0/+2
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-0/+21
* pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail()Owen Taylor2001-12-261-2/+3
* free the font description when we don't need it anymoreKristian Rietveld2001-11-241-0/+2
* Add new function pango_context_load_fontset() to wrapAlex Larsson2001-11-181-4/+14
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-1/+152