summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === 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
* One more constification.Owen Taylor2004-07-106-4/+24
* Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friendsOwen Taylor2004-07-106-17/+41
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-1023-498/+241
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-1010-103/+345
* Add declaration for pango_ot_buffer_set_rtl.Manish Singh2004-07-095-0/+18
* Add missing row for the WORD_JOINER class. (#145833, Billy Biggs)Owen Taylor2004-07-085-1/+31
* Fixed commitOwen Taylor2004-07-084-0/+52
* Add pango_context_get_font_map()Owen Taylor2004-07-085-6/+30
* Missed earlier commit.Owen Taylor2004-07-081-0/+12
* Add letter spacing correction to the last character, not the one justMorten Welinder2004-07-075-1/+25
* Fix double cluster increment.PANGO_1_5_0Owen Taylor2004-06-285-3/+44
* Fix bug with using wrong uline value.Owen Taylor2004-06-246-3/+81