summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove pixman from RELEASE_0_9_0RELEASE_0_9_0Carl Worth2006-02-1381-2190/+5005
|\
| * Added notes for release 0.9.0.Carl Worth2005-08-083-2/+86
| * Add missing cairo-debug.h which was hold up make distcheck.Carl Worth2005-08-082-0/+6
| * Fix typo that was holding up make distcheck from working.Carl Worth2005-08-082-1/+6
| * Declare _cairo_path_nil as extern.Billy Biggs2005-08-082-1/+5
| * Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs2005-08-0824-100/+450
| * Ignore clip-operator and unbounded-operator.Carl Worth2005-08-082-0/+6
| * Fix gnome-announce-list address.Carl Worth2005-08-082-1/+5
| * Don't free the glyph if the entry doesn't have a glyph. (Maybe #3909, Carlos ...Owen Taylor2005-08-082-2/+9
| * Add a return value after ASSERT_NOT_REACHED to quiet an anxious compiler.Carl Worth2005-08-082-0/+6
| * Fix accidentally committed line.Owen Taylor2005-08-082-3/+6
| * Update doc comment.Kristian Høgsberg2005-08-082-7/+10
| * Add reference imagesOwen Taylor2005-08-082-0/+0
| * Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor2005-08-0813-354/+1520
| * Remove several bugs that have been fixed.Carl Worth2005-08-061-53/+0
| * Remove several bugs that have been fixed.Carl Worth2005-08-065-100/+34
| * Fix to return &_cairo_font_face_nil instead of NULL on error.Carl Worth2005-08-062-5/+7
| * Give reason for failure.Jeff Muizelaar2005-08-062-1/+5
| * Remove a non-sensical XXX that crept in at some point; for a solid color, the...Owen Taylor2005-08-062-1/+7
| * Fix up some stale comments. Rename _cairo_ft_scaled_font_create_for_unscaled ...Carl Worth2005-08-062-22/+35
| * Unify initialization for _cairo_ft_unscaled_font_create_from_face and _cairo_...Carl Worth2005-08-052-31/+80
| * Rename _ft_font_face_backend to be preoperly namespaced as _cairo_ft_font_fac...Carl Worth2005-08-052-2/+8
| * Rename cairo_ft_font_face->next_face to next.Carl Worth2005-08-052-6/+18
| * Include cairo-hash-private.h.Carl Worth2005-08-053-0/+12
| * Fix problems in render fb implementation found by rendercheck:Jeff Muizelaar2005-08-052-59/+156
| * Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when u...Jeff Muizelaar2005-08-052-3/+18
| * Simplify the implementation by taking advantage of the fact that destroy and ...Carl Worth2005-08-052-5/+9
| * Rename two functions:Carl Worth2005-08-052-20/+37
| * Entagle the cairo_unscaled_font_t typedef.Carl Worth2005-08-052-4/+6
| * Rename font_face_backend->create_font to scaled_font_create. Group the scaled...Carl Worth2005-08-056-54/+73
| * Rather gratuitous (though mostly harmless) whitespace changes for font backen...Carl Worth2005-08-052-46/+63
| * Document the implicit closing of sub-paths for cairo_fill and cairo_fill_pres...Carl Worth2005-08-052-4/+11
| * Rename parameters to scalend_font_backend from font to scaled_font.Carl Worth2005-08-052-9/+15
| * Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth2005-08-056-8/+20
| * Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth2005-08-056-64/+77
| * ignore a8-maskCarl Worth2005-08-052-0/+5
| * Patch memory leaks.Carl Worth2005-08-052-7/+12
| * Add a test case for CAIRO_FORMAT_A8 masks that fails with libpixman.Jeff Muizelaar2005-08-054-0/+83
| * Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore.Carl Worth2005-08-052-2/+6
| * Fix fbGetDrawableJeff Muizelaar2005-08-052-3/+9
| * Fix some of the 4 bit per channel PICT definitionsJeff Muizelaar2005-08-052-3/+9
| * Fix up the fast-path compositing operators; those are useful for sources with...Jeff Muizelaar2005-08-052-205/+244
| * use the newly added buffer_diff_noalpha for comparing buffers of CAIRO_FORMAT...Jeff Muizelaar2005-08-052-12/+18
| * rewrite buffer_diff to be endian safe and add a new fuction buffer_diff_noalphaJeff Muizelaar2005-08-053-27/+77
| * Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS which don't belong here.Carl Worth2005-08-052-2/+5
| * Remove unused variable.Carl Worth2005-08-052-1/+4
| * Ignore cairo-clip-private.h.Carl Worth2005-08-055-6/+23
| * Add some missing declarations to the appropriate sections.Carl Worth2005-08-059-7/+76
| * Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth2005-08-056-5/+20
| * More obnoxious tmpl churnCarl Worth2005-08-054-0/+5