mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 01:48:07 +02:00
Add CAIRO_STATUS_DESTROYED to TODO list.
Note progress on consistent error handling. Fix typo in documentation comment for _cairo_surface_get_current_clip_serial.
This commit is contained in:
parent
615d509767
commit
18c2d12b9e
4 changed files with 14 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2005-06-15 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* TODO: Add CAIRO_STATUS_DESTROYED to TODO list.
|
||||
|
||||
* ROADMAP: Note progress on consistent error handling.
|
||||
|
||||
* src/cairo-surface.c: Fix typo in documentation comment for
|
||||
_cairo_surface_get_current_clip_serial.
|
||||
|
||||
2005-06-15 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* doc/public/Makefile.am (MKTMPL_OPTIONS): Remove --only-section-tmpl;
|
||||
|
|
|
|||
4
ROADMAP
4
ROADMAP
|
|
@ -71,7 +71,9 @@ API Issues (more detail in TODO file)
|
|||
|
||||
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.
|
||||
Status: Done for cairo_t, cairo_path_t, and cairo_pattern_t.
|
||||
Still need to do cairo_font_face_t,
|
||||
cairo_scaled_font_t, and cairo_surface_t.
|
||||
|
||||
Performance work
|
||||
----------------
|
||||
|
|
|
|||
1
TODO
1
TODO
|
|
@ -18,6 +18,7 @@ Backwards compatible (API additions only)
|
|||
Add cairo_arc_to.
|
||||
Add support for custom caps (see below for details)
|
||||
Add support for getting at image data from image surface
|
||||
Add CAIRO_STATUS_DESTROYED
|
||||
Add cairo_finish
|
||||
|
||||
Backwards incompatible (API deletions or changes)
|
||||
|
|
|
|||
|
|
@ -800,7 +800,7 @@ _cairo_surface_show_page (cairo_surface_t *surface)
|
|||
}
|
||||
|
||||
/**
|
||||
* _cairo_surface_allocate_clip_serial:
|
||||
* _cairo_surface_get_current_clip_serial:
|
||||
* @surface: the #cairo_surface_t to return the serial number for
|
||||
*
|
||||
* Returns the serial number associated with the current
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue