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