summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-11Avoid empty glyphsDavid Reveman2-19/+46
2005-05-11Fix fill_rectangles and show_glyphs in glitz backendDavid Reveman2-5/+14
2005-05-10src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...Owen Taylor5-38/+5
2005-05-10src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...Owen Taylor4-32/+27
2005-05-10Don't use return when calling a void function (thanks to Damien Carbery <dami...Carl Worth2-4/+10
2005-05-10Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth10-35/+68
2005-05-10Fix URLs for glitz and xlibs, (thanks to Jason Dorje Short <jdorje@users.sf.n...Carl Worth2-2/+7
2005-05-10Update to current canonical URL for XCB.Carl Worth2-1/+5
2005-05-10Don't guess and make our own definitions for uint8_t, etc. Just error out if ...Carl Worth4-25/+45
2005-05-10Fix cairo_get_font_matrix to actually use its out-parameter. And change the r...Carl Worth5-12/+23
2005-05-09Get the glyphslot point *after* we get the FT_Face. (Robert O'Callahan)Owen Taylor2-3/+8
2005-05-09Fix deprecation macro to point to the right function, (thanks to John Ellson).Carl Worth2-1/+6
2005-05-09Push cairo_matrix_t const-correctness down through the entire implmentation, ...Carl Worth10-73/+113
2005-05-09Change cairo-features again so that either #if or #ifdef will work to test an...Carl Worth3-44/+28
2005-05-07doc/public/language-bindings.xml doc/public/cairo-doc.xml doc/public/Makefile...Owen Taylor2-0/+733
2005-05-07Update.Owen Taylor10-174/+41
2005-05-06Point to both cairo_set_source_rgba and cairo_paint_with_alpha in deprecation...Carl Worth3-2/+9
2005-05-06Make idempotent substitutions that extend old names:Carl Worth2-3/+19
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth20-130/+127
2005-05-06Remove deprecated cairo_get_rgb_color that was accidentally missed in the rec...Carl Worth6-63/+9
2005-05-06Update to track new CAIRO_OPERATOR names.Carl Worth6-13/+27
2005-05-06Fix return type from cairo_status_t to cairo_int_status_t.Carl Worth2-1/+6
2005-05-06Note that cairo_mask, and "just eliminate a bunch of functions are now done".Carl Worth3-23/+35
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth24-605/+274
2005-05-06Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth10-48/+99
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth25-645/+245
2005-05-06src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor13-209/+83
2005-05-04Add glyph caching to glitz backendDavid Reveman2-1/+859