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-quartz-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-10
[quartz] Compile fix for show_glyphs
Andrea Canciani
1
-2
/
+2
2009-08-09
[quartz] Fix one more compile error
Andrea Canciani
1
-1
/
+1
2009-08-09
[quartz] Attempt to fix compile errors
Chris Wilson
1
-9
/
+9
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-49
/
+87
2009-06-02
Add more surface snapshots providers
Paolo Bonzini
1
-1
/
+18
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-0
/
+1
2009-01-29
[surface] add CAIRO_STATUS_INVALID_SIZE
Paolo Bonzini
1
-2
/
+2
2009-01-03
[quartz] Define RTLD_DEFAULT
Chris Wilson
1
-0
/
+5
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-3
/
+8
2008-12-11
[quartz] Create a copy instead of increasing the reference
Jeff Muizelaar
1
-2
/
+14
2008-12-10
[quartz] Propagate const patterns through the casts
Jeff Muizelaar
1
-16
/
+23
2008-12-09
[quartz] Change some pattern casts to access to the base class
Jeff Muizelaar
1
-6
/
+6
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-11
[quartz] Add the proper propagation of extents
Jeff Muizelaar
1
-11
/
+13
2008-11-11
[quartz] Fix fallout caused by const cairo_pattern_t *
Jeff Muizelaar
1
-17
/
+24
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-5
/
+10
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-8
/
+2
2008-10-19
Review backend->create_similar()
Chris Wilson
1
-2
/
+2
2008-10-07
[quartz] initialize do_reflect field correctly for pattern draws
Vladimir Vukicevic
1
-2
/
+1
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-8
/
+8
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-1
/
+9
2008-09-03
[quartz] move _cairo_quartz_create_cgimage to cairo-quartz-surface.c
Vladimir Vukicevic
1
-1
/
+85
2008-07-09
[quartz] Take snapshot instead of using CGImageCreateCopy
Vladimir Vukicevic
1
-9
/
+21
2008-06-13
Allocate the correct pattern type on the stack.
Chris Wilson
1
-3
/
+3
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-04-01
[quartz] Update documentation
Vladimir Vukicevic
1
-10
/
+8
2008-04-01
[quartz] Handle further 10.4 vs. 10.5 differences; fix text AA handling
Vladimir Vukicevic
1
-31
/
+43
2008-04-01
[cgfont] Add start of CGFont font backend to replace ATSUI
Vladimir Vukicevic
1
-1
/
+0
2008-03-26
Use floating-point offsets for color stops
Carl Worth
1
-3
/
+3
2008-03-25
[quartz] When stroking with an image source, use the right CTM for the image
Vladimir Vukicevic
1
-1
/
+8
2008-03-17
[quartz] Fix bogus CGContextGetType warning that's printed on the console
Vladimir Vukicevic
1
-35
/
+69
2008-03-17
[quartz] Rename ATSUI font to Quartz font
Vladimir Vukicevic
1
-7
/
+7
2008-03-14
[quartz] don't say we forced subpixel AA when we didn't
Vladimir Vukicevic
1
-1
/
+1
2008-03-14
[quartz] compare gradient stops as doubles, not as fixed point
Vladimir Vukicevic
1
-4
/
+1
2008-03-12
[quartz] correctly force subpixel AA on a context, even if defaults say other...
Vladimir Vukicevic
1
-3
/
+19
2008-03-12
[quartz] Apply fixup to unbounded operators to clear area outside of mask
Vladimir Vukicevic
1
-13
/
+236
2008-03-08
[quartz] Don't force interpolation off for images
Vladimir Vukicevic
1
-1
/
+1
2008-03-08
[quartz] align strides to 16 bytes, as per apple docs
Vladimir Vukicevic
1
-7
/
+14
2008-03-08
[quartz] Don't try to call CGBitmapContextCreateImage on non-bitmap contexts
Vladimir Vukicevic
1
-3
/
+5
2008-03-08
[quartz] properly honor text antialiasing modes in show_glyphs
Vladimir Vukicevic
1
-5
/
+30
2008-03-08
[quartz] implement REPEAT/REFLECT for gradients
Vladimir Vukicevic
1
-24
/
+179
2008-03-07
[quartz] Correctly handle gradients with non-identity pattern transform
Vladimir Vukicevic
1
-39
/
+29
2008-03-07
[quartz] handle antialiasing correctly in stroke() and clip()
Vladimir Vukicevic
1
-3
/
+6
2008-03-07
[quartz] look up the right symbol name for CGContextGetType
Vladimir Vukicevic
1
-1
/
+1
2008-03-07
[quartz] split out (experimental) quartz-image into separate file
Vladimir Vukicevic
1
-6
/
+4
2008-03-06
[quartz] fix text rendering with gradient or image source
Vladimir Vukicevic
1
-29
/
+36
2008-03-03
[quartz] compilation fix
Vladimir Vukicevic
1
-1
/
+1
2008-03-03
[quartz] use CGContextGetType API if available
Vladimir Vukicevic
1
-1
/
+16
2008-02-26
[cairo-quartz-surface] Make check fixup.
Chris Wilson
1
-3
/
+3
2008-02-25
[quartz] More mask fixes -- handle all types via fallback mask image
Vladimir Vukicevic
1
-17
/
+62
[next]