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-subsurface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-13
subsurface: Avoid potential crash when subsurface's size is less than 0
Chuanbo Weng
1
-0
/
+5
2012-02-24
subsurface: Fix typo in snapshot creation
Chris Wilson
1
-1
/
+1
2012-02-24
debug: Add some TRACE statements for recording surfaces and snapshots
Chris Wilson
1
-0
/
+7
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+14
2012-01-11
subsurface: Add guards for creating similar surface
Chris Wilson
1
-0
/
+8
2011-11-25
subsurface: Replace any existing snapshot
Chris Wilson
1
-1
/
+3
2011-11-23
subsurface: Support caching for cloned subsurfaces
Chris Wilson
1
-0
/
+28
2011-11-23
subsurface: And remove the dead code for releasing complex source
Chris Wilson
1
-14
/
+0
2011-11-23
subsurface: Simplify acquire_source_image
Chris Wilson
1
-115
/
+21
2011-10-14
xlib-xp
Chris Wilson
1
-0
/
+2
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-15
/
+6
2011-08-14
image: peek through a snapshot to the recording surface behind
Chris Wilson
1
-1
/
+1
2011-08-14
subsurface+recording: handle recursion
Chris Wilson
1
-46
/
+59
2011-08-14
subsurface: call the high-level cairo_surface_flush
Chris Wilson
1
-6
/
+2
2011-08-14
recording: remove the duplicate 'content' field
Chris Wilson
1
-1
/
+1
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-07-27
win32: Constify
Andrea Canciani
1
-1
/
+1
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+79
2011-07-21
Fix proxying of ->context_create()
Chris Wilson
1
-1
/
+1
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-52
/
+27
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+9
2010-09-01
subsurface: Fix acquire_source_surface for out-of-bounds surfaces
Benjamin Otte
1
-18
/
+23
2010-08-29
subsurface: Add a note to the docs about usage restrictions.
M Joonas Pihlaja
1
-0
/
+7
2010-08-27
subsurface: Fix crash when acquiring a source image.
M Joonas Pihlaja
1
-1
/
+1
2010-08-26
subsurface: Correct cloning condition
Andrea Canciani
1
-5
/
+5
2010-08-26
subsurface: Avoid invalid accesses
Andrea Canciani
1
-1
/
+11
2010-08-26
subsurface: Silence compiler warnings
Andrea Canciani
1
-2
/
+0
2010-08-26
subsurface: Don't clip size to target size
Benjamin Otte
1
-3
/
+0
2010-08-26
subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE public
Benjamin Otte
1
-2
/
+2
2010-08-26
subsurface: Don't crash when the device transform isn't integer
Benjamin Otte
1
-6
/
+4
2010-08-26
subsurface: Make subsurfaces their own type
Benjamin Otte
1
-1
/
+0
2010-08-26
subsurface: Properly account for device offsets in the target
Benjamin Otte
1
-5
/
+5
2010-07-10
subsurface: Don't assume we ever own the target.
Chris Wilson
1
-9
/
+8
2010-07-05
Call _cairo_error() when setting the FINISHED error on surfaces
Benjamin Otte
1
-1
/
+1
2010-07-05
subsurface: Fail if created from a finished surface
Benjamin Otte
1
-0
/
+2
2010-06-28
xlib: Compile without fontconfig
Chris Wilson
1
-0
/
+1
2010-05-08
subsurface: Don't double apply device offset for deep subsurfaces.
Chris Wilson
1
-5
/
+5
2010-05-07
subsurface: Include device offset in extents
Chris Wilson
1
-2
/
+8
2010-04-30
ps: Enable native encoding of subsurface patterns.
Chris Wilson
1
-31
/
+70
2010-04-30
subsurface: s/region/rectangle/
Chris Wilson
1
-7
/
+32
2010-04-28
subsurface: Mark the image as !clear after copying.
Chris Wilson
1
-10
/
+12
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-15
Use pixman_image_composite32()
Benjamin Otte
1
-12
/
+12
2010-03-24
subsurface: Ignore return from _cairo_clip_init_copy()
Chris Wilson
1
-5
/
+10
2010-01-24
Constrain subsurface creation
Andrea Canciani
1
-21
/
+15
2010-01-22
Add cairo_device_t
Chris Wilson
1
-0
/
+1
2010-01-22
Add subsurface.
Chris Wilson
1
-0
/
+464