summaryrefslogtreecommitdiff
path: root/src/cairo-types-private.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-10Move analyze_image_transparency in to cairo-image-surface.cAdrian Johnson1-0/+6
2008-02-27Fix usage of rectangle_int16_t in ps surface, and rename typesVladimir Vukicevic1-26/+21
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-2/+2
2008-01-22cairo_point_int32_t is really int32_t, not int16_tVladimir Vukicevic1-1/+1
2008-01-20[cairo-fixed/wideint-private.h] Split out typedefs from prototypesBehdad Esfahbod1-1/+1
2008-01-10[headers] Brute force fixup of including cairoint.h from boilerplate.Chris Wilson1-0/+169
2008-01-07Add FALLBACK mode to paginated surfaceAdrian Johnson1-1/+2
2007-10-10Fix some trivial syntax warnings for -ansi.Chris Wilson1-4/+3
2007-09-05Add support for PDF meta-surface patternsAdrian Johnson1-1/+2
2007-08-23Fix header inclusion orderBehdad Esfahbod1-42/+63
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-0/+2
2007-04-21Move a couple typedefs to cairo-types-private.hBehdad Esfahbod1-0/+2
2007-04-21Move cairo_hash_entry_t to cairo-types-private.hBehdad Esfahbod1-0/+38
2007-04-21Move cairo_cache_t to cairo-types-private.hBehdad Esfahbod1-0/+14
2007-04-21[paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.hBehdad Esfahbod1-0/+1
2007-04-21[pdf] Move cairo_pdf_surface_t to cairo-pdf-surface-private.hBehdad Esfahbod1-0/+3
2007-04-21[paginated] Move cairo_paginated_mode_t to cairo-types-private.hBehdad Esfahbod1-0/+5
2007-04-21[cairo-surface] Move cairo_surface_t struct in cairo-surface-private.hBehdad Esfahbod1-0/+65