summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore synthetic vertical writing versions of East Asian fonts. (#145322,Tor Lillqvist2004-08-221-1/+5
* Add pango_ot_buffer_set_zero_width_marks.Tor Lillqvist2004-08-051-0/+1
* Save the order in which features were added and use that when applyingOwen Taylor2004-07-274-33/+58
* Fix allocation and indexing in NewGlyphClasses array. (#130661, MasatakeOwen Taylor2004-07-261-7/+7
* Add missing macro to make the last change actually compile.Owen Taylor2004-07-261-0/+1
* Match backtrack context against the output glyphs not the input glyphsOwen Taylor2004-07-261-12/+12
* Fix pervasive buffer overruns when skipping glyphs when matching contexts.Owen Taylor2004-07-192-351/+284
* #143601: Felipe HeidrichOwen Taylor2004-07-161-7/+16
* Fix problem when we only figured out latin script for 'en' not forOwen Taylor2004-07-141-5/+28
* 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
* 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
* #143693, Sayamindu DasguptaOwen Taylor2004-06-233-5/+27
* Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, JeroenOwen Taylor2004-06-221-33/+73
* #143556, Noah MischOwen Taylor2004-06-211-4/+4
* Initialize state->lang from context->language if not otherwise set.Owen Taylor2004-06-212-1/+4
* Temporarily undeprecate pango_ft2_font_get_face, will be deprecated inOwen Taylor2004-06-212-3/+5
* pango/modules.c (append_engines): Fix some missing statics. (#142237,Owen Taylor2004-06-214-5/+5
* Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.hOwen Taylor2004-06-211-8/+14
* Fix leak when inserting an empty attributes. (#140771, Morten Welinder)Owen Taylor2004-06-211-1/+4
* Handle setting the same object back. (#143523, Morten Welinder)Owen Taylor2004-06-211-3/+3
* Revert the last change, assert that initialization succeeded.Owen Taylor2004-06-211-8/+2
* For cleanliness, unref the fontmap if we get an error from FreeType.Owen Taylor2004-06-211-1/+3
* Negate y offset according to different conventions betweenTheppitak Karoonboonyanan2004-05-281-1/+1
* Backport to 1.4.xJody Goldberg2004-05-282-3/+22
* Revert error return changes from last commit.Owen Taylor2004-05-271-10/+6
* Free buffer->positions, clean up error returns that were returningOwen Taylor2004-05-271-8/+13
* Add some missing statics. (#142299, Morten Welinder)Owen Taylor2004-05-272-5/+5
* Fix incorrect casts to get the class object of lang engine. (#141931)Theppitak Karoonboonyanan2004-05-061-2/+2
* Don't leak family_name. (#140772, John Ehresman)Tor Lillqvist2004-04-291-0/+1
* Use floating-point math in resolution calculation. (#141229, JohnTor Lillqvist2004-04-291-1/+1
* === Released 1.4.0 ===PANGO_1_4_0Owen Taylor2004-03-161-35/+42
* Convert PangoStretch to and from FC_WIDTH, so we can actually getManish Singh2004-03-122-75/+157
* pango/pango.def Add missing entries. (#136339, J. Ali Harlow)Tor Lillqvist2004-03-052-0/+20
* Clarify comment.Tor Lillqvist2004-03-041-3/+3
* if PANGO_MODULE_PREFIX is defined include the basic backend shaper (shouldHans Breuer2004-03-035-9/+23
* Correct spelling of my name.Tor Lillqvist2004-03-031-0/+1
* Add some missing symbols. (#135980, J. Ali Harlow)Tor Lillqvist2004-03-031-0/+1
* pango/pango.def Add some missing symbols. (#135945, Cedric Gustin)Tor Lillqvist2004-03-033-2/+10
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-022-8/+0
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-015-81/+246
* Removed trailing commas from the enums - which causes warnings that breakMurray Cumming2004-03-011-2/+2
* Remove the INSTANCE_PRIVATE_DATA_WORKS #ifdefs, since it does work now.Owen Taylor2004-03-011-14/+1
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-293-3/+3
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-296-1/+77
* New attribute to turn font fallback on or off. (#105553)Noah Levitt2004-02-294-6/+109
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-2915-1089/+1072