summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-12Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.Carl Worth2-2/+3
2005-04-12Use CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.Carl Worth2-2/+2
2005-04-12Offset the src pattern by (0,0)->CTM. This fixes test/translate-show-surface.Carl Worth2-4/+17
2005-04-11Add deprecation alias from cairo_scale_font to cairo_set_font_size.Carl Worth1-0/+1
2005-04-11Add deprecation alias from cairo_select_font to cairo_select_font_face.Carl Worth1-0/+1
2005-04-11src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.Owen Taylor2-6/+4
2005-04-08Move include of pixman.h from cairo.h to cairoint.h since libpixman isn't par...Carl Worth3-3/+1
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor10-129/+331
2005-04-08Update to track changes to cairo_matrix_t interface.Dave Beckett1-7/+7
2005-04-08Eliminate internal use of deprecated cairo_matrix_copy.Carl Worth5-45/+13
2005-04-08Don't try to return a value (even a void value) from a void function. Closes ...Carl Worth1-4/+4
2005-04-07Remove broken code for defining uint64_t.Carl Worth1-7/+1
2005-04-07Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth9-388/+77
2005-04-07src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor5-83/+110
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth6-4/+9
2005-04-07Fix various compilation errors.Owen Taylor1-43/+40
2005-04-07Use a preprocessor macro to get a literal value in the array size declaration...Carl Worth1-1/+1
2005-04-07Use a preprocessor macro to get a literal value in the array size declaration...Carl Worth1-1/+1
2005-04-07Use configure-time checks for stdint.h vs. inttypes.h vs. sys/int_types.h rat...Carl Worth2-16/+17
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor15-1113/+1783
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth14-305/+339