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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
Fix build on systems with older Xrender headers.
Damian Frank
3
-34
/
+93
2009-08-29
[script] Fix use of freed list
Chris Wilson
1
-1
/
+1
2009-08-29
[path] Return the canonical box.
Chris Wilson
2
-36
/
+24
2009-08-29
[scaled-font] Fix implementation-face refleak
Chris Wilson
1
-1
/
+8
2009-08-29
[ft] Improve error path handling.
Chris Wilson
1
-6
/
+6
2009-08-29
[scaled-font] Refleak on error path.
Chris Wilson
1
-5
/
+4
2009-08-29
[clip] Fix refleak of previous clipping surfaces.
Chris Wilson
1
-3
/
+6
2009-08-29
[path-fixed] Distinguish cw and ccw boxes
Chris Wilson
1
-2
/
+2
2009-08-29
[scaled-font] Eliminate intermediate path when tracing glyphs
Chris Wilson
1
-29
/
+22
2009-08-29
[stroke] Handle degenerate stroke extents
Chris Wilson
1
-18
/
+13
2009-08-29
[path] Handle the implicit close for path_fixed_is_box()
Chris Wilson
1
-15
/
+18
2009-08-29
[fallback] Include implicit closes in the check for rectilinear paths
Chris Wilson
2
-2
/
+18
2009-08-29
[scaled-font] Remove assert from cairo_scled_font_create()
Chris Wilson
1
-1
/
+4
2009-08-29
[win32] Use the system scaled_font_done
Chris Wilson
1
-1
/
+4
2009-08-29
[win32] Initialize clip_region
Chris Wilson
1
-0
/
+3
2009-08-29
[win32] Compiler warnings
Chris Wilson
1
-12
/
+12
2009-08-29
[pattern] Ensure that no repeated pattern is clipped
Chris Wilson
1
-1
/
+1
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
6
-39
/
+46
2009-08-29
[gl] Simplify acquire_dest_image()
Chris Wilson
1
-41
/
+12
2009-08-29
[gl] Use common ARRAY_LENGTH macro
Chris Wilson
1
-3
/
+1
2009-08-29
[qt] Discard impossible status return from path construction
Chris Wilson
1
-63
/
+42
2009-08-29
[cairoint.h] Add missing cairo_private to debug prototypes.
Chris Wilson
1
-2
/
+2
2009-08-29
[win32] Trust the clipping code to trim roi to our surface
Chris Wilson
1
-44
/
+9
2009-08-29
Add skia backend
Vladimir Vukicevic
5
-1
/
+1278
2009-08-29
[fallback] Reduce paint + clipmask to fill
Chris Wilson
1
-9
/
+17
2009-08-29
Add xml surface
Chris Wilson
10
-12
/
+1421
2009-08-29
[script] Apply device offset when replaying meta surface
Chris Wilson
1
-0
/
+2
2009-08-29
[meta] Missing status check
Chris Wilson
1
-0
/
+2
2009-08-29
[wrapper] Always copy clip
Chris Wilson
1
-16
/
+44
2009-08-29
[matrix] Improve bbox finding for translation matrix
Chris Wilson
1
-27
/
+29
2009-08-29
Add 'flight-data-recorder' utility.
Chris Wilson
5
-6
/
+79
2009-08-29
Introduce cairo_tee_surface_t
Chris Wilson
8
-3
/
+651
2009-08-29
[script] Correct emission of get_target() for a popped context
Chris Wilson
1
-21
/
+32
2009-08-29
Fix errors found by clang
Chris Wilson
2
-5
/
+2
2009-08-29
[script] recursive active (type3 glyphs)
Chris Wilson
1
-6
/
+5
2009-08-29
[build] Add options for warning about bad casts
Chris Wilson
4
-17
/
+17
2009-08-29
[clip] Use the rectangular tessellator to extract boxes
Chris Wilson
3
-18
/
+36
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
8
-48
/
+883
2009-08-29
[script] Track scaled-font
Chris Wilson
1
-17
/
+22
2009-08-29
[script] Emit surface content
Chris Wilson
2
-13
/
+22
2009-08-29
[script] Garbage collect contexts on context switch
Chris Wilson
1
-78
/
+184
2009-08-29
[script] Wrap snapshot.
Chris Wilson
3
-4
/
+25
2009-08-29
[script] Introduce cairo_script_context_t
Chris Wilson
2
-150
/
+122
2009-08-29
[stroke] Only mark traps as having intersection if non-empty.
Chris Wilson
1
-3
/
+2
2009-08-29
[clip] Cache intermediate clip masks.
Chris Wilson
2
-64
/
+104
2009-08-29
[gstate] Convert simple mask() into a paint()
Chris Wilson
2
-12
/
+98
2009-08-29
[script] Store the current stroke matrix
Chris Wilson
1
-9
/
+37
2009-08-29
[script] Suppress resetting stroke-style elements after matrix switch
Chris Wilson
1
-16
/
+26
2009-08-29
[script] Hide the implicit CLEAR for similar surfaces
Chris Wilson
1
-0
/
+43
2009-08-29
[pattern] Ignore matrix/filter/extend when comparing solids
Chris Wilson
1
-9
/
+16
[next]