summaryrefslogtreecommitdiff
path: root/src/cairo.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-05Document the implicit closing of sub-paths for cairo_fill and cairo_fill_pres...Carl Worth1-4/+6
2005-08-05Add some missing declarations to the appropriate sections.Carl Worth1-2/+2
2005-08-05Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth1-1/+1
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-2/+6
2005-07-28Fix so that one of three different error status values will be returned:Carl Worth1-1/+3
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-24/+20
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-151/+172
2005-07-25src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor1-0/+43
2005-07-06Remove CAIRO_STATUS_NO_TARGET_SURFAC and add CAIRO_STATUS_INVALID_STATUS.Carl Worth1-5/+13
2005-06-28New functions to create a cairo_pattern_t corresponding to a solid color and ...Kristian Høgsberg1-29/+8
2005-06-22Update ROADMAP with some comments on 0.5.2.Carl Worth1-3/+26
2005-06-20Abstract CAIRO_ALPHA_IS_OPAQUE out for general internal use.Carl Worth1-0/+5
2005-06-20Rip out cairo_set_error_notfiy function as it is clear that it is not the rig...Carl Worth1-32/+0
2005-06-17cairo_reference and cairo_destroy shouldn't behave differently when cr->statu...Carl Worth1-20/+19
2005-06-16Reorder fields of cairo_private_t to match initialization order.Carl Worth1-3/+36
2005-06-15Remove cairo_status_string function which can now be replaced by:Carl Worth1-6/+0
2005-06-15Add _cairo_error so we have a single function which all errors can pass throu...Carl Worth1-280/+359
2005-06-13Add new _cairo_pattern_create_in_error.Carl Worth1-3/+1
2005-06-13No longer need to check for NULL after creating a pattern.Carl Worth1-12/+22
2005-06-13Originally 2005-05-08 Owen Taylor <otaylor@redhat.com>:Carl Worth1-2/+24
2005-06-13Originally 2005-06-02 Carl Worth <cworth@cworth.org>:Carl Worth1-11/+39
2005-06-03Move internal convenience up from _cairo_gstate_set_source_solid to _cairo_se...Carl Worth1-2/+18
2005-05-31Add new function cairo_status_to_string an reimplement cairo_status_string in...Carl Worth1-2/+8
2005-05-26Replace nesting-only surface clipping with gstate contained serial-number tra...Keith Packard1-2/+0
2005-05-26trivial doc fixes.Olivier Andrieu1-2/+2
2005-05-22Protect less-than and greater-than symbols in documentation string.Carl Worth1-1/+1
2005-05-22Not that a patch has been submitted for consistent error handling.Carl Worth1-2/+2
2005-05-10src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...Owen Taylor1-6/+2
2005-05-10Fix cairo_get_font_matrix to actually use its out-parameter. And change the r...Carl Worth1-5/+5
2005-05-09Push cairo_matrix_t const-correctness down through the entire implmentation, ...Carl Worth1-4/+6
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth1-4/+3
2005-05-06Remove deprecated cairo_get_rgb_color that was accidentally missed in the rec...Carl Worth1-25/+0
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth1-145/+0
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth1-384/+45
2005-05-06src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor1-0/+31
2005-05-03Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth1-21/+28
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor1-2/+12
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor1-0/+62
2005-04-27src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...Owen Taylor1-25/+1
2005-04-26Build rectangle with an identity matrix in place so that the entire target su...Carl Worth1-0/+14
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-38/+283
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg1-0/+4
2005-04-19Add new cairo_paint function.Carl Worth1-1/+30
2005-04-14and delete:Carl Worth1-67/+79
2005-04-11Add deprecation alias from cairo_scale_font to cairo_set_font_size.Carl Worth1-0/+1
2005-04-11Add deprecation alias from cairo_select_font to cairo_select_font_face.Carl Worth1-0/+1
2005-04-08Eliminate internal use of deprecated cairo_matrix_copy.Carl Worth1-23/+4
2005-04-07src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor1-20/+53
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-57/+22
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-4/+22