index
:
~joonas/cairo
master
no-pixman-ref
pthreads
tor-clip-fix
wip/master-tor-merge-sort
wip/master-tor-ordered-x
wip/os2-walsh
wip/tiled-span-renderer
joonas's cairo branches
joonas
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-25
From: J. Ali Harlow" <ali@avrc.city.ac.uk> Reviewed by: Vladimir Vukicevic <v...
Carl Worth
1
-2
/
+2
2005-06-20
Rip out cairo_set_error_notfiy function as it is clear that it is not the rig...
Carl Worth
3
-111
/
+0
2005-06-16
Reorder fields of cairo_private_t to match initialization order.
Carl Worth
3
-0
/
+111
2005-06-15
(cairo_test_for_target): And add missing parenthesis.
Carl Worth
1
-1
/
+1
2005-06-15
Track removal of cairo_status_string.
Carl Worth
1
-1
/
+2
2005-06-15
Remove cairo-atsui section since cairo-atsui.h is currently empty. Add cairo_...
Carl Worth
1
-0
/
+2
2005-06-14
Implement path clipping and refactor _cairo_gstate_clip() out in three differ...
Kristian Høgsberg
2
-2
/
+143
2005-06-09
Add
Owen Taylor
1
-1
/
+6
2005-06-03
When clipping, update the clip surface to a new surface the size of the inter...
Kristian Høgsberg
2
-0
/
+6
2005-06-01
Add self-intersecting to the list of expected failures.
Carl Worth
1
-0
/
+1
2005-06-01
Add self-intersecting test which demonstrates the long-standing bug with stro...
Carl Worth
4
-0
/
+93
2005-05-26
Replace nesting-only surface clipping with gstate contained serial-number tra...
Keith Packard
2
-3
/
+1
2005-05-17
Update instructions to match output of 'make distcheck'
Carl Worth
1
-2
/
+2
2005-05-17
Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.
Carl Worth
1
-11
/
+104
2005-05-17
Rework of cairo_xlib_surface create functions by Keith Packard:
Carl Worth
2
-9
/
+15
2005-05-17
Remove destroy_closure from cairo_output_stream_t interface.
Carl Worth
2
-15
/
+9
2005-05-17
Add simple test for ps surface backend (modeled after pdf-surface.c).
Carl Worth
4
-0
/
+131
2005-05-17
Update PDF test case to make sure we're actually getting the right paper size...
Carl Worth
1
-7
/
+55
2005-05-17
Update to the latest PDF surface API changes: use filename not FILE* and use ...
Carl Worth
1
-10
/
+8
2005-05-16
Remove quarter-over test name accidentally added to Makefile.
Carl Worth
2
-4
/
+0
2005-05-14
Brush the dust off the XCB backend and get it compiling and working again. Th...
Carl Worth
4
-4
/
+50
2005-05-14
Cleanup output a bit, move verbose messages to test-specific log file.
Carl Worth
3
-14
/
+24
2005-05-14
Fix a few documentation typos in the recent xlib surface rework.
Carl Worth
1
-0
/
+1
2005-05-14
Update for change in cairo_pdf_surface_create which no longer accepts DPI val...
Carl Worth
1
-2
/
+1
2005-05-13
src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...
Owen Taylor
3
-2
/
+267
2005-05-12
Add new test for bug in cairo_paint_with_alpha not transforming the source.
Carl Worth
4
-0
/
+68
2005-05-11
Revive quartz backend.
T Rowley
2
-4
/
+10
2005-05-10
Removing mucking around with stderr and add a cairo_test_log function instead.
Carl Worth
9
-35
/
+54
2005-05-10
Don't guess and make our own definitions for uint8_t, etc. Just error out if ...
Carl Worth
1
-7
/
+21
2005-05-06
Change definitions of everything in cairo-features.h to prefer #if over #ifdef.
Carl Worth
1
-8
/
+8
2005-05-06
Update to track new CAIRO_OPERATOR names.
Carl Worth
1
-2
/
+2
2005-05-06
Eliminate the following deprecated functions from cairo's interface:
Carl Worth
11
-40
/
+43
2005-05-06
Rename and re-order the cairo_operator_t enum to names that abbreviate less a...
Carl Worth
2
-3
/
+3
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
11
-110
/
+104
2005-05-06
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Owen Taylor
5
-189
/
+7
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
14
-73
/
+327
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
7
-0
/
+287
2005-05-02
Use correct arguments to compute absolute positions.
Keith Packard
3
-2
/
+61
2005-05-02
not mask.png. (Pointed out by Carl)
Owen Taylor
1
-1
/
+1
2005-05-02
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
Owen Taylor
3
-0
/
+244
2005-04-28
Replace annoying _ in output image filenames with - for better consistency.
Carl Worth
2
-4
/
+4
2005-04-27
Use 1 instead of 0 for width and height to avoid BadValue errors from XCreate...
Carl Worth
1
-0
/
+5
2005-04-27
Add support for testing multiple backends, courtesy of cairo_surface_write_to...
Carl Worth
7
-105
/
+344
2005-04-26
Add test to demonstrate bug in cairo_paint when under a non-identity transfor...
Carl Worth
4
-0
/
+58
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
2
-29
/
+16
2005-04-26
Add very simple test to generate PDF output, (no automated verification yet).
Carl Worth
8
-8
/
+70
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
3
-23
/
+19
2005-04-19
Add new cairo_paint function.
Carl Worth
2
-4
/
+2
2005-04-18
Add a test of a repeating surface pattern.
Carl Worth
4
-0
/
+79
2005-04-18
Mark a couple of items that are now complete.
Carl Worth
4
-0
/
+71
[next]