summaryrefslogtreecommitdiff
path: root/pango/fonts.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 337029 – pango/fonts.c: Illegal structure initializationBehdad Esfahbod2006-04-031-5/+5
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-311-1/+1
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-2/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-10/+12
* Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makesBehdad Esfahbod2006-02-021-1/+0
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-4/+5
* Initialize warning history structs more explicitly. (bug #329459)Behdad Esfahbod2006-02-011-1/+3
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-6/+6
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-311-1/+25
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-7/+7
* 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
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+2
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+4
* Remove excess "the" in docs. (#319175, Masao Mutoh)Behdad Esfahbod2005-11-231-1/+1
* General cleanup. (pango_font_description_unset_fields): Set fields beingBehdad Esfahbod2005-11-181-96/+73
* More documentation improvements.Behdad Esfahbod2005-11-171-3/+3
* Various documentation improvements.Behdad Esfahbod2005-11-171-9/+9
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-6/+6
* For family names that add in numbers add a , to distinguish them fromOwen Taylor2005-03-021-7/+34
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-0/+17
* Minor doc fixes. (#167922, #167924, Billy Biggs)Owen Taylor2005-02-211-1/+1
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-11/+75
* Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen)Owen Taylor2004-12-141-1/+1
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+8
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-73/+25
* Add pango_context_get_font_map()Owen Taylor2004-07-081-1/+1
* Add underline and strikethrough position and thickness metrics.Owen Taylor2004-05-271-0/+70
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-231-0/+30
* Handle NULL for sizes and n_sizes.Noah Levitt2004-02-231-4/+8
* New API for getting available sizes for a bitmap font face.Noah Levitt2004-02-231-0/+30
* Hash case insensitively (#106942, Morten Welinder)Owen Taylor2003-04-301-1/+19
* Free the right string.Owen Taylor2003-04-161-1/+1
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-151-4/+6
* Avoid crash with string such as " 12" (bug #103674)Padraig O'Briain2003-01-171-1/+1
* Remove some confusing left over verbiage in API docs about what fontOwen Taylor2002-11-261-2/+1
* Typo fix.Matthias Clasen2002-06-031-1/+1
* Produce XML, not SGML.Matthias Clasen2002-05-271-2/+2
* this function may never return NULL, so we shouldn't say so in theSven Neumann2002-03-251-2/+1
* Add some text names to weight map for weights that were added to theOwen Taylor2002-03-061-2/+5
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-6/+5
* Initialize the static_family field. (Fix from Zack Rusin)Owen Taylor2002-01-161-0/+2
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-141-6/+6
* fix up docs to be clearer about PANGO_SCALE, as suggested by DennisHavoc Pennington2002-01-131-12/+12
* Update the field mask in the merged description.Owen Taylor2002-01-021-0/+4
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-1/+2
* Add pangoxft-private.h.Matthias Clasen2001-11-111-1/+1
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-021-13/+12