summaryrefslogtreecommitdiff
path: root/pango/pangocairo-font.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-2/+2
* docs: Port PangoCairo apis to the new doc formatMatthias Clasen2021-03-111-7/+7
* Fix some annotationsRico Tzschichholz2020-06-081-1/+1
* Revert "Drop cairo metrics implementation"Khaled Hosny2019-08-141-0/+194
* Drop cairo metrics implementationMatthias Clasen2019-08-121-194/+0
* cairo: Render visible space differentlyMatthias Clasen2019-07-251-3/+3
* cairo: Better hex boxes for ignorablesMatthias Clasen2019-07-251-3/+12
* cairo: Give missing spaces a better widthMatthias Clasen2019-07-071-0/+46
* Remove an unused labelMatthias Clasen2019-07-061-1/+0
* Add line height to font metricsMatthias Clasen2019-07-051-14/+24
* Header cleanupMatthias Clasen2019-07-041-0/+1
* Add assertions to guard against division by zero on sample text pathsPhilip Withnall2017-02-141-1/+4
* Bug 695163 - pangocairo hexboxes don't take actual font size into accountBehdad Esfahbod2015-04-301-5/+12
* Add many missing nullability annotations.Evan Nemerson2014-10-161-1/+1
* Bug 686512 - pango_cairo_font_get_scaled_font failed under wineBehdad Esfahbod2012-12-091-0/+2
* More churnBehdad Esfahbod2012-08-281-2/+2
* Bug 652841 - Various pieces of dead code found by gcc/clang static analyzerBehdad Esfahbod2011-06-171-2/+2
* Use G_DEFINE_INTERFACE in PangoCairoFontJavier Jardón2011-04-301-28/+6
* Bug 636348 - Hex boxes are incorrectly scaled with non identity cairo scaleBehdad Esfahbod2010-12-281-0/+2
* [cairo] Scale font metrics to user spaceBehdad Esfahbod2010-05-041-2/+35
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-1/+47
* TypoBehdad Esfahbod2009-10-051-1/+1
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-281-2/+2
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-281-5/+2
* Add more debug info if creating scaled font failed.Behdad Esfahbod2008-12-061-0/+13
* Bug 562574 – Pangocariowin32 is leaking every cairo font it ever createsBehdad Esfahbod2008-11-281-0/+4
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-2/+15
* Make the following API public:Behdad Esfahbod2008-08-061-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 474706 – cairo hexbox looks uglyBehdad Esfahbod2008-04-211-3/+4
* Minor reordering to make debugging easier.Behdad Esfahbod2008-01-251-2/+3
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-14/+12
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Part of Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-081-0/+2
* Part of Bug 347236 – provide pango_cairo_font_get_scaled_fontBehdad Esfahbod2007-07-211-2/+2
* Check for NULL before dereferencing. Patch from Keith Packard.Behdad Esfahbod2007-06-141-2/+5
* Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – AddBehdad Esfahbod2007-06-111-5/+17
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-67/+439
* Zero glyphs->num_glyphs before calling into shape engine.Behdad Esfahbod2007-06-051-1/+7
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-301-9/+19
* Improved hexbox position.Behdad Esfahbod2007-04-181-2/+6
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-5/+5
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-14/+14
* Revert two of the cast changes from last commit, to make sure theBehdad Esfahbod2006-11-281-3/+12
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-281-5/+5
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-131-1/+1
* Bug 357686 – pangocairo-font.c: illegal g_object_unref inBehdad Esfahbod2006-09-251-1/+0
* Set matrix on the context we create to load minifont.Behdad Esfahbod2006-06-071-4/+13
* Set absolute_size, since we are using describe_with_absolute_size now...Behdad Esfahbod2006-05-311-1/+1
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-221-11/+6