X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b59da6c285f4ac1a52a879a7fa67b52351f08f34..6ada5c335980d255e2fb315ed86c091010870c5e:/docs/todo.txt diff --git a/docs/todo.txt b/docs/todo.txt index 53c2818850..cfc177cbcc 100644 --- a/docs/todo.txt +++ b/docs/todo.txt @@ -7,15 +7,12 @@ Please see also: docs/motif/todo.txt docs/msw/todo.txt -- Suggestion from Janos Vegh: the memory-checking classes could - also keep return the size of memory currently allocated, with - a call to return it e.g. int wxDebugContext::GetMemoryUsed(). - Maybe even an optional window in debug mode with a tally of memory - usage, how many classes of each kind are in use, etc.? That - would be neat. +- Fix wxStream mess: problems with Eol(), LastCount(), buffering + +- Fix wxHTTP/wxFTP which are currently broken, fix/rewrite wxURL + +- Add 3-state wxCheckBox - In doc/view file selector, document type is selected by extension, not the type selected in the (Windows) file selector. -- wxArrayDouble class? -