summaryrefslogtreecommitdiff
path: root/src/cairo-script-surface.c
Commit message (Expand)AuthorAgeFilesLines
* cairo-list-inline.h: fixes and documentationAdrian Johnson2023-04-161-2/+1
* [scaled-font] Clean up font-options before copyBehdad Esfahbod2023-01-191-0/+1
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-5/+5
* Merge branch 'script-bug-277' into 'master'Uli Schlachter2022-12-311-1/+11
|\
| * script: Implement device finishUli Schlachter2022-03-081-1/+11
* | Merge branch 'bug-535' into 'master'Adrian Johnson2022-12-281-1/+1
|\ \
| * | Fix bug #535 in cairo-scriptUli Schlachter2022-02-161-1/+1
| |/
* | Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson2022-04-091-1/+1
|/
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-0/+5
* Added hairline support to cairoRick Yorgason2021-08-151-0/+22
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-5/+5
* script-surface: Fix unitialized variable compiler warningMathieu Duponchelle2020-07-181-1/+1
* Misc. typosluz.paz2019-01-311-1/+1
* Add support for RGBA128F and RGB96F formats.Maarten Lankhorst2019-01-071-0/+20
* script-surface: Check for invalid ids (CID #1159557, 1159558)Bryce Harrington2018-06-131-0/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-8/+8
* image: prevent invalid ptr access for > 4GB imagesAdrian Johnson2017-11-071-1/+2
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-2/+4
* cairo-script: Return a cairo_status_t error, not FALSEBryce Harrington2015-06-261-1/+1
* cairo-script: Fix sp. "directoriy"Bryce Harrington2015-06-251-1/+1
* script: Thaw the scaled font cache on the error pathChris Wilson2013-01-081-1/+3
* Update the remaining backends to handle a NULL extents for _cairo_surface_get...Chris Wilson2012-04-271-3/+5
* snapshot: Perform the cow under a mutexChris Wilson2012-04-271-2/+3
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-1/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-2/+2
* doc: Fix some wrong versionsAndrea Canciani2012-03-291-1/+1
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+16
* doc: Do not use the '@' prefix on some tagsAndrea Canciani2012-03-291-1/+1
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-2/+2
* script: Update mesh pattern for earlier change of csi operatorsChris Wilson2012-02-221-7/+7
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+14
* script: Add documentationChris Wilson2011-12-021-21/+139
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-2/+30
* script: Tag the similar surface rather than snapshotChris Wilson2011-09-151-4/+3
* Introduce a new compositor architectureChris Wilson2011-09-121-99/+80
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-1/+4
* observer: record all operations and their timingsChris Wilson2011-08-201-8/+43
* script: Hook image caching into the snapshot mechanismChris Wilson2011-08-141-67/+7
* script: take advantage of the polymorphism of the interpreterChris Wilson2011-08-141-16/+19
* image: peek through a snapshot to the recording surface behindChris Wilson2011-08-141-1/+1
* subsurface+recording: handle recursionChris Wilson2011-08-141-59/+70
* recording: remove the duplicate 'content' fieldChris Wilson2011-08-141-2/+2
* script: Support unbounded native recording surfacesChris Wilson2011-08-141-44/+54
* snapshot: Defer acquisitionChris Wilson2011-08-141-27/+101
* script: Emit sequences of boxes to as 'rectangle' for clarityChris Wilson2011-08-131-21/+72
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* script: Remove reference to image-surface-privateChris Wilson2011-08-121-1/+0
* script: Compile fixChris Wilson2011-08-101-1/+2
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-12/+8
* Silence Clang static analyzer reportsAndrea Canciani2011-07-291-0/+2