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-surface-fallback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
Add cairo_surface_set_mime_data()
Adrian Johnson
1
-0
/
+15
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-32
/
+33
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-11
/
+20
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-0
/
+1
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-4
/
+4
2008-09-27
[surface] Only return early for no traps if the operator is bounded by a mask.
Chris Wilson
1
-3
/
+1
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-2
/
+6
2008-09-24
[traps] Replace open-coding of box->rectangle->box
Chris Wilson
1
-13
/
+3
2008-09-19
Simple perf tweaks for a rectilinear Hilbert curve.
Chris Wilson
1
-8
/
+4
2008-09-15
[surface] Trivial rejection of fill/stroke if clip extents is zero
Chris Wilson
1
-0
/
+6
2008-06-13
Allocate the correct pattern type on the stack.
Chris Wilson
1
-12
/
+12
2008-03-25
Quiet warning about signed vs. unsigned comparison
Carl Worth
1
-2
/
+2
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-3
/
+3
2008-01-22
Fix usage of cairo_rectangle_int16_t leading to memory corruption
Vladimir Vukicevic
1
-7
/
+2
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-3
/
+3
2008-01-04
Fix cairo_surface_fallback_snapshot's use of release_source_image
Vladimir Vukicevic
1
-2
/
+2
2007-10-05
[cairo-surface-fallback] Release the acquired image on error.
Chris Wilson
1
-4
/
+7
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-6
/
+4
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-0
/
+2
2007-08-31
Revert "[cairo-gstate] Avoid copying untransformed glyphs."
Chris Wilson
1
-2
/
+2
2007-08-31
[cairo-gstate] Avoid copying untransformed glyphs.
Chris Wilson
1
-2
/
+2
2007-08-28
Fix previous create_similar fallback patch
Vladimir Vukicevic
1
-12
/
+16
2007-08-28
Implement fallback for clone_similar
Vladimir Vukicevic
1
-0
/
+41
2007-08-28
Fix image_extra arg in call to _cairo_release_source_image
Vladimir Vukicevic
1
-1
/
+1
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-16
/
+13
2007-07-18
[fixpt] remove dependency on some pixman types
Vladimir Vukicevic
1
-2
/
+8
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-26
/
+26
2007-07-02
Merge branch 'master' of git+ssh://sandmann@git.freedesktop.org/git/cairo
Søren Sandmann Pedersen
1
-2
/
+2
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-2
/
+2
2007-06-21
[pixman] Initial port to standalone pixman library.
Søren Sandmann
1
-3
/
+2
2007-05-09
[ciro-surface-fallback] Propagate status for _clip_and_composite_trapezoids
Chris Wilson
1
-14
/
+14
2007-04-27
Clip trapezoids that are partially (or wholly) outside the clip region.
Carl Worth
1
-0
/
+52
2007-04-25
Add a content value to solid patterns
Carl Worth
1
-4
/
+8
2007-04-09
cairo-surface-fallback - propagate error returns
Chris Wilson
1
-18
/
+26
2007-04-08
Rename pixman_region_uninit to pixman_region_fini
Behdad Esfahbod
1
-3
/
+3
2007-04-08
[pixman-region] Separate pixman_region_init
Mathias Hasselmann
1
-4
/
+3
2007-04-08
Avoid malloc in _cairo_region_create_from_rectangle
Mathias Hasselmann
1
-119
/
+131
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-0
/
+2
2007-01-05
Restrict _clip_and_composite_trapezoids to destination extents
Carl Worth
1
-10
/
+18
2006-12-11
Add/remove const to cairo_glyph_t* arguments consistently
Behdad Esfahbod
1
-2
/
+2
2006-09-26
Remove redundant call to _cairo_surface_get_extents
Robert O'Callahan
1
-4
/
+0
2006-06-29
Move device_transform of path to before floating->fixed conversion.
Carl Worth
1
-0
/
+1
2006-06-10
Change {x,y}_device_offset values to a device_transform matrix.
Carl Worth
1
-2
/
+1
2006-06-09
Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...
Carl Worth
1
-2
/
+2
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-21
/
+21
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-6
/
+6
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-3
/
+3
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-41
/
+41
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-82
/
+82
2006-05-04
Implement the device_offset functionality at surface, not gstate layer
Carl Worth
1
-35
/
+29
[prev]
[next]