cairo/src
Carl Worth 8cb451962b Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. Closes bug #3863 (thanks to Steve Chaplin).
Add a test to actually call cairo_image_surface_create_from_png_stream.
2005-07-27 09:23:29 +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-arc-private.h Originally: 2005-04-19 Carl Worth <cworth@cworth.org> 2005-04-26 12:38:06 +00:00
cairo-arc.c Note that the cairo_content_t work is done. 2005-07-11 13:29:45 +00:00
cairo-array.c Fix name of _cairo_user_data_array_destroy to be _cairo_user_data_array_fini. 2005-06-03 16:16:44 +00:00
cairo-atsui-font.c Prevent crash on empty string. 2005-06-28 11:52:42 +00:00
cairo-atsui.h Add an #error if cairo-foo.h is included when cairo was compiled without support for the foo backend. 2005-05-14 10:03:56 +00:00
cairo-cache.c Provide locking macros, implement with pthreads. 2005-06-25 23:24:19 +00:00
cairo-color.c and delete: 2005-04-14 14:42:26 +00:00
cairo-features.h.in Change cairo-features again so that either #if or #ifdef will work to test any feature. 2005-05-09 08:34:57 +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-options.c src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options(). 2005-07-25 12:29:23 +00:00
cairo-font-subset-private.h Split out font subsetting code from here, 2005-06-21 15:38:51 +00:00
cairo-font-subset.c New predicates to allow checking for cairo_ft derivates of generic font type. 2005-07-13 11:01:25 +00:00
cairo-font.c Replace all occurences of refcount with ref_count. 2005-07-25 16:23:05 +00:00
cairo-ft-font.c FreeType bitmaps may only be padded out to 8-bit boundaries, not 32-bit boundaries. (_render_glyph_bitmap): Fix sign error in using glyphslot->bitmap_left 2005-07-27 04:07:46 +00:00
cairo-ft-private.h New predicates to allow checking for cairo_ft derivates of generic font type. 2005-07-13 11:01:25 +00:00
cairo-ft.h Whitespace fixes. 2005-07-21 11:26:31 +00:00
cairo-glitz-surface.c Replace all occurences of refcount with ref_count. 2005-07-25 16:23:05 +00:00
cairo-glitz.h Add an #error if cairo-foo.h is included when cairo was compiled without support for the foo backend. 2005-05-14 10:03:56 +00:00
cairo-gstate-private.h src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options(). 2005-07-25 12:29:23 +00:00
cairo-gstate.c src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options(). 2005-07-25 12:29:23 +00:00
cairo-hash-private.h Remove destroy notifier. This simplifies the implementation a bit, and no anticipated use of cairo_hash_table_t in cairo needs the destroy notifier. Most uses will be hash-backed object create/destroy functions. 2005-07-12 14:43:37 +00:00
cairo-hash.c Remove destroy notifier. This simplifies the implementation a bit, and no anticipated use of cairo_hash_table_t in cairo needs the destroy notifier. Most uses will be hash-backed object create/destroy functions. 2005-07-12 14:43:37 +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 Fix to accept a cairo_pattern_t rather than a cairo_surface_t as the primary argument. 2005-07-14 15:10:47 +00:00
cairo-matrix.c Make out parameters optional. Style cleanup. 2005-06-20 12:54:15 +00:00
cairo-meta-surface-private.h Use the _cairo_surface_*() functions when replaying. 2005-07-13 12:32:51 +00:00
cairo-meta-surface.c Use the _cairo_surface_*() functions when replaying. 2005-07-13 12:32:51 +00:00
cairo-output-stream.c Rewrite postscript backend to generate more interesting output than the current big-image implementation, using meta surfaces for font subsetting and image fallbacks. 2005-07-01 12:45:35 +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 Originally 2005-06-02 Carl Worth <cworth@cworth.org>: 2005-06-13 16:29:26 +00:00
cairo-path-data.c Originally 2005-06-02 Carl Worth <cworth@cworth.org>: 2005-06-13 16:29:26 +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 Fills as paths patch originally by Owen Taylor. 2005-05-03 14:28:50 +00:00
cairo-pattern.c Fix up one more call to _cairo_pattern_release_surface missed in the previous commit. 2005-07-14 15:47:18 +00:00
cairo-pdf-surface.c Replace all occurences of refcount with ref_count. 2005-07-25 16:23:05 +00:00
cairo-pdf.h Remove destroy_closure from cairo_output_stream_t interface. 2005-05-17 05:58:01 +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 Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. Closes bug #3863 (thanks to Steve Chaplin). 2005-07-27 09:23:29 +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 Rip out cairo_set_error_notfiy function as it is clear that it is not the right approach. 2005-06-20 09:59:23 +00:00
cairo-ps-surface.c Add missing (putatively unreachable) return value. 2005-07-14 11:48:40 +00:00
cairo-ps.h Remove destroy_closure from cairo_output_stream_t interface. 2005-05-17 05:58:01 +00:00
cairo-quartz-surface.c Fix the quartz backend so that it at least compiles again. This change is slipped in before 0.5.2 was pushed out and tagged. 2005-07-18 09:23:33 +00:00
cairo-quartz.h Whitespace fixes. 2005-07-21 11:26:31 +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 Add CODING_STYLE document to standardize on some style issues. 2005-06-03 14:51:57 +00:00
cairo-surface.c src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an opaque cairo_font_options_t structure. 2005-07-21 06:52:13 +00:00
cairo-traps.c Fix bug in converting box to rectangle that left clip_rect.height uninitialized, (leading to unpredictable, intermittent test failures). 2005-06-01 00:29:24 +00:00
cairo-unicode.c Style and indentation fixes. 2005-04-02 05:18:11 +00:00
cairo-wideint.c Add CODING_STYLE document to standardize on some style issues. 2005-06-03 14:51:57 +00:00
cairo-wideint.h Don't guess and make our own definitions for uint8_t, etc. Just error out if we can't find a suitable header file. 2005-05-10 12:42:32 +00:00
cairo-win32-font.c Patch from Tor Lillqvist <tml@novell.com> 2005-07-22 07:15:57 +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 blue and green values were swapped in the DO_SOURCE case. 2005-07-14 16:50:58 +00:00
cairo-win32.h Add an #error if cairo-foo.h is included when cairo was compiled without support for the foo backend. 2005-05-14 10:03:56 +00:00
cairo-xcb-surface.c Fix yet another file that I missed when I made the cairo_pattern_release_surface change. You would think that I would have grepped for all uses of this function by now. 2005-07-20 23:30:08 +00:00
cairo-xcb-xrender.h Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h. 2005-05-17 06:11:32 +00:00
cairo-xcb.h Re-synch with latest from gtk-doc CVS tree. 2005-05-24 16:08:39 +00:00
cairo-xlib-private.h src/cairo-xlib-private.h src/cairo-xlib-screen.c: Switch to using Screen * not screen number to match surface code. 2005-07-23 05:37:23 +00:00
cairo-xlib-screen.c Fix size of allocated buffer for vertical subpixel rendering. (Reported by Fryderyk Dziarmagowski, http://bugzilla.gnome.org/show_bug.cgi?id=310935) (_get_pattern_load_flags): Fix a problem where we were OR'ing multiple FT_LOAD_* flags together. 2005-07-24 05:18:15 +00:00
cairo-xlib-surface.c Deal with glyphs with entry->im->image NULL. (This can happen if fonts have size-zero bitmaps for some characters, for example) (http://bugzilla.gnome.org/show_bug.cgi?id=311709, Sangu Kim) 2005-07-27 06:45:37 +00:00
cairo-xlib-test.h Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c). 2005-05-17 00:39:17 +00:00
cairo-xlib-xrender.h Add Screen* arguments to: 2005-07-20 18:52:31 +00:00
cairo-xlib.h Add cairo_xlib_surface_set_drawable which changes the target drawable for an xlib cairo_t to another which shares the same format, screen and display. 2005-07-21 08:45:57 +00:00
cairo.c src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options(). 2005-07-25 12:29:23 +00:00
cairo.h src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options(). 2005-07-25 12:29:23 +00:00
cairoint.h Replace all occurences of refcount with ref_count. 2005-07-25 16:23:05 +00:00
Makefile.am src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an opaque cairo_font_options_t structure. 2005-07-21 06:52:13 +00:00