]> git.saurik.com Git - wxWidgets.git/blame_incremental - user/wxLayout/TODO
For non-Unicode added #include <ctype.h> and <string.h> to avoid some missing
[wxWidgets.git] / user / wxLayout / TODO
... / ...
CommitLineData
1
2BUGS
3=====================================================================
4
5- dmalloc shows duplicate deletion after merging two lines and
6 deleting the second half
7
8- word wrap for objects with lots of non-space needs to search in positive
9 direction if begin of first object is reached
10
11 - delete in empty line doesn't always work
12 - fix initial scrollbar sizes
13 - fix horiz scrollbar size
14 - occasionally wraps lines wongly (twice) ??
15
16TODO
17=====================================================================
18- replacement of llist in window
19- undo
20
21- Selections!!!
22
23- More optimisations:
24
25- let each line have a pointer to the last layoutcommand and let that
26 one only store the settings that changed, then we no longer need to
27 recalculate all the lines
28
29 - update rectangle (needs support in wxllist and wxWindows)
30
31- fix(simplify) cursor size calculation: don't use icon cursor if there
32 is no cursor object
33
34 - copy/cut/selections
35 - UNDO
36
37- cut&paste (paste is there but broken in wxGTK)
38 The current paste in wxGTK is broken, support is there.
39 Once selections are there, add copy (trivial).
40
41- DragNDrop (waiting for wxGTK/gtk1.2 & GNOME 1.0 / Debian Slink)