summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-37/+5
* Add pango_context_get_font_map()Owen Taylor2004-07-081-1/+20
* Initialize state->lang from context->language if not otherwise set.Owen Taylor2004-06-211-0/+3
* Handle setting the same object back. (#143523, Morten Welinder)Owen Taylor2004-06-211-3/+3
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-0/+49
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-021-1/+0
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-011-18/+54
* New attribute to turn font fallback on or off. (#105553)Noah Levitt2004-02-291-5/+54
* Add some new enum and values and utilities for supporting automaticallyOwen Taylor2004-02-271-3/+11
* Use 'xx' as the language for cases where we the language tag mismatchesOwen Taylor2004-02-191-1/+8
* initialize font_desc to NULL.Manish Singh2004-02-111-0/+1
* Fix a leak of a font descriptor. (#131909, Kjartan Maraas, ChristianOwen Taylor2004-02-101-0/+2
* Fix problem with empty markup tags (#128102, Christian Persch)Owen Taylor2004-02-051-0/+3
* Honor U+2028 LINE SEPARATOR. (#85745)Noah Levitt2003-12-041-4/+8
* Initialize state->lang. (#124047, Morten Welinder)Owen Taylor2003-10-151-0/+2
* Don't break runs when we hit neutral characters.Owen Taylor2003-09-231-10/+10
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-250/+642
* Document these funcions as backends-only, and explain how to obtainMatthias Clasen2003-09-111-0/+14
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-1/+2
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-61/+2
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-1/+1
* Fix bug where language tag changes were not causing the font to be lookedOwen Taylor2003-02-121-4/+5
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-3/+3
* Export.Owen Taylor2002-08-061-3/+5
* Add some return-if-fails to catch loading size 0 fonts.Owen Taylor2002-01-291-0/+2
* g_return_if_fail() if the desc's family is NULL. (#67947, report fromOwen Taylor2002-01-091-1/+2
* pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail()Owen Taylor2001-12-261-0/+1
* Add new function pango_context_load_fontset() to wrapAlex Larsson2001-11-181-2/+24
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-305/+30
* Remove pango_font_map_free_families, which was no longer in the headers,Owen Taylor2001-09-191-2/+2
* Up to 0.19.Owen Taylor2001-09-181-157/+77
* Don't corrupt the font description passed in.Owen Taylor2001-07-191-18/+16
* Couple of bug fixes for the last change.Owen Taylor2001-06-261-61/+157
* pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape):Owen Taylor2001-06-251-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-94/+73
* fixed up g_boxed_type_register_static() since GLib signature changed.Tim Janik2001-03-071-2/+0
* pass 0 as first argument to g_type_init().Tim Janik2001-02-041-1/+1
* Adopt to new prototype for g_utf8_to_ucs4 (etc.).Owen Taylor2001-01-051-4/+1
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-151-6/+9
* Use a fallback shaper if no engine is found for a range, the fallbackHavoc Pennington2000-12-151-0/+60
* delete lang engineHavoc Pennington2000-12-021-3/+10
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-131-1/+1
* Remove checks for iconv - we now depend on g_iconv wrapper defined inOwen Taylor2000-11-121-1/+0
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-9/+6
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-33/+88
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* Don't produce a warning unless loading all fonts fails, if loading allOwen Taylor2000-08-221-41/+107
* fix a bit of indentationOwen Taylor2000-08-131-3/+3
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-041-1/+10
* A bit of code cleanup.Owen Taylor2000-07-211-4/+4