re-adding .pngs as binary
[dia.git] / KNOWN_BUGS
blob808a14ff41e09a8c8b0d0d1093386303a9465de6
1 Known bugs in Dia
2 =================
4 This document describes some known bugs in this version of Dia. If you
5 have a fix for any of these bugs please contact me.
7 * On Linux Alpha we need to link to -mieee or Dia segfaults on
8 startup. This is done by some magic in configure.in. This is probably
9 due to some strange floating point exception stuff thats not supposed
10 to happen. Dia shouldn't really need strict IEEE compliance, and the
11 Alpha version would run faster if this were fixed correctly instead of
12 worked around. Alas, i don't have access to any Linux Alpha machines,
13 so i can't fix this.
15 * Keyboard accels must be disabled whilst dragging an object or
16 handle, else stuff can crash easily by deleting (Ctrl-X) while dragging.
18 * The FS objects don't support undo. They also use menus in a non-standard
19 way. They have to be cleaned up some day.
21 * Entering an erronous command as print command crashes dia when
22 printing. This is due to writing to the broken pipe. How can this be
23 caught and handled?
25 * Strings with only spaces in them seems to get zero width. Most
26   visible on an "UML - Note".
28 * Toggling rulers changes the size of the window to the default size.
29   I don't know how this can be fixed.
31 * Changing arrow properties on a line and then double-clicking on
32   another line sometimes crashes Dia.
33   
34 * "UML - Aggregate" lays out the text at the endpoint pretty
35   bad. It collides with the diamond and arrows.