mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 09:08:16 +02:00
Add 'consistent error handling' to 1.0 roadmap. (This isn't new, we just forgot to list it here before).
Big cleanup to remove finished items. Also, split the file up to separate TODO items that affect the API from items that do not.
This commit is contained in:
parent
2a1c880645
commit
4c37790a22
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2005-06-10 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* ROADMAP: Add 'consistent error handling' to 1.0 roadmap. (This
|
||||
isn't new, we just forgot to list it here before).
|
||||
|
||||
* TODO: Big cleanup to remove finished items. Also, split the file
|
||||
up to separate TODO items that affect the API from items that do
|
||||
not.
|
||||
|
|
|
|||
4
ROADMAP
4
ROADMAP
|
|
@ -69,6 +69,10 @@ API Issues (more detail in TODO file)
|
|||
of them.
|
||||
Status: not started, there is a rough plan in TODO
|
||||
|
||||
A9. consistent error handling for all objects
|
||||
Difficulty: Easy to implement to get the API right. Hard to test.
|
||||
Status: otaylor and cworth have both contributed patches. Almost done.
|
||||
|
||||
Performance work
|
||||
----------------
|
||||
✓P1. Make pixel-aligned rectangle compositing fast
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue