]> git.saurik.com Git - wxWidgets.git/blob - user/wxLayout/TODO
e7a6b8a1e39c5c3ace8010b7b739eee186fbaa38
[wxWidgets.git] / user / wxLayout / TODO
1
2 BUGS
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
16 TODO
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)