| Commit message (Expand) | Author | Age | Files | Lines |
* | More thread-safety | Behdad Esfahbod | 2012-08-27 | 1 | -1/+1 |
* | Make static data thread safe in pangocairo-fcfont.c | Alessandro Pignotti | 2012-08-27 | 1 | -2/+2 |
* | [cairo] Refactor common code in create_metrics_for_context() | Behdad Esfahbod | 2010-05-04 | 1 | -4/+4 |
* | Fix pangocairo-fc fontsize weirdness | Behdad Esfahbod | 2009-11-17 | 1 | -3/+2 |
* | [pangofc] Add a "fontmap" property to PangoFcFont | Behdad Esfahbod | 2009-03-13 | 1 | -0/+1 |
* | Don't do anything in shutdown. Was causing double-free of cairo font | Behdad Esfahbod | 2009-02-02 | 1 | -9/+0 |
* | Bug 567165 – Apply all pattern matrices | Behdad Esfahbod | 2009-01-28 | 1 | -11/+12 |
* | Change PangoFc font loading API such that PangoContext is not passed down. | Behdad Esfahbod | 2009-01-28 | 1 | -35/+43 |
* | Remove desc argument from _pango_cairo_font_private_initialize(). Replace | Behdad Esfahbod | 2009-01-28 | 1 | -1/+1 |
* | Remove context argument from _pango_cairo_font_private_initialize(). | Behdad Esfahbod | 2009-01-28 | 1 | -1/+2 |
* | [pangocairo-fc] Remove unused member | Behdad Esfahbod | 2009-01-28 | 1 | -2/+0 |
* | Bug 562574 – Pangocariowin32 is leaking every cairo font it ever creates | Behdad Esfahbod | 2008-11-28 | 1 | -2/+2 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.c | Behdad Esfahbod | 2007-06-10 | 1 | -369/+56 |
* | Move PANGO_UNITS_ROUND here... ...from here. | Behdad Esfahbod | 2007-04-30 | 1 | -10/+27 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -7/+7 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -24/+24 |
* | Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21 | Behdad Esfahbod | 2007-01-04 | 1 | -11/+9 |
* | Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the object | Behdad Esfahbod | 2006-11-28 | 1 | -9/+9 |
* | Bug 352535 – Ink extents of empty glyph | Behdad Esfahbod | 2006-09-11 | 1 | -1/+1 |
* | Support per-item gravity. | Behdad Esfahbod | 2006-08-21 | 1 | -2/+1 |
* | Correct switched return value of EAST/WEST. | Behdad Esfahbod | 2006-08-20 | 1 | -1/+3 |
* | Render block progression and line direction arrows, and a base gravity | Behdad Esfahbod | 2006-08-16 | 1 | -10/+3 |
* | Return if none of logical_rect or ink_rect is non-NULL. | Behdad Esfahbod | 2006-08-16 | 1 | -2/+8 |
* | Render the header with SOUTH gravity. | Behdad Esfahbod | 2006-08-15 | 1 | -6/+18 |
* | Fix handling of WEST and EAST gravity effect on bidi level. | Behdad Esfahbod | 2006-08-15 | 1 | -2/+20 |
* | Move font_matrix rotation into font_new as we use only rotation and no | Behdad Esfahbod | 2006-08-15 | 1 | -44/+12 |
* | Oops. Exchange west<->east and north<->south gravities. The gravity is the | Behdad Esfahbod | 2006-08-15 | 1 | -5/+5 |
* | Support --gravity. | Behdad Esfahbod | 2006-08-15 | 1 | -1/+47 |
* | Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont to | Behdad Esfahbod | 2006-04-29 | 1 | -147/+3 |
* | Bug 307196 – Unhinted fonts are measured incorrectly and drawing | Behdad Esfahbod | 2006-04-29 | 1 | -0/+5 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -1/+1 |
* | Incorrect text rendering when in x86 64-bit precision mode | Behdad Esfahbod | 2006-04-07 | 1 | -7/+14 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Bug 332167 – Void function returns value - breaks Solaris build Reported | Behdad Esfahbod | 2006-02-22 | 1 | -1/+1 |
* | Bug 314239 – pangocairo crashes when font cannot be read | Behdad Esfahbod | 2006-02-21 | 1 | -6/+22 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -2/+4 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -14/+6 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -3/+2 |
* | Remove pango.modules on uninstall. (bug #328869) | Behdad Esfahbod | 2006-01-27 | 1 | -2/+2 |
* | Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNing | Behdad Esfahbod | 2006-01-14 | 1 | -5/+10 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -1/+1 |
* | Fix bug #323540. | Behdad Esfahbod | 2005-12-12 | 1 | -4/+7 |
* | Update on missing-box drawing change. Add (!glyph) to the conditional. | Behdad Esfahbod | 2005-12-10 | 1 | -1/+1 |
* | Draw an empty dashed box on missing glyphs for cairo-fc backend. | Behdad Esfahbod | 2005-12-06 | 1 | -5/+4 |
* | Add a constact fixed-size (256) cache for caching glyph extents, instead | Behdad Esfahbod | 2005-11-29 | 1 | -113/+169 |
* | Load a font suitable for viewing English text when creating mini font for | Behdad Esfahbod | 2005-11-22 | 1 | -16/+16 |
* | Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang) | Behdad Esfahbod | 2005-11-15 | 1 | -3/+24 |
* | Fixes #320665: | Federico Mena Quintero | 2005-11-04 | 1 | -0/+111 |
* | Cut out the meat of pango_fc_font_get_metrics_for_context() and export it | Owen Taylor | 2005-08-15 | 1 | -0/+53 |