summaryrefslogtreecommitdiff
path: root/pango/pangocairo-font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Require cairo >= 1.1.2. Also pass -no-undefined on all systems.Behdad Esfahbod2006-04-291-68/+80
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-3/+5
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-2/+1
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-211-0/+5
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API thatPANGO_1_11_4Behdad Esfahbod2006-02-061-0/+22
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-6/+11
* Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info.Behdad Esfahbod2006-02-021-2/+2
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-1/+5
* For mini_font, set family to "monospace", not "mono-space" which didn'tBehdad Esfahbod2006-02-021-1/+1
* Initialize warning history structs more explicitly. (bug #329459)Behdad Esfahbod2006-02-011-1/+1
* Use cairo_scaled_font_text_extents instead of cairo_text_extents.Behdad Esfahbod2006-02-011-14/+1
* pango/pangocairo-private.h, pango/pangocairo-font.c, Hint hexbox. AlsoBehdad Esfahbod2006-02-011-27/+73
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-311-1/+12
* Add a comment about using cairo_scaled_font_text_extents instead ofBehdad Esfahbod2006-01-201-1/+6
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-141-0/+153
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-1/+2
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-0/+1
* File Edit Options Buffers Tools HelpOwen Taylor2005-04-081-1/+1
* Update to new Cairo font API.Owen Taylor2005-04-071-6/+9
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-031-7/+5
* Add checks for CairoOwen Taylor2005-01-091-0/+69