index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-clip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cairo-clip] Dead store.
Chris Wilson
2008-08-17
1
-2
/
+0
*
Compile with old compilers
Peter O'Gorman
2008-08-17
1
-5
/
+10
*
[cairo-surface] Remove optional pattern argument from create_similar_solid()
Behdad Esfahbod
2008-06-19
1
-2
/
+1
*
Allocate the correct pattern type on the stack.
Chris Wilson
2008-06-13
1
-2
/
+2
*
[cairo-path-fixed] Implement full-matrix _cairo_path_fixed_transform()
Behdad Esfahbod
2008-05-13
1
-1
/
+1
*
Clone surface correctly when doing a deep clip copy
Robert O'Callahan
2008-04-18
1
-2
/
+2
*
[cairo-clip] Raise _cairo_error() at original error site.
Chris Wilson
2008-03-04
1
-2
/
+6
*
Use ADD instead of IN for clipping.
Jeff Muizelaar
2008-01-29
1
-2
/
+32
*
[cairo-region] Review status propagation.
Chris Wilson
2008-01-17
1
-1
/
+1
*
Remove cairo_private from *.c files.
Chris Wilson
2008-01-03
1
-1
/
+1
*
[cairo-clip] Special case using an empty clip path.
Chris Wilson
2007-11-06
1
-0
/
+6
*
[cairo-clip] Avoid work when all clipped out.
Chris Wilson
2007-10-19
1
-9
/
+77
*
[cairo-clip] Pass the local pattern to create_similar_solid().
Chris Wilson
2007-10-16
1
-5
/
+7
*
[cairo-clip] Propagate error status from clip_intersect_path().
Chris Wilson
2007-10-10
1
-20
/
+31
*
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
2007-10-04
1
-10
/
+8
*
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
2007-10-04
1
-1
/
+3
*
[cairo-atomic] Rewrite reference counting using atomic ops.
Chris Wilson
2007-09-25
1
-4
/
+7
*
[cairo-clip] Avoid a malloc(0).
Chris Wilson
2007-09-23
1
-15
/
+21
*
[mlk] Free boxes in copy_rectangle_list on success
Vladimir Vukicevic
2007-09-11
1
-0
/
+2
*
[fixpt] Fixup malloc usage to use _cairo_malloc_*
Vladimir Vukicevic
2007-07-18
1
-1
/
+1
*
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
2007-07-18
1
-88
/
+94
*
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
2007-07-18
1
-6
/
+6
*
Merge branch 'master' of git+ssh://sandmann@git.freedesktop.org/git/cairo
Søren Sandmann Pedersen
2007-07-02
1
-3
/
+7
|
\
|
*
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
2007-06-29
1
-3
/
+7
*
|
[pixman] Initial port to standalone pixman library.
Søren Sandmann
2007-06-21
1
-23
/
+13
|
/
*
[cairo-clip] Correctly report allocation failure
Chris Wilson
2007-05-10
1
-2
/
+5
*
[cairo-clip] Add missing error status for _cairo__clip_intersect_region()
Chris Wilson
2007-05-09
1
-0
/
+2
*
Add a content value to solid patterns
Carl Worth
2007-04-25
1
-1
/
+2
*
Optionally provide a pattern to use for creating a similar solid surface.
Chris Wilson
2007-04-19
1
-1
/
+2
*
Make _cairo_clip_reset void
Carl Worth
2007-04-10
1
-3
/
+1
*
pixman region operations can fail, propagate the error.
Chris Wilson
2007-04-10
1
-15
/
+38
*
cairo-clip - handle trivial pixman failures
Chris Wilson
2007-04-09
1
-6
/
+12
*
Rename pixman_region_uninit to pixman_region_fini
Behdad Esfahbod
2007-04-08
1
-6
/
+6
*
[pixman-region] Separate pixman_region_init
Mathias Hasselmann
2007-04-08
1
-8
/
+10
*
Remove redundant _cairo_clip_fini function
Mathias Hasselmann
2007-04-08
1
-17
/
+0
*
Avoid malloc in _cairo_region_create_from_rectangle
Mathias Hasselmann
2007-04-08
1
-24
/
+18
*
Make sure clip->region is always initialized
Mathias Hasselmann
2007-04-08
1
-0
/
+8
*
Make region of cairo_clip_t static
Mathias Hasselmann
2007-04-08
1
-42
/
+45
*
[cairo-clip] Make _cairo_clip_init tolerate NULL target
Behdad Esfahbod
2007-03-13
1
-1
/
+4
*
Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_list
Robert O'Callahan
2007-01-17
1
-1
/
+1
*
Fix bug in _cairo_clip_init_deep_copy (fixes clip-push-group crash)
Carl Worth
2006-10-19
1
-5
/
+5
*
Add extents to clone_similar (fixing subimage_copy performance bug)
Christopher (Monty) Montgomery
2006-10-18
1
-1
/
+6
*
Add documentation for cairo_rectangle_list_destroy
Carl Worth
2006-09-29
1
-0
/
+10
*
Add clip getters API + tests
Robert O'Callahan
2006-09-25
1
-1
/
+126
*
Move device_transform of path to before floating->fixed conversion.
Carl Worth
2006-06-29
1
-10
/
+0
*
Change {x,y}_device_offset values to a device_transform matrix.
Carl Worth
2006-06-10
1
-5
/
+10
*
Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...
Carl Worth
2006-06-09
1
-2
/
+2
*
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
2006-06-06
1
-3
/
+3
*
Remove initial, final, and duplicate blank lines.
Carl Worth
2006-06-06
1
-2
/
+0
*
Remove all remaining trailing whitespace.
Carl Worth
2006-06-06
1
-2
/
+2
[next]