summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,Owen Taylor2005-07-262-12/+48
* Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder)Owen Taylor2005-07-264-36/+59
* Always set line->resolved_dir to one of LTR or RTL. (#171439, Reported byOwen Taylor2005-07-251-3/+26
* Add some missing statics on functions added in the recent layout iterOwen Taylor2005-07-221-3/+3
* Remove an unecessary set of block2.Owen Taylor2005-07-222-0/+505
* Patch from David Turner. Review and testing by Behdad EsfahbodOwen Taylor2005-07-228-37/+14
* Fix underlining. (#304692) Mention in the doc comment that the DC's textTor Lillqvist2005-07-221-3/+9
* Force on metrics hinting for all Xft fonts (this fixes font metrics -Owen Taylor2005-07-211-0/+6
* Fix up the operation of PangoLayoutIter, especially for Bidi (#89541,Owen Taylor2005-07-211-173/+243
* Avoid calling memcpy with a NULL argument. (#310021, Morten Welinder)Owen Taylor2005-07-211-1/+2
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-212-159/+30
* Remove pango_script_for_lang. It was never part of the public API, and isTor Lillqvist2005-06-261-1/+0
* Go back to honoring alpha in the XftColor passed in; it was a 1.6 => 1.8Owen Taylor2005-06-211-4/+23
* Fix some missing case variants in the switch statement. (#169852, MortenOwen Taylor2005-06-141-0/+2
* Hand edit to fix a bug in the 4.0.0 data tables. (#173096, SukhjinderOwen Taylor2005-06-141-1/+1
* #307433, Sebastien BacherOwen Taylor2005-06-141-0/+1
* Chain up from finalize. (#307547, Paolo Borelli)Owen Taylor2005-06-142-1/+5
* Fix FALSE/TRUE typo that was causing crashes with fonts not containingOwen Taylor2005-06-142-3/+7
* Fix potential leak of state->base_font. (#168930, Ben Maurer, AivarsOwen Taylor2005-06-141-0/+2
* Merge from HEAD:Hans Breuer2005-06-131-2/+2
* Add support to pangowin32 for TrueType fonts covering more than the BMP.Tor Lillqvist2005-04-283-127/+259
* Merge from HEAD:Tor Lillqvist2005-03-231-0/+1
* Force fRTL for each item returned from ScriptItemize() to the bidiTor Lillqvist2005-03-202-46/+93
* const correctness for _pango_fribidi_prop_to_typeManish Singh2005-03-052-2/+2
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-058-796/+1557
* 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