summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-015-81/+246
* Removed trailing commas from the enums - which causes warnings that breakMurray Cumming2004-03-011-2/+2
* Remove the INSTANCE_PRIVATE_DATA_WORKS #ifdefs, since it does work now.Owen Taylor2004-03-011-14/+1
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-293-3/+3
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-296-1/+77
* New attribute to turn font fallback on or off. (#105553)Noah Levitt2004-02-294-6/+109
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-2915-1089/+1072
* updated externals including patch from J. Ali Harlow <ali@juiblex.co.uk>,Hans Breuer2004-02-282-4/+26
* Handle PANGO_DIRECTION_NEUTRAL.Owen Taylor2004-02-271-0/+1
* Add some new enum and values and utilities for supporting automaticallyOwen Taylor2004-02-275-12/+133
* Use g_array_sort correctly.Noah Levitt2004-02-261-2/+5
* 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