summaryrefslogtreecommitdiff
path: root/util/cairo-script
AgeCommit message (Expand)AuthorFilesLines
2010-05-27script: Update csi-exec to match new interface.Chris Wilson1-1/+2
2010-05-12script: Avoid the expensive of the redundant memset.Chris Wilson1-13/+26
2010-05-12script: Don't hash the entire image.Chris Wilson1-11/+24
2010-04-30subsurface: s/region/rectangle/Chris Wilson1-6/+6
2010-04-28trace: Wrap cairo_surface_create_for_region()Chris Wilson1-0/+33
2010-04-27Update FSF addressAndrea Canciani9-9/+9
2010-04-14script: Flush prior to modifying the image data.Chris Wilson1-0/+1
2010-03-31script: Fix script scanner endiannessAndrea Canciani1-15/+15
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-0/+35
2010-03-21script: Use a stack to push/pop recursed line numbers.Chris Wilson1-2/+6
2010-03-21script: Remove the version check.Chris Wilson1-2/+0
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-0/+5
2010-02-10script: Compile without mmapChris Wilson1-2/+3
2010-02-02csi-replay: compile fixChris Wilson1-11/+21
2010-01-22script: Port cairo_script_context_t to cairo_device_tChris Wilson1-5/+6
2010-01-22script: Handle cache allocation failure more gracefullyChris Wilson1-41/+33
2010-01-22script: Free the correct pattern after failure.Chris Wilson1-1/+1
2010-01-22script: Permit surface operations on the contextChris Wilson1-3/+11
2010-01-22perf: Enable a surface cache for perf-traceChris Wilson2-2/+14
2010-01-22gitignore: refreshChris Wilson1-0/+1
2009-11-29[dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja1-0/+2
2009-09-02[script] Always create a fallback fontChris Wilson1-19/+27
2009-09-02[script] Attempt to select a font if ! CAIRO_HAS_FT_FONTChris Wilson1-0/+106
2009-08-29[script] Implement invertChris Wilson1-1/+25
2009-08-29Rename cairo-script static func to avoid MinGW conflictDamian Frank1-2/+2
2009-08-29[script] Conditionalise the buildChris Wilson1-1/+1
2009-08-29[script] Support running on cairo-1.8Chris Wilson1-3/+15
2009-08-29Add xml surfaceChris Wilson1-0/+113
2009-08-29Fix errors found by clangChris Wilson2-14/+19
2009-08-29[build] Add options for warning about bad castsChris Wilson3-61/+121
2009-08-29[script] Read from a FILE streamChris Wilson2-0/+26
2009-08-29[script] Introduce cairo_script_context_tChris Wilson1-7/+6
2009-08-29[script] Handle zero-length stringsChris Wilson1-1/+2
2009-08-29[script] Off-by-one in allocation of string length.Chris Wilson1-1/+1
2009-08-29[script] A little utility to convert a trace into a traceChris Wilson2-0/+46
2009-08-29[script] Use a compact representation for horizontal offsets between glyphsChris Wilson1-6/+16
2009-08-29[script] Preserve '{}' whilst translatingChris Wilson2-31/+37
2009-08-10[script] Handle translation of compressed strings.Chris Wilson2-35/+56
2009-08-06[script] Ensure strings are nul terminatedChris Wilson1-1/+2
2009-08-06[script] Check for failure to store the glyph cacheChris Wilson1-4/+10
2009-08-06[script] Extend csi-replay to show how to use a single surfaceChris Wilson1-1/+72
2009-07-28[script] Add cvi, cvr, modChris Wilson3-4/+100
2009-07-27[script] Fix reference to font source after transferring to mmapChris Wilson1-0/+6
2009-07-24[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson1-0/+2
2009-07-24[script] mark scan_read() inlineChris Wilson1-3/+3
2009-07-23[script] Decompress font sourcesChris Wilson1-20/+99
2009-07-23Remove clip handling from generic surface layer.Chris Wilson4-30/+92
2009-07-21Merge commit 'anholt/gl'Chris Wilson2-3/+61
2009-07-18Compile fixes for mingw32.Chris Wilson1-2/+2
2009-07-15Fix build under distcheckChris Wilson1-0/+76