]> git.saurik.com Git - wxWidgets.git/blame - user/wxLayout/TODO
Merged in from Mahogany. A bit better and safer.
[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
6ba4e8ac 14
e589112e 15
43e916c3
KB
16TODO
17=====================================================================
43e916c3 18
47e1663e
KB
19 - UNDO!!
20 - replacement of llist in window
974a5ccc
KB
21 - selection highlighting is a bit broken
22Improve speed! (See layout problem below!)
ed07b20b
KB
23
24The following two probs can probably be fixed by adding the
25RecalculateLayout() method:
974a5ccc
KB
26Funny re-layout shows again in sample text.
27(Gone after calling layout for all objects before drawing one.)
ed07b20b 28 Printing works again, but layout at begin of new page is corrupted.
c3317e87 29
d1fe5895 30
47e1663e
KB
31- The import of a private data object does not work yet, we need to get
32 the objects back from the string.
b86cda55
KB
33- Changing default settings in Clear() or changing/inserting/deleting
34 a wxLayoutObject needs to update the m_StyleInfo in all lines, only
35 then can we start using that one.
9e55588f 36
9e55588f
KB
37- update rectangle (needs support in wxllist and wxWindows)
38 --> needs a bit of fixing still
39 some code bits are commented out in wxlwindow.cpp
40 offset handling seems a bit dodgy, white shadow to top/left of cursor
378f7b3f 41
60a040b3 42 - DragNDrop
378f7b3f 43
b86cda55
KB
44 - Update docs, do full rtf/html editing.
45 - Verify html export.