| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix FALSE/TRUE typo that was causing crashes with fonts not containing | Owen Taylor | 2005-06-14 | 2 | -3/+7 |
* | Fix potential leak of state->base_font. (#168930, Ben Maurer, Aivars | Owen Taylor | 2005-06-14 | 1 | -0/+2 |
* | Merge from HEAD: | Hans Breuer | 2005-06-13 | 1 | -2/+2 |
* | Add support to pangowin32 for TrueType fonts covering more than the BMP. | Tor Lillqvist | 2005-04-28 | 3 | -127/+259 |
* | Merge from HEAD: | Tor Lillqvist | 2005-03-23 | 1 | -0/+1 |
* | Force fRTL for each item returned from ScriptItemize() to the bidi | Tor Lillqvist | 2005-03-20 | 2 | -46/+93 |
* | const correctness for _pango_fribidi_prop_to_type | Manish Singh | 2005-03-05 | 2 | -2/+2 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 8 | -796/+1557 |
* | Add bug # to ChangeLog | Owen Taylor | 2005-03-03 | 1 | -0/+1 |
* | Call XftCharIndex() on the right font. (#163511) | Owen Taylor | 2005-03-03 | 1 | -1/+2 |
* | For all binary searches, handle the case where the number of items is 0. | Owen Taylor | 2005-03-03 | 2 | -24/+51 |
* | For family names that add in numbers add a , to distinguish them from | Owen Taylor | 2005-03-02 | 1 | -7/+34 |
* | Fix various typos in the docs (#163244, Morten Welinder) | Owen Taylor | 2005-03-02 | 1 | -2/+2 |
* | Go back to using Xft-reported metrics for all non-transformed fonts. | Owen Taylor | 2005-03-02 | 1 | -1/+1 |
* | Redo the handling of absolute sizes for PangoAttribute to work around | Owen Taylor | 2005-03-02 | 2 | -12/+26 |
* | Don't break lines on LINE_SEPARATOR in single-paragraph mode. (#168589, | Owen Taylor | 2005-03-01 | 2 | -2/+3 |
* | Delete FC_SPACING value out of pattern before passing it to Xft, to | Owen Taylor | 2005-03-01 | 1 | -1/+4 |
* | Build fixes from Andrew P. Lentvorski, Jr, #164655 | Owen Taylor | 2005-03-01 | 1 | -0/+5 |
* | Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 to avoid a problem where older | Owen Taylor | 2005-03-01 | 1 | -2/+3 |
* | Minor doc fixes. (#167922, #167924, Billy Biggs) | Owen Taylor | 2005-02-21 | 2 | -2/+2 |
* | Add missing entry points. | Tor Lillqvist | 2005-01-25 | 1 | -0/+3 |
* | Revert some accidentally committed changes. | Owen Taylor | 2005-01-06 | 2 | -137/+22 |
* | Fix reversed test on attr->absolute that was causing pixels sizes to be | Owen Taylor | 2005-01-06 | 1 | -2/+2 |
* | Fix trailing comma in enum (#162618) | Owen Taylor | 2005-01-04 | 1 | -1/+1 |
* | Fix doc sentences to parse. (#161812, Morten Welinder) | Owen Taylor | 2005-01-04 | 1 | -2/+2 |
* | Rename y1 parameters to y1_ to avoid conflicts with the math.h Bessel | Owen Taylor | 2005-01-04 | 2 | -5/+5 |
* | Fix problem where MEDIUM was getting grouped with SEMIBOLD rather than | Owen Taylor | 2004-12-31 | 3 | -3/+3 |
* | Use FC_WEIGHT_MEDIUM, not FC_WEIGHT_NORMAL in old-fontconfig case. | Owen Taylor | 2004-12-17 | 1 | -1/+1 |
* | Fix bug in computing logical_rect.x when layout->width == -1. (#161510, | Owen Taylor | 2004-12-17 | 1 | -13/+32 |
* | Add short and long descriptions.pango-1-8-branchpoint | Owen Taylor | 2004-12-16 | 2 | -22/+137 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 8 | -36/+188 |
* | Copy layout->auto_dir. (#153547, Morten Welinder) | Owen Taylor | 2004-12-14 | 1 | -0/+1 |
* | Add $(libm), needed for no-undefined platforms like AIX. (#160773, Vincent | Owen Taylor | 2004-12-14 | 1 | -1/+1 |
* | Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen) | Owen Taylor | 2004-12-14 | 3 | -7/+49 |
* | Set also underline and strikethrough position and thickness. (#161205) | Tor Lillqvist | 2004-12-14 | 1 | -6/+13 |
* | Add. (#153548, Morten Welinder) | Owen Taylor | 2004-12-13 | 3 | -9/+35 |
* | pango/modules.c (read_modules) Use gstdio wrappers. (#16111, Robert | Tor Lillqvist | 2004-12-12 | 3 | -11/+6 |
* | Fix problem where the font would get unset after flushing at MAX_GLYPHS. | Owen Taylor | 2004-12-10 | 1 | -4/+2 |
* | Ignore formatting characters when determining word boundaries (Part of | Owen Taylor | 2004-12-02 | 1 | -0/+1 |
* | Set the background color instead of setting underline twice. | Matthias Clasen | 2004-11-30 | 1 | -1/+1 |
* | Add underline_color and strikethrough_color attribute types. (#147616, | Owen Taylor | 2004-11-23 | 4 | -83/+204 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 2 | -0/+2 |
* | updated | Hans Breuer | 2004-11-21 | 4 | -0/+44 |
* | Turn off backspace-deletes-character behavior for Kana and Hangul. It's | Owen Taylor | 2004-11-21 | 1 | -1/+3 |
* | Return n+1 logical attributes not n logical attributes (#155912) | Owen Taylor | 2004-11-21 | 1 | -5/+7 |
* | Don't just call pango_fontset_get_metrics() to implement | Owen Taylor | 2004-11-21 | 1 | -9/+140 |
* | Fix UTF8 => UTF-8 in warning and doc comment. (#153551, Morten Welinder) | Owen Taylor | 2004-11-21 | 1 | -2/+2 |
* | Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen) | Owen Taylor | 2004-11-21 | 2 | -6/+6 |
* | Fix crash when renderer->matrix is NULL. | Owen Taylor | 2004-11-20 | 1 | -1/+1 |
* | Remove color_set() virtual function ... it's not absolutely necessary for | Owen Taylor | 2004-11-19 | 8 | -67/+155 |