diff options
author | Alexander Larsson <alla@lysator.liu.se> | 1998-11-08 20:44:18 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 1998-11-08 20:44:18 +0000 |
commit | afa940f94200609ce6924079de905530bf1856a8 (patch) | |
tree | a5976495f50dbbad1b7aa8967e51c269d8a7de27 /TODO | |
parent | c0a7dd6799ca7525c043d82d4d83118b8ca82709 (diff) | |
download | dia-afa940f94200609ce6924079de905530bf1856a8.tar.xz |
Internal cleanups, here is the changelog entry:
1998-11-08 Alexander Larsson <alla@lysator.liu.se>
* app/connectionpoint_ops.c:
* app/commands.c:
* app/disp_callbacks.c:
* app/display.[ch]:
* app/grid.c:
* app/handle_ops.c:
* app/magnify.c:
* app/modify_tool.c:
* app/render_gdk.[ch]:
* lib/render.h:
Huge cleanup of internal rendering system.
Moved a lot of data (pixmap, width, height & gc) into the GdkRenderer.
This gives a few new methods for Interactive Renderers for setting
clipping regions and drawing pixel based lines and rects.
Updated the rest of the code to use the new stuff.
* app/render_eps.c:
Fixed warning.
* lib/widgets.c:
* objects/standard/zigzagline.c
Fixed unused variable warnings.
* lib/font.c:
Fixedbug with stringwidth where width==0.
* TODO:
Added known bug.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ Big stuff: BUGS: ===== +* selecting with rubberband and draggin mouse to other window with same diagram + gives ugly box left on screen. + * pressing '+' and '-' when a focus is activated it gets both to the focus and zooms. * doesn't use latin-1 or some other well-known 8-bit encoding in eps_renderer |