index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gstate-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-10
context: Add missing functions to transform between user and backend coordinates
Chris Wilson
1
-0
/
+10
2012-09-04
default-context: Convert the relative path segments into the backend coordinates
Chris Wilson
1
-0
/
+10
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-1
/
+1
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-21
/
+18
2011-03-19
Remove unused function declarations
Andrea Canciani
1
-8
/
+0
2011-03-18
Make cairo_set_font_size() a wrapper of cairo_set_font_matrix()
Andrea Canciani
1
-4
/
+0
2011-01-22
gstate: Remove unused code
Andrea Canciani
1
-6
/
+0
2011-01-22
gstate: Set an error status when restoring a push_group
Andrea Canciani
1
-0
/
+3
2010-06-11
gstate: Update cached matrix state after device transform changes on the target
Chris Wilson
1
-0
/
+3
2010-06-10
gstate: Track whether the combination of ctm * device is identity.
Chris Wilson
1
-0
/
+310
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2009-06-02
[cairo] Track the MRU scaled font
Chris Wilson
1
-0
/
+1
2007-08-23
Remove include of cairoint.h from *-private.h header files.
Carl Worth
1
-1
/
+0
2007-08-22
[Makefile.am] Add target sparse to run sparse static source code analyzer
Behdad Esfahbod
1
-0
/
+1
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-1
/
+1
2006-05-04
Implement push_group/pop_group
Vladimir Vukicevic
1
-1
/
+3
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-1
/
+1
2005-11-04
Rework support in the surface backend for the five basic drawing operations (...
Carl Worth
1
-9
/
+1
2005-10-31
Originally 2005-10-28 Keith Packard <keithp@keithp.com>:
Carl Worth
1
-2
/
+0
2005-08-24
Add device_x_scale and device_y_scale to surface so that the coordinate syste...
Keith Packard
1
-2
/
+2
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
1
-0
/
+1
2005-08-04
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
1
-40
/
+1
2005-08-01
src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...
Owen Taylor
1
-0
/
+1
2005-07-25
src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...
Owen Taylor
1
-0
/
+1
2005-06-14
Implement path clipping and refactor _cairo_gstate_clip() out in three differ...
Kristian Høgsberg
1
-1
/
+15
2005-06-03
Fix Freudian unwrapped line in paragraph describing why long lines should be ...
Carl Worth
1
-1
/
+0
2005-06-01
Rename gstate->surface to gstate->target. No intended changes in functionality.
Carl Worth
1
-1
/
+1
2005-06-01
Remove unused fields from cairo_gstate_t, (font_family, font_slant, font_weig...
Carl Worth
1
-9
/
+5
2005-05-26
Replace nesting-only surface clipping with gstate contained serial-number tra...
Keith Packard
1
-2
/
+28
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
1
-0
/
+1
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
1
-4
/
+0
2005-04-14
and delete:
Carl Worth
1
-2
/
+1
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-1
/
+2
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-2
/
+0
2005-03-23
Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...
Carl Worth
1
-1
/
+1
2005-03-23
Begin the process of breaking up cairoint.h, moving structure definitions of ...
Carl Worth
1
-0
/
+85