summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate.c
Commit message (Expand)AuthorAgeFilesLines
* Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson2022-04-091-2/+2
* boilerplate: Use _cairo_malloc instead of mallocBryce Harrington2021-07-231-3/+4
* Introduce CAIRO_BOILERPLATE_OPEN_NO_DAEMON and CAIRO_BOILERPLATE_DO_NOT_CRASH...Anton Danilkin2021-05-031-2/+10
* Retire dummy cairo-version.h header to fix meson subproject buildTim-Philipp Müller2020-09-291-6/+0
* image: prevent invalid ptr access for > 4GB imagesAdrian Johnson2017-11-071-1/+3
* test: improve selective execution of Cairo tests based on FORMAT optionRavi Nanjundappa2014-08-141-13/+55
* test: Selective execution of Cairo tests based on FORMAT optionRavi Nanjundappa2014-08-141-7/+54
* More binary mode for WindowsBehdad Esfahbod2014-07-231-2/+2
* boilerplate: Maintain consistency in the usage of switch casesRavi Nanjundappa2014-05-061-16/+37
* test: Fix handling of dots in CAIRO_TEST_TARGETUli Schlachter2013-03-221-0/+2
* boilerplate: Use any2ppm from ANY2PPM env variableAndrea Canciani2012-02-231-2/+9
* boilerplate: Remove unused thread id parameterAndrea Canciani2011-11-121-3/+0
* boilerplate: Provide close callback after opening any2ppm outputAndrea Canciani2011-11-111-3/+8
* Silence some 'unused var' warningsAndrea Canciani2011-11-091-2/+0
* Introduce a new compositor architectureChris Wilson2011-09-121-9/+5
* boilerplate: improve fidelity of surface extractionChris Wilson2011-08-131-3/+15
* perfChris Wilson2011-06-021-4/+68
* boilerplate: Add describe stringBenjamin Otte2010-07-031-3/+18
* boilerplate: Add a describe vfuncBenjamin Otte2010-07-031-5/+5
* whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja2010-06-241-49/+53
* boilerplate: Fix use after free from 3ae5723Chris Wilson2010-04-301-3/+10
* boilerplate: Ensure that the recording surfaces are finished.Chris Wilson2010-04-301-5/+5
* boilerplate: Destroy the redundant image referenceChris Wilson2010-04-301-0/+2
* boilerplate: Create an image16 targetChris Wilson2010-03-271-4/+35
* boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson2010-03-231-0/+13
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-1/+1
* script: Port cairo_script_context_t to cairo_device_tChris Wilson2010-01-221-3/+3
* [dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja2009-11-291-0/+1
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-23/+23
* [build] Check for dlsym in both libdl and libc.M Joonas Pihlaja2009-09-141-2/+2
* [boilerplate] Support wildcard ? in CAIRO_TEST_TARGET{,_EXCLUDE}.M Joonas Pihlaja2009-09-051-4/+6
* [boilerplate] Support giving content in CAIRO_TEST_TARGET{,_EXCLUDE}.M Joonas Pihlaja2009-09-051-4/+57
* [boilerplate] Runtime library checkChris Wilson2009-08-291-3/+26
* [script] Introduce cairo_script_context_tChris Wilson2009-08-291-22/+4
* [boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson2009-07-241-3/+7
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-32/+68
* Remove the defunct test-meta surfaceChris Wilson2009-07-041-0/+35
* [boilerpate] Move target definition to backends.Chris Wilson2009-07-041-561/+78
* [boilerplate] Read whole RGB lines at a timeChris Wilson2009-07-041-6/+7
* Export meta-surfaceChris Wilson2009-07-031-6/+6
* [boilerplate] Propagate original error from create_from_png()Chris Wilson2009-06-281-0/+2
* [test] Disable fallback16 testingChris Wilson2009-06-281-2/+2
* [test] Add group-unalignedChris Wilson2009-06-271-5/+5
* [boilerplate] Implement a reference xlib surfaceChris Wilson2009-06-211-2/+12
* [test] Experiment with reference targetsChris Wilson2009-06-191-113/+141
* Revert "[test] Make the xlib-fallback use the image refs."M Joonas Pihlaja2009-06-191-1/+1
* Import Qt backend by MozillaVladimir Vukicevic2009-06-161-0/+23
* Expose _cairo_null_surface_create() via a test surfaceChris Wilson2009-06-151-0/+9
* [boilerplate] Make array of targets const.Chris Wilson2009-06-121-4/+4
* [boilerplate] Export cairo_boilerplate_get_image_target()Chris Wilson2009-06-121-0/+17