summaryrefslogtreecommitdiff
path: root/src/cairo.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-23Minor doc edit.Carl Worth1-1/+1
2005-08-23Update the long description of cairo_matrix_t to match the current sources.Billy Biggs1-45/+47
2005-08-23Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...Carl Worth1-9/+0
2005-08-19Fix for bug #2729:Carl Worth1-2/+7
2005-08-10Augment existing CAIRO_VERSION_MAJOR/MINOR/MICRO and CAIRO_VERSION_STRING wit...Carl Worth1-0/+16
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-20/+26
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-5/+5
2005-08-01New public header file.Carl Worth1-8/+0
2005-08-01src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...Owen Taylor1-0/+13
2005-07-28Fix so that one of three different error status values will be returned:Carl Worth1-1/+3
2005-07-28src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac...Owen Taylor1-0/+3
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-1/+13
2005-07-25src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor1-0/+8
2005-07-23Slight change to previous commit based on feedback from cworth.Malcolm Tredinnick1-7/+12
2005-07-23Add some missing parameters for API docs.Malcolm Tredinnick1-6/+27
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-4/+150
2005-07-20Fix macro to not consider CAIRO_FORMAT_ARGB32 (==0) as a valid cairo_content_t.Carl Worth1-3/+5
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-39/+64
2005-07-06Remove CAIRO_STATUS_NO_TARGET_SURFAC and add CAIRO_STATUS_INVALID_STATUS.Carl Worth1-13/+14
2005-06-28New functions to create a cairo_pattern_t corresponding to a solid color and ...Kristian Høgsberg1-0/+8
2005-06-20Rip out cairo_set_error_notfiy function as it is clear that it is not the rig...Carl Worth1-14/+0
2005-06-16Reorder fields of cairo_private_t to match initialization order.Carl Worth1-0/+14
2005-06-15Remove cairo_status_string function which can now be replaced by:Carl Worth1-4/+2
2005-06-14Remove comment suggesting ambiguity of whether cairo_get_target references th...Carl Worth1-2/+0
2005-06-13No longer need to check for NULL after creating a pattern.Carl Worth1-6/+10
2005-06-13Originally 2005-06-02 Carl Worth <cworth@cworth.org>:Carl Worth1-0/+1
2005-06-10Pull the enum out from inside cairo_path_data_t and give it a name of cairo_p...Carl Worth1-6/+8
2005-06-09Remove trailing comma from enum values which gcc 4.0 does not want to see (Lu...Carl Worth1-1/+1
2005-05-31Add new function cairo_status_to_string an reimplement cairo_status_string in...Carl Worth1-0/+3
2005-05-26Replace nesting-only surface clipping with gstate contained serial-number tra...Keith Packard1-6/+1
2005-05-17Fix more deprecation macrosCarl Worth1-4/+4
2005-05-17Add a few more REPLACED_BY and DEPRECATED_BY definitions.Carl Worth1-1/+16
2005-05-10Fix cairo_get_font_matrix to actually use its out-parameter. And change the r...Carl Worth1-2/+3
2005-05-09Fix deprecation macro to point to the right function, (thanks to John Ellson).Carl Worth1-1/+1
2005-05-09Push cairo_matrix_t const-correctness down through the entire implmentation, ...Carl Worth1-13/+17
2005-05-06Point to both cairo_set_source_rgba and cairo_paint_with_alpha in deprecation...Carl Worth1-1/+1
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