summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-06Make handling of unsigned char* vs. char* consistent. Change all parameters t...Carl Worth8-44/+45
2005-04-06Fix reversed arguments in call to calloc.Carl Worth2-4/+6
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth7-12/+17
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth14-129/+22
2005-04-02Use the current point to offset just the destination, not the source and dest...Carl Worth1-2/+2
2005-04-02Style and indentation fixes.Carl Worth12-76/+80
2005-04-01Update API shakeup chart.Carl Worth5-25/+59
2005-03-31Remove this function now that the PNG backend is gone.Kristian Høgsberg1-28/+0
2005-03-30A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:Carl Worth2-2/+4
2005-03-30src/cairo-gstate.c (_cairo_gstate_stroke_extents): call _cairo_pen_init so th...Tor Lillqvist1-0/+2
2005-03-29src/cairo-xlib.h: include Xlib.h to fix solaris build bustage.Tor Lillqvist1-0/+1
2005-03-29src/cairo-wideint.h: add preprocessor tests for stdint.h/inttypes.hTor Lillqvist2-3/+20
2005-03-29Update quartz backend to compilable/workable version and re-enable.Tor Lillqvist2-852/+759
2005-03-28Renamed a bunch of files to use - rather than _ as a separator. Copy happened...Carl Worth35-24703/+34