summaryrefslogtreecommitdiff
path: root/src/cairo-svg-surface.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update the analyze mode of operationsAnton Danilkin2021-04-111-228/+183
* Remove the use of extra_attributesAnton Danilkin2021-04-111-59/+26
* Remove the use of discard_filterAnton Danilkin2021-04-111-27/+45
* Introduce _cairo_svg_surface_svg_clip_or_svg_mask_should_be_usedAnton Danilkin2021-04-111-21/+18
* Add warning supression in one place and remove them in othersAnton Danilkin2021-04-111-4/+4
* Do not check the status after creating a memory streamAnton Danilkin2021-04-111-38/+1
* Fix using signed types where unsigned ones were neededAnton Danilkin2021-04-111-10/+9
* Add new SVG filters systemAnton Danilkin2021-04-111-33/+65
* Fix emitting black background for color-only non-bounded SVG surfacesAnton Danilkin2021-04-111-22/+28
* Fix generating syntactically invalid SVG filesAnton Danilkin2021-04-111-1/+4
* Fix problems in the SVG backend related to outputting surfaces and patternsAnton Danilkin2021-04-111-74/+229
* build: Fix various compiler warningsGeorge Matsumura2020-11-071-0/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* svg: fix compilation with MSVC which doesn't support C99 initializersAntonio Ospite2017-12-101-10/+10
* Fix various doxygen warnings found by check-doc-syntax.shBryce Harrington2017-12-071-1/+1
* svg: add a new function to specify the SVG document unitAntonio Ospite2017-12-041-2/+82
* svg: recording_surface is needed even if not emittedAdrian Johnson2017-10-161-1/+1
* svg: source surface hash table does not need to hold the sourceAdrian Johnson2017-10-151-2/+0
* svg: use hash table instead of user_data to track emitted surfacesAdrian Johnson2017-10-141-35/+150
* svg: fix painting an unbounded recording surfaceAdrian Johnson2017-10-051-13/+25
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* Support tag operations in analysis and paginated surfaceAdrian Johnson2016-10-011-1/+3
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* cairo svg: Use \n instead of /n in bitmap fontsUli Schlachter2014-01-191-1/+1
* svg: Don't embed CMYK Jpeg imagesAdrian Johnson2013-09-061-0/+3
* svg: Unwrap recording surfacesChris Wilson2013-06-201-2/+14
* Erradicate internal use of cairo_surface_get_content()Chris Wilson2012-06-011-1/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+2
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-3/+3
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+1
* api: add cairo_surface_supports_mime_typeAdrian Johnson2012-01-191-0/+18
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-0/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-16/+10
* recording: remove the duplicate 'content' fieldChris Wilson2011-08-141-2/+2
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-1/+6
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-21/+21
* Implement cairo_backend_tChris Wilson2011-07-151-0/+3
* pattern: Use double precision for gradient extreme objectsAndrea Canciani2011-01-021-25/+15
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-011-0/+6
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* Other backends: Set round_glyph_positions to OFFUli Schlachter2010-10-211-0/+1
* Convert mime data length to use unsigned longChris Wilson2010-07-101-3/+3
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+17
* svg: Set error when extracting from finished surfaceBenjamin Otte2010-07-051-0/+10
* Make cairo_color_stop_t a unique type.Chris Wilson2010-05-131-2/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* svg: Don't write error status to the inert object.Chris Wilson2010-04-141-16/+21
* doc: Fix some missing '%' in gtk-doc commentsChris Wilson2010-03-301-5/+5