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
2005-05-18
Add notes for snapshot 0.1.5.
SNAPSHOT_0_1_5
Carl Worth
3
-1
/
+25
2005-05-18
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_0.
Carl Worth
2
-1
/
+6
2005-05-18
Clear pointers to NULL after destroying/freeing them.
Carl Worth
2
-3
/
+14
2005-05-18
Declare pixman_fixed16_16_t properly as int32_t rather than just int. Reporte...
Carl Worth
2
-2
/
+7
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
2005-05-11
Avoid empty glyphs
David Reveman
2
-19
/
+46
2005-05-11
Fix fill_rectangles and show_glyphs in glitz backend
David Reveman
2
-5
/
+14
2005-05-10
src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...
Owen Taylor
5
-38
/
+5
2005-05-10
src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...
Owen Taylor
4
-32
/
+27
2005-05-10
Don't use return when calling a void function (thanks to Damien Carbery <dami...
Carl Worth
2
-4
/
+10
2005-05-10
Removing mucking around with stderr and add a cairo_test_log function instead.
Carl Worth
10
-35
/
+68
2005-05-10
Fix URLs for glitz and xlibs, (thanks to Jason Dorje Short <jdorje@users.sf.n...
Carl Worth
2
-2
/
+7
[next]