summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-01perf: Add $(EXTRA_PROGRAMS) to CLEANFILES1.4.6Carl Worth1-0/+1
2007-05-01Increment version to 1.4.6 (and library versioning to 13:3:11)Carl Worth1-2/+2
2007-05-01NEWS: Add notes for cairo 1.4.6Carl Worth1-0/+116
2007-05-01[cairo-xlib-surface.c] Free the Pixmap on surface construction failure.Chris Wilson1-0/+2
2007-05-01Minor typo in cairo_surface_destroy() documentation.Chris Wilson1-1/+1
2007-05-01[cairo-mutex-private.h] Move implementation-specific parts to cairo-mutex-typ...Behdad Esfahbod4-80/+135
2007-04-30[cairo-mutex] Fix CAIRO_MUTEX_FINALIZE definition to take paranthesesBehdad Esfahbod1-1/+1
2007-04-30[TODO] Add various items discussed recentlyBehdad Esfahbod1-1/+12
2007-04-30[ROADMAP] Mark clipping trapezoids doneBehdad Esfahbod1-1/+1
2007-04-30[perf] Check availability before including nonstandard headersBehdad Esfahbod3-1/+11
2007-04-30[perf] Don't build cairo-perf in "make all"Behdad Esfahbod1-1/+1
2007-04-30Fix cygwin compile errorAdrian Johnson2-17/+6
2007-04-30Free all memory when cairo-perf exits.Chris Wilson1-0/+19
2007-04-28Add missing prototypes for getline and strndupCarl Worth1-2/+10
2007-04-28cairo-perf-diff-files: Add missing include of libgen.h for basenameCarl Worth1-0/+1
2007-04-28pixman.h: Add missing definition of WARN_UNUSED_RESULTCarl Worth1-0/+3
2007-04-28Fix typo in Makefile preventing builds from succeedingCarl Worth1-1/+1
2007-04-27Clarify documentation of cairo_in_stroke and cairo_in_fillCarl Worth1-2/+4
2007-04-27Clip trapezoids that are partially (or wholly) outside the clip region.Carl Worth3-1/+126
2007-04-27Don't test PDF tests known to fail due to poppler limitationsCarl Worth5-4/+23
2007-04-27PDF: Change CTM to identityAdrian Johnson2-69/+67
2007-04-27Add support for transparent gradientsAdrian Johnson2-211/+752
2007-04-26cairo-perf-diff-files: Always print old and new configuration namesCarl Worth1-6/+6
2007-04-25cairo-perf-diff: Repair command-line option parsing.Carl Worth1-5/+9
2007-04-25Fix bugs in fbCompositeSrc_8888x8x8888mmx and fbCompositeSrc_x888x8x8888mmxJeff Muizelaar2-16/+12
2007-04-25Make the traditional speedup vs. slowdown report style available againCarl Worth1-9/+103
2007-04-25Implement support for generating a report from more than two filesCarl Worth1-113/+157
2007-04-25cairo-perf-diff-files: Use pointers instead of indexing to iterate over reportsCarl Worth1-13/+18
2007-04-25cairo-perf-diff-files: Simplify code to grow report->testsCarl Worth1-9/+5
2007-04-25cairo-perf-diff-files: Sort and compute stats at the time of loading a reportCarl Worth1-75/+75
2007-04-25cairo-perf-diff: Separate command-line options within the args structureCarl Worth1-19/+25
2007-04-25Move implementation of getline and strndupCarl Worth1-55/+53
2007-04-25Replace old and new reports with reports arrayCarl Worth1-4/+7
2007-04-25Replace old_filename and new_filename with a filenames arrayCarl Worth1-17/+13
2007-04-25cairo-perf-diff-files: Add new --min-change option, (replacing third position...Carl Worth1-16/+23
2007-04-25cairo-perf-diff: Fix implementation of --helpCarl Worth1-1/+1
2007-04-25cairo-perf-diff-files: Remove some overzealous option parsing.Carl Worth1-7/+6
2007-04-25Correct misattribution of Mathias' work to ChrisCarl Worth1-1/+1
2007-04-25Add a content value to solid patternsCarl Worth10-29/+54
2007-04-25Allow fbCompositeSrc_x888x8x8888mmx when destination has alphaCarl Worth1-1/+7
2007-04-25perf: Add new paint-with-alpha testCarl Worth4-0/+48
2007-04-25Fix two bugs in documentation code sample of cairo_arcCarl Worth1-1/+1
2007-04-24[ROADMAP] Add cairo_xlib_surface_get_xrender_format()Behdad Esfahbod1-0/+5
2007-04-23Merge branch 'master' of git+ssh://pmw@git.freedesktop.org/git/cairoPeter Weilbacher12-61/+851
2007-04-23Add a _cairo_error() to png_simple_error_callback()Chris Wilson1-0/+1
2007-04-23Do not print out libpng error messages to stderr.Chris Wilson1-6/+25
2007-04-23[ROADMAP] Add URL to David Turner's patchsetBehdad Esfahbod1-0/+1
2007-04-22[cairo-mutex] Add a poor man's mutex implementation in case of CAIRO_NO_MUTEXBehdad Esfahbod1-5/+8
2007-04-22[BeOS] Remove old-style mutex initialization cruftBehdad Esfahbod1-34/+0
2007-04-22[BeOS] Add mutex implementationBehdad Esfahbod1-11/+6