index
:
~jrmuizel/cairo
master
stroke-to-path2
Unnamed repository; edit this file to name it for gitweb.
jrmuizel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-7
/
+7
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-40
/
+40
2006-06-05
Move rectangle functions to new cairo-rectangle.c
Carl Worth
1
-46
/
+0
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-5
/
+5
2006-05-04
Fix up clip at pop_group time, to keep it in surface backend coordinates
Vladimir Vukicevic
1
-24
/
+8
2006-05-04
Implement push_group/pop_group
Vladimir Vukicevic
1
-72
/
+142
2006-05-04
Implement the device_offset functionality at surface, not gstate layer
Carl Worth
1
-45
/
+16
2006-01-06
Reviewed by keithp
Carl Worth
1
-2
/
+18
2005-12-21
Fix some typos
Christian Biesinger
1
-2
/
+2
2005-12-20
Move more fallback code from cairo-gstate.c to cairo-surface-fallback.c where...
Carl Worth
1
-538
/
+0
2005-12-19
Use NULL clip instead of special serial zero cairo_clip_t Should make using s...
Keith Packard
1
-13
/
+18
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-45
/
+45
2005-11-21
Add reminder to fix all memory leaks (as determined by the test suite) before...
Carl Worth
1
-0
/
+4
2005-11-07
Use field-by-field copying rather than whole structure copying. This avoids t...
Carl Worth
1
-9
/
+19
2005-11-07
Two more instances of copy-and-reference in a single step.
Carl Worth
1
-2
/
+2
2005-11-07
Perform copy and reference in a single step.
Carl Worth
1
-12
/
+9
2005-11-07
Reorder function bodies to match to match the order of the fields in the stru...
Carl Worth
1
-7
/
+7
2005-11-07
Style fix: test-and-bail rather than making the working body conditional.
Carl Worth
1
-19
/
+25
2005-11-07
Add functions to initialize and copy cairo_stroke_style_t objects.
Carl Worth
1
-19
/
+7
2005-11-07
Add documentation for _cairo_gstate_create, _cairo_gstate_init_copy, and _cai...
Carl Worth
1
-0
/
+31
2005-11-04
Rework support in the surface backend for the five basic drawing operations (...
Carl Worth
1
-92
/
+69
2005-11-01
Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.
Carl Worth
1
-97
/
+12
2005-10-31
Originally 2005-10-28 Keith Packard <keithp@keithp.com>:
Carl Worth
1
-65
/
+48
2005-10-28
Split _cairo_operator_bounded into two separate functions _cairo_operator_bou...
Keith Packard
1
-8
/
+48
2005-10-27
Fix leak of pattern (missing _cairo_pattern_fini).
Carl Worth
1
-67
/
+9
2005-10-27
Move paint fallback from gstate to surface where it belongs.
Carl Worth
1
-21
/
+6
2005-10-13
Push fill_path fallbacks down from gstate into the surface where all the othe...
Carl Worth
1
-23
/
+4
2005-10-13
Fix indentation.
Carl Worth
1
-11
/
+11
2005-10-10
Transform source pattern for _cairo_surface_fill_path() also (#4673).
Kristian Høgsberg
1
-1
/
+6
2005-09-06
Ignore cairo.def.
Carl Worth
1
-2
/
+2
2005-08-31
Split out scaled font code to cairo-scaled-font.c
Keith Packard
1
-28
/
+19
2005-08-24
Add device_x_scale and device_y_scale to surface so that the coordinate syste...
Keith Packard
1
-11
/
+40
2005-08-22
Make cairo_ft_unscaled_font_backend static.
Owen Taylor
1
-1
/
+1
2005-08-19
Fix for bug #2729:
Carl Worth
1
-9
/
+36
2005-08-18
Implement new equations for CLEAR and SOURCE CLEAR: (mask IN clip) ? 0 : dest...
Owen Taylor
1
-55
/
+164
2005-08-16
src/cairoint.h: Split out a couple of useful utility functions.
Owen Taylor
1
-75
/
+69
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
1
-11
/
+38
2005-08-08
Add a return value after ASSERT_NOT_REACHED to quiet an anxious compiler.
Carl Worth
1
-0
/
+1
2005-08-08
Fix accidentally committed line.
Owen Taylor
1
-3
/
+1
2005-08-08
Add a function to test whether a cairo_operator_t is bounded (does nothing fo...
Owen Taylor
1
-294
/
+439
2005-08-06
Remove several bugs that have been fixed.
Carl Worth
1
-1
/
+1
2005-08-05
Simplify the implementation by taking advantage of the fact that destroy and ...
Carl Worth
1
-5
/
+2
2005-08-05
Rename two functions:
Carl Worth
1
-20
/
+20
2005-08-05
Rename font_face_backend->create_font to scaled_font_create. Group the scaled...
Carl Worth
1
-4
/
+4
2005-08-04
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
1
-539
/
+98
2005-08-04
Change *_reference() functions to return the object being referenced.
Kristian Høgsberg
1
-5
/
+6
2005-08-01
src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...
Owen Taylor
1
-53
/
+66
2005-07-28
Run the mask pattern through the CTM in the same way as the source pattern. T...
Carl Worth
1
-6
/
+10
2005-07-28
Remove all create_in_error functions as they were just muddling up the memory...
Carl Worth
1
-21
/
+4
2005-07-28
src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac...
Owen Taylor
1
-7
/
+14
[next]