summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-07-28Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_6_0.Carl Worth1-0/+5
2005-07-28Added notes for snapshot 0.6.0Carl Worth1-0/+6
2005-07-28Remove const qualifiers that only make things happy with a from-cvs version o...Carl Worth1-0/+11
2005-07-28Remove text-antialias-subpixel-ref.png from the list since it doesn't exist yet.Carl Worth1-0/+6
2005-07-28More doc/public/tmpl churn.Carl Worth1-0/+4
2005-07-28Add text-antialias-{gray|none|subpixel}-ref.png so they get distributed.Carl Worth1-0/+6
2005-07-28Use cairo_surface_status(image) instead of testing for NULL from cairo_image_...Dave Beckett1-0/+7
2005-07-28Note that consistent error handling is done now.Carl Worth1-0/+4
2005-07-28Fix to call _cairo_error and return 0 on surface-type mismatch.Carl Worth1-0/+6
2005-07-28configure.in Makefile.am: Skip tests/ directory if libpng was disabled. (#342...Owen Taylor1-0/+5
2005-07-28Fix so that one of three different error status values will be returned:Carl Worth1-0/+21
2005-07-28src/cairo-win32-font.cStuart Parmenter1-0/+7
2005-07-28Disable PS surface build if no freetypOwen Taylor1-0/+4
2005-07-28PassOwen Taylor1-0/+6
2005-07-28Patch from Martin Kretzschmar <martink@gnome.org>, #3798Owen Taylor1-0/+9
2005-07-28dest_image) src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_im...Owen Taylor1-0/+8
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-0/+67
2005-07-28src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac...Owen Taylor1-0/+23
2005-07-27Remove text-antialias-none which is now fixed.Owen Taylor1-0/+7
2005-07-27Go back to returning NULL.Owen Taylor1-0/+13
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-0/+42
2005-07-27Turn off antialiasing for rendering to alpha surfaces.Owen Taylor1-0/+5
2005-07-27Note that the XFAIL tests all need to be fixed before 1.0.Carl Worth1-0/+15
2005-07-27Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. ...Carl Worth1-0/+13
2005-07-27Deal with glyphs with entry->im->image NULL. (This can happen if fonts have s...Owen Taylor1-0/+7
2005-07-27FreeType bitmaps may only be padded out to 8-bit boundaries, not 32-bit bound...Owen Taylor1-0/+6
2005-07-26Fix infinite loop bug in xlib backendDavid Reveman1-0/+5
2005-07-25Replace all occurences of refcount with ref_count.Carl Worth1-0/+12
2005-07-25src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor1-0/+11
2005-07-24Fix size of allocated buffer for vertical subpixel rendering. (Reported by Fr...Owen Taylor1-0/+11
2005-07-23Add some missing parameters for API docs.Malcolm Tredinnick1-0/+5
2005-07-23src/cairo-xlib-private.h src/cairo-xlib-screen.c: Switch to using Screen * no...Owen Taylor1-0/+8
2005-07-22Protect against division by zero in various places. (http://bugzilla.gnome.or...Owen Taylor1-0/+5
2005-07-22Patch from Tor Lillqvist <tml@novell.com>Owen Taylor1-0/+8
2005-07-22Get the case right. It's cairo, not Cairo.Carl Worth1-0/+4
2005-07-21Note that sub-pixel text rendering is done now.Carl Worth1-0/+4
2005-07-21The FT_LOAD_TARGET_* flags aren't separate bitfields, but rather an embedded ...Owen Taylor1-0/+6
2005-07-21Add ARGB glyph support.Keith Packard1-0/+24
2005-07-21Whitespace fixes.Carl Worth1-0/+5
2005-07-21Fix empty glyph issue in glitz backendDavid Reveman1-0/+5
2005-07-21Add cairo_xlib_surface_set_drawable which changes the target drawable for an ...Keith Packard1-0/+11
2005-07-21Note that cairo_font_options_t is done now.Carl Worth1-0/+4
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-0/+37
2005-07-21Finally grepped through and fixed up the last remaining calls to cairo_patter...Carl Worth1-0/+11
2005-07-20Fix yet another file that I missed when I made the cairo_pattern_release_surf...Carl Worth1-0/+8
2005-07-20Mark cairo_xlib_surface_create as complete. Move cairo_xlib_surface_set_drawa...Carl Worth1-0/+6
2005-07-20Fix macro to not consider CAIRO_FORMAT_ARGB32 (==0) as a valid cairo_content_t.Carl Worth1-0/+7
2005-07-20Add Screen* arguments to:Keith Packard1-0/+27
2005-07-20Move all API changes from 1.0 to 0.6. Other 1.0 API issues are strictly addit...Carl Worth1-0/+5
2005-07-18Add valgrind suppressions for libpng/libz use of uninitialized data. There ar...Carl Worth1-1/+1