summaryrefslogtreecommitdiff
path: root/src/cairo-script-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-04[script] Tidy dict construction for glyphsChris Wilson1-6/+6
2009-07-04[script] Fix the trivial errors running the test suiteChris Wilson1-10/+23
2009-07-03[script] Insert spaces around '<<' and '>>'Chris Wilson1-41/+21
2009-07-03Export meta-surfaceChris Wilson1-5/+5
2009-07-03[script] Trim some excess verbageChris Wilson1-179/+382
2008-12-18Query the backend to see if we can repaint the solid pattern.Chris Wilson1-0/+1
2008-12-12[script] Switch to hyphens.Chris Wilson1-30/+30
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-5/+7
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-7/+7
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-80/+80
2008-11-13Add CairoScript backend.Chris Wilson1-0/+2598