summaryrefslogtreecommitdiff
path: root/src/cairo-gstate-private.h
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2006-05-04Implement push_group/pop_groupVladimir Vukicevic1-1/+3
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-1/+1
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth1-9/+1
2005-10-31Originally 2005-10-28 Keith Packard <keithp@keithp.com>:Carl Worth1-2/+0
2005-08-24Add device_x_scale and device_y_scale to surface so that the coordinate syste...Keith Packard1-2/+2
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-0/+1
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-40/+1
2005-08-01src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...Owen Taylor1-0/+1
2005-07-25src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor1-0/+1
2005-06-14Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg1-1/+15
2005-06-03Fix Freudian unwrapped line in paragraph describing why long lines should be ...Carl Worth1-1/+0
2005-06-01Rename gstate->surface to gstate->target. No intended changes in functionality.Carl Worth1-1/+1
2005-06-01Remove unused fields from cairo_gstate_t, (font_family, font_slant, font_weig...Carl Worth1-9/+5
2005-05-26Replace nesting-only surface clipping with gstate contained serial-number tra...Keith Packard1-2/+28
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor1-0/+1
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-4/+0
2005-04-14and delete:Carl Worth1-2/+1
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-1/+2
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-2/+0
2005-03-23Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth1-1/+1
2005-03-23Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth1-0/+85