summaryrefslogtreecommitdiff
path: root/src/cairo-font-face.c
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar in cairo_*_reference() function documentation.Bryce Harrington2016-10-101-2/+2
* Oops, fixup previous commitBehdad Esfahbod2015-04-211-0/+7
* font: Actually perform destruction of fontsAndrea Canciani2015-01-031-2/+3
* font: Push the last reference dec into the backend->destroy() callbackChris Wilson2013-09-171-12/+31
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+10
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-1/+1
* doc: Fix some broken references and gtk-doc warningsMaarten Bosmans2011-01-161-3/+3
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+17
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod2008-12-201-449/+0
* [font-face] Use cairo_font_face_t instead of toy, for nil objectsBehdad Esfahbod2008-12-201-45/+10
* [toy] Use twin font if font backend returns UNSUPPORTEDBehdad Esfahbod2008-12-171-11/+8
* Treat any toy family starting with "@cairo:" as request for twinBehdad Esfahbod2008-12-171-1/+2
* Clean up toy font face handlingBehdad Esfahbod2008-12-171-73/+70
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-3/+3
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-6/+8
* [hash] Separate out unique patterns of iterating over the table.Chris Wilson2008-11-131-1/+1
* [hash] Return lookup entry.Chris Wilson2008-11-071-5/+4
* Restore the ability to choose the internal font.Chris Wilson2008-10-301-2/+4
* Remove the ability to select the internal font face with a name of "cairo".Carl Worth2008-10-291-4/+2
* Map toy font face to implementation.Chris Wilson2008-10-221-0/+34
* Add slim markers to make check-plt.sh happyBehdad Esfahbod2008-09-261-0/+4
* Add an internal font faceBehdad Esfahbod2008-09-251-7/+26
* Return the real error status for set_user_data()Chris Wilson2008-09-231-1/+1
* Add toy font constructor and gettersBehdad Esfahbod2008-08-081-13/+183
* Cleanup _set_error functions a bitBehdad Esfahbod2008-06-241-0/+2
* Rename _cairo_font_reset_static_data to _cairo_font_face_reset_static_dataBehdad Esfahbod2008-06-221-1/+1
* [cairo-font-face] Tolerate null font_face->backend->destroy()Behdad Esfahbod2008-05-091-1/+2
* [cairo-font-face] Cleanup up the font_face on the error path.Chris Wilson2008-04-031-0/+1
* Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson2008-03-121-0/+1
* [cairo-font-options] Disallow use of NULL font-options.Chris Wilson2008-02-151-5/+3
* [doc] Stricter syntax check for type names, update testBehdad Esfahbod2008-01-281-2/+2
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-6/+6
* [cairo-font-options] Treat NULL as a default cairo_font_options_tChris Wilson2008-01-171-3/+5
* [cairo-font-face] Set the error on the font.Chris Wilson2007-10-041-9/+37
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-3/+3
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+3
* [cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson2007-09-251-26/+23
* [cairo-font-options] Check for the nil-object.Chris Wilson2007-05-081-0/+5
* Rename cairo-font.c to cairo-font-face.cBehdad Esfahbod2007-04-181-0/+514