summaryrefslogtreecommitdiff
path: root/src/cairo-gstate.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor1-23/+52
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor1-67/+192
2005-05-01Also call _cairo_gstate_ensure_font() for this function.Kristian Høgsberg1-0/+4
2005-04-27src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...Owen Taylor1-3/+27
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-634/+43
2005-04-23Finalize the correct pattern.Kristian Høgsberg1-2/+2
2005-04-19Add new cairo_paint function.Carl Worth1-0/+7
2005-04-14and delete:Carl Worth1-93/+54
2005-04-13src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...Owen Taylor1-195/+391
2005-04-12Offset the src pattern by (0,0)->CTM. This fixes test/translate-show-surface.Carl Worth1-2/+15
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-1/+0
2005-04-08Eliminate internal use of deprecated cairo_matrix_copy.Carl Worth1-12/+6
2005-04-07src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor1-31/+19
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth1-1/+0
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-118/+93
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-22/+26
2005-04-06Make handling of unsigned char* vs. char* consistent. Change all parameters t...Carl Worth1-4/+4
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-26/+2
2005-04-02Use the current point to offset just the destination, not the source and dest...Carl Worth1-2/+2
2005-04-02Style and indentation fixes.Carl Worth1-6/+6
2005-03-30src/cairo-gstate.c (_cairo_gstate_stroke_extents): call _cairo_pen_init so th...Tor Lillqvist1-0/+2
2005-03-23Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth1-33/+33
2005-03-23Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth1-0/+2
2005-03-20Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...Carl Worth1-14/+15
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-1/+1
2005-03-17src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...Owen Taylor1-35/+84
2005-03-09Rename all the cairo_current functions to cairo_get functions instead. Add do...Carl Worth1-21/+21
2005-03-03Pass mask to composite operation as patternDavid Reveman1-3/+18
2005-03-03Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman1-38/+51
2005-03-01Fix uninitialized value for status, (reported by Manish Singh).Carl Worth1-2/+2
2005-02-27Fix this function again. Problem with signed/unsigned types reported by Jeff ...Kristian Høgsberg1-7/+10
2005-02-25From David Reveman:Carl Worth1-16/+10
2005-02-25From David Reveman:Carl Worth1-38/+17
2005-02-24Fixes from David Reveman with minor cleanups by Carl Worth:Carl Worth1-6/+18
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-12Fix x2/x1 typo.Owen Taylor1-1/+1
2005-02-12Make clipping fast path fast. When we have a clipping region set, intersect i...Kristian Høgsberg1-0/+34
2005-02-06src/cairo_gstate.c src/cairo.c: Allow cairo_set_font (cr, NULL) to unset the ...Owen Taylor1-4/+7
2005-02-02src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor1-22/+4
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-2/+2
2005-01-28Update prototype to eliminate warning.Kristian Høgsberg1-40/+11
2005-01-27Simplify code for computing the extents of clipping area, by introducing a co...Kristian Høgsberg1-185/+117
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-196/+167
2005-01-23Add instructions for handling the new -head suffix of CAIRO_VERSION at releas...Carl Worth1-0/+6
2005-01-21Call _cairo_gstate_ensure_font(). Don't reference the returned font.Owen Taylor1-2/+6
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-168/+155
2005-01-19Allow NULL values for return pointers so that the user can easily get partial...Carl Worth1-2/+4
2005-01-15Was using the wrong extents variable.John Ellson1-2/+2
2005-01-11changed default paint color to opaque blackØyvind Kolås1-1/+1
2005-01-11Fix math library detection to use autotools helperKeith Packard1-60/+104