| Commit message (Expand) | Author | Age | Files | Lines |
* | Add assertions to guard against division by zero on sample text paths | Philip Withnall | 2017-02-14 | 1 | -1/+4 |
* | Bug 695163 - pangocairo hexboxes don't take actual font size into account | Behdad Esfahbod | 2015-04-30 | 1 | -5/+12 |
* | Add many missing nullability annotations. | Evan Nemerson | 2014-10-16 | 1 | -1/+1 |
* | Bug 686512 - pango_cairo_font_get_scaled_font failed under wine | Behdad Esfahbod | 2012-12-09 | 1 | -0/+2 |
* | More churn | Behdad Esfahbod | 2012-08-28 | 1 | -2/+2 |
* | Bug 652841 - Various pieces of dead code found by gcc/clang static analyzer | Behdad Esfahbod | 2011-06-17 | 1 | -2/+2 |
* | Use G_DEFINE_INTERFACE in PangoCairoFont | Javier Jardón | 2011-04-30 | 1 | -28/+6 |
* | Bug 636348 - Hex boxes are incorrectly scaled with non identity cairo scale | Behdad Esfahbod | 2010-12-28 | 1 | -0/+2 |
* | [cairo] Scale font metrics to user space | Behdad Esfahbod | 2010-05-04 | 1 | -2/+35 |
* | [cairo] Refactor common code in create_metrics_for_context() | Behdad Esfahbod | 2010-05-04 | 1 | -1/+47 |
* | Typo | Behdad Esfahbod | 2009-10-05 | 1 | -1/+1 |
* | Remove desc argument from _pango_cairo_font_private_initialize(). Replace | Behdad Esfahbod | 2009-01-28 | 1 | -2/+2 |
* | Remove context argument from _pango_cairo_font_private_initialize(). | Behdad Esfahbod | 2009-01-28 | 1 | -5/+2 |
* | Add more debug info if creating scaled font failed. | Behdad Esfahbod | 2008-12-06 | 1 | -0/+13 |
* | Bug 562574 – Pangocariowin32 is leaking every cairo font it ever creates | Behdad Esfahbod | 2008-11-28 | 1 | -0/+4 |
* | Bug 143542 – PangoFT2Fontmap leak | Behdad Esfahbod | 2008-08-22 | 1 | -2/+15 |
* | Make the following API public: | Behdad Esfahbod | 2008-08-06 | 1 | -2/+2 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 474706 – cairo hexbox looks ugly | Behdad Esfahbod | 2008-04-21 | 1 | -3/+4 |
* | Minor reordering to make debugging easier. | Behdad Esfahbod | 2008-01-25 | 1 | -2/+3 |
* | Bug 478914 – Use something invalid instead of '?' when validating input | Behdad Esfahbod | 2007-12-10 | 1 | -14/+12 |
* | Bug 481537 – compiler warning fixes Patch from Kjartan Maraas | Behdad Esfahbod | 2007-10-15 | 1 | -1/+1 |
* | Part of Bug 474708 – pangocairo leaks memory | Behdad Esfahbod | 2007-09-08 | 1 | -0/+2 |
* | Part of Bug 347236 – provide pango_cairo_font_get_scaled_font | Behdad Esfahbod | 2007-07-21 | 1 | -2/+2 |
* | Check for NULL before dereferencing. Patch from Keith Packard. | Behdad Esfahbod | 2007-06-14 | 1 | -2/+5 |
* | Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – Add | Behdad Esfahbod | 2007-06-11 | 1 | -5/+17 |
* | Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.c | Behdad Esfahbod | 2007-06-10 | 1 | -67/+439 |
* | Zero glyphs->num_glyphs before calling into shape engine. | Behdad Esfahbod | 2007-06-05 | 1 | -1/+7 |
* | Move PANGO_UNITS_ROUND here... ...from here. | Behdad Esfahbod | 2007-04-30 | 1 | -9/+19 |
* | Improved hexbox position. | Behdad Esfahbod | 2007-04-18 | 1 | -2/+6 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -5/+5 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -14/+14 |
* | Revert two of the cast changes from last commit, to make sure the | Behdad Esfahbod | 2006-11-28 | 1 | -3/+12 |
* | Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the object | Behdad Esfahbod | 2006-11-28 | 1 | -5/+5 |
* | Make TypeInfo structs not static. Reduces relocations. | Behdad Esfahbod | 2006-10-13 | 1 | -1/+1 |
* | Bug 357686 – pangocairo-font.c: illegal g_object_unref in | Behdad Esfahbod | 2006-09-25 | 1 | -1/+0 |
* | Set matrix on the context we create to load minifont. | Behdad Esfahbod | 2006-06-07 | 1 | -4/+13 |
* | Set absolute_size, since we are using describe_with_absolute_size now... | Behdad Esfahbod | 2006-05-31 | 1 | -1/+1 |
* | New function pango_font_describe_with_absolute_size(). | Behdad Esfahbod | 2006-05-22 | 1 | -11/+6 |
* | Require cairo >= 1.1.2. Also pass -no-undefined on all systems. | Behdad Esfahbod | 2006-04-29 | 1 | -68/+80 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -3/+5 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -2/+1 |
* | Bug 314239 – pangocairo crashes when font cannot be read | Behdad Esfahbod | 2006-02-21 | 1 | -0/+5 |
* | Change g_critical to g_warning. We already handle them gracefully. | Behdad Esfahbod | 2006-02-21 | 1 | -1/+1 |
* | As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API thatPANGO_1_11_4 | Behdad Esfahbod | 2006-02-06 | 1 | -0/+22 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -6/+11 |
* | Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info. | Behdad Esfahbod | 2006-02-02 | 1 | -2/+2 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -1/+5 |
* | For mini_font, set family to "monospace", not "mono-space" which didn't | Behdad Esfahbod | 2006-02-02 | 1 | -1/+1 |
* | Initialize warning history structs more explicitly. (bug #329459) | Behdad Esfahbod | 2006-02-01 | 1 | -1/+1 |