summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-1/+0
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-2/+2
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Check the font pointer being NULL to avoid crashes for at least one classTor Lillqvist2006-03-011-1/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-2/+0
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-1/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Use g_slice for ShaperFontElement allocation. (bug #325728, MatthiasBehdad Esfahbod2006-01-041-2/+2
* Use pango_font_description_set_family_static. (bug #325013, MatthiasBehdad Esfahbod2005-12-271-1/+1
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+2
* Protect against possible division by zeros (#316468, Steve Grubb)Behdad Esfahbod2005-11-231-2/+5
* Various documentation improvements.Behdad Esfahbod2005-11-171-3/+3
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-031-5/+1
* Chain up from finalize. (#307547, Paolo Borelli)Owen Taylor2005-06-141-1/+4
* Fix potential leak of state->base_font. (#168930, Ben Maurer, AivarsOwen Taylor2005-06-141-0/+2
* Use the language from the context if %NULL is passed in for @language.Owen Taylor2005-03-011-2/+8
* Don't just call pango_fontset_get_metrics() to implementOwen Taylor2004-11-211-9/+140
* Except ideographic spaces from the !g_unichar_isgraph() test. (#145275,Owen Taylor2004-09-201-1/+13
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+6
* 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