| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a copy-paste error | Matthias Clasen | 2012-11-29 | 1 | -1/+1 |
* | More churn | Behdad Esfahbod | 2012-08-28 | 1 | -1/+1 |
* | Annotations: add missing colons after symbol names | Pavel Holejsovsky | 2012-06-04 | 1 | -1/+1 |
* | Bug 652841 - Various pieces of dead code found by gcc/clang static analyzer | Behdad Esfahbod | 2011-06-17 | 1 | -1/+0 |
* | Bug 596837 - Typo in pango_cairo_show_layout documentation | Behdad Esfahbod | 2009-09-30 | 1 | -1/+1 |
* | Bug 469049 – Fix all compiler warnings | Behdad Esfahbod | 2008-12-26 | 1 | -23/+62 |
* | Fix warnings. | Behdad Esfahbod | 2008-12-26 | 1 | -1/+1 |
* | Update to cairo-1.7.6 API. | Behdad Esfahbod | 2008-09-22 | 1 | -2/+2 |
* | Fix cluster iteration. | Behdad Esfahbod | 2008-08-06 | 1 | -2/+2 |
* | Implement draw_glyph_item using cairo_show_text_glyphs(). | Behdad Esfahbod | 2008-08-06 | 1 | -85/+101 |
* | Oops. | Behdad Esfahbod | 2008-08-06 | 1 | -1/+1 |
* | Improve docs. | Behdad Esfahbod | 2008-08-06 | 1 | -1/+1 |
* | New public API: | Behdad Esfahbod | 2008-08-06 | 1 | -4/+174 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 501334 – Make pango_cairo_[show_]*[_path]() functions preserve | Behdad Esfahbod | 2008-04-21 | 1 | -26/+43 |
* | Bug 478914 – Use something invalid instead of '?' when validating input | Behdad Esfahbod | 2007-12-10 | 1 | -17/+112 |
* | Bug 472629 – Add pango_renderer_get_layout(_line) | Behdad Esfahbod | 2007-10-24 | 1 | -12/+17 |
* | Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – Add | Behdad Esfahbod | 2007-06-11 | 1 | -2/+2 |
* | Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.c | Behdad Esfahbod | 2007-06-10 | 1 | -5/+3 |
* | New API | Behdad Esfahbod | 2007-05-04 | 1 | -1/+34 |
* | *.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 |