| Commit message (Expand) | Author | Age | Files | Lines |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -21/+21 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -54/+54 |
* | Avoid some floating-point operations by caching the y value for the | Behdad Esfahbod | 2006-12-18 | 1 | -8/+10 |
* | Improve upon last change. Suggested by Carl Worth: use cairo_rectangle(x + | Behdad Esfahbod | 2006-12-04 | 1 | -11/+2 |
* | Fix handling of boxes drawn in do_path mode. Previously we were doing one | Behdad Esfahbod | 2006-12-04 | 1 | -21/+54 |
* | Use G_LOCK_* wrappers for GStaticMutex. | Behdad Esfahbod | 2006-11-30 | 1 | -3/+3 |
* | Revert two of the cast changes from last commit, to make sure the | Behdad Esfahbod | 2006-11-28 | 1 | -1/+1 |
* | Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the object | Behdad Esfahbod | 2006-11-28 | 1 | -5/+5 |
* | Make renderer-cache really thread-safe this time. Last try was not quite | Behdad Esfahbod | 2006-11-25 | 1 | -10/+18 |
* | Bug 356666 – pango is not thread-safe, nautilus does not honour that | Behdad Esfahbod | 2006-11-20 | 1 | -49/+47 |
* | Bug 315599 – PangoAttribute remains in wrong context. | Behdad Esfahbod | 2006-07-10 | 1 | -0/+19 |
* | Followup on previous change. | Behdad Esfahbod | 2006-06-06 | 1 | -42/+23 |
* | Remove the cut&paste reference. | Behdad Esfahbod | 2006-06-06 | 1 | -1/+0 |
* | Bug 343355 – Add pango_cairo_show_error_underline & | Behdad Esfahbod | 2006-06-06 | 1 | -131/+177 |
* | Minor. | Behdad Esfahbod | 2006-05-30 | 1 | -2/+2 |
* | Fix offset to center the underline in requested rectangle. | Behdad Esfahbod | 2006-05-30 | 1 | -10/+1 |
* | Doc. | Behdad Esfahbod | 2006-05-28 | 1 | -1/+1 |
* | Add more warning_history items and handle more font failures, to make sure | Behdad Esfahbod | 2006-04-27 | 1 | -9/+31 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -22/+59 |
* | Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info. | Behdad Esfahbod | 2006-02-02 | 1 | -1/+1 |
* | Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makes | Behdad Esfahbod | 2006-02-02 | 1 | -1/+0 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -8/+24 |
* | pango/pangocairo-private.h, pango/pangocairo-font.c, Hint hexbox. Also | Behdad Esfahbod | 2006-02-01 | 1 | -23/+28 |
* | Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNing | Behdad Esfahbod | 2006-01-14 | 1 | -30/+79 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+2 |
* | Draw an empty dashed box on missing glyphs for cairo-fc backend. | Behdad Esfahbod | 2005-12-06 | 1 | -5/+27 |
* | unset all part colors, since when drawing just a glyph string, | Owen Taylor | 2005-10-03 | 1 | -0/+9 |
* | convert from Pango units to doubles, fix some coordinate space problems | Owen Taylor | 2005-08-24 | 1 | -33/+44 |
* | pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyph | Owen Taylor | 2005-05-16 | 1 | -6/+12 |
* | Update for Cairo API changes. | Owen Taylor | 2005-05-07 | 1 | -10/+10 |
* | Update to new Cairo font API. | Owen Taylor | 2005-04-07 | 1 | -5/+4 |
* | PangoCairoFontMap for win32 fonts. | Owen Taylor | 2005-02-24 | 1 | -2/+2 |
* | Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). Add | Owen Taylor | 2005-02-07 | 1 | -36/+193 |
* | Open the file with mode "wb", include cairo-png.h. | Owen Taylor | 2005-02-03 | 1 | -1/+2 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -0/+354 |