Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Upgrade to Cairo 1.14.2 to fix crashes during line drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickdude committed Jul 9, 2015
1 parent 395bc76 commit ac3d722
Show file tree
Hide file tree
Showing 1,077 changed files with 90,494 additions and 73,506 deletions.
11,088 changes: 5,975 additions & 5,113 deletions lib/cairo-1.14/ChangeLog

Large diffs are not rendered by default.

13,271 changes: 6,638 additions & 6,633 deletions lib/cairo-1.14/ChangeLog.pre-1.0

Large diffs are not rendered by default.

18,236 changes: 9,118 additions & 9,118 deletions lib/cairo-1.14/ChangeLog.pre-1.10

Large diffs are not rendered by default.

15,406 changes: 7,703 additions & 7,703 deletions lib/cairo-1.14/ChangeLog.pre-1.12

Large diffs are not rendered by default.

5,828 changes: 2,914 additions & 2,914 deletions lib/cairo-1.14/ChangeLog.pre-1.2

Large diffs are not rendered by default.

4,944 changes: 2,473 additions & 2,471 deletions lib/cairo-1.14/ChangeLog.pre-1.4

Large diffs are not rendered by default.

7,769 changes: 3,888 additions & 3,881 deletions lib/cairo-1.14/ChangeLog.pre-1.6

Large diffs are not rendered by default.

4,224 changes: 2,112 additions & 2,112 deletions lib/cairo-1.14/ChangeLog.pre-1.8

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions lib/cairo-1.14/HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ We use /git/ for version control. See:

http://cairographics.org/download/

TODO:
Add links to some git tutorials or better, write a few paragraphs
about how to use git to efficiently hack on cairo.
For more information on using git, see:

http://freedesktop.org/wiki/Infrastructure/git/


Build System
Expand Down Expand Up @@ -103,10 +103,9 @@ No manual ChangeLog writing is necessary.
Copyrights and Licensing
------------------------

The cairo library is dual-licensed under LGPL and MPL. See file named
COPYING for details. The test suites are more liberal. For example,
GPL code is allowed in the test suites, though it's always better to
keep things simple.
The cairo library is dual-licensed under LGPL and MPL. See the file
named COPYING for details. The test suites are more liberal, and are
allowed to include GPL code.

When writing new code, update the file headers to add your (or your
employers) copyright line and contributor line. If adding new files
Expand Down Expand Up @@ -174,9 +173,8 @@ Some of those should gradually be moved to doc/.
Utilities
---------

There are a few useful utilities we have developed that are either
useful when writing code using cairo, or writing cairo, or useful in
general. These tools can be found under the util/ directory.
We have developed several utilities useful for writing cairo or code
that uses cairo. These tools can be found under the util/ directory.
See util/README for more information.


Expand Down
13 changes: 3 additions & 10 deletions lib/cairo-1.14/KNOWN_ISSUES
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
There are a few known bugs in 1.10 that have been fixed in master, but
appear to be non-trivial to backport without fear of causing other
regressions. The impact of these bugs is considered to be less than of a
risk than rewriting the code.

Zero Path Extents
-----------------
A closed degenerate path is reported as having extents (0, 0) x (0, 0),
whereas the expected value is (x, y) x (0, 0). This regression has existed
since at least 1.2.
Known Issues
------------
None
Loading

0 comments on commit ac3d722

Please sign in to comment.