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
/
cairo-quartz-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-8
/
+8
2006-05-24
New API: Add new function cairo_surface_get_content
Carl Worth
1
-1
/
+3
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-14
/
+12
2006-04-11
Make the API more like Vlad's new API.#
Anders Carlsson
1
-5
/
+6
2006-04-10
Remove unused function
Anders Carlsson
1
-8
/
+0
2006-04-10
Rework the quartz backend to not always hold an image but instead to create i...
Anders Carlsson
1
-111
/
+109
2006-04-07
* Fix build
Anders Carlsson
1
-0
/
+1
2006-02-26
Use C-style comments rather than C++-style
Christian Biesinger
1
-5
/
+6
2006-01-10
Add cairo-quartz-private.h
Anders Carlsson
1
-16
/
+21
2005-11-14
If the surface is flipped, flip the CG coordinate system before drawing the i...
Anders Carlsson
1
-0
/
+13
2005-11-01
Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.
Carl Worth
1
-1
/
+1
2005-08-18
Fix to not leak surface->cgImage on out-of-memory (thanks to Josh Aas <joshmo...
Carl Worth
1
-2
/
+2
2005-07-31
Cast away the const on the nil surface to avoid a compiler warning.
Billy Biggs
1
-1
/
+1
2005-07-29
src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor ...
Tor Lillqvist
1
-1
/
+2
2005-07-28
dest_image) src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_im...
Owen Taylor
1
-0
/
+1
2005-07-28
Remove all create_in_error functions as they were just muddling up the memory...
Carl Worth
1
-0
/
+5
2005-07-27
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...
Carl Worth
1
-12
/
+5
2005-07-18
Fix the quartz backend so that it at least compiles again. This change is sli...
Carl Worth
1
-7
/
+4
2005-07-08
Give enum tags an underscore prefix to match the style of the struct tags. Ad...
Carl Worth
1
-6
/
+5
2005-06-14
Implement path clipping and refactor _cairo_gstate_clip() out in three differ...
Kristian Høgsberg
1
-0
/
+1
2005-06-14
Remove Boolean 'drawable' parameter from the create_similar surface backend f...
Carl Worth
1
-1
/
+0
2005-05-11
Revive quartz backend.
Tor Lillqvist
1
-5
/
+13
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
1
-24
/
+0
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-2
/
+10
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-101
/
+8
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-9
/
+0
2005-03-29
Update quartz backend to compilable/workable version and re-enable.
Tor Lillqvist
1
-204
/
+179
2005-03-17
doc fix - 90 degrees is MI_PI/2 radians.
Owen Taylor
1
-3
/
+3
2005-01-21
Change cairo_font_t to refer to a font scaled to a particular output device r...
Owen Taylor
1
-1
/
+1
2005-01-20
Created new public header cairo-atsui.h.
Carl Worth
1
-6
/
+1
2005-01-16
Add native Mac OS X support.
Marco Pesenti Gritti
1
-0
/
+397