]> git.saurik.com Git - wxWidgets.git/blame - user/wxLayout/TODO
-1 is kept -1 as a wxWindowID
[wxWidgets.git] / user / wxLayout / TODO
CommitLineData
43e916c3
KB
1
2BUGS
3=====================================================================
4
43e916c3
KB
5- dmalloc shows duplicate deletion after merging two lines and
6 deleting the second half
7
6ba4e8ac 8- word wrap for objects with lots of non-space needs to search in positive
378f7b3f
KB
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) ??
6ba4e8ac 15
e589112e 16
43e916c3
KB
17TODO
18=====================================================================
43e916c3 19
e589112e
KB
20- searching for text
21- moving cursor in non-edit mode
a086e034
KB
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.
e589112e 26
9e55588f
KB
27RECENTLY 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?
e589112e
KB
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
9e55588f 33
9e55588f
KB
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
378f7b3f 38
e589112e 39
9e55588f
KB
40 - replacement of llist in window
41 - undo
42 - font optimisations(!)
9e55588f 43 - occasionally wraps lines wongly (twice) ??
378f7b3f 44 - UNDO
9e55588f
KB
45 later:
46 - DragNDrop ... broken in wxGTK at present
47 - cut&paste ... broken in wxGTK at present, Paste already implemented
48 - Selections
378f7b3f 49
9e55588f
KB
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