summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2005-06-25From: J. Ali Harlow" <ali@avrc.city.ac.uk> Reviewed by: Vladimir Vukicevic <v...Carl Worth1-2/+2
2005-06-20Rip out cairo_set_error_notfiy function as it is clear that it is not the rig...Carl Worth3-111/+0
2005-06-16Reorder fields of cairo_private_t to match initialization order.Carl Worth3-0/+111
2005-06-15(cairo_test_for_target): And add missing parenthesis.Carl Worth1-1/+1
2005-06-15Track removal of cairo_status_string.Carl Worth1-1/+2
2005-06-15Remove cairo-atsui section since cairo-atsui.h is currently empty. Add cairo_...Carl Worth1-0/+2
2005-06-14Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg2-2/+143
2005-06-09AddOwen Taylor1-1/+6
2005-06-03When clipping, update the clip surface to a new surface the size of the inter...Kristian Høgsberg2-0/+6
2005-06-01Add self-intersecting to the list of expected failures.Carl Worth1-0/+1
2005-06-01Add self-intersecting test which demonstrates the long-standing bug with stro...Carl Worth4-0/+93
2005-05-26Replace nesting-only surface clipping with gstate contained serial-number tra...Keith Packard2-3/+1
2005-05-17Update instructions to match output of 'make distcheck'Carl Worth1-2/+2
2005-05-17Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.Carl Worth1-11/+104
2005-05-17Rework of cairo_xlib_surface create functions by Keith Packard:Carl Worth2-9/+15
2005-05-17Remove destroy_closure from cairo_output_stream_t interface.Carl Worth2-15/+9
2005-05-17Add simple test for ps surface backend (modeled after pdf-surface.c).Carl Worth4-0/+131
2005-05-17Update PDF test case to make sure we're actually getting the right paper size...Carl Worth1-7/+55
2005-05-17Update to the latest PDF surface API changes: use filename not FILE* and use ...Carl Worth1-10/+8
2005-05-16Remove quarter-over test name accidentally added to Makefile.Carl Worth2-4/+0
2005-05-14Brush the dust off the XCB backend and get it compiling and working again. Th...Carl Worth4-4/+50
2005-05-14Cleanup output a bit, move verbose messages to test-specific log file.Carl Worth3-14/+24
2005-05-14Fix a few documentation typos in the recent xlib surface rework.Carl Worth1-0/+1
2005-05-14Update for change in cairo_pdf_surface_create which no longer accepts DPI val...Carl Worth1-2/+1
2005-05-13src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...Owen Taylor3-2/+267
2005-05-12Add new test for bug in cairo_paint_with_alpha not transforming the source.Carl Worth4-0/+68
2005-05-11Revive quartz backend.T Rowley2-4/+10
2005-05-10Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth9-35/+54
2005-05-10Don't guess and make our own definitions for uint8_t, etc. Just error out if ...Carl Worth1-7/+21
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth1-8/+8
2005-05-06Update to track new CAIRO_OPERATOR names.Carl Worth1-2/+2
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth11-40/+43
2005-05-06Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth2-3/+3
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth11-110/+104
2005-05-06src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor5-189/+7
2005-05-03Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth14-73/+327
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor7-0/+287
2005-05-02Use correct arguments to compute absolute positions.Keith Packard3-2/+61
2005-05-02not mask.png. (Pointed out by Carl)Owen Taylor1-1/+1
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor3-0/+244
2005-04-28Replace annoying _ in output image filenames with - for better consistency.Carl Worth2-4/+4
2005-04-27Use 1 instead of 0 for width and height to avoid BadValue errors from XCreate...Carl Worth1-0/+5
2005-04-27Add support for testing multiple backends, courtesy of cairo_surface_write_to...Carl Worth7-105/+344
2005-04-26Add test to demonstrate bug in cairo_paint when under a non-identity transfor...Carl Worth4-0/+58
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth2-29/+16
2005-04-26Add very simple test to generate PDF output, (no automated verification yet).Carl Worth8-8/+70
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg3-23/+19
2005-04-19Add new cairo_paint function.Carl Worth2-4/+2
2005-04-18Add a test of a repeating surface pattern.Carl Worth4-0/+79
2005-04-18Mark a couple of items that are now complete.Carl Worth4-0/+71