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-11-02
[Makefile.am] Pass tag message to git-tag in release-publish
1.2
Behdad Esfahbod
1
-1
/
+1
2006-11-02
[Makefile.am] Minor fixes in release-publish output
Behdad Esfahbod
1
-2
/
+3
2006-11-02
[configure.in] Increase version to 1.2.7 post release
Behdad Esfahbod
1
-1
/
+1
2006-11-02
Released cairo-1.2.6.
1.2.6
Behdad Esfahbod
1
-2
/
+2
2006-11-02
[doc] Update templates prior to release
Behdad Esfahbod
1
-0
/
+1
2006-11-02
Makefile.am: Remove boilerplate out of DIST_SUBDIRS
Behdad Esfahbod
1
-1
/
+1
2006-11-02
Add notes for the 1.2.6 release.
Behdad Esfahbod
1
-0
/
+60
2006-11-02
Make xlib and xcb backends tolerant of single-bit errors in the test suite ou...
Carl Worth
1
-4
/
+8
2006-11-02
Move target tolerance to cairo_test_target structure (should let single-pixel...
Carl Worth
1
-69
/
+40
2006-11-02
test: Ignore single-bit errors for SVG backend.
Carl Worth
6
-122
/
+244
2006-11-02
test: Remove custom read/write-png code in favor of using cairo surfaces
Carl Worth
9
-535
/
+117
2006-11-02
[win32] Use CAIRO_FORMAT_RGB24 for BITSPIXEL==32 surfaces too
Tor Lillqvist
1
-1
/
+1
2006-11-02
[win32] Remove _cairo_win32_surface_show_glyphs()
Behdad Esfahbod
1
-106
/
+1
2006-11-02
[slim] hide cairo_pattern_status() #8551
Behdad Esfahbod
2
-0
/
+2
2006-11-02
[slim] hide cairo_version_string()
Jamey Sharp
2
-0
/
+2
2006-11-02
Pass correct surface to create_similar in _cairo_clip_init_deep_copy()
Miklós Erdélyi
1
-1
/
+1
2006-11-02
[PDF] Set CTM before path construction
Behdad Esfahbod
1
-5
/
+5
2006-11-02
test: Update reference images due to previous change to _cairo_color_compute_...
Carl Worth
16
-3
/
+1
2006-11-02
Add missing ) in comment
Christian Biesinger
1
-1
/
+1
2006-11-02
Add neglected reference images for infinite-join test
Carl Worth
4
-0
/
+3
2006-11-02
Fix infinite-join test case (bug #8379)
Carl Worth
1
-0
/
+5
2006-11-02
test/infinite-join: Modify to draw something visible, and make the output a m...
Carl Worth
1
-4
/
+11
2006-11-02
Add assert statement so the infinite-join test simply exits rather than loopi...
Carl Worth
1
-0
/
+2
2006-11-02
Add test case from bug #8379 demonstrating infinite loop during round join
Carl Worth
2
-0
/
+74
2006-11-02
[configure.in] Require pkg-config 0.19. (#8686)
Behdad Esfahbod
1
-1
/
+1
2006-11-02
Bug #7497: Change _cairo_color_compute_shorts to not rely on any particular f...
Carl Worth
1
-8
/
+16
2006-11-02
PDF: Add cairo version to document info dictionary
Adrian Johnson
1
-3
/
+5
2006-11-02
PS: Add cairo version to PS header
Adrian Johnson
1
-1
/
+2
2006-11-02
Type1 subsetting: Don't put .notdef in Encoding when there are 256 glyphs
Adrian Johnson
1
-1
/
+1
2006-11-02
Correct an unsigned to signed conversion problem in truetype subsetting bbox
Adrian Johnson
1
-6
/
+6
2006-11-02
fix comment: pixman_private needs to be before the type of a variable
Christian Biesinger
1
-2
/
+2
2006-11-02
[slim] hide cairo_glitz_surface_create() (#8551)
Behdad Esfahbod
3
-1
/
+44
2006-11-02
Fix typo that was resulting in device glyph_extents of INT16_MAX in some cases.
Carl Worth
1
-1
/
+1
2006-11-02
[Makefile.am] Pass srcdir down to the tests
Behdad Esfahbod
1
-0
/
+1
2006-10-31
Add new _cairo_pattern_create_for_status so that patterns properly propagate ...
Carl Worth
1
-36
/
+16
2006-10-31
Fix cairo_image_surface_create to report INVALID_FORMAT errors.
Carl Worth
1
-2
/
+50
2006-10-31
[check-headers.sh] Don't use '\>' regexp syntax
Behdad Esfahbod
1
-1
/
+1
2006-10-31
Use pixman_private consistently as prefix not suffix
Alfred Peng
2
-3
/
+3
2006-10-31
Add Sun Pro C definition of pixman_private
Alfred Peng
1
-1
/
+3
2006-10-31
Fix dependency of 'make doc' so that necessary header files are built first.
Carl Worth
1
-4
/
+4
2006-10-31
Rename docs-publish target to doc-publish in order to be consistent with the ...
Carl Worth
1
-1
/
+1
2006-10-31
Fix Makefile bug preventing 'make doc' from succeeding
Carl Worth
1
-1
/
+1
2006-10-31
Fix typo in documentation of cairo_in_fill (thanks to Jonathan Watt) and clar...
Carl Worth
1
-9
/
+15
2006-10-31
Remove redundant call to _cairo_surface_get_extents
Robert O'Callahan
1
-4
/
+0
2006-10-31
Rename test from stale path-data name to copy-path
Carl Worth
4
-4
/
+4
2006-10-31
Fix cairo_copy_path and cairo_copy_path_flat to propagate errors.
Carl Worth
4
-7
/
+56
2006-10-31
Compute right index when looking up left side bearing.
Kristian Høgsberg
1
-4
/
+3
2006-10-31
[configure] Print out whether SVG and PDF surfaces can be tested
Behdad Esfahbod
2
-3
/
+7
2006-10-31
Add missing pixman_private to _FbOnes when a function.
Carl Worth
1
-1
/
+1
2006-10-31
check-def.sh: Only allow _cairo_.*_test_.* symbols, not all _cairo.* ones
Behdad Esfahbod
1
-1
/
+1
[next]