X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/054d497f280187c599a6826d950090f72dccdc41..bc9027cc74c79d3af1e7d772225972d4ae934e10:/docs/todo.txt diff --git a/docs/todo.txt b/docs/todo.txt index 1ebe191096..1caf48797b 100644 --- a/docs/todo.txt +++ b/docs/todo.txt @@ -16,17 +16,36 @@ Please see also: - Documentation: mention include files with each class. -- Get Karsten to remove trashed CVS files: +- Document/update wxTime. - include/wx/msw/magnif1.cur - src/msw/ctl3d/* +- Document wxSpinCtrl & wxFontMapper. - and re-add them. +- Fix TCP/IP mode in dde sample (how to use; why does it crash). -- wxDB ODBC classes: it seems that there are too many - Sybase-specific features for it to work on e.g. MySQL, - PostgreSQL. Find out what Remstar uses and document - problems/restrictions. +- In doc/view file selector, document type is selected by + extension, not the type selected in the (Windows) file selector. -- Complete this ToDo list :-) +- Add all makefiles/documentation for utils/serialize. + +- Implement wxScrolledWindow::OnChar to scroll the window using + the keyboard. + +- Documentation for ODBC classes + +For 2.1: small changes not involving rewriting anything +------------------------------------------------------- + +- wxArrayDouble class? + +- generate CREATE/DESTROY events just after/before a window (any window, not + just frame/dialog) is created/deleted + +- Dynamic menu handling: wxMenuBar::DeleteMenu(), InsertMenu() + +For 2.2: major new additions +------------------------------------------------------- + +- Unicode support (Win32 only probably) + +- DnD and OLE clipboard, uniform DnD/clipboard handling