summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.4.0 ===PANGO_1_4_0Owen Taylor2004-03-161-35/+42
* Convert PangoStretch to and from FC_WIDTH, so we can actually getManish Singh2004-03-122-75/+157
* pango/pango.def Add missing entries. (#136339, J. Ali Harlow)Tor Lillqvist2004-03-052-0/+20
* Clarify comment.Tor Lillqvist2004-03-041-3/+3
* if PANGO_MODULE_PREFIX is defined include the basic backend shaper (shouldHans Breuer2004-03-035-9/+23
* Correct spelling of my name.Tor Lillqvist2004-03-031-0/+1
* Add some missing symbols. (#135980, J. Ali Harlow)Tor Lillqvist2004-03-031-0/+1
* pango/pango.def Add some missing symbols. (#135945, Cedric Gustin)Tor Lillqvist2004-03-033-2/+10
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-022-8/+0
* 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