summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix doc sentences to parse. (#161812, Morten Welinder)Owen Taylor2005-01-043-2/+12
* Fix 1.7.1 => 1.8.0 versionOwen Taylor2005-01-041-1/+1
* Rename y1 parameters to y1_ to avoid conflicts with the math.h BesselOwen Taylor2005-01-044-5/+17
* Fix problem where MEDIUM was getting grouped with SEMIBOLD rather thanOwen Taylor2004-12-315-3/+27
* pango/pangowin32-private.h Cache metrics by language, like the otherTor Lillqvist2004-12-184-47/+106
* Make the .la files depend on the corresponding .def files.Tor Lillqvist2004-12-174-3/+19
* Use FC_WEIGHT_MEDIUM, not FC_WEIGHT_NORMAL in old-fontconfig case.Owen Taylor2004-12-173-1/+13
* Fix a couple of typos in the handling of tibetan forOwen Taylor2004-12-173-2/+12
* Fix bug in computing logical_rect.x when layout->width == -1. (#161510,Owen Taylor2004-12-173-13/+44
* Move aside ChangeLogOwen Taylor2004-12-163-970/+0
* Add short and long descriptions.pango-1-8-branchpointOwen Taylor2004-12-166-24/+155
* Add missed fileOwen Taylor2004-12-161-0/+205
* === Released 1.8.0 ===PANGO_1_8_0Owen Taylor2004-12-166-12/+56
* Emergency fix for #151068... if uniscribe shaping comes up with no glyphs,Owen Taylor2004-12-164-1/+19
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-1611-36/+245
* Recent additionsOwen Taylor2004-12-164-0/+50
* Force zero-width marks to glyph index 0 so they won't be drawn. (#145233,Owen Taylor2004-12-165-4/+46
* Add simple tibetan module. (#148566, G Karunakar)Owen Taylor2004-12-168-9/+388
* Split U+DDE as U+DD9, U+DDF. :Owen Taylor2004-12-154-1/+16
* Sinhala support (#153517, Anuradha Ratnaweera)Owen Taylor2004-12-157-4/+74
* Copy layout->auto_dir. (#153547, Morten Welinder)Owen Taylor2004-12-144-0/+16
* Add $(libm), needed for no-undefined platforms like AIX. (#160773, VincentOwen Taylor2004-12-144-1/+19
* Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen)Owen Taylor2004-12-146-7/+85
* add XFT_CFLAGSDan Winship2004-12-144-0/+13
* Add the correct char classes for Unicode-4.0 characters U+A01, U+A03.Owen Taylor2004-12-144-1/+19
* Require gmodule-no-exportMatthias Clasen2004-12-144-20/+21
* Set also underline and strikethrough position and thickness. (#161205)Tor Lillqvist2004-12-144-6/+28
* Add. (#153548, Morten Welinder)Owen Taylor2004-12-137-9/+60
* pango/modules.c (read_modules) Use gstdio wrappers. (#16111, RobertTor Lillqvist2004-12-126-11/+33
* Fix problem where the font would get unset after flushing at MAX_GLYPHS.Owen Taylor2004-12-104-4/+20
* === Released 1.7.0 ===PANGO_1_7_0Owen Taylor2004-12-024-0/+38
* Ignore formatting characters when determining word boundaries (Part ofOwen Taylor2004-12-025-0/+25
* Set the background color instead of setting underline twice.Matthias Clasen2004-11-304-1/+16
* Add Lao support to Thai module. (#156781)Theppitak Karoonboonyanan2004-11-2810-256/+577
* rm autom4te.cache, since it might interfere with differing autoconfManish Singh2004-11-254-0/+17
* Add underline_color and strikethrough_color attribute types. (#147616,Owen Taylor2004-11-2311-84/+323
* Remove stray 'x' character.Manish Singh2004-11-224-1/+13
* Add bug referenceOwen Taylor2004-11-223-3/+6
* Set G_LOG_DOMAIN.Owen Taylor2004-11-2212-18/+42
* Add Syriac module by Emil Soleyman-Zomalan. (#147779)Owen Taylor2004-11-2213-3/+913
* updatedHans Breuer2004-11-217-0/+68
* Turn off backspace-deletes-character behavior for Kana and Hangul. It'sOwen Taylor2004-11-214-1/+24
* Return n+1 logical attributes not n logical attributes (#155912)Owen Taylor2004-11-214-5/+22
* Don't just call pango_fontset_get_metrics() to implementOwen Taylor2004-11-214-9/+161
* Fix UTF8 => UTF-8 in warning and doc comment. (#153551, Morten Welinder)Owen Taylor2004-11-214-2/+17
* Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen)Owen Taylor2004-11-215-6/+42
* Fix crash when renderer->matrix is NULL.Owen Taylor2004-11-204-1/+16
* Remove color_set() virtual function ... it's not absolutely necessary forOwen Taylor2004-11-1917-76/+305
* Document PANGO_UNDERLINE_ERROR as a 1.4 addition. (#156533, MortenMatthias Clasen2004-10-274-4/+20
* Use guchar instead of gchar as argument type.Theppitak Karoonboonyanan2004-10-125-18/+32