summaryrefslogtreecommitdiff
path: root/src/cairo-font-options.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-03[font-options] Doc typoChris Wilson1-1/+1
2008-09-25Remove all lcd_filter code.Carl Worth1-50/+1
2008-09-18Make the lcd_filter API privateCarl Worth1-6/+5
2008-08-06[cairo-font-options] Add private alias for set_lcd_filter()Chris Wilson1-0/+1
2008-08-05Finish off lcd-filter mergeBehdad Esfahbod1-0/+4
2008-08-05Add lcd filter type to the public API and font optionsSylvain Pasche1-1/+46
2008-04-11[cairo-font-options] Eliminate internal use of cairo_font_options_create()Chris Wilson1-2/+0
2008-02-15[docs] Fix typoBehdad Esfahbod1-1/+1
2008-02-15[cairo-font-options] Disallow use of NULL font-options.Chris Wilson1-22/+14
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-1/+1
2008-01-17[cairo-font-options] Treat NULL as a default cairo_font_options_tChris Wilson1-9/+42
2008-01-17[cairo-font-options] Use cairo_font_options_status() rather open-coding.Chris Wilson1-8/+8
2008-01-17[cairo-font-options] Check for a NULL cairo_font_options_tChris Wilson1-1/+3
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-2/+2
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-3/+8
2007-05-08[cairo-font-options] Check for the nil-object.Chris Wilson1-1/+6
2007-04-03Make sure all nil objects start with _cairo_Behdad Esfahbod1-11/+11
2007-01-07Spell check the docsBehdad Esfahbod1-3/+3
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+9
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-2/+2
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-1/+1
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-23/+23
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-4/+4
2005-11-07Add a function for copying font options rather than just using direct structu...Carl Worth1-1/+11
2005-07-25src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor1-1/+1
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-0/+352