| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Set font options as well. | Owen Taylor | 2005-07-25 | 1 | -0/+1 |
* | Rework handling of context-specific options: drop get_render_key() and add | Owen Taylor | 2005-07-21 | 1 | -90/+20 |
* | Remove excess return (#307741, Damien Carbery) | Owen Taylor | 2005-06-16 | 1 | -1/+1 |
* | Add a (hopefully temporary) cache in front of getting metrics from Cairo. | Owen Taylor | 2005-06-14 | 1 | -46/+87 |
* | Add a new context_substitute() virtual function that replaces | Owen Taylor | 2005-06-14 | 1 | -1/+1 |
* | pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyph | Owen Taylor | 2005-05-16 | 1 | -19/+36 |
* | Update for Cairo API changes. | Owen Taylor | 2005-05-07 | 1 | -3/+1 |
* | Get the ascent/descent from Cairo to fix bugs in metrics computation with | Owen Taylor | 2005-05-02 | 1 | -24/+7 |
* | Test for renamed cairo_win32_scaled_font_select_font(). | Owen Taylor | 2005-04-07 | 1 | -32/+22 |
* | Update to new Cairo font API. | Owen Taylor | 2005-04-07 | 1 | -43/+77 |
* | Include the effect of the CTM in the FC_PIXEL_SIZE we set in the | Owen Taylor | 2005-03-15 | 1 | -8/+11 |
* | spell _pango_cairo_fc_get_render_key correctly. | Manish Singh | 2005-02-04 | 1 | -0/+2 |
* | Open the file with mode "wb", include cairo-png.h. | Owen Taylor | 2005-02-03 | 1 | -310/+188 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -0/+508 |