| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings. | Behdad Esfahbod | 2008-12-26 | 1 | -11/+11 |
* | Fix a gcc warning. | Kjartan Maraas | 2008-10-10 | 1 | -1/+1 |
* | Bug 143542 – PangoFT2Fontmap leak | Behdad Esfahbod | 2008-08-22 | 1 | -2/+6 |
* | Bug 547432: Deprecation of pango_(backend)_font_map_create_context() not | Sven Herzberg | 2008-08-12 | 1 | -3/+3 |
* | Make the following API public: | Behdad Esfahbod | 2008-08-06 | 1 | -33/+30 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Fixed gtk-doc warnings. | Wouter Bolsterlee | 2008-01-28 | 1 | -1/+1 |
* | Bug 478914 – Use something invalid instead of '?' when validating input | Behdad Esfahbod | 2007-12-10 | 1 | -8/+16 |
* | Bug 481537 – compiler warning fixes Patch from Kjartan Maraas | Behdad Esfahbod | 2007-10-15 | 1 | -1/+1 |
* | Switch some g_new (*, 1) to g_slice_new ()... I know... | Behdad Esfahbod | 2007-09-07 | 1 | -7/+14 |
* | Add G_UNLIKELY() to type registration block in _get_type() functions. | Behdad Esfahbod | 2007-06-20 | 1 | -1/+1 |
* | Bug 436988 – Adding PangoScript to PangoAnalysis | Behdad Esfahbod | 2007-05-08 | 1 | -3/+1 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -86/+86 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -119/+119 |
* | Use pango_layout(_iter)?_get_line_readonly() instead of | Behdad Esfahbod | 2007-01-16 | 1 | -1/+1 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -2/+2 |
* | Make TypeInfo structs not static. Reduces relocations. | Behdad Esfahbod | 2006-10-13 | 1 | -1/+1 |
* | Bug 355435 – Invalid calls to pango_map_get_engine() Patch from | Behdad Esfahbod | 2006-09-11 | 1 | -1/+3 |
* | Minor doc syntax update. | Behdad Esfahbod | 2006-08-31 | 1 | -1/+1 |
* | Check for nullity somewhere else. | Behdad Esfahbod | 2006-04-13 | 1 | -21/+24 |
* | Fix minor bugs reported by the Coverity scan report. | Behdad Esfahbod | 2006-04-10 | 1 | -1/+1 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Bug 330289 – Fix build with gcc 2.95 (pangox.c) | Behdad Esfahbod | 2006-02-08 | 1 | -1/+4 |
* | Warn only once per font-description that cannot be loaded. | Behdad Esfahbod | 2006-02-06 | 1 | -38/+83 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 1 | -5/+5 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -83/+79 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -11/+9 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -2/+1 |
* | pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, | Behdad Esfahbod | 2006-01-05 | 1 | -2/+2 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -1/+1 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+2 |
* | Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved | Behdad Esfahbod | 2005-11-03 | 1 | -9/+1 |
* | map get_font_map to the right function. | Manish Singh | 2005-02-25 | 1 | -0/+1 |
* | PangoCairoFontMap for win32 fonts. | Owen Taylor | 2005-02-24 | 1 | -0/+9 |
* | Add some missing statics. (#142299, Morten Welinder) | Owen Taylor | 2004-05-27 | 1 | -2/+2 |
* | Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR. | Owen Taylor | 2004-02-29 | 1 | -1/+1 |
* | un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-29 | 1 | -0/+21 |
* | Remove. | Owen Taylor | 2003-08-02 | 1 | -459/+14 |
* | Patch from Morten Welinder to collect characters into runs of the same | Owen Taylor | 2003-05-27 | 1 | -14/+47 |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 1 | -1/+1 |
* | pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.c | Sven Neumann | 2003-04-02 | 1 | -58/+18 |
* | Draw the unknown glyph box with X primitives rather than hoping that some | Owen Taylor | 2002-12-09 | 1 | -85/+86 |
* | Roughly clip glyphs into the X coordinate area to avoid wrap-around. | Owen Taylor | 2002-12-07 | 1 | -13/+27 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -2/+2 |
* | Make charset ordering more important than ordering in the font | Owen Taylor | 2002-07-31 | 1 | -3/+4 |
* | Add a implementation of strtok_r (copied from glibc) for machines that | Owen Taylor | 2002-05-13 | 1 | -8/+48 |
* | Rewrite average_digit_width computation to go through the same shaping | Owen Taylor | 2002-03-25 | 1 | -105/+147 |
* | Fix problem with returned width on lines other than the first line | Owen Taylor | 2001-12-10 | 1 | -1/+1 |
* | acconfig.h support for --with-xftconfig-dir= path to system XftConfig file | Manish Singh | 2001-11-24 | 1 | -1/+1 |
* | Check for LEX and YACC. This will be made optional later, with the build | Alexander Larsson | 2001-11-18 | 1 | -1/+1 |