summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Add bug # to ChangeLogOwen Taylor2005-03-031-0/+1
* Call XftCharIndex() on the right font. (#163511)Owen Taylor2005-03-031-1/+2
* For all binary searches, handle the case where the number of items is 0.Owen Taylor2005-03-032-24/+51
* For family names that add in numbers add a , to distinguish them fromOwen Taylor2005-03-021-7/+34
* Fix various typos in the docs (#163244, Morten Welinder)Owen Taylor2005-03-021-2/+2
* Go back to using Xft-reported metrics for all non-transformed fonts.Owen Taylor2005-03-021-1/+1
* Redo the handling of absolute sizes for PangoAttribute to work aroundOwen Taylor2005-03-022-12/+26
* Don't break lines on LINE_SEPARATOR in single-paragraph mode. (#168589,Owen Taylor2005-03-012-2/+3
* Delete FC_SPACING value out of pattern before passing it to Xft, toOwen Taylor2005-03-011-1/+4
* Build fixes from Andrew P. Lentvorski, Jr, #164655Owen Taylor2005-03-011-0/+5
* Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 to avoid a problem where olderOwen Taylor2005-03-011-2/+3
* Minor doc fixes. (#167922, #167924, Billy Biggs)Owen Taylor2005-02-212-2/+2
* Add missing entry points.Tor Lillqvist2005-01-251-0/+3
* Revert some accidentally committed changes.Owen Taylor2005-01-062-137/+22
* Fix reversed test on attr->absolute that was causing pixels sizes to beOwen Taylor2005-01-061-2/+2
* Fix trailing comma in enum (#162618)Owen Taylor2005-01-041-1/+1
* Fix doc sentences to parse. (#161812, Morten Welinder)Owen Taylor2005-01-041-2/+2
* Rename y1 parameters to y1_ to avoid conflicts with the math.h BesselOwen Taylor2005-01-042-5/+5
* Fix problem where MEDIUM was getting grouped with SEMIBOLD rather thanOwen Taylor2004-12-313-3/+3
* Use FC_WEIGHT_MEDIUM, not FC_WEIGHT_NORMAL in old-fontconfig case.Owen Taylor2004-12-171-1/+1
* Fix bug in computing logical_rect.x when layout->width == -1. (#161510,Owen Taylor2004-12-171-13/+32
* Add short and long descriptions.pango-1-8-branchpointOwen Taylor2004-12-162-22/+137
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-168-36/+188
* Copy layout->auto_dir. (#153547, Morten Welinder)Owen Taylor2004-12-141-0/+1
* Add $(libm), needed for no-undefined platforms like AIX. (#160773, VincentOwen Taylor2004-12-141-1/+1
* Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen)Owen Taylor2004-12-143-7/+49
* Set also underline and strikethrough position and thickness. (#161205)Tor Lillqvist2004-12-141-6/+13
* Add. (#153548, Morten Welinder)Owen Taylor2004-12-133-9/+35
* pango/modules.c (read_modules) Use gstdio wrappers. (#16111, RobertTor Lillqvist2004-12-123-11/+6
* Fix problem where the font would get unset after flushing at MAX_GLYPHS.Owen Taylor2004-12-101-4/+2
* Ignore formatting characters when determining word boundaries (Part ofOwen Taylor2004-12-021-0/+1
* Set the background color instead of setting underline twice.Matthias Clasen2004-11-301-1/+1
* Add underline_color and strikethrough_color attribute types. (#147616,Owen Taylor2004-11-234-83/+204
* Set G_LOG_DOMAIN.Owen Taylor2004-11-222-0/+2
* updatedHans Breuer2004-11-214-0/+44
* Turn off backspace-deletes-character behavior for Kana and Hangul. It'sOwen Taylor2004-11-211-1/+3
* Return n+1 logical attributes not n logical attributes (#155912)Owen Taylor2004-11-211-5/+7
* Don't just call pango_fontset_get_metrics() to implementOwen Taylor2004-11-211-9/+140
* Fix UTF8 => UTF-8 in warning and doc comment. (#153551, Morten Welinder)Owen Taylor2004-11-211-2/+2
* Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen)Owen Taylor2004-11-212-6/+6
* Fix crash when renderer->matrix is NULL.Owen Taylor2004-11-201-1/+1
* Remove color_set() virtual function ... it's not absolutely necessary forOwen Taylor2004-11-198-67/+155
* Add the new pango_renderer_* symbols.Tor Lillqvist2004-09-251-0/+15
* Activate the renderer.Owen Taylor2004-09-241-3/+12
* Up version to 1.7.0.Owen Taylor2004-09-2414-1089/+2897
* 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