summaryrefslogtreecommitdiff
path: root/util/cairo-script
Commit message (Expand)AuthorAgeFilesLines
...
* | | [script] Fix memleak of duplicated strings from filesChris Wilson2009-06-113-2/+36
* | | [script] Hide pixman-ops when copying pixelsChris Wilson2009-06-111-15/+55
* | | [script] Enable compilation without fontconfigChris Wilson2009-06-061-0/+6
* | | [script] Manage used entries within hash tablesChris Wilson2009-06-062-37/+73
* | | [script] Add a finish method to the interpreterChris Wilson2009-06-064-23/+69
* | | [script] Fix erroneous error return when rendering type3 glyphsChris Wilson2009-06-061-1/+1
* | | [script] Improve caching of glyph advanceChris Wilson2009-06-021-25/+14
* | | [script] Speed up floating-point scannerChris Wilson2009-06-011-14/+31
| |/ |/|
* | [script] Simplify _dictionary_name_equalChris Wilson2009-05-251-3/+1
* | [script] Check hash value between comparing keysChris Wilson2009-05-251-2/+5
* | [script] Pedantic violationsChris Wilson2009-05-082-5/+5
* | [script] Missing include for INT32_MAXChris Wilson2009-05-085-13/+18
* | [script] Expose a normal xlib window for replayChris Wilson2009-02-121-56/+66
|/
* [script] Call the context creation hookChris Wilson2009-01-021-1/+6
* [script] more targetsChris Wilson2009-01-021-13/+88
* [script] Improve array construction.Chris Wilson2009-01-025-36/+41
* [script] Recreate surface content.Chris Wilson2009-01-024-23/+67
* [script] Silence incorrect compiler warningsChris Wilson2008-12-181-19/+19
* [replay] Take advantage of unresolved fontsChris Wilson2008-12-181-14/+2
* [script] Avoid creating 0x0 windowsChris Wilson2008-12-181-2/+4
* [script] Add examplesChris Wilson2008-12-1211-0/+1848
* [script] Allocate the interned strings from a permanent poolChris Wilson2008-12-122-11/+45
* [script] Freed object cache.Chris Wilson2008-12-124-51/+91
* [script] Replay multiple files.Chris Wilson2008-12-121-1/+3
* [script] Slab allocatorChris Wilson2008-12-122-2/+85
* [script] Inline the stack pushChris Wilson2008-12-124-51/+39
* [script] Switch to hyphens.Chris Wilson2008-12-121-65/+124
* [script] Null constructorChris Wilson2008-12-122-1/+14
* [script] Reverse direction of bitshift.M Joonas Pihlaja2008-12-121-2/+2
* [script] Add simple to integer converterChris Wilson2008-12-121-0/+23
* [script] Simple replay.Chris Wilson2008-12-123-1/+34
* [script] Add a few mathematical constantsChris Wilson2008-12-123-0/+51
* [script] Add repeat operator.Chris Wilson2008-12-121-1/+36
* [script] Fix \t escapes in string literals.M Joonas Pihlaja2008-12-121-1/+1
* [script] Flesh out the relational comparison operators to be more PostScript-...M Joonas Pihlaja2008-12-123-120/+132
* [script] Implement the ne operator.M Joonas Pihlaja2008-12-121-1/+18
* [script] Implement PostScript-like semantics for the eq operator.M Joonas Pihlaja2008-12-123-63/+97
* [script] Don't segfault when hashing empty strings.M Joonas Pihlaja2008-12-121-4/+7
* [script] Fix dictionary construction to access the right stack slots.M Joonas Pihlaja2008-12-121-2/+2
* Fix compilation with --enable-png=noChris Wilson2008-12-121-0/+8
* [script] Use the in-tree libcairo for csi-replay.M Joonas Pihlaja2008-11-261-1/+1
* [script] Only use zlib if available.Chris Wilson2008-11-263-2/+7
* [script] Link the interpreter against the built library.Chris Wilson2008-11-261-2/+2
* [script] Add a fallback image surface for replayChris Wilson2008-11-261-0/+8
* cairo-script: add $(top_builddir)/src to CPPPATH.Luo Jinghua2008-11-251-1/+1
* [script] Build fix for ! HAS_FT_FONTChris Wilson2008-11-211-3/+2
* Conditionally include byteswap.hChris Wilson2008-11-194-3/+17
* [script] Add a simple replay.Chris Wilson2008-11-193-1/+92
* [cairo-script] Remove outdated #error to allow compilation to succeed.M Joonas Pihlaja2008-11-131-6/+0
* Add CairoScript interpreterChris Wilson2008-11-1311-0/+10767