Skip to content

Commit 7a9e7e8

Browse files
committed
Updated cairo to 1.17.8.
1 parent 4f44c46 commit 7a9e7e8

File tree

4,579 files changed

+27809
-483327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,579 files changed

+27809
-483327
lines changed

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.deps
2+
.libs
3+
.perf
4+
.idea
5+
cairo-*.*.*
6+
manual-*.*.*
7+
ChangeLog*
8+
Makefile
9+
Makefile.in
10+
aclocal.m4
11+
autom4te.cache
12+
confdefs.h
13+
config.cache
14+
config.h
15+
config.h.in
16+
config.status
17+
configure
18+
configure.scan
19+
conftest.c
20+
conftest.err
21+
conftest.i
22+
doltcompile
23+
doltlibtool
24+
gtk-doc.make
25+
libtool
26+
releases
27+
stamp-h
28+
stamp-h1
29+
stamp-h.in
30+
compile_commands.json
31+
*~
32+
.*.sw?
33+
*.la
34+
*.lo
35+
*.log
36+
*.orig
37+
*.rej
38+
*-uninstalled.pc
39+
.vimrc
40+
gtk-doc.m4
41+
/builddir

AUTHORS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Larry Ewing <[email protected]> Test case for group-clip
2929
Brian Ewins <[email protected]> ATSUI maintenance (first success at making it really work)
3030
Bertram Felgenhauer <[email protected]> Fixes for subtle arithmetic errors
3131
Damian Frank <[email protected]> Build system improvements for win32
32-
Bdale Garbee <[email protected]> Provided essential support for cairo achitecture sessions
32+
Bdale Garbee <[email protected]> Provided essential support for cairo architecture sessions
3333
Jens Granseuer <[email protected]> Fixes to generate proper compiler flags
3434
Laxmi Harikumar <[email protected]> Build fix
3535
J. Ali Harlow <[email protected]> win32 backend updates
@@ -42,7 +42,7 @@ Thomas Hunger <[email protected]> Initial version of cairo_in_stroke/fill
4242
Thomas Jaeger <[email protected]> Extended repeat modes for X
4343
Björn Lindqvist <[email protected]> Performance test cases
4444
Kristian Høgsberg <[email protected]> PDF backend, PS backend with meta-surfaces
45-
Amaury Jacquot <[email protected]> Documentation review, appplication testing
45+
Amaury Jacquot <[email protected]> Documentation review, application testing
4646
Adrian Johnson <[email protected]> PDF backend improvement
4747
Michael Johnson <[email protected]> Bug fix for pre-C99 compilers
4848
Jonathon Jongsma <[email protected]> Fix documentation typos
@@ -61,7 +61,7 @@ Jordi Mas <[email protected]> Bug fix for cairo_show_text
6161
Nicholas Miell <[email protected]> Fixes for linking bugs on AMD64
6262
Eugeniy Meshcheryakov <[email protected]> PS/PDF font subsetting improvements
6363
Zakharov Mikhail <[email protected]> Build fix for HP-UX
64-
Christopher (Monty) Montgomery <[email protected]> Performnace fix (subimage_copy), multi-thread testing
64+
Christopher (Monty) Montgomery <[email protected]> Performance fix (subimage_copy), multi-thread testing
6565
Tim Mooney <[email protected]> Fix test suite to compile with Solaris compiler
6666
Jeff Muizelaar <[email protected]> Patient, painful, pixman code merge. Many fixes for intricacies of dashing.
6767
Yevgen Muntyan <[email protected]> win32 build fix
@@ -105,7 +105,7 @@ Sasha Vasko <[email protected]> Build fix to compile without xlib backend
105105
Vladimir Vukicevic <[email protected]> Quartz backend rewrite, win32/quartz maintenance
106106
Jonathan Watt <[email protected]> win32 fixes
107107
Peter Weilbacher <[email protected]> OS/2 backend
108-
Dan Williams <[email protected]> Implemnt MMX function to help OLPC
108+
Dan Williams <[email protected]> Implement MMX function to help OLPC
109109
Chris Wilson <[email protected]> Large-scale robustness improvements, (warn_unsed_result and malloc failure injection)
110110
Carl Worth <[email protected]> Original library, support for paths, images
111111
Richard D. Worth <[email protected]> Build fixes for cygwin

BIBLIOGRAPHY

Lines changed: 0 additions & 109 deletions
This file was deleted.

CODING_STYLE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ popular editors:
281281
/*
282282
* vim:sw=4:sts=4:ts=8:tw=78:fo=tcroq:cindent:cino=\:0,(0
283283
* vim:isk=a-z,A-Z,48-57,_,.,-,>
284+
* -*- Mode: c; tab-width: 8; c-basic-offset: 4; indent-tabs-mode: t; -*-
284285
*/
285286

286287

0 commit comments

Comments
 (0)