..
.cvsignore
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
2003-12-05 08:53:07 +00:00
cairo-color.c
Fixed copyright attribution to refer to "University of Southern California
2003-10-23 07:47:29 +00:00
cairo-features.h.in
Add sanity checking feature configury.
2004-05-20 16:42:56 +00:00
cairo-fixed.c
Add sanity checking feature configury.
2004-05-20 16:42:56 +00:00
cairo-font.c
These two fixes are from David Reveman <c99drn@cs.umu.se>:
2004-05-28 12:47:00 +00:00
cairo-ft-font.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo-gstate.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo-hull.c
Fixed copyright attribution to refer to "University of Southern California
2003-10-23 07:47:29 +00:00
cairo-image-surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo-matrix.c
Add sanity checking feature configury.
2004-05-20 16:42:56 +00:00
cairo-path-bounds.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo-path-fill.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo-path-stroke.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo-path.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo-pattern.c
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo-pen.c
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
2003-12-08 13:38:26 +00:00
cairo-polygon.c
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
2003-12-08 13:38:26 +00:00
cairo-ps-surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo-slope.c
Fixed copyright attribution to refer to "University of Southern California
2003-10-23 07:47:29 +00:00
cairo-spline.c
Bail on NULL utf8 string.
2004-05-07 18:52:01 +00:00
cairo-surface.c
These two fixes are from David Reveman <c99drn@cs.umu.se>:
2004-05-28 12:47:00 +00:00
cairo-traps.c
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo-wideint.c
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo-wideint.h
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo-xcb-surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo-xlib-surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo.c
Moved CAIRO_CHECK_SANITY below declarations
2004-05-24 02:44:59 +00:00
cairo.h
Bail on NULL utf8 string.
2004-05-07 18:52:01 +00:00
cairo_color.c
Fixed copyright attribution to refer to "University of Southern California
2003-10-23 07:47:29 +00:00
cairo_fixed.c
Add sanity checking feature configury.
2004-05-20 16:42:56 +00:00
cairo_font.c
These two fixes are from David Reveman <c99drn@cs.umu.se>:
2004-05-28 12:47:00 +00:00
cairo_ft_font.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo_gl_surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo_gstate.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo_hull.c
Fixed copyright attribution to refer to "University of Southern California
2003-10-23 07:47:29 +00:00
cairo_image_surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo_matrix.c
Add sanity checking feature configury.
2004-05-20 16:42:56 +00:00
cairo_path.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo_path_bounds.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo_path_fill.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo_path_stroke.c
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
2004-02-12 19:02:33 +00:00
cairo_pattern.c
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo_pen.c
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
2003-12-08 13:38:26 +00:00
cairo_png_surface.c
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo_polygon.c
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
2003-12-08 13:38:26 +00:00
cairo_ps_surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo_slope.c
Fixed copyright attribution to refer to "University of Southern California
2003-10-23 07:47:29 +00:00
cairo_spline.c
Bail on NULL utf8 string.
2004-05-07 18:52:01 +00:00
cairo_surface.c
These two fixes are from David Reveman <c99drn@cs.umu.se>:
2004-05-28 12:47:00 +00:00
cairo_traps.c
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo_wideint.c
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo_wideint.h
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
cairo_xcb_surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairo_xlib_surface.c
Added glyph caching
2004-05-24 02:28:05 +00:00
cairoint.h
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00
Makefile.am
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
2004-05-28 12:37:15 +00:00