index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-09
Make _cairo_gstate_user_to_device (and friends) void.
Carl Worth
1
-12
/
+4
2007-04-09
Make _cairo_gstate_identity_matrix void
Carl Worth
1
-7
/
+2
2007-04-09
cairo-gstate - fix the trivial unchecked returns
Chris Wilson
1
-4
/
+13
2007-04-08
Remove redundant _cairo_clip_fini function
Mathias Hasselmann
1
-2
/
+2
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-2
/
+0
2007-03-21
[cairo.c] Don't access gstate members directly
Behdad Esfahbod
1
-0
/
+18
2007-03-21
[cairo-gstate] Make sure gstate->next is initialized
Behdad Esfahbod
1
-2
/
+2
2007-03-21
[cairo-gstate] Move save/restore logic into gstate instead of cairo_t
Behdad Esfahbod
1
-2
/
+51
2007-03-15
Allow NULL pointers for functions that accept pointers for multiple return va...
Carl Worth
1
-11
/
+33
2007-03-15
Fix cairo_stroke_extents and cairo_in_stroke to not crash with line width of 0.0
Carl Worth
1
-0
/
+10
2007-03-13
[cairo_t] Embed a gstate into cairo_t
Behdad Esfahbod
1
-42
/
+2
2007-02-27
Implement cairo_get_scaled_font()
Behdad Esfahbod
1
-0
/
+15
2007-01-17
Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_list
Robert O'Callahan
1
-2
/
+2
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-2
/
+2
2006-12-16
[cairo-gstate] Don't bypass glyph transformation if font_matrix has translati...
Behdad Esfahbod
1
-1
/
+2
2006-12-12
[cairo-gstate] Use a local buffer on the stack for small glyph operations
Behdad Esfahbod
1
-7
/
+23
2006-12-11
Add/remove const to cairo_glyph_t* arguments consistently
Behdad Esfahbod
1
-6
/
+6
2006-11-22
Add and incorporate _cairo_gstate_transform_glyphs_to_backend
Dan Amelang
1
-20
/
+72
2006-11-07
Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...
Carl Worth
1
-7
/
+2
2006-10-04
Remove unused variable
Carl Worth
1
-1
/
+0
2006-09-25
Add clip getters API + tests
Robert O'Callahan
1
-0
/
+34
2006-09-25
Fix stroke/fill extents bounding boxes
Robert O'Callahan
1
-27
/
+48
2006-09-08
cairo_show_glphs: Mark glyphs argument as const.
Behdad Esfahbod
1
-1
/
+1
2006-08-15
Respect font_matrix translation in _cairo_gstate_glyph_path
Behdad Esfahbod
1
-1
/
+3
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-1
/
+1
2006-07-28
Move font-matrix translation and device transform from surface to gstate
Behdad Esfahbod
1
-4
/
+6
2006-07-27
Make "double *dash" argument const in cairo_set_dash
Behdad Esfahbod
1
-1
/
+1
2006-06-29
Move device_transform of path to before floating->fixed conversion.
Carl Worth
1
-3
/
+5
2006-06-10
Change {x,y}_device_offset values to a device_transform matrix.
Carl Worth
1
-9
/
+4
2006-06-09
Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...
Carl Worth
1
-4
/
+4
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-16
/
+16
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
[next]