cairo/util/cairo-script
Chris Wilson 867c88ae90 [script] Add a finish method to the interpreter
When using fonts circular references are established between the holdover
font caches and the interpreter which need manual intervention via
cairo_script_interpreter_finish() to break.
2009-06-06 12:59:39 +01:00
..
examples [script] Add examples 2008-12-12 12:00:44 +00:00
.gitignore [script] Simple replay. 2008-12-12 12:00:42 +00:00
cairo-script-file.c [script] Missing include for INT32_MAX 2009-05-08 08:52:32 +01:00
cairo-script-hash.c [script] Check hash value between comparing keys 2009-05-25 22:14:57 +01:00
cairo-script-interpreter.c [script] Add a finish method to the interpreter 2009-06-06 12:59:39 +01:00
cairo-script-interpreter.h [script] Add a finish method to the interpreter 2009-06-06 12:59:39 +01:00
cairo-script-objects.c [script] Add a finish method to the interpreter 2009-06-06 12:59:39 +01:00
cairo-script-operators.c [script] Fix erroneous error return when rendering type3 glyphs 2009-06-06 10:35:19 +01:00
cairo-script-private.h [script] Add a finish method to the interpreter 2009-06-06 12:59:39 +01:00
cairo-script-scanner.c [script] Speed up floating-point scanner 2009-06-01 18:04:13 +01:00
cairo-script-stack.c [script] Missing include for INT32_MAX 2009-05-08 08:52:32 +01:00
COPYING Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
csi-exec.c [script] Recreate surface content. 2009-01-02 09:53:24 +00:00
csi-replay.c [script] Expose a normal xlib window for replay 2009-02-12 18:27:51 +00:00
Makefile.am [script] Add examples 2008-12-12 12:00:44 +00:00