summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-1/+1
2009-01-29[scaled-font] Global glyph cacheChris Wilson1-3/+6
2009-01-29[path] Rename _cairo_path_fixed_approximate_extents()Chris Wilson1-2/+2
2008-12-29[spline] Be pedantic and propagate errors.Chris Wilson1-1/+1
2008-12-29make "make check" happy againChris Wilson1-1/+7
2008-12-29[path] Remove tolerance from path boundersChris Wilson1-4/+1
2008-12-27[spline] Add an analytical bounder for splinesBehdad Esfahbod1-0/+6
2008-12-26[scaled-font] Make cairo_debug_reset_static_data() work againBehdad Esfahbod1-0/+3
2008-12-23[twin] Add face propertiesBehdad Esfahbod1-3/+3
2008-12-23[svg] Fix build when building only the svg vector surface.M Joonas Pihlaja1-1/+1
2008-12-20[toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod1-4/+1
2008-12-20[font-face] Use cairo_font_face_t instead of toy, for nil objectsBehdad Esfahbod1-1/+1
2008-12-18[path] Separate the approx. bounds into 3 distinct functionsChris Wilson1-6/+13
2008-12-18[path] Return the fixed-point bounds of the pathChris Wilson1-2/+7
2008-12-18Query the backend to see if we can repaint the solid pattern.Chris Wilson1-0/+5
2008-12-18[cairoint.h] Wrap macro in parenthesisChris Wilson1-1/+1
2008-12-18[image] Eliminate the short-lived context used for coercing.Chris Wilson1-2/+2
2008-12-17Treat any toy family starting with "@cairo:" as request for twinBehdad Esfahbod1-1/+1
2008-12-17Clean up toy font face handlingBehdad Esfahbod1-23/+17
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-6/+6
2008-12-12[spline] Propagate errors during add point.Chris Wilson1-7/+2
2008-12-12Fix compilation with --enable-png=noChris Wilson1-1/+0
2008-12-09Reorganize the (set|get)_antialias prototypesJeff Muizelaar1-7/+7
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+30
2008-12-06[cairo-spans] New abstract types for scan converting polygons.M Joonas Pihlaja1-0/+1
2008-12-06[cairo-spans] Introduce a type to track which pixels combine in a compositing...M Joonas Pihlaja1-0/+7
2008-12-06[path-fixed] New _cairo_path_fixed_is_region().M Joonas Pihlaja1-0/+3
2008-11-25[in-fill] Add the implicit close-path during move-to.Chris Wilson1-2/+2
2008-11-25[path] Compute approximate extents.Chris Wilson1-2/+6
2008-11-21[traps] Embed sufficient traps to accommodate a stroke rectangleChris Wilson1-1/+2
2008-11-21[image] Trim image surface size by a few bytesChris Wilson1-3/+4
2008-11-19[twin] Reduce tolerance.Chris Wilson1-0/+1
2008-11-16[spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson1-19/+46
2008-11-13Add CairoScript backend.Chris Wilson1-0/+18
2008-11-13[cairoint.h] Remove unused PLT entries.Chris Wilson1-10/+6
2008-11-06[in-fill] Avoid tessellation by counting number of edge crossing to -∞Chris Wilson1-0/+9
2008-11-05[matrix] Minimise pixman conversion error.Chris Wilson1-1/+3
2008-11-03[mime-data] Copy a reference to the mime-data on snapshotting.Chris Wilson1-0/+5
2008-11-03[mime-data] Allow embedding of arbitrary mime-types.Chris Wilson1-0/+8
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-13/+26
2008-10-30Restore the ability to choose the internal font.Chris Wilson1-0/+1
2008-10-30[pattern] Tweak REFLECT HACKChris Wilson1-1/+0
2008-10-30[gstate] Use _cairo_pattern_black for the default source.Chris Wilson1-1/+1
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-37/+37
2008-10-30[cairoint] Add a few cairo_pure.Chris Wilson1-6/+6
2008-10-30Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson1-1/+1
2008-10-30[rectangle] Fix unsigned promotion whilst computing intersect.Chris Wilson1-1/+2
2008-10-29Remove the ability to select the internal font face with a name of "cairo".Carl Worth1-1/+0
2008-10-22Map toy font face to implementation.Chris Wilson1-0/+8
2008-10-22[cairoint] Remove the duplicate prototype.Chris Wilson1-3/+0