summaryrefslogtreecommitdiff
path: root/src/cairo-types-private.h
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-8/+7
* [boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson2009-07-241-1/+4
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-6/+3
* Export meta-surfaceChris Wilson2009-07-031-2/+1
* [cache] Expose init/fini methods so that caches can be embedded.Chris Wilson2009-06-011-14/+0
* [region] Move region function prototypes to cairo.h along with helper types.Søren Sandmann2009-03-281-6/+0
* [region] Always define cairo_rectangle_int_t with intsSøren Sandmann2009-03-281-29/+9
* [region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen2009-03-281-6/+0
* [scaled-font] Lean and mean global glyph cache.Chris Wilson2009-03-161-0/+3
* [spline] Be pedantic and propagate errors.Chris Wilson2008-12-291-1/+1
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-1/+2
* [spline] Propagate errors during add point.Chris Wilson2008-12-121-1/+5
* [cairo-spans] Introduce a type to track which pixels combine in a compositing...M Joonas Pihlaja2008-12-061-0/+24
* [spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson2008-11-161-7/+6
* Add CairoScript backend.Chris Wilson2008-11-131-0/+1
* [surface] Pass a separate closure for the mime-type destroy notifier.Chris Wilson2008-11-071-0/+1
* [mime-data] Copy a reference to the mime-data on snapshotting.Chris Wilson2008-11-031-0/+2
* [mime-data] Allow embedding of arbitrary mime-types.Chris Wilson2008-11-031-0/+7
* Remove all lcd_filter code.Carl Worth2008-09-251-26/+0
* Make sure (and check) that all private headers include some cairo header firstBehdad Esfahbod2008-09-191-2/+0
* Make the lcd_filter API privateCarl Worth2008-09-181-0/+25
* [ps] Use a color_t rather than open-code.Chris Wilson2008-09-061-0/+18
* Revamp the build system.Behdad Esfahbod2008-09-021-14/+15
* [cairo-cache] Simplify a status return to boolean.Chris Wilson2008-08-171-1/+0
* Add lcd filter type to the public API and font optionsSylvain Pasche2008-08-051-0/+1
* [cairo-types] fix doc syntaxBehdad Esfahbod2008-06-261-1/+1
* Make sure cairo_int_status_t values fit in int8_tBehdad Esfahbod2008-06-241-5/+8
* Enlarge the embedded arrays to eliminate frequent allocations.Chris Wilson2008-06-131-2/+2
* [cairo-pen] Embed a small array of vertices into cairo_pen_t.Chris Wilson2008-06-131-1/+2
* Implement PDF Type 3 font subsetting of user fontsAdrian Johnson2008-06-081-1/+2
* Fix doc syntax.Behdad Esfahbod2008-05-291-1/+1
* Fix whitespaceBehdad Esfahbod2008-05-281-2/+2
* Add CAIRO_INTERNAL_SURFACE_TYPE_NULL and cairo_nul_surface_create()Behdad Esfahbod2008-05-091-1/+2
* Define CAIRO_RECT_INT_MIN/MAX such that ints do not overflow when converted t...Behdad Esfahbod2008-05-091-4/+4
* Remember the results of _cairo_image_analyze_transparencyAdrian Johnson2008-03-101-1/+2
* Move analyze_image_transparency in to cairo-image-surface.cAdrian Johnson2008-03-101-0/+6
* Fix usage of rectangle_int16_t in ps surface, and rename typesVladimir Vukicevic2008-02-271-26/+21
* [doc] Stricter syntax check for type names, update testBehdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-2/+2
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-2/+2
* cairo_point_int32_t is really int32_t, not int16_tVladimir Vukicevic2008-01-221-1/+1
* [cairo-fixed/wideint-private.h] Split out typedefs from prototypesBehdad Esfahbod2008-01-201-1/+1
* [headers] Brute force fixup of including cairoint.h from boilerplate.Chris Wilson2008-01-101-0/+169
* Add FALLBACK mode to paginated surfaceAdrian Johnson2008-01-071-1/+2
* Fix some trivial syntax warnings for -ansi.Chris Wilson2007-10-101-4/+3
* Add support for PDF meta-surface patternsAdrian Johnson2007-09-051-1/+2
* Fix header inclusion orderBehdad Esfahbod2007-08-231-42/+63
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-0/+2
* Move a couple typedefs to cairo-types-private.hBehdad Esfahbod2007-04-211-0/+2