summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-0215-29/+247
* - exit with $? instead of 1 in case of failure - exit with $? ifTim Janik2004-03-015-0/+45
* - exit with $? instead of 1 in case of failureTim Janik2004-03-011-7/+7
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-0114-81/+368
* Removed trailing commas from the enums - which causes warnings that breakMurray Cumming2004-03-016-2/+27
* Remove the INSTANCE_PRIVATE_DATA_WORKS #ifdefs, since it does work now.Owen Taylor2004-03-016-14/+31
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-298-3/+33
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-2911-1/+142
* New attribute to turn font fallback on or off. (#105553)Noah Levitt2004-02-2911-6/+170
* Add joining classes for new Unicode-4.0 characters U+06EE, U+06EF, U+06FF.Owen Taylor2004-02-296-2/+32
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-2927-1250/+1426
* use uniscribe_scripts instead of uniscribe_ranges (does show only withHans Breuer2004-02-286-2/+32
* updated externals including patch from J. Ali Harlow <ali@juiblex.co.uk>,Hans Breuer2004-02-287-4/+66
* Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) as consonantsOwen Taylor2004-02-276-1/+46
* Handle PANGO_DIRECTION_NEUTRAL.Owen Taylor2004-02-276-0/+26
* Add some new enum and values and utilities for supporting automaticallyOwen Taylor2004-02-2713-22/+309
* Use g_array_sort correctly.Noah Levitt2004-02-266-2/+25
* === Released 1.3.3 ===PANGO_1_3_3Owen Taylor2004-02-248-17/+70
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-239-9/+116
* Handle NULL for sizes and n_sizes.Noah Levitt2004-02-237-12/+56
* Handle possibility of FcPatternGetDouble(FC_DPI) failing.Noah Levitt2004-02-236-6/+32
* New API for getting available sizes for a bitmap font face.Noah Levitt2004-02-239-1/+171
* Add a docs note about non-implementedness. (#64538)Owen Taylor2004-02-216-0/+27
* Sign convention for y offsets is opposite between PangoGlyphString and FTOwen Taylor2004-02-216-1/+31
* Make approximate_digit_width the width of the widest digit, rather thanNoah Levitt2004-02-197-9/+86
* Use 'xx' as the language for cases where we the language tag mismatchesOwen Taylor2004-02-196-1/+48
* use @PANGO_API_VERSION@ use @PANGO_API_VERSION@ use @PANGO_API_VERSION@Laszlo Peter2004-02-179-5/+40
* Reapply the patch from #124175 that somehow got reverted.Owen Taylor2004-02-136-21/+35
* Memory leak fixes from Masatake YAMATO, #130652Owen Taylor2004-02-136-0/+54
* Skip the xslt and stylesheet checks unless --enable-man is specified.Owen Taylor2004-02-136-11/+46
* initialize font_desc to NULL.Manish Singh2004-02-116-0/+26
* Handle 'tag' being NULL in a bunch of places. (#122844, Noah Levitt)Owen Taylor2004-02-106-12/+55
* Fix a leak of a font descriptor. (#131909, Kjartan Maraas, ChristianOwen Taylor2004-02-106-0/+32
* Fix the amount of memory being allocated. (#132994, Torsten Schoenfeld)Owen Taylor2004-02-106-2/+62
* 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-057-4/+78
* Accept NULL for desc as documented. (#133001, Torsten Schoenfeld)Owen Taylor2004-02-056-1/+25
* Redo the last commit once again.Owen Taylor2004-02-056-1/+26
* Fix stupid cut-and-pasto from last commit.Owen Taylor2004-02-056-1/+26
* Set is_paragraph_start here too. (#131356, Morten Welinder)Owen Taylor2004-02-056-2/+33
* Require GLib-2.3.1. (#132695, Rodney Dawes.)Owen Taylor2004-01-286-1/+26
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-267-6/+43
* Fix up glyph addition code so that it works properly with the typicalOwen Taylor2004-01-267-19/+71
* === Released 1.3.2 ===PANGO_1_3_2Owen Taylor2004-01-228-9/+49
* NEWS updates for 1.3.2.Matthias Clasen2004-01-206-0/+28
* Corrected a mistake between ZWJ and ZWNJ. (#130517)Roozbeh Pournader2004-01-066-2/+27
* Document all members of PangoLayoutLine.Matthias Clasen2003-12-196-1/+22
* Correct the documentation. (#128431, Ross Burton)Matthias Clasen2003-12-186-1/+26
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-1314-42/+268
* Simplify.Tor Lillqvist2003-12-086-38/+77