summaryrefslogtreecommitdiff
path: root/pango/pango-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forgotten files.Matthias Clasen2001-10-271-1/+1
* Remove pango_font_map_free_families, which was no longer in the headers,Owen Taylor2001-09-191-25/+2
* Up to 0.19.Owen Taylor2001-09-181-26/+3
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* Don't try to use the ! command, not available in all systems. Move the !Tor Lillqvist2000-07-191-2/+2
* s/pango_font_set_data/g_object_set_qdata/Owen Taylor2000-05-281-15/+2
* Add libgobject.Owen Taylor2000-05-281-0/+146