a few things I'd like to do

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-09 21:18:24 +00:00
parent 623ba2e118
commit e297d36e02
2 changed files with 17 additions and 20 deletions

View File

@@ -5,23 +5,19 @@ Todo on wxWin 2, Windows platform
HIGH PRIORITY HIGH PRIORITY
------------- -------------
Add further controls and properties to Dialog Editor. Add automatic line wrap to wxStaticText
Add centring, right justify styles to wxStaticText. Add centring, right justify styles to wxStaticText.
Extend wxSystemSettings to get symbols for current nationality, Extend wxLocale to get more locale settings (currence,
e.g. ',' instead of '.' for decimal points. date/time, decimal separator and so on)
wxToolTip::Enable should be static for wxGTK compatibility (VZ)
LOW PRIORITY (MEDIUM TERM) LOW PRIORITY (MEDIUM TERM)
-------------------------- --------------------------
Supply VC++ project generator utility. Supply VC++ project generator utility.
More wxSystemSettings (see comment in settings.cpp). Add further controls and properties to Dialog Editor.
Shell function to invoke a document with open, print, whatever...
Write tutorial. Write tutorial.
@@ -32,29 +28,20 @@ in image list so we can get them later.
Merge dib.cpp, dibutils.cpp (see also some DIB code in bitmap.cpp). Merge dib.cpp, dibutils.cpp (see also some DIB code in bitmap.cpp).
Menu bitmaps - document Vadim's enhancements.
wxCreateDynamicObject is apparently slow: ~ 2000 calls to strcmp. Need to wxCreateDynamicObject is apparently slow: ~ 2000 calls to strcmp. Need to
use some kind of hash table scheme. use some kind of hash table scheme.
Write wxDisplay class for querying settings and passing Write wxDisplay class for querying settings and passing
to wxFrame to mirror the X situation (multiple displays). to wxFrame to mirror the X situation (multiple displays).
Perhaps rewrite wxFile to use FILE* descriptors, so Eof and Flush
can work.
Find out how to set wxFileDialog position.
Implement wxDC floating point transformations. Implement wxDC floating point transformations.
A wxDC function (or two) for drawing 3D edges? WISH LIST (LONG TERM)
---------------------
LOW PRIORITY (LONG TERM)
------------------------
ActiveX support ActiveX support
Look at porting to WinCE Porting to WinCE
GDI objects could be optimised further in constructors by GDI objects could be optimised further in constructors by
searching for a matching, pre-existing object, and assigning from searching for a matching, pre-existing object, and assigning from

View File

@@ -7,6 +7,16 @@ Please see also:
docs/motif/todo.txt docs/motif/todo.txt
docs/msw/todo.txt docs/msw/todo.txt
- Fix wxStream mess: problems with Eol(), LastCount(), buffering
- Fix wxHTTP/wxFTP which are currently broken, fix/rewrite wxURL
- Add label support to wxToolBar
- Add radio wxToolBar buttons
- Add radio menu items
- Suggestion from Janos Vegh: the memory-checking classes could - Suggestion from Janos Vegh: the memory-checking classes could
also keep return the size of memory currently allocated, with also keep return the size of memory currently allocated, with
a call to return it e.g. int wxDebugContext::GetMemoryUsed(). a call to return it e.g. int wxDebugContext::GetMemoryUsed().