summaryrefslogtreecommitdiff
path: root/src/cairo-types-private.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Make cairo_color_stop_t a unique type.Chris Wilson1-1/+16
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-03-30scaled-font: Optimize cairo_scaled_font_lookup()Chris Wilson1-0/+1
2010-01-22types: Move cairo_scaled_glyph_t to cairo-types-private.hChris Wilson1-0/+25
2010-01-22color: Add enum value for the largest stock color.Chris Wilson1-1/+2
2010-01-22boxes: Efficient storage for an array of cairo_box_t.Chris Wilson1-0/+1
2010-01-22Alter definition of cairo_composite_rectangles_tChris Wilson1-23/+1
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Real zero-copy cow snapshottingChris Wilson1-0/+2
2010-01-22Add subsurface.Chris Wilson1-1/+3
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-1/+1
2009-10-21Support component-alpha.Chris Wilson1-0/+71
2009-09-03[polygon] Fix discard with non-banded disjoint clip boxesChris Wilson1-0/+1
2009-08-29[clip] Use geometric clipping for unaligned clipsChris Wilson1-2/+2
2009-08-29[polygon] Amalgamate collinear edgesChris Wilson1-0/+3
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-8/+7
2009-07-24[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson1-1/+4
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-6/+3
2009-07-03Export meta-surfaceChris Wilson1-2/+1
2009-06-01[cache] Expose init/fini methods so that caches can be embedded.Chris Wilson1-14/+0
2009-03-28[region] Move region function prototypes to cairo.h along with helper types.Søren Sandmann1-6/+0
2009-03-28[region] Always define cairo_rectangle_int_t with intsSøren Sandmann1-29/+9
2009-03-28[region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen1-6/+0
2009-03-16[scaled-font] Lean and mean global glyph cache.Chris Wilson1-0/+3
2008-12-29[spline] Be pedantic and propagate errors.Chris Wilson1-1/+1
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-1/+2
2008-12-12[spline] Propagate errors during add point.Chris Wilson1-1/+5
2008-12-06[cairo-spans] Introduce a type to track which pixels combine in a compositing...M Joonas Pihlaja1-0/+24
2008-11-16[spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson1-7/+6
2008-11-13Add CairoScript backend.Chris Wilson1-0/+1
2008-11-07[surface] Pass a separate closure for the mime-type destroy notifier.Chris Wilson1-0/+1
2008-11-03[mime-data] Copy a reference to the mime-data on snapshotting.Chris Wilson1-0/+2
2008-11-03[mime-data] Allow embedding of arbitrary mime-types.Chris Wilson1-0/+7
2008-09-25Remove all lcd_filter code.Carl Worth1-26/+0
2008-09-19Make sure (and check) that all private headers include some cairo header firstBehdad Esfahbod1-2/+0
2008-09-18Make the lcd_filter API privateCarl Worth1-0/+25
2008-09-06[ps] Use a color_t rather than open-code.Chris Wilson1-0/+18
2008-09-02Revamp the build system.Behdad Esfahbod1-14/+15
2008-08-17[cairo-cache] Simplify a status return to boolean.Chris Wilson1-1/+0
2008-08-05Add lcd filter type to the public API and font optionsSylvain Pasche1-0/+1
2008-06-26[cairo-types] fix doc syntaxBehdad Esfahbod1-1/+1
2008-06-24Make sure cairo_int_status_t values fit in int8_tBehdad Esfahbod1-5/+8
2008-06-13Enlarge the embedded arrays to eliminate frequent allocations.Chris Wilson1-2/+2
2008-06-13[cairo-pen] Embed a small array of vertices into cairo_pen_t.Chris Wilson1-1/+2
2008-06-08Implement PDF Type 3 font subsetting of user fontsAdrian Johnson1-1/+2
2008-05-29Fix doc syntax.Behdad Esfahbod1-1/+1
2008-05-28Fix whitespaceBehdad Esfahbod1-2/+2
2008-05-09Add CAIRO_INTERNAL_SURFACE_TYPE_NULL and cairo_nul_surface_create()Behdad Esfahbod1-1/+2
2008-05-09Define CAIRO_RECT_INT_MIN/MAX such that ints do not overflow when converted t...Behdad Esfahbod1-4/+4
2008-03-10Remember the results of _cairo_image_analyze_transparencyAdrian Johnson1-1/+2