summaryrefslogtreecommitdiff
path: root/src/cairo-toy-font-face.c
Commit message (Expand)AuthorAgeFilesLines
* s/the the/the/Adrian Johnson2023-01-311-1/+1
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-3/+3
* Misc. typosluz.paz2019-01-311-2/+2
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* font: Push the last reference dec into the backend->destroy() callbackChris Wilson2013-09-171-3/+4
* font-face: Cleanup backend-specific destruction codeAndrea Canciani2011-07-311-4/+0
* toy-font: Do not open-code cairo_font_face_reference ()Andrea Canciani2011-06-201-3/+1
* toy-font-face: Do not assume hash != 0Andrea Canciani2011-06-161-3/+6
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-1/+2
* [ft] Support font_face->get_implementationChris Wilson2009-06-071-16/+25
* [scaled-font] Hold reference to original font faceChris Wilson2009-02-241-0/+1
* [font-face] Close a race when resurrecting fonts.Chris Wilson2009-01-291-0/+6
* [toy-font] Fix unwind behaviour following error during construction.Chris Wilson2009-01-291-22/+21
* [toy-font-face] Return defaults for error objects.Chris Wilson2009-01-021-4/+24
* [doc] Give a small hint about Twin fontBehdad Esfahbod2009-01-021-1/+1
* [toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod2008-12-201-0/+489