summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-02[configure.in] Create temp file in current dirBehdad Esfahbod1-2/+3
2008-09-02[configure.in] Create backend .pc files using CAIRO_CONFIG_COMMANDSBehdad Esfahbod1-9/+17
2008-09-02[configure.in] Consistently use _save_cflags/libsBehdad Esfahbod1-10/+10
2008-09-02[configure.in] Cache WARN_UNUSED_RESULT test resultsBehdad Esfahbod1-10/+13
2008-09-02[configure.in] Use warning-flag facilities for -fno-strict-aliasingBehdad Esfahbod1-3/+3
2008-09-02[configure.in] Remove unused MMX checksBehdad Esfahbod1-23/+0
2008-09-02[configure.in] Cache atomic-ops check resultsBehdad Esfahbod1-13/+14
2008-09-02[configure.in] Make unsupported-backend warning generation automaticBehdad Esfahbod1-30/+10
2008-09-02[configure.in] Define CAIRO_CONFIG_COMMANDS for easier file creationBehdad Esfahbod1-48/+46
2008-09-02[configure] Add user-fonts to list of configured componentsBehdad Esfahbod1-1/+2
2008-09-02[configure.in] Don't include cairo-features.h in cairo-no-features.hBehdad Esfahbod1-2/+0
2008-09-02[configure.in] Add CAIRO_BEGIN/END_DECLS to config.hBehdad Esfahbod1-0/+10
2008-09-02[doc] Clean up doc file namesBehdad Esfahbod2-32/+32
2008-09-02Update header globBehdad Esfahbod2-6/+4
2008-09-02[cairo-test] Fixup a few memleaks on failure.Chris Wilson1-0/+5
2008-09-02[xlib] Keep a pointer to the cairo_xlib_display_t on the surface.Chris Wilson5-61/+48
2008-09-02[xlib] Use an embedded doubly-linked list for the close display hooks.Chris Wilson5-61/+88
2008-09-02[user-font] Propagate status return.Chris Wilson1-2/+8
2008-09-01[ps] Initialise has_creation_date.Chris Wilson1-0/+1
2008-09-01Check that lvalue of BITSWAP8() is a uint8_t.Chris Wilson5-17/+16
2008-08-28[xlib] check for too-large surface size in create similar to avoid UNSUPPORTE...Vladimir Vukicevic1-0/+3
2008-08-28Some nasty tracks to make changing version number not cause a total rebuildBehdad Esfahbod8-52/+113
2008-08-28Undefine PACKAGE* macros defined by autotoolsBehdad Esfahbod1-0/+7
2008-08-28Move version functions to cairo-misc.cBehdad Esfahbod2-43/+44
2008-08-28Move version number to src/cairo-version.hBehdad Esfahbod13-90/+74
2008-08-28[autogen.sh] Handle case of no aclocal foundBehdad Esfahbod1-3/+3
2008-08-28Fixed cairo version in win32 makefileAntoine Azar1-3/+6
2008-08-27Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...Behdad Esfahbod7-18/+31
2008-08-27[configure.in] Autogenerate libtool version infoBehdad Esfahbod1-12/+20
2008-08-27Cleanup libtool version handlingBehdad Esfahbod3-36/+28
2008-08-27[autogen.sh] Prefer glibtoolize to libtoolize if availableBehdad Esfahbod2-7/+1
2008-08-27[configure.in] Move library version information to Version.mkBehdad Esfahbod3-8/+16
2008-08-27[xlib] Check CreatePixmap dimensions before calling, to avoid unnecessary siz...Vladimir Vukicevic1-14/+33
2008-08-27[src/Makefile.am] Remove gcc dependencyBehdad Esfahbod1-1/+1
2008-08-27[ps] Check tmpfile status after reading.Chris Wilson1-0/+3
2008-08-26[test] Ensure that the output is always saved.Chris Wilson1-27/+27
2008-08-26[ps] Mark the hex data as unsigned char.Chris Wilson4-4/+4
2008-08-26[configure.in] Autoconf strikes backChris Wilson1-1/+1
2008-08-26[pdiff] Get the surface data pointer once.Chris Wilson1-22/+16
2008-08-26[ps] Convert a few residual CRLF to LF.Chris Wilson1-5/+5
2008-08-23[Makefile.am] Add autogen.sh to dist. Oops!Behdad Esfahbod1-0/+1
2008-08-21[test] Explicity save a fail image.Chris Wilson3-14/+14
2008-08-20[test] Cache last output and compare next time.Chris Wilson19-103/+341
2008-08-20[ps] Check for end-of-stream after advancing character.Chris Wilson1-1/+4
2008-08-20[test/bufferdiff] Move unused code.Chris Wilson3-332/+216
2008-08-19[png] Specify a no-op flush callback (NULL deref)Alex Rostovtsev1-1/+8
2008-08-19[test] Destroy test ouput image on failure.Chris Wilson1-0/+1
2008-08-19[test] Always write the test output to a png.Chris Wilson1-7/+9
2008-08-19[test] Pass extended output name to ref_name_for_test().Chris Wilson1-8/+10
2008-08-19[perf] Continue testing after we fail to create a surface.Chris Wilson1-9/+4