summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-08-06Remove several bugs that have been fixed.Carl Worth1-0/+16
2005-08-06Fix to return &_cairo_font_face_nil instead of NULL on error.Carl Worth1-0/+5
2005-08-06Give reason for failure.Jeff Muizelaar1-0/+4
2005-08-06Remove a non-sensical XXX that crept in at some point; for a solid color, the...Owen Taylor1-0/+7
2005-08-06Fix up some stale comments. Rename _cairo_ft_scaled_font_create_for_unscaled ...Carl Worth1-0/+11
2005-08-05Unify initialization for _cairo_ft_unscaled_font_create_from_face and _cairo_...Carl Worth1-0/+9
2005-08-05Rename _ft_font_face_backend to be preoperly namespaced as _cairo_ft_font_fac...Carl Worth1-0/+6
2005-08-05Rename cairo_ft_font_face->next_face to next.Carl Worth1-0/+6
2005-08-05Include cairo-hash-private.h.Carl Worth1-0/+8
2005-08-05Simplify the implementation by taking advantage of the fact that destroy and ...Carl Worth1-0/+7
2005-08-05Rename two functions:Carl Worth1-0/+17
2005-08-05Entagle the cairo_unscaled_font_t typedef.Carl Worth1-0/+4
2005-08-05Rename font_face_backend->create_font to scaled_font_create. Group the scaled...Carl Worth1-0/+19
2005-08-05Rather gratuitous (though mostly harmless) whitespace changes for font backen...Carl Worth1-0/+5
2005-08-05Document the implicit closing of sub-paths for cairo_fill and cairo_fill_pres...Carl Worth1-0/+5
2005-08-05Rename parameters to scalend_font_backend from font to scaled_font.Carl Worth1-0/+5
2005-08-05Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth1-0/+12
2005-08-05Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth1-0/+22
2005-08-05ignore a8-maskCarl Worth1-0/+4
2005-08-05Patch memory leaks.Carl Worth1-0/+4
2005-08-05Add a test case for CAIRO_FORMAT_A8 masks that fails with libpixman.Jeff Muizelaar1-0/+8
2005-08-05Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore.Carl Worth1-0/+5
2005-08-05use the newly added buffer_diff_noalpha for comparing buffers of CAIRO_FORMAT...Jeff Muizelaar1-0/+6
2005-08-05rewrite buffer_diff to be endian safe and add a new fuction buffer_diff_noalphaJeff Muizelaar1-0/+7
2005-08-05Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS which don't belong here.Carl Worth1-0/+5
2005-08-05Remove unused variable.Carl Worth1-0/+4
2005-08-05Ignore cairo-clip-private.h.Carl Worth1-0/+16
2005-08-05Add some missing declarations to the appropriate sections.Carl Worth1-0/+19
2005-08-05Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth1-0/+14
2005-08-05Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:Carl Worth1-0/+16
2005-08-04Patch from Adrian Johnson <ajohnson@redneon.com>Kristian Høgsberg1-0/+8
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-0/+29
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-0/+14
2005-08-04Check for render bug involving repeated patterns with a general transform mat...Tor Lillqvist1-0/+8
2005-08-04Originally 2005-07-13 Carl Worth <cworth@cworth.org>Carl Worth1-0/+28
2005-08-03Fix for bug #3951:Carl Worth1-0/+14
2005-08-01src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...Owen Taylor1-1/+22
2005-08-01New public header file.Carl Worth1-0/+55
2005-08-01src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...Owen Taylor1-0/+11
2005-07-31Support versions of freetype without exact FT_Bitmap_Size.x/y_ppem values by ...Billy Biggs1-0/+10
2005-07-31Cast away the const on the nil surface to avoid a compiler warning.Billy Biggs1-0/+5
2005-07-30Pass the options down to the scaled font object to keep things compiling.Billy Biggs1-0/+5
2005-07-30Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...Keith Packard1-0/+11
2005-07-29Remove completed 0.6 tasks. Add cairo_surface_flush to the cairo_surface_mark...Carl Worth1-0/+5
2005-07-29src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor ...Tor Lillqvist1-0/+6
2005-07-29src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...Owen Taylor1-0/+9
2005-07-28Run the mask pattern through the CTM in the same way as the source pattern. T...Carl Worth1-0/+7
2005-07-28Add two new tests: mask-ctm mask-surface-ctm demonstrating that masks are not...Carl Worth1-0/+13
2005-07-28CC gnome-announce-list@gnome.org on cairo release announcements.Carl Worth1-0/+5
2005-07-28Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_6_0.Carl Worth1-0/+5