summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fcfont.c
Commit message (Expand)AuthorAgeFilesLines
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-4/+4
* Fix pangocairo-fc fontsize weirdnessBehdad Esfahbod2009-11-171-3/+2
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-0/+1
* Don't do anything in shutdown. Was causing double-free of cairo fontBehdad Esfahbod2009-02-021-9/+0
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-281-11/+12
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-281-35/+43
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-281-1/+1
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-281-1/+2
* [pangocairo-fc] Remove unused memberBehdad Esfahbod2009-01-281-2/+0
* Bug 562574 – Pangocariowin32 is leaking every cairo font it ever createsBehdad Esfahbod2008-11-281-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-369/+56
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-301-10/+27
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-7/+7
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-24/+24
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-041-11/+9
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-281-9/+9
* Bug 352535 – Ink extents of empty glyphBehdad Esfahbod2006-09-111-1/+1
* Support per-item gravity.Behdad Esfahbod2006-08-211-2/+1
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-1/+3
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-161-10/+3
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-161-2/+8
* Render the header with SOUTH gravity.Behdad Esfahbod2006-08-151-6/+18
* Fix handling of WEST and EAST gravity effect on bidi level.Behdad Esfahbod2006-08-151-2/+20
* Move font_matrix rotation into font_new as we use only rotation and noBehdad Esfahbod2006-08-151-44/+12
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-151-5/+5
* Support --gravity.Behdad Esfahbod2006-08-151-1/+47
* Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont toBehdad Esfahbod2006-04-291-147/+3
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-291-0/+5
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* Incorrect text rendering when in x86 64-bit precision modeBehdad Esfahbod2006-04-071-7/+14
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Bug 332167 – Void function returns value - breaks Solaris build ReportedBehdad Esfahbod2006-02-221-1/+1
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-211-6/+22
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-2/+4
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-14/+6
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-3/+2
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-271-2/+2
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-141-5/+10
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Fix bug #323540.Behdad Esfahbod2005-12-121-4/+7
* Update on missing-box drawing change. Add (!glyph) to the conditional.Behdad Esfahbod2005-12-101-1/+1
* Draw an empty dashed box on missing glyphs for cairo-fc backend.Behdad Esfahbod2005-12-061-5/+4
* Add a constact fixed-size (256) cache for caching glyph extents, insteadBehdad Esfahbod2005-11-291-113/+169
* Load a font suitable for viewing English text when creating mini font forBehdad Esfahbod2005-11-221-16/+16
* Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang)Behdad Esfahbod2005-11-151-3/+24
* Fixes #320665:Federico Mena Quintero2005-11-041-0/+111
* Cut out the meat of pango_fc_font_get_metrics_for_context() and export itOwen Taylor2005-08-151-0/+53
* Set font options as well.Owen Taylor2005-07-251-0/+1
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-90/+20