summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-05-02Use correct arguments to compute absolute positions.Keith Packard5-6/+77
2005-05-02not mask.png. (Pointed out by Carl)Owen Taylor2-1/+6
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor10-67/+544
2005-05-01Also call _cairo_gstate_ensure_font() for this function.Kristian Høgsberg2-0/+9
2005-04-28Add a item about reworking cairo_format_t.Owen Taylor3-0/+42
2005-04-28Set image->pCompositeClip here. (IcComputeCompositeRegion) src/icrect.c (pixm...Owen Taylor3-9/+23
2005-04-28Replace annoying _ in output image filenames with - for better consistency.Carl Worth3-4/+10
2005-04-27Use 1 instead of 0 for width and height to avoid BadValue errors from XCreate...Carl Worth2-0/+11
2005-04-27Add support for testing multiple backends, courtesy of cairo_surface_write_to...Carl Worth8-105/+362
2005-04-27Don't use pixman_compositeSrc_8888x8888 when the source is x8r8g8b8 or x8b8g8r8.Owen Taylor2-2/+5
2005-04-27src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...Owen Taylor5-32/+83
2005-04-26Build rectangle with an identity matrix in place so that the entire target su...Carl Worth2-0/+20
2005-04-26Add test to demonstrate bug in cairo_paint when under a non-identity transfor...Carl Worth5-0/+66
2005-04-26Updated.Owen Taylor7-39/+155
2005-04-26Note that cairo_paint and cairo_clip/fill/stroke_preserve are all done now.Carl Worth3-5/+11
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth17-910/+1106
2005-04-26Add very simple test to generate PDF output, (no automated verification yet).Carl Worth9-8/+84
2005-04-25Prototypes moved to cairo.h, this file removed.Kristian Høgsberg2-58/+2
2005-04-25Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...Kristian Høgsberg3-7/+15
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg8-96/+316
2005-04-25Initialize the saved_dc_bitmap field here as well ... not strictly needed, bu...Owen Taylor2-0/+7
2005-04-23Finalize the correct pattern.Kristian Høgsberg2-2/+7
2005-04-22Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...Kristian Høgsberg5-34/+57
2005-04-21Handle backends that don't have a set_clip_region implementation (PDF).Kristian Høgsberg2-0/+8
2005-04-19Add new cairo_paint function.Carl Worth16-75/+358
2005-04-19Update API Shakeup chart to indicate that cairo_paint and cairo_fill_preserve...Carl Worth2-2/+7
2005-04-18Add a test of a repeating surface pattern.Carl Worth5-0/+87
2005-04-18Mark a couple of items that are now complete.Carl Worth6-7/+89
2005-04-14Update API Shakeup chart to indicate that cairo_set_source is done.Carl Worth2-1/+6
2005-04-14and delete:Carl Worth24-614/+628
2005-04-14Make gradient change color in addition to just changing alpha in order to hig...Carl Worth3-4/+12
2005-04-14Improve instructions for when to add a test to the XFAIL list.Carl Worth6-16/+47
2005-04-14Add gradient-alpha test in preparation for upcoming cairo_set_source patch.Carl Worth5-0/+74
2005-04-14Add set-source test in preparation for upcoming cairo_set_source patch.Carl Worth5-3/+104
2005-04-14Remove a stray free() (#3029, Carl Worth)Owen Taylor3-2/+12
2005-04-13Set freed pointer to NULL.Carl Worth4-3/+27
2005-04-13Add new test to exercise crash when calling cairo_surface_finish twice on the...Carl Worth4-0/+81
2005-04-13Add new set-surface-no-show-text test.Carl Worth5-0/+76
2005-04-13Temporarily remove all text from this test case until we come up with an appr...Carl Worth3-0/+13
2005-04-13Fix a comment from last commitOwen Taylor1-1/+1
2005-04-13Fix ChangeLog entryOwen Taylor1-1/+1
2005-04-13Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, ...Owen Taylor2-0/+13
2005-04-13Fix typoCarl Worth1-1/+1
2005-04-13src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...Owen Taylor8-196/+688
2005-04-12Note that bug is now fixed.Carl Worth2-1/+9
2005-04-12Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes ...Carl Worth2-1/+6
2005-04-12Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.Carl Worth3-2/+14
2005-04-12Use CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.Carl Worth3-2/+9
2005-04-12Offset the src pattern by (0,0)->CTM. This fixes test/translate-show-surface.Carl Worth3-4/+26
2005-04-11Add new test demonstrating bug in the sequence: cairo_translate; cairo_show_s...Carl Worth5-1/+91