summaryrefslogtreecommitdiff
path: root/src/cairo-debug.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20svg-font: return SVG_FONT_ERROR on errorAdrian Johnson1-0/+1
2023-01-15Fix shared use of recording surface with paginated targetsAdrian Johnson1-0/+98
2022-02-25Remove cairo-drmEmmanuele Bassi1-4/+0
2020-08-25cogl: Add new path cacheGeorge Matsumura1-4/+0
2019-01-07Add support for RGBA128F and RGB96F formats.Maarten Lankhorst1-0/+6
2018-03-15Fix a 'memory leak' in the image compositorUli Schlachter1-0/+2
2016-09-04Write debugging information to the debugging fileEd Schouten1-1/+1
2016-06-05Fix PS record-neg-extents test failureAdrian Johnson1-0/+8
2016-06-05Fix PDF record-neg-extents test failureAdrian Johnson1-1/+10
2012-03-29doc: Add "since" tag to documentationAndrea Canciani1-0/+2
2011-10-11backends: Adds a new Cogl based backendRobert Bragg1-0/+4
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-08-07util: Add show-polygonsChris Wilson1-1/+2
2011-07-20xcb: Take advantage of clip-boxesChris Wilson1-0/+10
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-2/+35
2011-07-15pattern: Add observer hooksChris Wilson1-0/+1
2011-07-15Implement cairo_backend_tChris Wilson1-1/+1
2011-05-01Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes1-0/+1
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-11-16win32: Use a font_face hash table to provide unique font facesAdrian Johnson1-0/+4
2010-09-09image: add _cairo_image_reset_static_dataAndrea Canciani1-0/+2
2010-06-12cairo: Create error objects for cairo_tChris Wilson1-0/+2
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-0/+3
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-0/+1
2010-01-22path: Compute coarse bounds upon construction.Chris Wilson1-0/+6
2009-08-29[debug] Path printerChris Wilson1-0/+67
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-0/+4
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-0/+2
2009-06-16Import Qt backend by MozillaVladimir Vukicevic1-0/+42
2009-06-04valgrindify init/fini routinesChris Wilson1-2/+0
2009-06-01[debug] Relax ASSERT_NOT_REACHEDChris Wilson1-1/+1
2009-05-15[debug] Check image contents using memcheck.Chris Wilson1-0/+42
2008-12-26[scaled-font] Make cairo_debug_reset_static_data() work againBehdad Esfahbod1-0/+2
2008-12-20[toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod1-1/+1
2008-11-03[mime-data] Allow embedding of arbitrary mime-types.Chris Wilson1-0/+2
2008-06-22Rename _cairo_font_reset_static_data to _cairo_font_face_reset_static_dataBehdad Esfahbod1-3/+3
2008-02-15[cairo-scaled-font] Create error objects on demand.Chris Wilson1-0/+2
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-2/+2
2007-10-04[cairo-debug] Finalize mutexes along with other static data.Chris Wilson1-0/+4
2007-05-04[cairo-xlib] Split per-display attributes from per-screen.Chris Wilson1-4/+0
2007-03-20Cache solid patternsChris Wilson1-0/+2
2007-02-28Revert the solid-pattern cacheBehdad Esfahbod1-2/+0
2007-02-14[cairo-pattern] Cache surface for solid patternsJorn Baayen1-0/+2
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2005-08-31Split out scaled font code to cairo-scaled-font.cKeith Packard1-1/+0
2005-08-01New public header file.Carl Worth1-0/+73