summaryrefslogtreecommitdiff
path: root/util/cairo-script/cairo-script-private.h
Commit message (Expand)AuthorAgeFilesLines
* util: Don't expose _csi_stack_push in public ABISimon McVittie2022-07-141-1/+1
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-1/+1
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* fix warning: inlining failed in call to '_csi_stack_push'Adrian Johnson2017-10-211-9/+2
* Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson2016-03-261-1/+1
* Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson2016-03-261-0/+2
* Adding missing error status to utilsAdrian Johnson2016-03-261-0/+8
* cairo-script: Rename struct member to avoid name collision on AIXBryce Harrington2015-06-181-1/+1
* script: Recompress strings using LZO whilst binding tracesChris Wilson2013-01-051-0/+5
* script-interpreter: Build on win32Andrea Canciani2011-06-241-0/+5
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* [build] Add options for warning about bad castsChris Wilson2009-08-291-2/+4
* [script] Preserve '{}' whilst translatingChris Wilson2009-08-291-0/+1
* [script] Add cvi, cvr, modChris Wilson2009-07-281-0/+3
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-1/+8
* Compile fixes for mingw32.Chris Wilson2009-07-181-2/+2
* [script] Prototypical binary translatorChris Wilson2009-07-041-9/+18
* [script] Enable error handling for recursive scannersChris Wilson2009-06-281-0/+1
* [script] Use setjmp exception handling during scanningChris Wilson2009-06-281-19/+32
* [script] Report line numberChris Wilson2009-06-191-0/+2
* [script] Fix memleak of duplicated strings from filesChris Wilson2009-06-111-0/+6
* [script] Manage used entries within hash tablesChris Wilson2009-06-061-0/+1
* [script] Add a finish method to the interpreterChris Wilson2009-06-061-0/+3
* [script] Pedantic violationsChris Wilson2009-05-081-4/+4
* [script] Improve array construction.Chris Wilson2009-01-021-0/+1
* [script] Allocate the interned strings from a permanent poolChris Wilson2008-12-121-0/+4
* [script] Freed object cache.Chris Wilson2008-12-121-1/+4
* [script] Slab allocatorChris Wilson2008-12-121-0/+22
* [script] Inline the stack pushChris Wilson2008-12-121-1/+13
* [script] Null constructorChris Wilson2008-12-121-0/+7
* [script] Add a few mathematical constantsChris Wilson2008-12-121-0/+8
* [script] Flesh out the relational comparison operators to be more PostScript-...M Joonas Pihlaja2008-12-121-0/+5
* [script] Implement PostScript-like semantics for the eq operator.M Joonas Pihlaja2008-12-121-0/+4
* Conditionally include byteswap.hChris Wilson2008-11-191-0/+17
* Add CairoScript interpreterChris Wilson2008-11-131-0/+853