From: Vadim Zeitlin Date: Fri, 12 Feb 1999 15:03:35 +0000 (+0000) Subject: added a couple of items for 2.1 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dccf032a115b122927cc506aa3d3fdd3d99846c8 added a couple of items for 2.1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/todo.txt b/docs/todo.txt index 6492e73e07..625f23e2fa 100644 --- a/docs/todo.txt +++ b/docs/todo.txt @@ -32,3 +32,19 @@ Please see also: - Complete this ToDo list :-) +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