summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2005-07-18Fix leak of pattern.Carl Worth1-0/+1
2005-07-18Note some progress.Carl Worth6-9/+21
2005-07-15Use XCopyArea when possible, for optimization and bug workaround.Vladimir Vukicevic8-1/+158
2005-07-15Add new check-valgrind target for running the test suite under the influence ...Carl Worth2-1/+6
2005-07-15Fix a few memory leaks (missing cairo_pattern_destroy in 3 places).Carl Worth1-1/+4
2005-07-15Remove errant line of code that was inadvertently committed recently.Carl Worth1-3/+0
2005-07-14Fix leak of surface.Carl Worth1-0/+2
2005-07-14Rewrite to use cairo_image_surface_create_from_png rather than custom read_pn...Carl Worth2-11/+10
2005-07-14Fix to accept a cairo_pattern_t rather than a cairo_surface_t as the primary ...Carl Worth1-0/+4
2005-07-14Make the per-backend test results print XFAIL rather than FAIL for expected f...Carl Worth1-4/+8
2005-07-14Fix comment describing test result. It's not enough that all tested backends ...Carl Worth1-1/+2
2005-07-14Don't consider a test to fail if it can't create a surface at all (eg. no X s...Carl Worth2-6/+28
2005-07-14Rename create-for-png test to create-from-png to match the naming of the cair...Carl Worth5-75/+6
2005-07-14Patch a few memory leaks.Carl Worth1-21/+26
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth3-4/+4
2005-07-06Remove CAIRO_STATUS_NO_TARGET_SURFAC and add CAIRO_STATUS_INVALID_STATUS.Carl Worth1-0/+15
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