summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-08-12Check that the micro component of the version number is even.Behdad Esfahbod3-7/+24
2005-08-11Fix to be correct for arbitrary xDst values.Billy Biggs2-6/+63
2005-08-11Fix inverted sense of assert statement which led to lots of unpleasant crashes.Carl Worth3-1/+11
2005-08-11Add hash_entry field to cairo_font_face_t so that it can (optionally) be hashed.Carl Worth3-202/+178
2005-08-11Move implementation of filename/id => cairo_ft_unscaled_font_t from cairo-cac...Carl Worth3-209/+273
2005-08-11Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...Carl Worth6-33/+77
2005-08-10Add support for filling 1bpp images (used to clear A1 masks).Billy Biggs2-0/+26
2005-08-10Update to match the output from libpixman.Billy Biggs2-0/+5
2005-08-10Port fbcompose.c from xserver into pixman. Add #defines for gradients, convol...Billy Biggs8-2917/+4082
2005-08-10Thanks to Olivier Andrieu:Carl Worth2-3/+12
2005-08-10Fix id to be cairo rather than libglade. (Thanks to Christian Biesinger).Carl Worth2-1/+6
2005-08-10Augment existing CAIRO_VERSION_MAJOR/MINOR/MICRO and CAIRO_VERSION_STRING wit...Carl Worth3-0/+69
2005-08-10From Travis Spencer <tspencer@cs.pdx.edu>:Carl Worth2-2/+10
2005-08-10Place private include directives before CAIRO_CFLAGS in case pixman remains i...Keith Packard2-2/+8
2005-08-10Union with empty rectangle should yield SUCCESS, not FAILUREKeith Packard2-1/+6
2005-08-10From Keith Packard <keithp@keithp.com>,Carl Worth11-73/+364
2005-08-10Additional fix for 0-width/0-height glyphs.Vladimir Vukicevic2-4/+7
2005-08-10Change release instructions to indicate new odd-micro version for in-progress...Carl Worth3-21/+33
2005-08-10Patch from Behdad Esfahbod <behdad@cs.toronto.edu>:Carl Worth3-9/+39
2005-08-10Add cairo_private to the few pieces of data that were missing it.Carl Worth3-7/+13
2005-08-09Don't crash on 0-width or 0-height glyphs; also correctly initialize entry->k...Vladimir Vukicevic3-2/+45
2005-08-09Add cairo_private to several function prototypes that were missing it.Carl Worth5-19/+27
2005-08-09Note that sane clipping is done now. Add release versions for previously comp...Carl Worth3-7/+13
2005-08-09Get cairo_toy_font_face_t type right.Tor Lillqvist2-1/+6
2005-08-09Add -head to CAIRO_VERSION after tagging with RELEASE_0_9_0.Carl Worth2-1/+6
2005-08-08Added notes for release 0.9.0.Carl Worth3-2/+86
2005-08-08Add missing cairo-debug.h which was hold up make distcheck.Carl Worth2-0/+6
2005-08-08Fix typo that was holding up make distcheck from working.Carl Worth2-1/+6
2005-08-08Declare _cairo_path_nil as extern.Billy Biggs2-1/+5
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs24-100/+450
2005-08-08Ignore clip-operator and unbounded-operator.Carl Worth2-0/+6
2005-08-08Fix gnome-announce-list address.Carl Worth2-1/+5
2005-08-08Don't free the glyph if the entry doesn't have a glyph. (Maybe #3909, Carlos ...Owen Taylor2-2/+9
2005-08-08Add a return value after ASSERT_NOT_REACHED to quiet an anxious compiler.Carl Worth2-0/+6
2005-08-08Fix accidentally committed line.Owen Taylor2-3/+6
2005-08-08Update doc comment.Kristian Høgsberg2-7/+10
2005-08-08Add reference imagesOwen Taylor2-0/+0
2005-08-08Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor13-354/+1520
2005-08-06Remove several bugs that have been fixed.Carl Worth1-53/+0
2005-08-06Remove several bugs that have been fixed.Carl Worth5-100/+34
2005-08-06Fix to return &_cairo_font_face_nil instead of NULL on error.Carl Worth2-5/+7
2005-08-06Give reason for failure.Jeff Muizelaar2-1/+5
2005-08-06Remove a non-sensical XXX that crept in at some point; for a solid color, the...Owen Taylor2-1/+7
2005-08-06Fix up some stale comments. Rename _cairo_ft_scaled_font_create_for_unscaled ...Carl Worth2-22/+35
2005-08-05Unify initialization for _cairo_ft_unscaled_font_create_from_face and _cairo_...Carl Worth2-31/+80
2005-08-05Rename _ft_font_face_backend to be preoperly namespaced as _cairo_ft_font_fac...Carl Worth2-2/+8
2005-08-05Rename cairo_ft_font_face->next_face to next.Carl Worth2-6/+18
2005-08-05Include cairo-hash-private.h.Carl Worth3-0/+12
2005-08-05Fix problems in render fb implementation found by rendercheck:Jeff Muizelaar2-59/+156
2005-08-05Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when u...Jeff Muizelaar2-3/+18