summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Handle '--' correctly.Anders Carlsson2004-04-056-1/+26
* === Released 1.4.0 ===PANGO_1_4_0Owen Taylor2004-03-169-55/+134
* Convert PangoStretch to and from FC_WIDTH, so we can actually getManish Singh2004-03-127-75/+207
* === Released 1.3.6 ===PANGO_1_3_6Owen Taylor2004-03-097-2/+49
* pango/pango.def Add missing entries. (#136339, J. Ali Harlow)Tor Lillqvist2004-03-057-0/+45
* Add reference to bug #135581.Tor Lillqvist2004-03-055-5/+5
* Change U+0CC3/U+0CC4/U+0CD5 to _lm (length mark) so that they get orderedOwen Taylor2004-03-056-3/+40
* Clarify comment.Tor Lillqvist2004-03-046-3/+23
* if PANGO_MODULE_PREFIX is defined include the basic backend shaper (shouldHans Breuer2004-03-0310-9/+83
* Strip out the "export-dynamic" libtool option from library link lines.Owen Taylor2004-03-036-0/+42
* Correct spelling of my name.Tor Lillqvist2004-03-037-2/+28
* Move check for native Win32 (mingw) a bit earlier. If Win32, disableTor Lillqvist2004-03-036-17/+44
* Add some missing symbols. (#135980, J. Ali Harlow)Tor Lillqvist2004-03-036-5/+6
* pango/pango.def Add some missing symbols. (#135945, Cedric Gustin)Tor Lillqvist2004-03-038-2/+55
* Fixed lack of mirroring of characters that should be mirrored in theDov Grobgeld2004-03-021-1/+10
* === 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