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