summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-13Remove pixman from SNAPSHOT_0_5_0SNAPSHOT_0_5_0Carl Worth201-33188/+19669
2006-02-13Remove pixman from SNAPSHOT_0_4_0SNAPSHOT_0_4_0Carl Worth256-13085/+21968
2006-02-13Remove pixman and revert tessellation bug from SNAPSHOT_0_3_0SNAPSHOT_0_3_0Carl Worth89-1644/+13213
2006-02-13Remove pixman and revert tessellation bug from SNAPSHOT_0_2_0SNAPSHOT_0_2_0Carl Worth99-4209/+12467
2006-02-13Remove pixman from LGPL_CHANGE_AFTERLGPL_CHANGE_AFTERCarl Worth44-862/+1128
2006-02-13Remove pixman from LGPL_CHANGE_BEFORELGPL_CHANGE_BEFORECarl Worth40-695/+5396
2006-02-13Remove pixman from SNAPSHOT_0_1_23SNAPSHOT_0_1_23Carl Worth22-650/+1056
2006-02-13Remove pixman from SNAPSHOT_0_1_22SNAPSHOT_0_1_22Carl Worth8-19/+43
2006-02-13Remove pixman from SNAPSHOT_0_1_21SNAPSHOT_0_1_21Carl Worth14-49/+985
2006-02-13Remove pixman from SNAPSHOT_0_1_20SNAPSHOT_0_1_20Carl Worth73-2243/+9706
2006-02-13Remove pixman since it shouldn't exist at this point of the history.SNAPSHOT_0_1_16Carl Worth39-14345/+0
2005-05-17Added porting guide to help with transition to cairo 0.5 API.Carl Worth4-1/+571
2005-05-17Bring up to date with Keith's latest improvements to cairo-xlib-surface.c: Ad...Carl Worth2-24/+40
2005-05-17Two fixes from Kristion Høgsberg:Carl Worth3-2/+24
2005-05-17Add some comments about how and why masks are computed. Generalize overflow d...Keith Packard2-12/+27
2005-05-17Fix documentation to not mention set_size for the _for_bitmap functions.Carl Worth3-10/+8
2005-05-17Remove #ifdef munging since we once again support either #if or #ifdef.Carl Worth3-3/+10
2005-05-17Update instructions to match output of 'make distcheck'Carl Worth4-5/+19
2005-05-17Fix more deprecation macrosCarl Worth1-4/+4
2005-05-17Add a few more REPLACED_BY and DEPRECATED_BY definitions.Carl Worth3-1/+31
2005-05-17Add cairo-xlib-xrender.h which was missed from an earlier commit.Carl Worth2-1/+6
2005-05-17Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.Carl Worth6-197/+427
2005-05-17Avoid shifting 32-bit quanity by 32 bits, which is undefined behavior.Carl Worth2-2/+8
2005-05-17Rework of cairo_xlib_surface create functions by Keith Packard:Carl Worth6-230/+342
2005-05-17Remove destroy_closure from cairo_output_stream_t interface.Carl Worth9-113/+164
2005-05-17Add simple test for ps surface backend (modeled after pdf-surface.c).Carl Worth5-0/+141
2005-05-17Update PDF test case to make sure we're actually getting the right paper size...Carl Worth2-7/+62
2005-05-17Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c).Carl Worth2-1/+6
2005-05-17Update to the latest PDF surface API changes: use filename not FILE* and use ...Carl Worth2-10/+14
2005-05-16Initialize op->stops[0].scale = 0.Keith Packard2-0/+18
2005-05-16Remove quarter-over test name accidentally added to Makefile.Carl Worth3-4/+6
2005-05-16Take a filename instead of a FILE pointer.Kristian Høgsberg5-22/+41
2005-05-14Brush the dust off the XCB backend and get it compiling and working again. Th...Carl Worth7-77/+427
2005-05-14Cleanup output a bit, move verbose messages to test-specific log file.Carl Worth4-14/+31
2005-05-14Fix the last commit so it actually compiles now.Carl Worth2-2/+8
2005-05-14Fix a few documentation typos in the recent xlib surface rework.Carl Worth3-8/+17
2005-05-14Add an #error if cairo-foo.h is included when cairo was compiled without supp...Carl Worth10-2/+41
2005-05-14Update for change in cairo_pdf_surface_create which no longer accepts DPI val...Carl Worth2-2/+6
2005-05-13src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...Owen Taylor11-97/+479
2005-05-13Make this a varg function and use the new _cairo_output_stream_vprintf() func...Kristian Høgsberg4-53/+203
2005-05-13Rename cairo_pdf_surface_create_for_callback() to cairo_pdf_surface_create_fo...Kristian Høgsberg3-78/+73
2005-05-13Fix misplaced goto.Owen Taylor2-2/+8
2005-05-12Fix image->data to be unsignedCarl Worth5-10/+23
2005-05-12Update xcb backend to compile after recent API changes:Carl Worth2-14/+22
2005-05-12libpixman creates an A8 format object and sometimes forgets to destroy (when ...Keith Packard2-5/+17
2005-05-12Add new test for bug in cairo_paint_with_alpha not transforming the source.Carl Worth6-1/+86
2005-05-12_get_mask_extents creates a pixman region but neglects to destroy it.Keith Packard2-0/+10
2005-05-11Handle more cases by assuming no-super-luminescent colors.Owen Taylor2-2/+15
2005-05-11Revive quartz backend.T Rowley6-51/+149
2005-05-11Revive quartz backend.Tor Lillqvist4-102/+65