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