summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-12-28namespace declarations for SVG and XLINK (#5411).Emmanuel Pacaud1-0/+5
2005-12-27Add BeOS-specific reference images for tests where the maximum color differen...Christian Biesinger1-0/+13
2005-12-26Implement composite for the beos backend. Don't map CAIRO_OPERATOR_ADD to B_O...Christian Biesinger1-0/+6
2005-12-26Don't require that the caller locks the view; do it in cairo code.Christian Biesinger1-0/+6
2005-12-21Remove some unneeded backend functions (composite, fill_rectangles, composite...Carl Worth1-0/+6
2005-12-21Don't implement create_similar for the test-meta or the paginated surface. Th...Carl Worth1-0/+10
2005-12-21Add a private cairo_paginated_surface_t which builds on top of the meta surfa...Carl Worth1-0/+32
2005-12-21Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth1-0/+23
2005-12-21Revert inadvertent commit (immediately previous).Carl Worth1-0/+13
2005-12-21Fix indentation.Carl Worth1-0/+4
2005-12-21Remove cruft from old commands that the meta surface no longer implements (co...Carl Worth1-0/+6
2005-12-21Fix some typosChristian Biesinger1-0/+8
2005-12-21store surfaces in a <g> node, and clip to surface area. Now SVG backend shoul...Emmanuel Pacaud1-0/+8
2005-12-20Add some comments describing what a cairo_meta_surface_t is.Carl Worth1-0/+14
2005-12-20Move more fallback code from cairo-gstate.c to cairo-surface-fallback.c where...Carl Worth1-0/+16
2005-12-19Begin moving fallback code out of cairo-surface.c and into cairo-surface-fall...Carl Worth1-0/+22
2005-12-19Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...Carl Worth1-0/+31
2005-12-19Use correct color when OPERATOR_SOURCE is used on a surface without alpha inf...Christian Biesinger1-0/+5
2005-12-19fix stroke linewidth and dashes, I hope. Emit stroke-dashoffset.Emmanuel Pacaud1-0/+5
2005-12-19Use NULL clip instead of special serial zero cairo_clip_t Should make using s...Keith Packard1-0/+11
2005-12-19CAIRO_CAN_TEST_SVG_SURFACE depends on librsvg.Emmanuel Pacaud1-0/+30
2005-12-19Some final changes to the beos backend before checkin were wrong, fixing.Christian Biesinger1-0/+6
2005-12-19Use gtk-doc syntax rather than doxygen syntax for internal functions (to avoi...Christian Biesinger1-0/+6
2005-12-18Mention new --enable-svg optionChristian Biesinger1-0/+17
2005-12-18Move enum to cairoint.hChristian Biesinger1-0/+10
2005-12-16make the SVG backend freetype message actually mention SVG rather than PDF.Christian Biesinger1-0/+5
2005-12-16Return a test_fallback_surface_t rather than a cairo_image_surface_t for bett...Carl Worth1-0/+8
2005-12-16Add a new option --enable-test-surfaces.Carl Worth1-0/+22
2005-12-16Don't export cairo_image_surface_set_clip_region.Carl Worth1-0/+11
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-0/+88
2005-12-15Make poppler check require poppler >= 0.4.1.Carl Worth1-0/+4
2005-12-14#define access _access and #define F_OK to 0 on for MSVCStuart Parmenter1-0/+6
2005-12-14Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...Carl Worth1-0/+9
2005-12-14Add preliminary support for --enable-gcov. Thanks to Pierre-Alain Joye (with ...Carl Worth1-0/+9
2005-12-13Make creator be cairo, not Cairo.Carl Worth1-0/+5
2005-12-12bump glitz req to 0.5.1, test for backendsVladimir Vukicevic1-0/+12
2005-12-08shhh...Emmanuel Pacaud1-0/+4
2005-12-08add optionnal disabled by default SVG backend.Emmanuel Pacaud1-0/+16
2005-12-07Note that that PDF backend has been incorporated into the test suite.Carl Worth1-0/+5
2005-12-07Add checks for poppler and friends which are needed by pdf2png. Set CAIRO_CAN...Carl Worth1-0/+18
2005-12-07Note that self-copy now works with the PS backend.Carl Worth1-0/+35
2005-12-07Fix to check cairo_surface_status rather than !surface which is always false....Carl Worth1-0/+6
2005-12-07Use more portable shell syntax, ('test =' rather than 'test =='). Thanks to R...Carl Worth1-0/+6
2005-12-05glitz backend gradient fixDavid Reveman1-0/+5
2005-12-04More updates to track latest changes to glitzDavid Reveman1-0/+6
2005-11-29Track changes to glitzDavid Reveman1-0/+5
2005-11-21Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.Carl Worth1-0/+5
2005-11-21Add reminder to fix all memory leaks (as determined by the test suite) before...Carl Worth1-0/+9
2005-11-18Remove spurios INT_ prefixes which break the build with very recent binutils.Carl Worth1-0/+5
2005-11-17Hooked up tests to run on Windows with a Windows surfaceStuart Parmenter1-0/+6