index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-02-13
Remove pixman from SNAPSHOT_0_5_0
SNAPSHOT_0_5_0
Carl Worth
201
-33188
/
+19669
2006-02-13
Remove pixman from SNAPSHOT_0_4_0
SNAPSHOT_0_4_0
Carl Worth
256
-13085
/
+21968
2006-02-13
Remove pixman and revert tessellation bug from SNAPSHOT_0_3_0
SNAPSHOT_0_3_0
Carl Worth
89
-1644
/
+13213
2006-02-13
Remove pixman and revert tessellation bug from SNAPSHOT_0_2_0
SNAPSHOT_0_2_0
Carl Worth
99
-4209
/
+12467
2006-02-13
Remove pixman from LGPL_CHANGE_AFTER
LGPL_CHANGE_AFTER
Carl Worth
44
-862
/
+1128
2006-02-13
Remove pixman from LGPL_CHANGE_BEFORE
LGPL_CHANGE_BEFORE
Carl Worth
40
-695
/
+5396
2006-02-13
Remove pixman from SNAPSHOT_0_1_23
SNAPSHOT_0_1_23
Carl Worth
22
-650
/
+1056
2006-02-13
Remove pixman from SNAPSHOT_0_1_22
SNAPSHOT_0_1_22
Carl Worth
8
-19
/
+43
2006-02-13
Remove pixman from SNAPSHOT_0_1_21
SNAPSHOT_0_1_21
Carl Worth
14
-49
/
+985
2006-02-13
Remove pixman from SNAPSHOT_0_1_20
SNAPSHOT_0_1_20
Carl Worth
73
-2243
/
+9706
2006-02-13
Remove pixman since it shouldn't exist at this point of the history.
SNAPSHOT_0_1_16
Carl Worth
39
-14345
/
+0
2005-05-17
Added porting guide to help with transition to cairo 0.5 API.
Carl Worth
4
-1
/
+571
2005-05-17
Bring up to date with Keith's latest improvements to cairo-xlib-surface.c: Ad...
Carl Worth
2
-24
/
+40
2005-05-17
Two fixes from Kristion Høgsberg:
Carl Worth
3
-2
/
+24
2005-05-17
Add some comments about how and why masks are computed. Generalize overflow d...
Keith Packard
2
-12
/
+27
2005-05-17
Fix documentation to not mention set_size for the _for_bitmap functions.
Carl Worth
3
-10
/
+8
2005-05-17
Remove #ifdef munging since we once again support either #if or #ifdef.
Carl Worth
3
-3
/
+10
2005-05-17
Update instructions to match output of 'make distcheck'
Carl Worth
4
-5
/
+19
2005-05-17
Fix more deprecation macros
Carl Worth
1
-4
/
+4
2005-05-17
Add a few more REPLACED_BY and DEPRECATED_BY definitions.
Carl Worth
3
-1
/
+31
2005-05-17
Add cairo-xlib-xrender.h which was missed from an earlier commit.
Carl Worth
2
-1
/
+6
2005-05-17
Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.
Carl Worth
6
-197
/
+427
2005-05-17
Avoid shifting 32-bit quanity by 32 bits, which is undefined behavior.
Carl Worth
2
-2
/
+8
2005-05-17
Rework of cairo_xlib_surface create functions by Keith Packard:
Carl Worth
6
-230
/
+342
2005-05-17
Remove destroy_closure from cairo_output_stream_t interface.
Carl Worth
9
-113
/
+164
2005-05-17
Add simple test for ps surface backend (modeled after pdf-surface.c).
Carl Worth
5
-0
/
+141
2005-05-17
Update PDF test case to make sure we're actually getting the right paper size...
Carl Worth
2
-7
/
+62
2005-05-17
Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c).
Carl Worth
2
-1
/
+6
2005-05-17
Update to the latest PDF surface API changes: use filename not FILE* and use ...
Carl Worth
2
-10
/
+14
2005-05-16
Initialize op->stops[0].scale = 0.
Keith Packard
2
-0
/
+18
2005-05-16
Remove quarter-over test name accidentally added to Makefile.
Carl Worth
3
-4
/
+6
2005-05-16
Take a filename instead of a FILE pointer.
Kristian Høgsberg
5
-22
/
+41
2005-05-14
Brush the dust off the XCB backend and get it compiling and working again. Th...
Carl Worth
7
-77
/
+427
2005-05-14
Cleanup output a bit, move verbose messages to test-specific log file.
Carl Worth
4
-14
/
+31
2005-05-14
Fix the last commit so it actually compiles now.
Carl Worth
2
-2
/
+8
2005-05-14
Fix a few documentation typos in the recent xlib surface rework.
Carl Worth
3
-8
/
+17
2005-05-14
Add an #error if cairo-foo.h is included when cairo was compiled without supp...
Carl Worth
10
-2
/
+41
2005-05-14
Update for change in cairo_pdf_surface_create which no longer accepts DPI val...
Carl Worth
2
-2
/
+6
2005-05-13
src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...
Owen Taylor
11
-97
/
+479
2005-05-13
Make this a varg function and use the new _cairo_output_stream_vprintf() func...
Kristian Høgsberg
4
-53
/
+203
2005-05-13
Rename cairo_pdf_surface_create_for_callback() to cairo_pdf_surface_create_fo...
Kristian Høgsberg
3
-78
/
+73
2005-05-13
Fix misplaced goto.
Owen Taylor
2
-2
/
+8
2005-05-12
Fix image->data to be unsigned
Carl Worth
5
-10
/
+23
2005-05-12
Update xcb backend to compile after recent API changes:
Carl Worth
2
-14
/
+22
2005-05-12
libpixman creates an A8 format object and sometimes forgets to destroy (when ...
Keith Packard
2
-5
/
+17
2005-05-12
Add new test for bug in cairo_paint_with_alpha not transforming the source.
Carl Worth
6
-1
/
+86
2005-05-12
_get_mask_extents creates a pixman region but neglects to destroy it.
Keith Packard
2
-0
/
+10
2005-05-11
Handle more cases by assuming no-super-luminescent colors.
Owen Taylor
2
-2
/
+15
2005-05-11
Revive quartz backend.
T Rowley
6
-51
/
+149
2005-05-11
Revive quartz backend.
Tor Lillqvist
4
-102
/
+65
[next]