summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove pixman from SNAPSHOT_0_5_0SNAPSHOT_0_5_0Carl Worth2006-02-13201-33188/+19669
|\
| * Added porting guide to help with transition to cairo 0.5 API.Carl Worth2005-05-174-1/+571
| * Bring up to date with Keith's latest improvements to cairo-xlib-surface.c: Ad...Carl Worth2005-05-172-24/+40
| * Two fixes from Kristion Høgsberg:Carl Worth2005-05-173-2/+24
| * Add some comments about how and why masks are computed. Generalize overflow d...Keith Packard2005-05-172-12/+27
| * Fix documentation to not mention set_size for the _for_bitmap functions.Carl Worth2005-05-173-10/+8
| * Remove #ifdef munging since we once again support either #if or #ifdef.Carl Worth2005-05-173-3/+10
| * Update instructions to match output of 'make distcheck'Carl Worth2005-05-174-5/+19
| * Fix more deprecation macrosCarl Worth2005-05-171-4/+4
| * Add a few more REPLACED_BY and DEPRECATED_BY definitions.Carl Worth2005-05-173-1/+31
| * Add cairo-xlib-xrender.h which was missed from an earlier commit.Carl Worth2005-05-172-1/+6
| * Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.Carl Worth2005-05-176-197/+427
| * Avoid shifting 32-bit quanity by 32 bits, which is undefined behavior.Carl Worth2005-05-172-2/+8
| * Rework of cairo_xlib_surface create functions by Keith Packard:Carl Worth2005-05-176-230/+342
| * Remove destroy_closure from cairo_output_stream_t interface.Carl Worth2005-05-179-113/+164
| * Add simple test for ps surface backend (modeled after pdf-surface.c).Carl Worth2005-05-175-0/+141
| * Update PDF test case to make sure we're actually getting the right paper size...Carl Worth2005-05-172-7/+62
| * Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c).Carl Worth2005-05-172-1/+6
| * Update to the latest PDF surface API changes: use filename not FILE* and use ...Carl Worth2005-05-172-10/+14
| * Initialize op->stops[0].scale = 0.Keith Packard2005-05-162-0/+18
| * Remove quarter-over test name accidentally added to Makefile.Carl Worth2005-05-163-4/+6
| * Take a filename instead of a FILE pointer.Kristian Høgsberg2005-05-165-22/+41
| * Brush the dust off the XCB backend and get it compiling and working again. Th...Carl Worth2005-05-147-77/+427
| * Cleanup output a bit, move verbose messages to test-specific log file.Carl Worth2005-05-144-14/+31
| * Fix the last commit so it actually compiles now.Carl Worth2005-05-142-2/+8
| * Fix a few documentation typos in the recent xlib surface rework.Carl Worth2005-05-143-8/+17
| * Add an #error if cairo-foo.h is included when cairo was compiled without supp...Carl Worth2005-05-1410-2/+41
| * Update for change in cairo_pdf_surface_create which no longer accepts DPI val...Carl Worth2005-05-142-2/+6
| * src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...Owen Taylor2005-05-1311-97/+479
| * Make this a varg function and use the new _cairo_output_stream_vprintf() func...Kristian Høgsberg2005-05-134-53/+203
| * Rename cairo_pdf_surface_create_for_callback() to cairo_pdf_surface_create_fo...Kristian Høgsberg2005-05-133-78/+73
| * Fix misplaced goto.Owen Taylor2005-05-132-2/+8
| * Fix image->data to be unsignedCarl Worth2005-05-125-10/+23
| * Update xcb backend to compile after recent API changes:Carl Worth2005-05-122-14/+22
| * libpixman creates an A8 format object and sometimes forgets to destroy (when ...Keith Packard2005-05-122-5/+17
| * Add new test for bug in cairo_paint_with_alpha not transforming the source.Carl Worth2005-05-126-1/+86
| * _get_mask_extents creates a pixman region but neglects to destroy it.Keith Packard2005-05-122-0/+10
| * Handle more cases by assuming no-super-luminescent colors.Owen Taylor2005-05-112-2/+15
| * Revive quartz backend.T Rowley2005-05-116-51/+149
| * Revive quartz backend.Tor Lillqvist2005-05-114-102/+65
| * Avoid empty glyphsDavid Reveman2005-05-112-19/+46
| * Fix fill_rectangles and show_glyphs in glitz backendDavid Reveman2005-05-112-5/+14
| * src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...Owen Taylor2005-05-105-38/+5
| * src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...Owen Taylor2005-05-104-32/+27
| * Don't use return when calling a void function (thanks to Damien Carbery <dami...Carl Worth2005-05-102-4/+10
| * Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth2005-05-1010-35/+68
| * Fix URLs for glitz and xlibs, (thanks to Jason Dorje Short <jdorje@users.sf.n...Carl Worth2005-05-102-2/+7
| * Update to current canonical URL for XCB.Carl Worth2005-05-102-1/+5
| * Don't guess and make our own definitions for uint8_t, etc. Just error out if ...Carl Worth2005-05-104-25/+45
| * Fix cairo_get_font_matrix to actually use its out-parameter. And change the r...Carl Worth2005-05-105-12/+23