summaryrefslogtreecommitdiff
path: root/src/test-paginated-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Support tag operations in analysis and paginated surfaceAdrian Johnson2016-10-011-1/+3
* Fix some surfaces missed in b1192beaAdrian Johnson2015-10-171-1/+2
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-18/+6
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-1/+5
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-7/+7
* Implement cairo_backend_tChris Wilson2011-07-151-0/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Add cairo_device_tChris Wilson2010-01-221-1/+3
* Constify stroke style and matrices.Chris Wilson2010-01-221-3/+3
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-75/+25
* 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
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Add an extents argument to the high level surface backend functionsAdrian Johnson2008-11-021-10/+15
* [pattern] Avoid needless copying of patterns.Chris Wilson2008-10-301-20/+20
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-20/+5
* [test-paginated] Fix double free of surface along error path.Chris Wilson2008-10-191-7/+9
* [show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod2008-09-181-3/+2
* Add new public API cairo_surface_has_show_text_glyphs()Behdad Esfahbod2008-08-181-1/+1
* Remove _cairo_surface_show_glyphs() in favor of _cairo_surface_show_text_glyp...Behdad Esfahbod2008-06-301-13/+38
* [cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod2008-05-231-1/+2
* [cairo-paginated-surface] Clean up reference counting messBehdad Esfahbod2008-05-091-1/+4
* [cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson2008-01-161-3/+2
* [test-paginated] Free resources if fail to create the test surface.Chris Wilson2007-10-051-2/+10
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-4/+2
* Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson2007-08-311-1/+1
* [cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson2007-08-311-1/+1
* [fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic2007-07-181-1/+1
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-1/+1
* [paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.hBehdad Esfahbod2007-04-211-1/+1
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-2/+2
* Oops. Remove cairo-mutex-private.h include from test surfacesBehdad Esfahbod2007-03-201-1/+0
* Include cairo-mutex-private.h in test backendsBehdad Esfahbod2007-03-201-0/+1
* [test-surfaces] Prefix public symbols with _cairoBehdad Esfahbod2007-03-131-1/+1
* Add scaled_font->mutex to allow locking for all subordinate objectsCarl Worth2007-02-061-2/+17
* Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod2006-12-111-1/+1
* test-paginated: Fix memory leak within _test_paginated_surface_create_for_dataCarl Worth2006-08-081-1/+11
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-1/+1
* New API: Add new function cairo_surface_get_contentCarl Worth2006-05-241-1/+2
* Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan2006-05-041-2/+2
* Add a start_page function to the paginated_surface_backend.Carl Worth2006-04-141-0/+1
* Add a new cairo_paginated_surface_backend_t rather than just a single functio...Carl Worth2006-04-141-10/+15
* Flesh test-paginated-surface out into a complete surface.Carl Worth2006-04-141-13/+206
* Merge in upstream 'ps-surface' changesCarl Worth2006-02-281-1/+18
* Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth2006-01-171-8/+9
* Add a private cairo_paginated_surface_t which builds on top of the meta surfa...Carl Worth2005-12-211-0/+67