| .. |
|
.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
|
Add preliminary text support, including support for truetype font subsetting.
|
2005-01-17 09:40:00 +00:00 |
|
cairo-atsui-font.c
|
Created new public header cairo-atsui.h.
|
2005-01-20 20:36:25 +00:00 |
|
cairo-atsui.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-cache.c
|
Fix missing cairo_ft_font_unlock_face().
|
2005-02-03 15:24:35 +00:00 |
|
cairo-color.c
|
Qualify color argument as const. Closes bug #2336.
|
2005-01-24 09:01:52 +00:00 |
|
cairo-features.h.in
|
configure.in src/cairo-features.h.in: Add a check for the Windows platform and --enable-win32. Also add some (currently always off) stubs for native Win32 fonts.
|
2005-01-31 16:11:37 +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
|
src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_extents().
|
2005-02-02 23:14:55 +00:00 |
|
cairo-ft-font.c
|
Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)
|
2005-02-05 17:01:29 +00:00 |
|
cairo-ft-private.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-ft.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-glitz-surface.c
|
Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure we always return a surface of the same type as dest.
|
2005-01-27 19:57:31 +00:00 |
|
cairo-glitz.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-gstate.c
|
Fix x2/x1 typo.
|
2005-02-12 18:23:04 +00:00 |
|
cairo-hash.c
|
Fix missing cairo_ft_font_unlock_face().
|
2005-02-03 15:24:35 +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
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo-matrix.c
|
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc.
|
2005-01-27 11:35:25 +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
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo-pdf-surface.c
|
Pretend we support compositing of solid color or gradient patterns to prevent image fallback. (emit_pattern): New function, code factored out from _cairo_pdf_surface_composite_trapezoids. (_cairo_pdf_surface_show_glyphs): Use emit_pattern here so we get pattern support for text.
|
2005-02-01 20:47:43 +00:00 |
|
cairo-pdf.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +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.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-polygon.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo-ps-surface.c
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo-ps.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-quartz-surface.c
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-quartz.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +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
|
configure.in src/cairo-features.h.in: Add a check for the Windows platform and --enable-win32. Also add some (currently always off) stubs for native Win32 fonts.
|
2005-01-31 16:11:37 +00:00 |
|
cairo-traps.c
|
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(), _cairo_utf8_to_ucs4() based on code from GLib.
|
2005-02-01 15:06:33 +00:00 |
|
cairo-unicode.c
|
Commit earlier missed new file
|
2005-02-01 16:29:17 +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 const qualifiers from the header file as well.
|
2005-01-19 07:11:14 +00:00 |
|
cairo-win32-font.c
|
Return the right status. (Reported by Hans Breuer.)
|
2005-02-06 12:00:28 +00:00 |
|
cairo-win32-private.h
|
Mostly-functioning Win32 font backend; no glyph paths yet.
|
2005-02-01 21:45:51 +00:00 |
|
cairo-win32-surface.c
|
Add some functions to select the font into a device context with the intention to enable callers to use, e.g, Uniscribe.
|
2005-02-02 18:57:40 +00:00 |
|
cairo-win32.h
|
src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_extents().
|
2005-02-02 23:14:55 +00:00 |
|
cairo-xcb-surface.c
|
Add missing include directive so xcb backend compile again
|
2005-01-25 12:11:02 +00:00 |
|
cairo-xcb.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo-xlib-surface.c
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo-xlib.h
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +00:00 |
|
cairo.c
|
Return all-zero extents if string is NULL.
|
2005-02-12 13:01:39 +00:00 |
|
cairo.h
|
src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_extents().
|
2005-02-02 23:14:55 +00:00 |
|
cairo_array.c
|
Add preliminary text support, including support for truetype font subsetting.
|
2005-01-17 09:40:00 +00:00 |
|
cairo_atsui_font.c
|
Created new public header cairo-atsui.h.
|
2005-01-20 20:36:25 +00:00 |
|
cairo_cache.c
|
Fix missing cairo_ft_font_unlock_face().
|
2005-02-03 15:24:35 +00:00 |
|
cairo_color.c
|
Qualify color argument as const. Closes bug #2336.
|
2005-01-24 09:01:52 +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
|
src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_extents().
|
2005-02-02 23:14:55 +00:00 |
|
cairo_ft_font.c
|
Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)
|
2005-02-05 17:01:29 +00:00 |
|
cairo_glitz_surface.c
|
Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure we always return a surface of the same type as dest.
|
2005-01-27 19:57:31 +00:00 |
|
cairo_gstate.c
|
Fix x2/x1 typo.
|
2005-02-12 18:23:04 +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
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo_matrix.c
|
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc.
|
2005-01-27 11:35:25 +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
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo_pdf_surface.c
|
Pretend we support compositing of solid color or gradient patterns to prevent image fallback. (emit_pattern): New function, code factored out from _cairo_pdf_surface_composite_trapezoids. (_cairo_pdf_surface_show_glyphs): Use emit_pattern here so we get pattern support for text.
|
2005-02-01 20:47:43 +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
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo_polygon.c
|
Remove unused CAIRO_TRAPS_GROWTH_INC.
|
2004-12-23 13:49:56 +00:00 |
|
cairo_ps_surface.c
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairo_quartz_surface.c
|
Change cairo_font_t to refer to a font scaled to a particular output device resolution.
|
2005-01-21 14:33:47 +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
|
configure.in src/cairo-features.h.in: Add a check for the Windows platform and --enable-win32. Also add some (currently always off) stubs for native Win32 fonts.
|
2005-01-31 16:11:37 +00:00 |
|
cairo_traps.c
|
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(), _cairo_utf8_to_ucs4() based on code from GLib.
|
2005-02-01 15:06:33 +00:00 |
|
cairo_unicode.c
|
Commit earlier missed new file
|
2005-02-01 16:29:17 +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_win32_font.c
|
Return the right status. (Reported by Hans Breuer.)
|
2005-02-06 12:00:28 +00:00 |
|
cairo_win32_surface.c
|
Add some functions to select the font into a device context with the intention to enable callers to use, e.g, Uniscribe.
|
2005-02-02 18:57:40 +00:00 |
|
cairo_xcb_surface.c
|
Add missing include directive so xcb backend compile again
|
2005-01-25 12:11:02 +00:00 |
|
cairo_xlib_surface.c
|
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_png_surface.c src/cairo_surface.c src/cairo_xlib_surface.c: Replace the get_image()/set_image() backend operations with a more specific {acquire,release}_{source,dest}_image() and clone_similar().
|
2005-01-31 08:50:22 +00:00 |
|
cairoint.h
|
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(), _cairo_utf8_to_ucs4() based on code from GLib.
|
2005-02-01 15:06:33 +00:00 |
|
Makefile.am
|
Generate an error during make install if old cairo headers are found in includedir, (rather than includedir/cairo where the new ones are going).
|
2005-02-04 08:04:36 +00:00 |