summaryrefslogtreecommitdiff
path: root/util/cairo-script
Commit message (Expand)AuthorAgeFilesLines
* script: Port cairo_script_context_t to cairo_device_tChris Wilson2010-01-221-5/+6
* script: Handle cache allocation failure more gracefullyChris Wilson2010-01-221-41/+33
* script: Free the correct pattern after failure.Chris Wilson2010-01-221-1/+1
* script: Permit surface operations on the contextChris Wilson2010-01-221-3/+11
* perf: Enable a surface cache for perf-traceChris Wilson2010-01-222-2/+14
* gitignore: refreshChris Wilson2010-01-221-0/+1
* [dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja2009-11-291-0/+2
* [script] Always create a fallback fontChris Wilson2009-09-021-19/+27
* [script] Attempt to select a font if ! CAIRO_HAS_FT_FONTChris Wilson2009-09-021-0/+106
* [script] Implement invertChris Wilson2009-08-291-1/+25
* Rename cairo-script static func to avoid MinGW conflictDamian Frank2009-08-291-2/+2
* [script] Conditionalise the buildChris Wilson2009-08-291-1/+1
* [script] Support running on cairo-1.8Chris Wilson2009-08-291-3/+15
* Add xml surfaceChris Wilson2009-08-291-0/+113
* Fix errors found by clangChris Wilson2009-08-292-14/+19
* [build] Add options for warning about bad castsChris Wilson2009-08-293-61/+121
* [script] Read from a FILE streamChris Wilson2009-08-292-0/+26
* [script] Introduce cairo_script_context_tChris Wilson2009-08-291-7/+6
* [script] Handle zero-length stringsChris Wilson2009-08-291-1/+2
* [script] Off-by-one in allocation of string length.Chris Wilson2009-08-291-1/+1
* [script] A little utility to convert a trace into a traceChris Wilson2009-08-292-0/+46
* [script] Use a compact representation for horizontal offsets between glyphsChris Wilson2009-08-291-6/+16
* [script] Preserve '{}' whilst translatingChris Wilson2009-08-292-31/+37
* [script] Handle translation of compressed strings.Chris Wilson2009-08-102-35/+56
* [script] Ensure strings are nul terminatedChris Wilson2009-08-061-1/+2
* [script] Check for failure to store the glyph cacheChris Wilson2009-08-061-4/+10
* [script] Extend csi-replay to show how to use a single surfaceChris Wilson2009-08-061-1/+72
* [script] Add cvi, cvr, modChris Wilson2009-07-283-4/+100
* [script] Fix reference to font source after transferring to mmapChris Wilson2009-07-271-0/+6
* [boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson2009-07-241-0/+2
* [script] mark scan_read() inlineChris Wilson2009-07-241-3/+3
* [script] Decompress font sourcesChris Wilson2009-07-231-20/+99
* Remove clip handling from generic surface layer.Chris Wilson2009-07-234-30/+92
* Merge commit 'anholt/gl'Chris Wilson2009-07-212-3/+61
|\
| * Merge commit 'origin/master' into glEric Anholt2009-06-028-79/+95
| |\
| * | [gl] Add EGL targetChris Wilson2009-05-205-0/+491
* | | Compile fixes for mingw32.Chris Wilson2009-07-181-2/+2
* | | Fix build under distcheckChris Wilson2009-07-151-0/+76
* | | [script] Extended blend mode support.Chris Wilson2009-07-141-0/+15
* | | [script] Fix the trivial errors running the test suiteChris Wilson2009-07-041-2/+4
* | | [script] Prototypical binary translatorChris Wilson2009-07-048-333/+906
* | | [script] Add missing include <string.h>Chris Wilson2009-07-041-0/+1
* | | [script] Enable error handling for recursive scannersChris Wilson2009-06-282-3/+13
* | | [script] Reuse glyph advance cache over multiple invocationsChris Wilson2009-06-281-282/+131
* | | [script] Use setjmp exception handling during scanningChris Wilson2009-06-284-280/+221
* | | [script] Include unistd.h if we're twiddling file descriptors.M Joonas Pihlaja2009-06-191-1/+6
* | | [script] Report line numberChris Wilson2009-06-194-3/+20
* | | [script] Disable compilation of examplesChris Wilson2009-06-131-1/+1
* | | [script] Also mmap backing storage for the pattern descriptionsChris Wilson2009-06-121-1/+13
* | | [script] Store fonts inside mmaped files.Chris Wilson2009-06-111-16/+75