summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-1415-14/+121
* Fix reversed auto-hint option.Owen Taylor2004-09-135-1/+21
* Add pango_ot_buffer_set_zero_width_marks, again.Tor Lillqvist2004-08-266-5/+47
* Added open-type support for Hebrew.Dov Grobgeld2004-08-264-0/+20
* Added open-type support for Hebrew.Dov Grobgeld2004-08-251-11/+184
* Ignore synthetic vertical writing versions of East Asian fonts. (#145322,Tor Lillqvist2004-08-225-1/+29
* Add changelog entry for some stuff I didn't expect to commit last timeOwen Taylor2004-08-164-0/+20
* Sync with change to OTL_GlyphItemRec.Owen Taylor2004-08-168-7/+90
* Fix bug where cluster was getting set to 0 for non-spacing marks ratherOwen Taylor2004-08-105-1/+29
* updatedHans Breuer2004-08-0611-16/+117
* Typedef PangoWin32FontMapClass.Tor Lillqvist2004-08-065-4/+34
* Add pango_ot_buffer_set_zero_width_marks.Tor Lillqvist2004-08-055-0/+17
* === Released 1.5.2 ==PANGO_1_5_2Owen Taylor2004-08-026-2/+58
* Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)Owen Taylor2004-08-027-12/+48
* Finish extending properties flags from FT_UShort => FT_UInt. (OTLBufferOwen Taylor2004-07-3010-12/+40
* Improve handling of decomposed two-part vowels (#121882, Jungshik Shin)Owen Taylor2004-07-306-6/+63
* Suppress blwf on the first consonant in a syllable. (#118301, TaneemOwen Taylor2004-07-305-1/+28
* Fix Malayalam double-consonant conjuncts: #121671, Rajkumar SOwen Taylor2004-07-297-4/+68
* Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard)Owen Taylor2004-07-285-1/+25
* Add nameOwen Taylor2004-07-284-4/+4
* Fix API docs. (#148627)Owen Taylor2004-07-285-3/+21
* Don't substitute FARSI YEH with ARABIC YEH if the font does not have anyBehdad Esfahbod2004-07-275-2/+23
* Save the order in which features were added and use that when applyingOwen Taylor2004-07-278-33/+86
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Behdad Esfahbod2004-07-276-35/+55
* Fix bug to copy glyph from in_string, not out_string.Behdad Esfahbod2004-07-275-2/+22
* Fix allocation and indexing in NewGlyphClasses array. (#130661, MasatakeOwen Taylor2004-07-265-7/+27
* mini_width/height are still (before render patch) in pixels, not PangoOwen Taylor2004-07-265-4/+28
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Owen Taylor2004-07-265-28/+52
* Add missing macro to make the last change actually compile.Owen Taylor2004-07-265-0/+22
* Match backtrack context against the output glyphs not the input glyphsOwen Taylor2004-07-265-12/+36
* Make Check_Property() take a OTL_GlyphItem, add a gproperties field toOwen Taylor2004-07-2610-60/+139
* Fix C99ism. I am clearly the last man stuck in the dark age of C.Morten Welinder2004-07-245-1/+22
* return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED.Owen Taylor2004-07-205-0/+23
* === Released 1.5.1 ===PANGO_1_5_1Owen Taylor2004-07-196-1/+44
* Add support for ChainContextSubstFormat3.Owen Taylor2004-07-195-1/+35
* Fix pervasive buffer overruns when skipping glyphs when matching contexts.Owen Taylor2004-07-196-351/+308
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-198-21/+49
* #143601: Felipe HeidrichOwen Taylor2004-07-165-7/+68
* Replace non-breaking-space with a normal space before looking it up.Owen Taylor2004-07-155-0/+30
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-1420-104/+1350
* Fix problem when we only figured out latin script for 'en' not forOwen Taylor2004-07-145-5/+52
* Add a GType for PangoMatrix (#145532, Torsten Schoenfeld)Owen Taylor2004-07-137-0/+47
* Add missing doc fileOwen Taylor2004-07-131-0/+52
* Make static. (#147512, Morten Welinder)Owen Taylor2004-07-135-1/+21
* Reverse order of pangoft2/pangoxft in Makefile; apparently automakeOwen Taylor2004-07-135-17/+41
* Make table constant. (#145515, Morten Welinder)Owen Taylor2004-07-135-1/+21
* Fix C99ism. (#147415, self.)Morten Welinder2004-07-125-1/+21
* Render U+00A0 (non-break-space) as a space.Changwoo Ryu2004-07-115-0/+24
* Split most of the guts of pangoft2topgm.c into separate source files toOwen Taylor2004-07-108-572/+177
* Const-ification fix.Owen Taylor2004-07-105-3/+23