summaryrefslogtreecommitdiff
path: root/src/cairo-gstate-private.h
Commit message (Expand)AuthorAgeFilesLines
* Added hairline support to cairoRick Yorgason2021-08-151-0/+6
* Add tag functions to cairo_t and cairo_surface_tAdrian Johnson2016-10-011-0/+9
* context: Add missing functions to transform between user and backend coordinatesChris Wilson2012-09-101-0/+10
* default-context: Convert the relative path segments into the backend coordinatesChris Wilson2012-09-041-0/+10
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-1/+1
* Implement cairo_backend_tChris Wilson2011-07-151-21/+18
* Remove unused function declarationsAndrea Canciani2011-03-191-8/+0
* Make cairo_set_font_size() a wrapper of cairo_set_font_matrix()Andrea Canciani2011-03-181-4/+0
* gstate: Remove unused codeAndrea Canciani2011-01-221-6/+0
* gstate: Set an error status when restoring a push_groupAndrea Canciani2011-01-221-0/+3
* gstate: Update cached matrix state after device transform changes on the targetChris Wilson2010-06-111-0/+3
* gstate: Track whether the combination of ctm * device is identity.Chris Wilson2010-06-101-0/+310
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* [cairo] Track the MRU scaled fontChris Wilson2009-06-021-0/+1
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-1/+0
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-0/+1
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-1/+1
* Implement push_group/pop_groupVladimir Vukicevic2006-05-041-1/+3
* Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger2005-12-161-1/+1
* Rework support in the surface backend for the five basic drawing operations (...Carl Worth2005-11-041-9/+1
* Originally 2005-10-28 Keith Packard <keithp@keithp.com>:Carl Worth2005-10-311-2/+0
* Add device_x_scale and device_y_scale to surface so that the coordinate syste...Keith Packard2005-08-241-2/+2
* Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs2005-08-081-0/+1
* New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg2005-08-041-40/+1
* src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...Owen Taylor2005-08-011-0/+1
* src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor2005-07-251-0/+1
* Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg2005-06-141-1/+15
* Fix Freudian unwrapped line in paragraph describing why long lines should be ...Carl Worth2005-06-031-1/+0
* Rename gstate->surface to gstate->target. No intended changes in functionality.Carl Worth2005-06-011-1/+1
* Remove unused fields from cairo_gstate_t, (font_family, font_slant, font_weig...Carl Worth2005-06-011-9/+5
* Replace nesting-only surface clipping with gstate contained serial-number tra...Keith Packard2005-05-261-2/+28
* src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor2005-05-021-0/+1
* Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth2005-04-261-4/+0
* and delete:Carl Worth2005-04-141-2/+1
* src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor2005-04-071-1/+2
* Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth2005-04-041-2/+0
* Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth2005-03-231-1/+1
* Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth2005-03-231-0/+85