summaryrefslogtreecommitdiff
path: root/pango/pangoft2-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Up to 0.19.Owen Taylor2001-09-181-381/+427
* Use g_build_filename() where appropriate.Owen Taylor2001-09-121-32/+31
* Require GLib-1.3.7Owen Taylor2001-06-291-1/+1
* pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape):Owen Taylor2001-06-251-3/+3
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-7/+6
* Add some initilaization failure warnings if no fonts found or noAlexander Larsson2001-04-021-7/+30
* pass 0 as first argument to g_type_init().Tim Janik2001-02-041-1/+1
* Don't leak PangoCoverage. Move name free closer to allocation.32001-01-231-3/+10
* Change usage to say pango-config instead of glib-config. Add support forAlexander Larsson2000-12-211-8/+12
* New file.Tor Lillqvist2000-11-191-34/+55
* Define HAVE_FRIBIDI.Tor Lillqvist2000-11-141-0/+1
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-10/+8
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* Get font directory path with pango_config_key_get("PangoFT2/FontPath"). IfTor Lillqvist2000-08-211-62/+83
* Handle also ft_pixel_mode_mono glyphs.Tor Lillqvist2000-08-201-0/+7
* Add parameter telling whether to print warning or not if string isn'tTor Lillqvist2000-08-201-0/+1110