summaryrefslogtreecommitdiff
path: root/pango/pangoft2-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-27/+27
* Spell-check the docs.Behdad Esfahbod2007-01-071-3/+3
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-241-5/+3
* Implement get_resolution for FT2 fontmaps.Behdad Esfahbod2006-10-241-0/+10
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* If locking font face failed, do not assert, just return zero glyphs withBehdad 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-1/+1
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+2
* pango/modules.c (read_modules) Use gstdio wrappers. (#16111, RobertTor Lillqvist2004-12-121-8/+0
* Up version to 1.7.0.Owen Taylor2004-09-241-0/+23
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-34/+2
* Revert the last change, assert that initialization succeeded.Owen Taylor2004-06-211-8/+2
* For cleanliness, unref the fontmap if we get an error from FreeType.Owen Taylor2004-06-211-1/+3
* initialize the fontmap's resolution to some sane default values. Fixes bugSven Neumann2003-12-051-2/+11
* reverted the patch for bug #123602 since I only applied it accidentally. ISven Neumann2003-11-201-11/+2
* removed the set_unicode_charmap() call. MadeSven Neumann2003-11-181-2/+11
* Move DPI substitution before FcDefaultSubstitute so it actually works.Owen Taylor2003-08-081-1/+1
* Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(),Owen Taylor2003-08-081-2/+5
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-81/+85
* pango/pangoft2-fontmap.c fixed typos in inline docs.Sven Neumann2003-03-281-1/+1
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-5/+4
* === Released 1.1.4 ===Owen Taylor2002-12-031-0/+3
* Add docs.Matthias Clasen2002-11-281-2/+2
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-281-2/+39
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-1/+1
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-191-1/+5
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-906/+78
* pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking forOwen Taylor2002-07-251-5/+8
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-031-32/+208
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-178/+120
* set n_families, fixes bug #83746.Sven Neumann2002-06-031-1/+4
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-141-7/+52
* on May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-05-131-28/+66
* Free pattern after using it.Alex Larsson2002-03-261-3/+9
* Fix problem where we unref'ed before we ref'ed resulting in entries in theOwen Taylor2002-02-241-3/+5
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-1/+0
* Split comma separated family names and add them in pieces, so they are allOwen Taylor2002-01-111-0/+9
* Initialize MiniXft library before calling MiniXftConfigSubstitute.Alexander Larsson2001-12-121-3/+3
* set n_families to -1 (uninitialized). (pango_ft2_font_map_list_families):Sven Neumann2001-12-041-0/+2
* pango/pangoft2-private.h Take extra parameter include_size that determinesAlex Larsson2001-11-271-2/+7
* Add new function pango_context_load_fontset() to wrapAlex Larsson2001-11-181-2/+6
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-838/+475
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-021-4/+4
* Documentation updates.Matthias Clasen2001-10-261-0/+24
* use g_object_new() instead of g_new() to create a PangoFT2Face. Fixes bugSven Neumann2001-10-041-1/+1
* don't include family name if PANGO_FONT_MASK_FAMILY is not set.Sven Neumann2001-10-031-1/+1
* Typo fix: s/pang/pango/ in warning messageManish Singh2001-09-291-1/+1
* Version 0.20PANGO_0_20Owen Taylor2001-09-251-2/+2
* Include parent_instance structures.Owen Taylor2001-09-181-0/+2