| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add the new pango_renderer_* symbols. | Tor Lillqvist | 2004-09-25 | 1 | -0/+15 |
* | Activate the renderer. | Owen Taylor | 2004-09-24 | 1 | -3/+12 |
* | Up version to 1.7.0. | Owen Taylor | 2004-09-24 | 14 | -1089/+2897 |
* | Use get_glyph_extents_raw() when hinting is disabled as well as when we | Owen Taylor | 2004-09-22 | 2 | -2/+3 |
* | Fix typo in docs. (#153390, Paolo Borelli) | Owen Taylor | 2004-09-22 | 1 | -1/+1 |
* | Cleanups from 'sparse', #149922, Kjartan Maraas | Owen Taylor | 2004-09-22 | 6 | -10/+10 |
* | Initialize ellipsis_is_cjk (#151901, Christian Persch) | Owen Taylor | 2004-09-20 | 1 | -0/+1 |
* | Except ideographic spaces from the !g_unichar_isgraph() test. (#145275, | Owen Taylor | 2004-09-20 | 1 | -1/+13 |
* | Don't use face->ascender/descender for non-scalable fonts, since they | Owen Taylor | 2004-09-20 | 1 | -1/+2 |
* | Add pango_context_set_matrix. (#152883, Ivan Wong) | Tor Lillqvist | 2004-09-18 | 1 | -2/+1 |
* | Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table. | Tor Lillqvist | 2004-09-15 | 1 | -0/+8 |
* | Escape also backslashes. (#152607, Kazuki Iwamoto) | Tor Lillqvist | 2004-09-15 | 1 | -1/+4 |
* | === Released 1.6.0 ===PANGO_1_6_0 | Owen Taylor | 2004-09-14 | 7 | -0/+42 |
* | Add pango_ot_buffer_set_zero_width_marks, again. | Tor Lillqvist | 2004-08-26 | 2 | -5/+7 |
* | Ignore synthetic vertical writing versions of East Asian fonts. (#145322, | Tor Lillqvist | 2004-08-22 | 1 | -1/+5 |
* | Sync with change to OTL_GlyphItemRec. | Owen Taylor | 2004-08-16 | 1 | -0/+1 |
* | updated | Hans Breuer | 2004-08-06 | 6 | -16/+38 |
* | Typedef PangoWin32FontMapClass. | Tor Lillqvist | 2004-08-06 | 1 | -4/+6 |
* | Add pango_ot_buffer_set_zero_width_marks. | Tor Lillqvist | 2004-08-05 | 1 | -0/+1 |
* | Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer | Owen Taylor | 2004-07-30 | 6 | -12/+12 |
* | Fix API docs. (#148627) | Owen Taylor | 2004-07-28 | 1 | -3/+1 |
* | Save the order in which features were added and use that when applying | Owen Taylor | 2004-07-27 | 4 | -33/+58 |
* | Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. | Behdad Esfahbod | 2004-07-27 | 2 | -35/+35 |
* | Fix bug to copy glyph from in_string, not out_string. | Behdad Esfahbod | 2004-07-27 | 1 | -2/+2 |
* | Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake | Owen Taylor | 2004-07-26 | 1 | -7/+7 |
* | mini_width/height are still (before render patch) in pixels, not Pango | Owen Taylor | 2004-07-26 | 1 | -4/+4 |
* | Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. | Owen Taylor | 2004-07-26 | 1 | -28/+28 |
* | Add missing macro to make the last change actually compile. | Owen Taylor | 2004-07-26 | 1 | -0/+2 |
* | Match backtrack context against the output glyphs not the input glyphs | Owen Taylor | 2004-07-26 | 1 | -12/+12 |
* | Make Check_Property() take a OTL_GlyphItem, add a gproperties field to | Owen Taylor | 2004-07-26 | 6 | -60/+91 |
* | return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED. | Owen Taylor | 2004-07-20 | 1 | -0/+3 |