| .. |
|
.cvsignore
|
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
|
2003-12-05 08:53:07 +00:00 |
|
cairo-array.c
|
New PDF backend.
|
2005-01-05 14:29:31 +00:00 |
|
cairo-cache.c
|
Fix math library detection to use autotools helper
|
2005-01-11 10:03:01 +00:00 |
|
cairo-color.c
|
renamed CAIRO_COLOR_DEFAULT to CAIRO_COLOR_WHITE
|
2005-01-11 13:50:13 +00:00 |
|
cairo-features.h.in
|
New PDF backend.
|
2005-01-05 14:29:31 +00:00 |
|
cairo-fixed.c
|
Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor and _cairo_fixed_integer_ceil.
|
2004-12-20 09:43:59 +00:00 |
|
cairo-font.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo-ft-font.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo-glitz-surface.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo-gstate.c
|
changed default paint color to opaque black
|
2005-01-11 13:28:50 +00:00 |
|
cairo-hash.c
|
Fix math library detection to use autotools helper
|
2005-01-11 10:03:01 +00:00 |
|
cairo-hull.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-image-surface.c
|
Change return value from cairo_status_t to cairo_int_status_t to match definition in cairo_surface_backend_t.
|
2004-12-20 07:38:38 +00:00 |
|
cairo-matrix.c
|
Scale factors shouldn't include mirroring.
|
2005-01-11 14:52:16 +00:00 |
|
cairo-path-bounds.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-path-fill.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-path-stroke.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-path.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-pattern.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-pdf-surface.c
|
Add -lz to CAIRO_LIBS when compiling the PDF backend.
|
2005-01-06 23:20:07 +00:00 |
|
cairo-pen.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-polygon.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo-ps-surface.c
|
Remove unintentional copyright statement from user-generated output image.
|
2004-11-29 14:11:26 +00:00 |
|
cairo-slope.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-spline.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo-surface.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo-traps.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo-wideint.c
|
Scale factors shouldn't include mirroring.
|
2005-01-11 14:52:16 +00:00 |
|
cairo-wideint.h
|
Scale factors shouldn't include mirroring.
|
2005-01-11 14:52:16 +00:00 |
|
cairo-xcb-surface.c
|
Replace struct cairo_surface_backend with cairo_surface_backend_t
|
2005-01-13 14:48:15 +00:00 |
|
cairo-xlib-surface.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo.c
|
A NULL cairo_t * is not sane.
|
2005-01-12 14:40:14 +00:00 |
|
cairo.h
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo_array.c
|
New PDF backend.
|
2005-01-05 14:29:31 +00:00 |
|
cairo_cache.c
|
Fix math library detection to use autotools helper
|
2005-01-11 10:03:01 +00:00 |
|
cairo_color.c
|
renamed CAIRO_COLOR_DEFAULT to CAIRO_COLOR_WHITE
|
2005-01-11 13:50:13 +00:00 |
|
cairo_fixed.c
|
Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor and _cairo_fixed_integer_ceil.
|
2004-12-20 09:43:59 +00:00 |
|
cairo_font.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo_ft_font.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo_gdip_font.cpp
|
Added GDI+ backend to Cairo.
|
2004-11-12 14:46:23 +00:00 |
|
cairo_gdip_surface.cpp
|
New PDF backend.
|
2005-01-05 14:29:31 +00:00 |
|
cairo_glitz_surface.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairo_gstate.c
|
changed default paint color to opaque black
|
2005-01-11 13:28:50 +00:00 |
|
cairo_hull.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_image_surface.c
|
Change return value from cairo_status_t to cairo_int_status_t to match definition in cairo_surface_backend_t.
|
2004-12-20 07:38:38 +00:00 |
|
cairo_matrix.c
|
Scale factors shouldn't include mirroring.
|
2005-01-11 14:52:16 +00:00 |
|
cairo_path.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_path_bounds.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_path_fill.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_path_stroke.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_pattern.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_pdf_surface.c
|
Add -lz to CAIRO_LIBS when compiling the PDF backend.
|
2005-01-06 23:20:07 +00:00 |
|
cairo_pen.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_png_surface.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_polygon.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo_ps_surface.c
|
Remove unintentional copyright statement from user-generated output image.
|
2004-11-29 14:11:26 +00:00 |
|
cairo_slope.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_spline.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo_surface.c
|
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
|
2004-10-21 18:40:50 +00:00 |
|
cairo_traps.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo_wideint.c
|
Scale factors shouldn't include mirroring.
|
2005-01-11 14:52:16 +00:00 |
|
cairo_wideint.h
|
Scale factors shouldn't include mirroring.
|
2005-01-11 14:52:16 +00:00 |
|
cairo_xcb_surface.c
|
Replace struct cairo_surface_backend with cairo_surface_backend_t
|
2005-01-13 14:48:15 +00:00 |
|
cairo_xlib_surface.c
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
cairoint.h
|
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cairo_foo Also, prefer cairo_foo_t over struct _cairo_foo in .c files.
|
2005-01-13 06:50:23 +00:00 |
|
Makefile.am
|
Fix math library detection to use autotools helper
|
2005-01-11 10:03:01 +00:00 |