summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-234-9/+81
* Handle NULL for sizes and n_sizes.Noah Levitt2004-02-232-12/+26
* 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-234-1/+131
* Add a docs note about non-implementedness. (#64538)Owen Taylor2004-02-211-0/+2
* Sign convention for y offsets is opposite between PangoGlyphString and FTOwen Taylor2004-02-211-1/+1
* Make approximate_digit_width the width of the widest digit, rather thanNoah Levitt2004-02-192-9/+51
* Use 'xx' as the language for cases where we the language tag mismatchesOwen Taylor2004-02-191-1/+8
* Memory leak fixes from Masatake YAMATO, #130652Owen Taylor2004-02-131-0/+4
* initialize font_desc to NULL.Manish Singh2004-02-111-0/+1
* Handle 'tag' being NULL in a bunch of places. (#122844, Noah Levitt)Owen Taylor2004-02-101-12/+30
* Fix a leak of a font descriptor. (#131909, Kjartan Maraas, ChristianOwen Taylor2004-02-101-0/+2
* Fix the amount of memory being allocated. (#132994, Torsten Schoenfeld)Owen Taylor2004-02-101-2/+2
* Fix infinite loop introduced with last change. (#133749, reported byOwen Taylor2004-02-091-1/+1
* Fix problem with empty markup tags (#128102, Christian Persch)Owen Taylor2004-02-052-4/+13
* Accept NULL for desc as documented. (#133001, Torsten Schoenfeld)Owen Taylor2004-02-051-1/+0
* Redo the last commit once again.Owen Taylor2004-02-051-1/+1
* Fix stupid cut-and-pasto from last commit.Owen Taylor2004-02-051-1/+1
* Set is_paragraph_start here too. (#131356, Morten Welinder)Owen Taylor2004-02-051-2/+3
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-261-1/+2
* Fix up glyph addition code so that it works properly with the typicalOwen Taylor2004-01-261-3/+6
* Correct the documentation. (#128431, Ross Burton)Matthias Clasen2003-12-181-1/+1
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-136-39/+89
* === Released 1.3.1 ===PANGO_1_3_1Owen Taylor2003-12-081-2/+4
* Fix problems when building outside srcdir for Win32. (#122167, JeffTor Lillqvist2003-12-071-9/+9
* initialize the fontmap's resolution to some sane default values. Fixes bugSven Neumann2003-12-051-2/+11
* Honor U+2028 LINE SEPARATOR. (#85745)Noah Levitt2003-12-042-7/+28
* Add --indent=n option.Noah Levitt2003-11-252-9/+9
* Italian is "it"; "iw" is deprecated for Hebrew, should be "he".Noah Levitt2003-11-251-2/+2
* #include <fontconfig/fcfreetype.h> for FreeTypeCharIndex().Manish Singh2003-11-201-0/+1
* reverted the patch for bug #123602 since I only applied it accidentally. ISven Neumann2003-11-202-50/+10
* Update to latest fribidi. (#68435)Noah Levitt2003-11-2010-1186/+7629
* Draw 6-digit hex boxes for > U+FFFF. (#101081)Noah Levitt2003-11-181-19/+32
* Fix _SCALE semantics. Fixes bug 121543; patch from Owen.Morten Welinder2003-11-181-4/+9
* removed the set_unicode_charmap() call. MadeSven Neumann2003-11-181-2/+11
* Make parent_class variable static.Padraig O'Briain2003-11-121-1/+1
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-0112-40/+36
* Fix some leftover references to INCLUDE_XFT_MODULES, INCLUDED_FC_MODULES.Owen Taylor2003-10-312-10/+5
* Fix one problem with iteration by chars (Part of #89541, MarianoOwen Taylor2003-10-311-4/+4
* === Released 1.3.0 ===PANGO_1_3_0Owen Taylor2003-10-242-1/+3
* Initialize state->lang. (#124047, Morten Welinder)Owen Taylor2003-10-151-0/+2
* Fix a c99-ism, include stdlib.h for bsearch. (#123616, Kaushal Kumar)Owen Taylor2003-10-011-2/+5
* Replace get_coverage by covers in the doc comment.Matthias Clasen2003-09-296-4/+16
* Only reset the word type to WordNone at a word end if it is not also aMatthias Clasen2003-09-241-4/+1
* 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-2317-567/+1355
* Add property dependencies on mini-fribidi and opentype convenienceOwen Taylor2003-09-151-1/+2
* Fix gcc-3.3 versions of macros to have the right return value.Owen Taylor2003-09-151-18/+26
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-151-1/+3
* Document these funcions as backends-only, and explain how to obtainMatthias Clasen2003-09-111-0/+14