summaryrefslogtreecommitdiff
path: root/src/cairo.h
AgeCommit message (Expand)AuthorFilesLines
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth1-2/+2
2005-05-06Remove deprecated cairo_get_rgb_color that was accidentally missed in the rec...Carl Worth1-3/+0
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth1-189/+76
2005-05-06Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth1-7/+10
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth1-53/+33
2005-05-06src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor1-0/+4
2005-05-03Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth1-14/+6
2005-05-02Changes the sign of extents->descent to match win32 backend and the conventio...Owen Taylor1-3/+44
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor1-1/+28
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor1-0/+10
2005-04-26Updated.Owen Taylor1-1/+1
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-1/+9
2005-04-25Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...Kristian Høgsberg1-3/+3
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg1-16/+52
2005-04-22Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...Kristian Høgsberg1-0/+11
2005-04-19Add new cairo_paint function.Carl Worth1-0/+3
2005-04-14and delete:Carl Worth1-25/+30
2005-04-11src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.Owen Taylor1-4/+4
2005-04-08Move include of pixman.h from cairo.h to cairoint.h since libpixman isn't par...Carl Worth1-1/+0
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-23/+31
2005-04-08Eliminate internal use of deprecated cairo_matrix_copy.Carl Worth1-5/+2
2005-04-07src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor1-11/+21
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-27/+50
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-21/+49
2005-04-06Make handling of unsigned char* vs. char* consistent. Change all parameters t...Carl Worth1-8/+8
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-2/+2
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-5/+2
2005-04-02Style and indentation fixes.Carl Worth1-7/+7
2005-04-01Update API shakeup chart.Carl Worth1-9/+12
2005-03-23Add backwards-compatibility for recently renamed functions.Carl Worth1-0/+12
2005-03-20Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...Carl Worth1-7/+7
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-26/+48
2005-03-17src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...Owen Taylor1-0/+5
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-1/+21
2005-03-15src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...Owen Taylor1-1/+1
2005-03-11Added some documentation, so we get some churn here.Carl Worth1-7/+93
2005-03-10Originally: 2005-02-24 Carl Worth <cworth@cworth.org>Carl Worth1-0/+33
2005-03-09Rename all the cairo_current functions to cairo_get functions instead. Add do...Carl Worth1-46/+79
2005-02-27Remove newline in comment which was confusing gtk-doc.Kristian Høgsberg1-1/+0
2005-02-24Fix typo (pointed out by Kristian Høgsberg).Carl Worth1-1/+1
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-21Revert accidental commit.Carl Worth1-9/+1
2005-02-21Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).Carl Worth1-1/+10
2005-02-02src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor1-12/+17
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-3/+20
2005-01-27src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...Owen Taylor1-5/+121
2005-01-27configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...Owen Taylor1-1/+25
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-13/+16
2005-01-20Track various renamings.Carl Worth1-192/+5
2005-01-17Take image_rotate-ref.png out of EXTRA_DIST until we can actually render it c...Kristian Høgsberg1-2/+2