summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-221-3/+3
* Const-ification fix.Owen Taylor2004-07-101-3/+3
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-39/+8
* Add new letter_spacing attribute.Owen Taylor2004-06-231-13/+12
* Add export of pangofc-decoder.h. Build pangofc-decoder.c.Christopher Blizzard2004-06-091-12/+108
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-20/+67
* Convert PangoStretch to and from FC_WIDTH, so we can actually getManish Singh2004-03-121-67/+157
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-011-1/+1
* Remove the INSTANCE_PRIVATE_DATA_WORKS #ifdefs, since it does work now.Owen Taylor2004-03-011-14/+1
* Use g_array_sort correctly.Noah Levitt2004-02-261-2/+5
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-231-8/+40
* Handle NULL for sizes and n_sizes.Noah Levitt2004-02-231-8/+18
* Handle possibility of FcPatternGetDouble(FC_DPI) failing.Noah Levitt2004-02-231-1/+2
* New API for getting available sizes for a bitmap font face.Noah Levitt2004-02-231-0/+84
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-0/+1
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-151-1/+3
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-4/+4
* Remove ABSTRACT from g_type_register_static() callSoeren Sandmann2003-08-201-2/+1
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-113/+273
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-74/+98
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-171-0/+12
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-071-1/+14
* === Released 1.1.3 ===PANGO_1_1_3Owen Taylor2002-11-021-0/+1
* conditionalize FC_PATTERN usage on #ifdef FC_PATTERN, since it onlyOwen Taylor2002-08-201-0/+2
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-191-5/+37
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-0/+1054