summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-05-11Handle more cases by assuming no-super-luminescent colors.Owen Taylor1-2/+10
2005-05-11Revive quartz backend.T Rowley3-47/+118
2005-05-11Revive quartz backend.Tor Lillqvist3-102/+59
2005-05-11Avoid empty glyphsDavid Reveman1-19/+44
2005-05-11Fix fill_rectangles and show_glyphs in glitz backendDavid Reveman1-5/+7
2005-05-10src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...Owen Taylor2-24/+0
2005-05-10src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...Owen Taylor3-32/+20
2005-05-10Don't use return when calling a void function (thanks to Damien Carbery <dami...Carl Worth1-4/+4
2005-05-10Don't guess and make our own definitions for uint8_t, etc. Just error out if ...Carl Worth2-18/+13
2005-05-10Fix cairo_get_font_matrix to actually use its out-parameter. And change the r...Carl Worth4-12/+15
2005-05-09Get the glyphslot point *after* we get the FT_Face. (Robert O'Callahan)Owen Taylor1-3/+3
2005-05-09Fix deprecation macro to point to the right function, (thanks to John Ellson).Carl Worth1-1/+1
2005-05-09Push cairo_matrix_t const-correctness down through the entire implmentation, ...Carl Worth9-73/+88
2005-05-09Change cairo-features again so that either #if or #ifdef will work to test an...Carl Worth1-11/+11
2005-05-06Point to both cairo_set_source_rgba and cairo_paint_with_alpha in deprecation...Carl Worth1-1/+1
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth16-41/+38
2005-05-06Remove deprecated cairo_get_rgb_color that was accidentally missed in the rec...Carl Worth5-63/+0
2005-05-06Update to track new CAIRO_OPERATOR names.Carl Worth4-11/+11
2005-05-06Fix return type from cairo_status_t to cairo_int_status_t.Carl Worth1-1/+1
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth11-552/+131
2005-05-06Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth7-45/+76
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth13-535/+99
2005-05-06src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor3-2/+37
2005-05-04Add glyph caching to glitz backendDavid Reveman1-1/+855
2005-05-03Fills as paths patch originally by Owen Taylor.Kristian Høgsberg5-9/+150
2005-05-03Originally 2005-04-20 Carl Worth <cworth@cworth.org>Carl Worth4-227/+41
2005-05-03Add suggestion for copy-on-write regions to fix clip region problems.Carl Worth1-1/+1
2005-05-02Changes the sign of extents->descent to match win32 backend and the conventio...Owen Taylor2-4/+45
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor7-77/+326
2005-05-02Use correct arguments to compute absolute positions.Keith Packard1-4/+4
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor4-67/+268
2005-05-01Also call _cairo_gstate_ensure_font() for this function.Kristian Høgsberg1-0/+4
2005-04-27src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...Owen Taylor4-32/+72
2005-04-26Build rectangle with an identity matrix in place so that the entire target su...Carl Worth1-0/+14
2005-04-26Updated.Owen Taylor2-22/+7
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth13-880/+1049
2005-04-25Prototypes moved to cairo.h, this file removed.Kristian Høgsberg1-58/+0
2005-04-25Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...Kristian Høgsberg2-7/+8
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg4-73/+276
2005-04-25Initialize the saved_dc_bitmap field here as well ... not strictly needed, bu...Owen Taylor1-0/+1
2005-04-23Finalize the correct pattern.Kristian Høgsberg1-2/+2
2005-04-22Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...Kristian Høgsberg4-34/+46
2005-04-21Handle backends that don't have a set_clip_region implementation (PDF).Kristian Høgsberg1-0/+3
2005-04-19Add new cairo_paint function.Carl Worth13-71/+321
2005-04-14and delete:Carl Worth12-545/+500
2005-04-14Remove a stray free() (#3029, Carl Worth)Owen Taylor1-1/+0
2005-04-13Set freed pointer to NULL.Carl Worth2-3/+12
2005-04-13Fix a comment from last commitOwen Taylor1-1/+1
2005-04-13Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, ...Owen Taylor1-0/+7
2005-04-13src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...Owen Taylor3-195/+450