index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
1
-0
/
+42
2005-05-06
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Owen Taylor
1
-0
/
+13
2005-05-04
Add glyph caching to glitz backend
David Reveman
1
-0
/
+4
2005-05-03
Fills as paths patch originally by Owen Taylor.
Kristian Høgsberg
1
-0
/
+21
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
1
-0
/
+31
2005-05-03
Add suggestion for copy-on-write regions to fix clip region problems.
Carl Worth
1
-0
/
+9
2005-05-02
Changes the sign of extents->descent to match win32 backend and the conventio...
Owen Taylor
1
-0
/
+8
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
1
-0
/
+35
2005-05-02
Use correct arguments to compute absolute positions.
Keith Packard
1
-0
/
+12
2005-05-02
not mask.png. (Pointed out by Carl)
Owen Taylor
1
-0
/
+5
2005-05-02
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
Owen Taylor
1
-0
/
+10
2005-05-01
Also call _cairo_gstate_ensure_font() for this function.
Kristian Høgsberg
1
-0
/
+5
2005-04-28
Add a item about reworking cairo_format_t.
Owen Taylor
1
-0
/
+4
2005-04-28
Replace annoying _ in output image filenames with - for better consistency.
Carl Worth
1
-0
/
+6
2005-04-27
Use 1 instead of 0 for width and height to avoid BadValue errors from XCreate...
Carl Worth
1
-0
/
+6
2005-04-27
Add support for testing multiple backends, courtesy of cairo_surface_write_to...
Carl Worth
1
-0
/
+18
2005-04-27
src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...
Owen Taylor
1
-0
/
+11
2005-04-26
Build rectangle with an identity matrix in place so that the entire target su...
Carl Worth
1
-0
/
+6
2005-04-26
Add test to demonstrate bug in cairo_paint when under a non-identity transfor...
Carl Worth
1
-0
/
+8
2005-04-26
Updated.
Owen Taylor
1
-0
/
+6
2005-04-26
Note that cairo_paint and cairo_clip/fill/stroke_preserve are all done now.
Carl Worth
1
-0
/
+6
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
1
-0
/
+40
2005-04-26
Add very simple test to generate PDF output, (no automated verification yet).
Carl Worth
1
-0
/
+14
2005-04-25
Prototypes moved to cairo.h, this file removed.
Kristian Høgsberg
1
-0
/
+2
2005-04-25
Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...
Kristian Høgsberg
1
-0
/
+7
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
1
-0
/
+21
2005-04-25
Initialize the saved_dc_bitmap field here as well ... not strictly needed, bu...
Owen Taylor
1
-0
/
+6
2005-04-23
Finalize the correct pattern.
Kristian Høgsberg
1
-0
/
+5
2005-04-22
Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...
Kristian Høgsberg
1
-0
/
+11
2005-04-21
Handle backends that don't have a set_clip_region implementation (PDF).
Kristian Høgsberg
1
-0
/
+5
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-0
/
+35
2005-04-19
Update API Shakeup chart to indicate that cairo_paint and cairo_fill_preserve...
Carl Worth
1
-0
/
+5
2005-04-18
Add a test of a repeating surface pattern.
Carl Worth
1
-0
/
+8
2005-04-18
Mark a couple of items that are now complete.
Carl Worth
1
-0
/
+11
2005-04-14
Update API Shakeup chart to indicate that cairo_set_source is done.
Carl Worth
1
-0
/
+5
2005-04-14
and delete:
Carl Worth
1
-0
/
+84
2005-04-14
Make gradient change color in addition to just changing alpha in order to hig...
Carl Worth
1
-0
/
+8
2005-04-14
Improve instructions for when to add a test to the XFAIL list.
Carl Worth
1
-0
/
+11
2005-04-14
Add gradient-alpha test in preparation for upcoming cairo_set_source patch.
Carl Worth
1
-0
/
+8
2005-04-14
Add set-source test in preparation for upcoming cairo_set_source patch.
Carl Worth
1
-0
/
+8
2005-04-14
Remove a stray free() (#3029, Carl Worth)
Owen Taylor
1
-0
/
+7
2005-04-13
Set freed pointer to NULL.
Carl Worth
1
-0
/
+11
2005-04-13
Add new test to exercise crash when calling cairo_surface_finish twice on the...
Carl Worth
1
-0
/
+8
2005-04-13
Add new set-surface-no-show-text test.
Carl Worth
1
-0
/
+11
2005-04-13
Temporarily remove all text from this test case until we come up with an appr...
Carl Worth
1
-0
/
+7
2005-04-13
Fix ChangeLog entry
Owen Taylor
1
-1
/
+1
2005-04-13
Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, ...
Owen Taylor
1
-0
/
+6
2005-04-13
src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...
Owen Taylor
1
-0
/
+18
2005-04-12
Note that bug is now fixed.
Carl Worth
1
-0
/
+4
2005-04-12
Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes ...
Carl Worth
1
-0
/
+5
[next]