summaryrefslogtreecommitdiff
path: root/src/cairo-font-options.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-valgrind-errors' into 'master'Adrian Johnson2023-02-111-0/+35
|\
| * Implement a font options compare function and use it in gstateAdrian Johnson2023-02-081-0/+35
* | doc: Fix parameter name in commentKhaled Hosny2023-02-021-1/+1
|/
* Documentation updatesAdrian Johnson2023-01-281-11/+23
* dwrite: use custom palette when rendering COLRv0Adrian Johnson2023-01-261-0/+1
* Add a custom palette to font optionsMatthias Clasen2023-01-201-4/+115
* Add color mode optionAdrian Johnson2022-06-261-1/+49
* Add color palette optionAdrian Johnson2022-06-171-2/+52
* added missing documentation to cairo_font_options_statusAyman El Didi2022-02-181-1/+2
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* Add a _cairo_font_options_fini functionMatthias Clasen2018-01-051-1/+7
* Add font variations to font optionsMatthias Clasen2017-12-191-3/+84
* doc: Silence warnings about 'Since' field in private functionsAndrea Canciani2012-03-291-8/+0
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+30
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-1/+1
* doc: Fix some broken references and gtk-doc warningsMaarten Bosmans2011-01-161-1/+1
* font options: Add private round_glpyh_positions fieldUli Schlachter2010-10-211-2/+47
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+12
* ft,fc,xlib: LCD filtering patch.Nicolaus L Helper2010-06-171-1/+50
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [font-options] Doc typoChris Wilson2009-06-031-1/+1
* Remove all lcd_filter code.Carl Worth2008-09-251-50/+1
* Make the lcd_filter API privateCarl Worth2008-09-181-6/+5
* [cairo-font-options] Add private alias for set_lcd_filter()Chris Wilson2008-08-061-0/+1
* Finish off lcd-filter mergeBehdad Esfahbod2008-08-051-0/+4
* Add lcd filter type to the public API and font optionsSylvain Pasche2008-08-051-1/+46
* [cairo-font-options] Eliminate internal use of cairo_font_options_create()Chris Wilson2008-04-111-2/+0
* [docs] Fix typoBehdad Esfahbod2008-02-151-1/+1
* [cairo-font-options] Disallow use of NULL font-options.Chris Wilson2008-02-151-22/+14
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-1/+1
* [cairo-font-options] Treat NULL as a default cairo_font_options_tChris Wilson2008-01-171-9/+42
* [cairo-font-options] Use cairo_font_options_status() rather open-coding.Chris Wilson2008-01-171-8/+8
* [cairo-font-options] Check for a NULL cairo_font_options_tChris Wilson2008-01-171-1/+3
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-2/+2
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-3/+8
* [cairo-font-options] Check for the nil-object.Chris Wilson2007-05-081-1/+6
* Make sure all nil objects start with _cairo_Behdad Esfahbod2007-04-031-11/+11
* Spell check the docsBehdad Esfahbod2007-01-071-3/+3
* Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth2006-09-051-0/+9
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-2/+2
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-061-1/+1
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-23/+23
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-4/+4
* Add a function for copying font options rather than just using direct structu...Carl Worth2005-11-071-1/+11
* src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor2005-07-251-1/+1
* src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor2005-07-211-0/+352