summaryrefslogtreecommitdiff
path: root/src/cairo-script-surface.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-07mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani1-4/+4
2011-01-02pattern: Use double precision for gradient extreme objectsAndrea Canciani1-10/+8
2011-01-01script: Add support for mesh patternsAndrea Canciani1-0/+85
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-10-30script: Fix compilationAndrea Canciani1-9/+7
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte1-1/+1
2010-07-10Convert mime data length to use unsigned longChris Wilson1-3/+3
2010-06-19script: Pass the buffer length back to freetype.Chris Wilson1-1/+1
2010-06-10pattern: remove content field from solid patternsAndrea Canciani1-6/+3
2010-04-28script: Replace the missing " " after popChris Wilson1-1/+1
2010-04-28script: Reconstruct subsurfaces.Chris Wilson1-26/+58
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-19Revert "script: Another RGB16_565 warning."Andrea Canciani1-6/+0
2010-04-10script: Another RGB16_565 warning.Chris Wilson1-0/+6
2010-04-07script: Compile without FT_FONTChris Wilson1-1/+8
2010-04-07script: Another RGB16_565 warning.Chris Wilson1-0/+6
2010-04-02script: Fix endian encoding of '<|' length.Chris Wilson1-1/+8
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-0/+15
2010-03-23script: Free the surface/font bitmaps.Chris Wilson1-0/+13
2010-03-23script: Manually unlink font entries upon destructionChris Wilson1-1/+3
2010-03-23script: More acquire device fixes.Chris Wilson1-15/+54
2010-03-21script: Make the test suite run again!Chris Wilson1-91/+103
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-8/+14
2010-02-23image: split cairo_image_surface_coerce()Benjamin Otte1-3/+1
2010-01-22script: Encode octal values correctly.Chris Wilson1-8/+13
2010-01-22script: Port cairo_script_context_t to cairo_device_tChris Wilson1-229/+262
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Constify stroke style and matrices.Chris Wilson1-3/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-21/+21
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-3/+3
2009-08-29Use the more generic is_box when doing simple extent checksChris Wilson1-2/+2
2009-08-29[script] Fix use of freed listChris Wilson1-1/+1
2009-08-29Add xml surfaceChris Wilson1-7/+11
2009-08-29[script] Apply device offset when replaying meta surfaceChris Wilson1-0/+2
2009-08-29Add 'flight-data-recorder' utility.Chris Wilson1-6/+52
2009-08-29[script] Correct emission of get_target() for a popped contextChris Wilson1-21/+32
2009-08-29[script] recursive active (type3 glyphs)Chris Wilson1-6/+5
2009-08-29[script] Track scaled-fontChris Wilson1-17/+22
2009-08-29[script] Emit surface contentChris Wilson1-13/+21
2009-08-29[script] Garbage collect contexts on context switchChris Wilson1-78/+184
2009-08-29[script] Wrap snapshot.Chris Wilson1-4/+16
2009-08-29[script] Introduce cairo_script_context_tChris Wilson1-129/+96
2009-08-29[script] Store the current stroke matrixChris Wilson1-9/+37
2009-08-29[script] Suppress resetting stroke-style elements after matrix switchChris Wilson1-16/+26
2009-08-29[script] Hide the implicit CLEAR for similar surfacesChris Wilson1-0/+43
2009-08-29[script] Use a compact representation for horizontal offsets between glyphsChris Wilson1-17/+39
2009-08-29[script] Fix list handling during font destructionChris Wilson1-20/+13
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-117/+494
2009-07-14[script] Extended blend mode support.Chris Wilson1-1/+17