Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
libgnomeui
Commits
a444cf73
Commit
a444cf73
authored
Jul 09, 1998
by
Arturo Espinosa
Browse files
Added a TODO list for the canvas - Federico
parent
b4217f8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgnomeui/gnome-canvas.c
View file @
a444cf73
...
...
@@ -8,6 +8,40 @@
* Author: Federico Mena <federico@nuclecu.unam.mx>
*/
/* TO-DO list for the canvas:
*
* - Fix refcounting and destruction of items.
*
* - GC put functions for items.
*
* - Stipple for filling items.
*
* - Fix item sets and recursive argument settings once Tim fixes the GtkArg mechanism.
*
* - Line/Curve item.
*
* - Polygon item.
*
* - Arc item.
*
* - Widget item.
*
* - Text item: wrapped and clipped text, support justification.
*
* - Sane font handling API.
*
* - Talk Raph into using a very similar API for GtkCaanvas.
*
* - item_class->output (item, "postscript")
*
* - item_class->output (item, "bridge_to_raph's_canvas")
*
* - Multiple exposure event coalescing; this may need to be in Gtk/Gdk instead.
*
* - Make gnome_canvas_scroll_to() use XCopyArea instead of repainting everything.
* Or use the Mozilla scrolling code for when we have widgets in the canvas.
*/
#include
<config.h>
#include
<math.h>
#include
<stdarg.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment