summaryrefslogtreecommitdiff
path: root/src/cairo-font-face.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2008-12-20[toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod1-449/+0
2008-12-20[font-face] Use cairo_font_face_t instead of toy, for nil objectsBehdad Esfahbod1-45/+10
2008-12-17[toy] Use twin font if font backend returns UNSUPPORTEDBehdad Esfahbod1-11/+8
2008-12-17Treat any toy family starting with "@cairo:" as request for twinBehdad Esfahbod1-1/+2
2008-12-17Clean up toy font face handlingBehdad Esfahbod1-73/+70
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-3/+3
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-6/+8
2008-11-13[hash] Separate out unique patterns of iterating over the table.Chris Wilson1-1/+1
2008-11-07[hash] Return lookup entry.Chris Wilson1-5/+4
2008-10-30Restore the ability to choose the internal font.Chris Wilson1-2/+4
2008-10-29Remove the ability to select the internal font face with a name of "cairo".Carl Worth1-4/+2
2008-10-22Map toy font face to implementation.Chris Wilson1-0/+34
2008-09-26Add slim markers to make check-plt.sh happyBehdad Esfahbod1-0/+4
2008-09-25Add an internal font faceBehdad Esfahbod1-7/+26
2008-09-23Return the real error status for set_user_data()Chris Wilson1-1/+1
2008-08-08Add toy font constructor and gettersBehdad Esfahbod1-13/+183
2008-06-24Cleanup _set_error functions a bitBehdad Esfahbod1-0/+2
2008-06-22Rename _cairo_font_reset_static_data to _cairo_font_face_reset_static_dataBehdad Esfahbod1-1/+1
2008-05-09[cairo-font-face] Tolerate null font_face->backend->destroy()Behdad Esfahbod1-1/+2
2008-04-03[cairo-font-face] Cleanup up the font_face on the error path.Chris Wilson1-0/+1
2008-03-12Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson1-0/+1
2008-02-15[cairo-font-options] Disallow use of NULL font-options.Chris Wilson1-5/+3
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-6/+6
2008-01-17[cairo-font-options] Treat NULL as a default cairo_font_options_tChris Wilson1-3/+5
2007-10-04[cairo-font-face] Set the error on the font.Chris Wilson1-9/+37
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-3/+3
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+3
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-26/+23
2007-05-08[cairo-font-options] Check for the nil-object.Chris Wilson1-0/+5
2007-04-18Rename cairo-font.c to cairo-font-face.cBehdad Esfahbod1-0/+514