summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2007-04-11Mark function tables with attribute(warn_unused_result)Chris Wilson1-26/+26
2007-04-11Only enable warn-unused-result for recent gccChris Wilson1-7/+6
2007-04-11Provide a private entry point for cairo_scaled_font_status().Chris Wilson1-0/+1
2007-04-10paginated: Add missing error check for _cairo_surface_show_pageCarl Worth1-2/+2
2007-04-10Disable warnings for cairo_*_reference functions.Chris Wilson1-11/+15
2007-04-10pixman region operations can fail, propagate the error.Chris Wilson1-1/+1
2007-04-10Change _cairo_dtostr to have a void return typeCarl Worth1-3/+0
2007-04-10Fix cairo_traps_t status handlingCarl Worth1-1/+4
2007-04-10Add a status field to cairo_polygon_tCarl Worth1-3/+8
2007-04-10Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth1-2/+2
2007-04-09Make _cairo_matrix_compute_scale_factors voidCarl Worth1-1/+1
2007-04-09Make _cairo_pen_init_empty voidCarl Worth1-1/+1
2007-04-09Make _cairo_gstate_user_to_device (and friends) void.Carl Worth1-4/+4
2007-04-09Make _cairo_gstate_identity_matrix voidCarl Worth1-1/+1
2007-04-09Add attribute(warn_unused_result)Chris Wilson1-3/+5
2007-04-08[pixman-region] Separate pixman_region_initMathias Hasselmann1-4/+0
2007-04-08Avoid pixman_region_create in _cairo_traps_extract_regionMathias Hasselmann1-3/+3
2007-04-08Avoid malloc in _cairo_region_create_from_rectangleMathias Hasselmann1-2/+3
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-0/+1
2007-04-03[cairoint.h] Remove inline definition for MS compilersBehdad Esfahbod1-2/+0
2007-04-03Make sure all nil objects start with _cairo_Behdad Esfahbod1-1/+1
2007-03-26Destroy the current pattern before replacing with cairo_set_source().Chris Wilson1-0/+1
2007-03-21[cairo.c] Don't access gstate members directlyBehdad Esfahbod1-0/+3
2007-03-21[cairo-gstate] Move save/restore logic into gstate instead of cairo_tBehdad Esfahbod1-4/+4
2007-03-20Fix file permissions againBehdad Esfahbod1-0/+0
2007-03-20Define and use ARRAY_LENBehdad Esfahbod1-0/+3
2007-03-20Cache solid patternsChris Wilson1-0/+7
2007-03-20Move declaration of cairo_mutex_t to cairo-mutex-private.hMathias Hasselmann1-36/+1
2007-03-20Initialize mutexes at central location.Mathias Hasselmann1-57/+14
2007-03-16Don't use unsupported visibily attribute hidden on SolarisGilles Dauphin1-2/+2
2007-03-14Privately export a function to reset the scaled font's glyph caches.Chris Wilson1-0/+3
2007-03-14[cairo-pattern] Add a cache of two color stops to cairo_gradient_pattern_tBehdad Esfahbod1-0/+1
2007-03-14[cairo-pattern] Grow color-stops array exponentiallyBehdad Esfahbod1-1/+2
2007-03-13[cairo-color] Add cairo-private _cairo_color_double_to_short()Behdad Esfahbod1-0/+3
2007-03-13[cairo-polygon] Add a cache of eight edges to cairo_polygon_tBehdad Esfahbod1-0/+1
2007-03-13[cairo_polygon_t] Change has_current_point from int to cairo_bool_tBehdad Esfahbod1-1/+1
2007-03-13[cairo_polygon_t] Remove unused member 'closed'Behdad Esfahbod1-2/+0
2007-03-13[cairo_polygon_t] Reorder struct members for clarityBehdad Esfahbod1-4/+4
2007-03-13[cairo-spline] Add a cache of eight points to cairo_spline_tBehdad Esfahbod1-0/+1
2007-03-13[cairo_traps_t] Reorder struct members for clarityBehdad Esfahbod1-3/+3
2007-03-13[cairo-traps] Add a cache of one trapezoid to cairo_traps_tBehdad Esfahbod1-0/+2
2007-03-13[cairo_t] Embed a gstate into cairo_tBehdad Esfahbod1-3/+7
2007-03-07[cairoint] Move endian-conversion routines into cairoint.hBehdad Esfahbod1-0/+35
2007-03-05Rename all mutex variables to start with an underscoreBehdad Esfahbod1-1/+1
2007-03-01Implement CAIRO_MUTEX_INIT with memcpy instead of pthread_mutex_initCarl Worth1-1/+4
2007-02-28Revert the solid-pattern cacheBehdad Esfahbod1-15/+0
2007-02-27Slim-hidden cairo_scale()Behdad Esfahbod1-0/+1
2007-02-27Implement cairo_get_scaled_font()Behdad Esfahbod1-0/+5
2007-02-23[core] put back REF_COUNT_INVALID to be -1, fix finishVladimir Vukicevic1-1/+1
2007-02-23[core] Add user_data and reference count getters to all objectsVladimir Vukicevic1-7/+10