summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-09Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson1-2/+2
2021-07-23boilerplate: Use _cairo_malloc instead of mallocBryce Harrington1-3/+4
2021-05-03Introduce CAIRO_BOILERPLATE_OPEN_NO_DAEMON and CAIRO_BOILERPLATE_DO_NOT_CRASH...Anton Danilkin1-2/+10
2020-09-29Retire dummy cairo-version.h header to fix meson subproject buildTim-Philipp Müller1-6/+0
2017-11-07image: prevent invalid ptr access for > 4GB imagesAdrian Johnson1-1/+3
2014-08-14test: improve selective execution of Cairo tests based on FORMAT optionRavi Nanjundappa1-13/+55
2014-08-14test: Selective execution of Cairo tests based on FORMAT optionRavi Nanjundappa1-7/+54
2014-07-23More binary mode for WindowsBehdad Esfahbod1-2/+2
2014-05-06boilerplate: Maintain consistency in the usage of switch casesRavi Nanjundappa1-16/+37
2013-03-22test: Fix handling of dots in CAIRO_TEST_TARGETUli Schlachter1-0/+2
2012-02-23boilerplate: Use any2ppm from ANY2PPM env variableAndrea Canciani1-2/+9
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani1-3/+0
2011-11-11boilerplate: Provide close callback after opening any2ppm outputAndrea Canciani1-3/+8
2011-11-09Silence some 'unused var' warningsAndrea Canciani1-2/+0
2011-09-12Introduce a new compositor architectureChris Wilson1-9/+5
2011-08-13boilerplate: improve fidelity of surface extractionChris Wilson1-3/+15
2011-06-02perfChris Wilson1-4/+68
2010-07-03boilerplate: Add describe stringBenjamin Otte1-3/+18
2010-07-03boilerplate: Add a describe vfuncBenjamin Otte1-5/+5
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-49/+53
2010-04-30boilerplate: Fix use after free from 3ae5723Chris Wilson1-3/+10
2010-04-30boilerplate: Ensure that the recording surfaces are finished.Chris Wilson1-5/+5
2010-04-30boilerplate: Destroy the redundant image referenceChris Wilson1-0/+2
2010-03-27boilerplate: Create an image16 targetChris Wilson1-4/+35
2010-03-23boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson1-0/+13
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-1/+1
2010-01-22script: Port cairo_script_context_t to cairo_device_tChris Wilson1-3/+3
2009-11-29[dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja1-0/+1
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-23/+23
2009-09-14[build] Check for dlsym in both libdl and libc.M Joonas Pihlaja1-2/+2
2009-09-05[boilerplate] Support wildcard ? in CAIRO_TEST_TARGET{,_EXCLUDE}.M Joonas Pihlaja1-4/+6
2009-09-05[boilerplate] Support giving content in CAIRO_TEST_TARGET{,_EXCLUDE}.M Joonas Pihlaja1-4/+57
2009-08-29[boilerplate] Runtime library checkChris Wilson1-3/+26
2009-08-29[script] Introduce cairo_script_context_tChris Wilson1-22/+4
2009-07-24[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson1-3/+7
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-32/+68
2009-07-04Remove the defunct test-meta surfaceChris Wilson1-0/+35
2009-07-04[boilerpate] Move target definition to backends.Chris Wilson1-561/+78
2009-07-04[boilerplate] Read whole RGB lines at a timeChris Wilson1-6/+7
2009-07-03Export meta-surfaceChris Wilson1-6/+6
2009-06-28[boilerplate] Propagate original error from create_from_png()Chris Wilson1-0/+2
2009-06-28[test] Disable fallback16 testingChris Wilson1-2/+2
2009-06-27[test] Add group-unalignedChris Wilson1-5/+5
2009-06-21[boilerplate] Implement a reference xlib surfaceChris Wilson1-2/+12
2009-06-19[test] Experiment with reference targetsChris Wilson1-113/+141
2009-06-19Revert "[test] Make the xlib-fallback use the image refs."M Joonas Pihlaja1-1/+1
2009-06-16Import Qt backend by MozillaVladimir Vukicevic1-0/+23
2009-06-15Expose _cairo_null_surface_create() via a test surfaceChris Wilson1-0/+9
2009-06-12[boilerplate] Make array of targets const.Chris Wilson1-4/+4
2009-06-12[boilerplate] Export cairo_boilerplate_get_image_target()Chris Wilson1-0/+17