summaryrefslogtreecommitdiff
path: root/src/cairo-font.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-18Rename cairo-font.c to cairo-font-face.cBehdad Esfahbod1-514/+0
2007-03-20Move declaration of cairo_mutex_t to cairo-mutex-private.hMathias Hasselmann1-1/+0
2007-03-20Initialize mutexes at central location.Mathias Hasselmann1-4/+3
2007-03-05Uniform object handling in _reference(), _destroy(), and _get_reference_count()Behdad Esfahbod1-9/+3
2007-03-05Rename all mutex variables to start with an underscoreBehdad Esfahbod1-12/+12
2007-03-02[doc] Docuemnt all symbols but cairo_filter_t and cairo_operator_tBehdad Esfahbod1-1/+4
2007-03-02[doc] Some documentation loveBehdad Esfahbod1-1/+1
2007-02-23[core] put back REF_COUNT_INVALID to be -1, fix finishVladimir Vukicevic1-0/+3
2007-02-23[core] Add user_data and reference count getters to all objectsVladimir Vukicevic1-0/+18
2007-02-13Rename cairo_toy_font_face_hash_table_mutex to cairo_font_face_mutexCarl Worth1-12/+19
2007-02-13Add locking to cairo_font_face_reference/destroyCarl Worth1-4/+17
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+2
2006-08-07Update doc syntaxBehdad Esfahbod1-1/+4
2006-07-28Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALIDBehdad Esfahbod1-4/+4
2006-06-30Add "Since: 1.2" to docs for most new API functions.Behdad Esfahbod1-0/+2
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-4/+4
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-11/+11
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-5/+5
2006-03-22Make all hash/cache keys_equal function accept const pointers.Carl Worth1-6/+6
2006-02-27Add documentation for cairo_font_face_get_type,Carl Worth1-0/+6
2006-02-24Implement cairo_font_face_get_type.Carl Worth1-0/+7
2005-08-31Split out scaled font code to cairo-scaled-font.cKeith Packard1-847/+0
2005-08-23Add a long description.Billy Biggs1-0/+2
2005-08-23Remove assert statements that violate two intentional instances of ref_count ...Carl Worth1-2/+6
2005-08-23if users attempt to twice destroy or re-reference a destroyed object. The con...Carl Worth1-0/+8
2005-08-22Make cairo_ft_unscaled_font_backend static.Owen Taylor1-3/+3
2005-08-19Fix to actually test scaled_font->status instead of just having a comment tha...Carl Worth1-1/+2
2005-08-19Fixes for a general problem of which bug #4094 was a specific instance:Carl Worth1-6/+5
2005-08-18Implement new equations for CLEAR and SOURCE CLEAR: (mask IN clip) ? 0 : dest...Owen Taylor1-0/+5
2005-08-13Add hash_entry field to cairo_scaled_font_t so that it can be hashed.Carl Worth1-331/+261
2005-08-11Fix inverted sense of assert statement which led to lots of unpleasant crashes.Carl Worth1-1/+1
2005-08-11Add hash_entry field to cairo_font_face_t so that it can (optionally) be hashed.Carl Worth1-201/+159
2005-08-11Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...Carl Worth1-4/+3
2005-08-05Rename font_face_backend->create_font to scaled_font_create. Group the scaled...Carl Worth1-21/+21
2005-08-05Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth1-1/+1
2005-08-05Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth1-23/+10
2005-08-05Ignore cairo-clip-private.h.Carl Worth1-5/+2
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-8/+18
2005-08-01New public header file.Carl Worth1-8/+31
2005-07-29src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...Owen Taylor1-0/+8
2005-07-28src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac...Owen Taylor1-7/+50
2005-07-27Go back to returning NULL.Owen Taylor1-1/+1
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-10/+103
2005-07-25Replace all occurences of refcount with ref_count.Carl Worth1-10/+10
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-10/+22
2005-07-15Remove cairo_private qualifier from .c files, (we only need it in the .h files).Carl Worth1-1/+1
2005-07-13Rename CAIRO_FONT_BACKEND_DEFAULT to the more accurate CAIRO_SCALED_FONT_BACK...Carl Worth1-1/+2
2005-06-25Provide locking macros, implement with pthreads.Keith Packard1-10/+18
2005-06-10Remove STATUS_OK macro which was not being used universally.Carl Worth1-6/+6