summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-6/+14
* PDF Type 3 color fontsAdrian Johnson2023-01-291-0/+9
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-8/+19
* Make _cairo_paginated_surface_set_size takes double-typed width andBenjamin Hennion2023-01-071-2/+2
* Remove all gstate from _cairo_surface_tagAdrian Johnson2021-07-181-10/+2
* surface: Fix spelling fixBryce Harrington2019-02-011-1/+1
* Misc. typosluz.paz2019-01-311-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* pdf: thumbnail APIAdrian Johnson2016-10-011-0/+64
* Support tag operations in analysis and paginated surfaceAdrian Johnson2016-10-011-6/+36
* pdf: fix record-replay-extend test failuresAdrian Johnson2016-06-051-1/+1
* Use surface_transform in replay_and_create_regionsGuillaume Ayoub2016-04-121-1/+1
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* surface: expose the device scaleAlexander Larsson2013-09-051-1/+1
* Split cairo-surface-subsurface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+9
* api: add cairo_surface_supports_mime_typeAdrian Johnson2012-01-191-1/+13
* Introduce a new compositor architectureChris Wilson2011-09-121-20/+9
* paginated: Use the backend->snapshotChris Wilson2011-08-141-1/+1
* paginated: unwrap subsurfaces during context creationChris Wilson2011-08-141-1/+7
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* paginated: Remove an impossible testChris Wilson2011-07-311-6/+3
* image: extend support of direct replay for paginated surfacesChris Wilson2011-07-291-1/+11
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-1/+6
* Fix proxying of ->context_create()Chris Wilson2011-07-211-1/+1
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-14/+13
* Implement cairo_backend_tChris Wilson2011-07-151-0/+9
* PS/PDF: Fix regression when changing page size to a larger sizeAdrian Johnson2010-11-201-0/+28
* paginated: Mark as clear initially.Chris Wilson2010-05-041-0/+2
* paginated: propagate malloc failures more cleanly.Chris Wilson2010-05-031-13/+13
* Revert "paginated: Call surface finish explicitly on recording surface"Chris Wilson2010-04-301-1/+0
* ps: Enable native encoding of subsurface patterns.Chris Wilson2010-04-301-0/+1
* paginated: Call surface finish explicitly on recording surfaceChris Wilson2010-04-301-0/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* clip: Remove the redundant _cairo_clip_init_rectangle()Chris Wilson2010-03-231-9/+9
* paginated: Use common is_clear.Chris Wilson2010-03-211-33/+1
* Add cairo_device_tChris Wilson2010-01-221-1/+3
* Real zero-copy cow snapshottingChris Wilson2010-01-221-2/+5
* Constify stroke style and matrices.Chris Wilson2010-01-221-3/+3
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-46/+46
* [API] Make _cairo_meta_surface_replay() private againBenjamin Otte2009-09-301-2/+2
* [paginated] Propagate error return during finish.Chris Wilson2009-07-271-0/+10
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-137/+97
* Export meta-surfaceChris Wilson2009-07-031-8/+8
* [region] Remove underscores from _cairo_region_*Søren Sandmann2009-03-281-2/+2
* [region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen2009-03-281-17/+17
* Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()Søren Sandmann2009-02-151-11/+8
* Query the backend to see if we can repaint the solid pattern.Chris Wilson2008-12-181-0/+1
* [cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja2008-12-061-0/+2