summaryrefslogtreecommitdiff
path: root/src/test-paginated-surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2016-10-01Support tag operations in analysis and paginated surfaceAdrian Johnson1-1/+3
2015-10-17Fix some surfaces missed in b1192beaAdrian Johnson1-1/+2
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+1
2011-09-12Introduce a new compositor architectureChris Wilson1-18/+6
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+5
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-7/+7
2011-07-15Implement cairo_backend_tChris Wilson1-0/+2
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Add cairo_device_tChris Wilson1-1/+3
2010-01-22Constify stroke style and matrices.Chris Wilson1-3/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-75/+25
2008-12-18Query the backend to see if we can repaint the solid pattern.Chris Wilson1-0/+1
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-10/+15
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-20/+20
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-20/+5
2008-10-19[test-paginated] Fix double free of surface along error path.Chris Wilson1-7/+9
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-3/+2
2008-08-18Add new public API cairo_surface_has_show_text_glyphs()Behdad Esfahbod1-1/+1
2008-06-30Remove _cairo_surface_show_glyphs() in favor of _cairo_surface_show_text_glyp...Behdad Esfahbod1-13/+38
2008-05-23[cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod1-1/+2
2008-05-09[cairo-paginated-surface] Clean up reference counting messBehdad Esfahbod1-1/+4
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-3/+2
2007-10-05[test-paginated] Free resources if fail to create the test surface.Chris Wilson1-2/+10
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-4/+2
2007-08-31Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson1-1/+1
2007-08-31[cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson1-1/+1
2007-07-18[fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic1-1/+1
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-1/+1
2007-04-21[paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.hBehdad Esfahbod1-1/+1
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-2/+2
2007-03-20Oops. Remove cairo-mutex-private.h include from test surfacesBehdad Esfahbod1-1/+0
2007-03-20Include cairo-mutex-private.h in test backendsBehdad Esfahbod1-0/+1
2007-03-13[test-surfaces] Prefix public symbols with _cairoBehdad Esfahbod1-1/+1
2007-02-06Add scaled_font->mutex to allow locking for all subordinate objectsCarl Worth1-2/+17
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-08-08test-paginated: Fix memory leak within _test_paginated_surface_create_for_dataCarl Worth1-1/+11
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-1/+1
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+2
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-2/+2
2006-04-14Add a start_page function to the paginated_surface_backend.Carl Worth1-0/+1
2006-04-14Add a new cairo_paginated_surface_backend_t rather than just a single functio...Carl Worth1-10/+15
2006-04-14Flesh test-paginated-surface out into a complete surface.Carl Worth1-13/+206
2006-02-28Merge in upstream 'ps-surface' changesCarl Worth1-1/+18
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-8/+9
2005-12-21Add a private cairo_paginated_surface_t which builds on top of the meta surfa...Carl Worth1-0/+67