summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Use get_glyph_extents_raw() when hinting is disabled as well as when weOwen Taylor2004-09-222-2/+3
* Fix typo in docs. (#153390, Paolo Borelli)Owen Taylor2004-09-221-1/+1
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-226-10/+10
* Initialize ellipsis_is_cjk (#151901, Christian Persch)Owen Taylor2004-09-201-0/+1
* Except ideographic spaces from the !g_unichar_isgraph() test. (#145275,Owen Taylor2004-09-201-1/+13
* Don't use face->ascender/descender for non-scalable fonts, since theyOwen Taylor2004-09-201-1/+2
* Add pango_context_set_matrix. (#152883, Ivan Wong)Tor Lillqvist2004-09-181-2/+1
* Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table.Tor Lillqvist2004-09-151-0/+8
* Escape also backslashes. (#152607, Kazuki Iwamoto)Tor Lillqvist2004-09-151-1/+4
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-147-0/+42
* Add pango_ot_buffer_set_zero_width_marks, again.Tor Lillqvist2004-08-262-5/+7
* Ignore synthetic vertical writing versions of East Asian fonts. (#145322,Tor Lillqvist2004-08-221-1/+5
* Sync with change to OTL_GlyphItemRec.Owen Taylor2004-08-161-0/+1
* updatedHans Breuer2004-08-066-16/+38
* Typedef PangoWin32FontMapClass.Tor Lillqvist2004-08-061-4/+6
* Add pango_ot_buffer_set_zero_width_marks.Tor Lillqvist2004-08-051-0/+1
* Finish extending properties flags from FT_UShort => FT_UInt. (OTLBufferOwen Taylor2004-07-306-12/+12
* Fix API docs. (#148627)Owen Taylor2004-07-281-3/+1
* Save the order in which features were added and use that when applyingOwen Taylor2004-07-274-33/+58
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Behdad Esfahbod2004-07-272-35/+35
* Fix bug to copy glyph from in_string, not out_string.Behdad Esfahbod2004-07-271-2/+2
* Fix allocation and indexing in NewGlyphClasses array. (#130661, MasatakeOwen Taylor2004-07-261-7/+7
* mini_width/height are still (before render patch) in pixels, not PangoOwen Taylor2004-07-261-4/+4
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Owen Taylor2004-07-261-28/+28
* Add missing macro to make the last change actually compile.Owen Taylor2004-07-261-0/+2
* Match backtrack context against the output glyphs not the input glyphsOwen Taylor2004-07-261-12/+12
* Make Check_Property() take a OTL_GlyphItem, add a gproperties field toOwen Taylor2004-07-266-60/+91
* return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED.Owen Taylor2004-07-201-0/+3
* Add support for ChainContextSubstFormat3.Owen Taylor2004-07-191-1/+15
* Fix pervasive buffer overruns when skipping glyphs when matching contexts.Owen Taylor2004-07-192-351/+284
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-194-21/+21
* #143601: Felipe HeidrichOwen Taylor2004-07-161-7/+16
* Replace non-breaking-space with a normal space before looking it up.Owen Taylor2004-07-151-0/+6
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-148-103/+1184
* Fix problem when we only figured out latin script for 'en' not forOwen Taylor2004-07-141-5/+28
* Add a GType for PangoMatrix (#145532, Torsten Schoenfeld)Owen Taylor2004-07-132-0/+22
* Make static. (#147512, Morten Welinder)Owen Taylor2004-07-131-1/+1
* Reverse order of pangoft2/pangoxft in Makefile; apparently automakeOwen Taylor2004-07-131-17/+17
* Make table constant. (#145515, Morten Welinder)Owen Taylor2004-07-131-1/+1
* Fix C99ism. (#147415, self.)Morten Welinder2004-07-121-1/+1
* Const-ification fix.Owen Taylor2004-07-101-3/+3
* One more constification.Owen Taylor2004-07-102-4/+4
* Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friendsOwen Taylor2004-07-102-17/+17
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-1019-498/+161
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-106-103/+281
* Add declaration for pango_ot_buffer_set_rtl.Manish Singh2004-07-091-0/+2
* Add missing row for the WORD_JOINER class. (#145833, Billy Biggs)Owen Taylor2004-07-081-1/+11
* Add pango_context_get_font_map()Owen Taylor2004-07-085-6/+30
* Add letter spacing correction to the last character, not the one justMorten Welinder2004-07-071-1/+1
* Fix double cluster increment.PANGO_1_5_0Owen Taylor2004-06-281-3/+0