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
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2005-12-28
namespace declarations for SVG and XLINK (#5411).
Emmanuel Pacaud
1
-0
/
+5
2005-12-27
Add BeOS-specific reference images for tests where the maximum color differen...
Christian Biesinger
1
-0
/
+13
2005-12-26
Implement composite for the beos backend. Don't map CAIRO_OPERATOR_ADD to B_O...
Christian Biesinger
1
-0
/
+6
2005-12-26
Don't require that the caller locks the view; do it in cairo code.
Christian Biesinger
1
-0
/
+6
2005-12-21
Remove some unneeded backend functions (composite, fill_rectangles, composite...
Carl Worth
1
-0
/
+6
2005-12-21
Don't implement create_similar for the test-meta or the paginated surface. Th...
Carl Worth
1
-0
/
+10
2005-12-21
Add a private cairo_paginated_surface_t which builds on top of the meta surfa...
Carl Worth
1
-0
/
+32
2005-12-21
Here is a cleaner implementation of the _cairo_array_t change which was previ...
Carl Worth
1
-0
/
+23
2005-12-21
Revert inadvertent commit (immediately previous).
Carl Worth
1
-0
/
+13
2005-12-21
Fix indentation.
Carl Worth
1
-0
/
+4
2005-12-21
Remove cruft from old commands that the meta surface no longer implements (co...
Carl Worth
1
-0
/
+6
2005-12-21
Fix some typos
Christian Biesinger
1
-0
/
+8
2005-12-21
store surfaces in a <g> node, and clip to surface area. Now SVG backend shoul...
Emmanuel Pacaud
1
-0
/
+8
2005-12-20
Add some comments describing what a cairo_meta_surface_t is.
Carl Worth
1
-0
/
+14
2005-12-20
Move more fallback code from cairo-gstate.c to cairo-surface-fallback.c where...
Carl Worth
1
-0
/
+16
2005-12-19
Begin moving fallback code out of cairo-surface.c and into cairo-surface-fall...
Carl Worth
1
-0
/
+22
2005-12-19
Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...
Carl Worth
1
-0
/
+31
2005-12-19
Use correct color when OPERATOR_SOURCE is used on a surface without alpha inf...
Christian Biesinger
1
-0
/
+5
2005-12-19
fix stroke linewidth and dashes, I hope. Emit stroke-dashoffset.
Emmanuel Pacaud
1
-0
/
+5
2005-12-19
Use NULL clip instead of special serial zero cairo_clip_t Should make using s...
Keith Packard
1
-0
/
+11
2005-12-19
CAIRO_CAN_TEST_SVG_SURFACE depends on librsvg.
Emmanuel Pacaud
1
-0
/
+30
2005-12-19
Some final changes to the beos backend before checkin were wrong, fixing.
Christian Biesinger
1
-0
/
+6
2005-12-19
Use gtk-doc syntax rather than doxygen syntax for internal functions (to avoi...
Christian Biesinger
1
-0
/
+6
2005-12-18
Mention new --enable-svg option
Christian Biesinger
1
-0
/
+17
2005-12-18
Move enum to cairoint.h
Christian Biesinger
1
-0
/
+10
2005-12-16
make the SVG backend freetype message actually mention SVG rather than PDF.
Christian Biesinger
1
-0
/
+5
2005-12-16
Return a test_fallback_surface_t rather than a cairo_image_surface_t for bett...
Carl Worth
1
-0
/
+8
2005-12-16
Add a new option --enable-test-surfaces.
Carl Worth
1
-0
/
+22
2005-12-16
Don't export cairo_image_surface_set_clip_region.
Carl Worth
1
-0
/
+11
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-0
/
+88
2005-12-15
Make poppler check require poppler >= 0.4.1.
Carl Worth
1
-0
/
+4
2005-12-14
#define access _access and #define F_OK to 0 on for MSVC
Stuart Parmenter
1
-0
/
+6
2005-12-14
Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...
Carl Worth
1
-0
/
+9
2005-12-14
Add preliminary support for --enable-gcov. Thanks to Pierre-Alain Joye (with ...
Carl Worth
1
-0
/
+9
2005-12-13
Make creator be cairo, not Cairo.
Carl Worth
1
-0
/
+5
2005-12-12
bump glitz req to 0.5.1, test for backends
Vladimir Vukicevic
1
-0
/
+12
2005-12-08
shhh...
Emmanuel Pacaud
1
-0
/
+4
2005-12-08
add optionnal disabled by default SVG backend.
Emmanuel Pacaud
1
-0
/
+16
2005-12-07
Note that that PDF backend has been incorporated into the test suite.
Carl Worth
1
-0
/
+5
2005-12-07
Add checks for poppler and friends which are needed by pdf2png. Set CAIRO_CAN...
Carl Worth
1
-0
/
+18
2005-12-07
Note that self-copy now works with the PS backend.
Carl Worth
1
-0
/
+35
2005-12-07
Fix to check cairo_surface_status rather than !surface which is always false....
Carl Worth
1
-0
/
+6
2005-12-07
Use more portable shell syntax, ('test =' rather than 'test =='). Thanks to R...
Carl Worth
1
-0
/
+6
2005-12-05
glitz backend gradient fix
David Reveman
1
-0
/
+5
2005-12-04
More updates to track latest changes to glitz
David Reveman
1
-0
/
+6
2005-11-29
Track changes to glitz
David Reveman
1
-0
/
+5
2005-11-21
Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.
Carl Worth
1
-0
/
+5
2005-11-21
Add reminder to fix all memory leaks (as determined by the test suite) before...
Carl Worth
1
-0
/
+9
2005-11-18
Remove spurios INT_ prefixes which break the build with very recent binutils.
Carl Worth
1
-0
/
+5
2005-11-17
Hooked up tests to run on Windows with a Windows surface
Stuart Parmenter
1
-0
/
+6
[next]