cairo/src
2005-04-13 14:01:50 +00:00
..
.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 src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Add cairo_font_face_set/get_user_data(). 2005-04-08 13:14:17 +00:00
cairo-atsui-font.c src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Add cairo_font_face_set/get_user_data(). 2005-04-08 13:14:17 +00:00
cairo-atsui.h Convert to utf-8 encoding. 2005-02-22 11:32:02 +00:00
cairo-cache.c Fix reversed arguments in call to calloc. 2005-04-06 12:20:02 +00:00
cairo-color.c Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-features.h.in New PNG utility functions. 2005-03-28 13:58:26 +00:00
cairo-fixed.c Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-font.c Move include of pixman.h from cairo.h to cairoint.h since libpixman isn't part of cairo's public interface. 2005-04-08 14:06:32 +00:00
cairo-ft-font.c src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Add cairo_font_face_set/get_user_data(). 2005-04-08 13:14:17 +00:00
cairo-ft-private.h src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type to hold a description of a font face. Replace cairo_set_font() with cairo_set_font_face(). 2005-04-07 11:03:59 +00:00
cairo-ft.h src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type to hold a description of a font face. Replace cairo_set_font() with cairo_set_font_face(). 2005-04-07 11:03:59 +00:00
cairo-glitz-surface.c Offset the src pattern by (0,0)->CTM. This fixes test/translate-show-surface. 2005-04-12 07:12:08 +00:00
cairo-glitz.h Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-gstate-private.h src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type to hold a description of a font face. Replace cairo_set_font() with cairo_set_font_face(). 2005-04-07 11:03:59 +00:00
cairo-gstate.c src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for converting trapezoids into a pixman region. 2005-04-13 11:23:43 +00:00
cairo-hash.c Fix reversed arguments in call to calloc. 2005-04-06 12:20:02 +00:00
cairo-hull.c Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-image-surface.c Change to allow NULL backend function pointers to indicate unsupported functions. 2005-04-07 14:25:00 +00:00
cairo-matrix.c src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update. 2005-04-11 09:18:51 +00:00
cairo-output-stream.c Make handling of unsigned char* vs. char* consistent. Change all parameters that are actual string data from unsigned char* to char* (cairo_text_extents, cairo_show_text, cairo_text_path). Change all data buffers from char* to unsigned char* (cairo_write_func_t). 2005-04-06 13:01:13 +00:00
cairo-path-bounds.c Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functions to be named as _cairo_path_fixed functions. 2005-03-23 13:52:54 +00:00
cairo-path-data-private.h Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS as they are not needed for private headers. 2005-03-23 13:52:11 +00:00
cairo-path-data.c * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path): Rename cairo_copy_path_data, cairop_copy_path_data_flat, and cairo_append_path_data to cairo_copy_path, cairo_copy_path_flat, and cairo_append_path. 2005-03-18 14:28:53 +00:00
cairo-path-fill.c Remove unneeded includes of cairo-path-fixed-private.h. 2005-03-23 14:17:40 +00:00
cairo-path-fixed-private.h Clean up names of cairo_path internals. 2005-03-23 14:36:29 +00:00
cairo-path-stroke.c Remove unneeded includes of cairo-path-fixed-private.h. 2005-03-23 14:17:40 +00:00
cairo-path.c Clean up names of cairo_path internals. 2005-03-23 14:36:29 +00:00
cairo-pattern.c Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST. 2005-04-12 09:14:14 +00:00
cairo-pdf-surface.c src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Add cairo_font_face_set/get_user_data(). 2005-04-08 13:14:17 +00:00
cairo-pdf.h New PNG utility functions. 2005-03-28 13:58:26 +00:00
cairo-pen.c Rework the cairo_matrix_t interface in several ways. Expose a struct for cairo_matrix_t. 2005-04-07 10:01:49 +00:00
cairo-png.c Minor changes to header file inclusion recommended by Oleg Smolsky for better portability to MSVC. 2005-04-07 12:56:43 +00:00
cairo-png.h New PNG utility functions. 2005-03-28 13:58:26 +00:00
cairo-polygon.c Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-private.h Begin the process of breaking up cairoint.h, moving structure definitions of cairo_t, cairo_gstate_t, and cairo_path_real_t into their own header files. 2005-03-23 13:50:51 +00:00
cairo-ps-surface.c Change to allow NULL backend function pointers to indicate unsupported functions. 2005-04-07 14:25:00 +00:00
cairo-ps.h Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-quartz-surface.c Change to allow NULL backend function pointers to indicate unsupported functions. 2005-04-07 14:25:00 +00:00
cairo-quartz.h Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-slope.c Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-spline.c Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-surface.c Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST. 2005-04-12 09:14:14 +00:00
cairo-traps.c Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, pixman_region_union_rect() failing on width/height zero rectangles) 2005-04-13 14:01:50 +00:00
cairo-unicode.c Style and indentation fixes. 2005-04-02 05:18:11 +00:00
cairo-wideint.c Remove useless const qualifier from functions returning simple values, (quiets the warning in gcc4). Thanks to John Ellson <ellson@research.att.com>. Closes bug #2299. 2005-01-19 07:07:00 +00:00
cairo-wideint.h Remove broken code for defining uint64_t. 2005-04-07 15:00:46 +00:00
cairo-win32-font.c src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Add cairo_font_face_set/get_user_data(). 2005-04-08 13:14:17 +00:00
cairo-win32-private.h Instead of counting on ordering deletion to work (apparently it didn't on older Windows), save the initial bitmap created with the DC and reselect that into the DC. (Based on a patch by Hans Breuer) 2005-02-24 12:51:33 +00:00
cairo-win32-surface.c Change to allow NULL backend function pointers to indicate unsupported functions. 2005-04-07 14:25:00 +00:00
cairo-win32.h Minor changes to header file inclusion recommended by Oleg Smolsky for better portability to MSVC. 2005-04-07 12:56:43 +00:00
cairo-xcb-surface.c Change to allow NULL backend function pointers to indicate unsupported functions. 2005-04-07 14:25:00 +00:00
cairo-xcb.h Fix "implicit declaration" warning in cairo.c by moving cairo_xcb_surface_create prototype into cairo-xcb.h. 2005-03-25 11:47:38 +00:00
cairo-xlib-surface.c Change to allow NULL backend function pointers to indicate unsupported functions. 2005-04-07 14:25:00 +00:00
cairo-xlib.h src/cairo-xlib.h: include Xlib.h to fix solaris build bustage. 2005-03-29 11:54:01 +00:00
cairo.c Add deprecation alias from cairo_scale_font to cairo_set_font_size. 2005-04-11 11:30:28 +00:00
cairo.h src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update. 2005-04-11 09:18:51 +00:00
cairoint.h src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for converting trapezoids into a pixman region. 2005-04-13 11:23:43 +00:00
Makefile.am Renamed a bunch of files to use - rather than _ as a separator. Copy happened in the master repository to preserve history, so this is just a big remove. 2005-03-28 14:30:40 +00:00