]> git.saurik.com Git - wxWidgets.git/blob - user/wxLayout/TODO
updated
[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
17 TODO
18 =====================================================================
19
20 - searching for text
21 - moving cursor in non-edit mode
22 - cursor screen positioning ignores font sizes once again :-(
23 --> UpdateCursorScreenPos() cannot work as it ignores previous font formatting commands.
24 Either draw cursor when drawing text, or wait for new wxLayoutObjectCmd to be fully
25 implemented.
26
27 RECENTLY FIXED (?)
28 - fix(simplify) cursor size calculation
29 - delete in empty line doesn't work
30 - fix horiz scrollbar size OK here, a Mahogany problem?
31 - with a large number of lines, wraps to top of scrolled window
32 --> check where the problem lies, add a debug function showing all coordinates
33
34 - update rectangle (needs support in wxllist and wxWindows)
35 --> needs a bit of fixing still
36 some code bits are commented out in wxlwindow.cpp
37 offset handling seems a bit dodgy, white shadow to top/left of cursor
38
39
40 - replacement of llist in window
41 - undo
42 - font optimisations(!)
43 - occasionally wraps lines wongly (twice) ??
44 - UNDO
45 later:
46 - DragNDrop ... broken in wxGTK at present
47 - cut&paste ... broken in wxGTK at present, Paste already implemented
48 - Selections
49
50 - More optimisations:
51 - let each line have a pointer to the last layoutcommand and let that
52 one only store the settings that changed, then we no longer need to
53 recalculate all the lines
54