mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 09:07:58 +02:00
Add a missing word.
Note that the BadMatch bug has been resolved.
This commit is contained in:
parent
f766e06d25
commit
9fd2f0a25c
3 changed files with 14 additions and 5 deletions
|
|
@ -57,8 +57,8 @@ but some of the code uses an alternate style:
|
|||
}
|
||||
|
||||
and that seems just fine. We won't lay down any strict rule on this
|
||||
point, (though there should be some local). If you came here hoping to
|
||||
find some guidance, then use the first form above.
|
||||
point, (though there should be some local consistency). If you came
|
||||
here hoping to find some guidance, then use the first form above.
|
||||
|
||||
If all of the substatements of an if statement are single statements,
|
||||
the optional braces should not usually appear:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2005-07-07 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* CODING_STYLE: Add a missing word.
|
||||
|
||||
* ROADMAP: Note that the BadMatch bug has been resolved.
|
||||
|
||||
2005-07-06 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo.h:
|
||||
|
|
|
|||
9
ROADMAP
9
ROADMAP
|
|
@ -1,12 +1,15 @@
|
|||
cairo 0.5.2
|
||||
===========
|
||||
Get tor to sign off that the win32 stuff is up to snuff
|
||||
Get tor to sign off that the win32 stuff is up to snuff
|
||||
glyph path patch reviewed and committed
|
||||
|
||||
Fix the BadMatch error introduced between 0.5.0 and 0.5.1:
|
||||
✓ Fix the BadMatch error introduced between 0.5.0 and 0.5.1:
|
||||
https://bugs.freedesktop.org/show_bug.cgi?id=3604
|
||||
|
||||
Add a workaround for Render's overlapping source/dest bug
|
||||
(It turns out this was just exposing an old bug in libpixman
|
||||
0.1.4 which is already fixed in libpixman 0.1.5)
|
||||
|
||||
Add a workaround for Render's overlapping source/dest bug
|
||||
Use XCopyArea when possible (integer translation)
|
||||
Otherwise make a copy of the source
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue