]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/todo.txt
don't set score files permissions to 0666, why would this be needed or wanted? (and...
[wxWidgets.git] / docs / motif / todo.txt
index 1852d3c4badf1c165048cb53940438bc2f4bd58d..7c0f0e1f5974c0f5b0e66ac28c9b16113d6b53b8 100644 (file)
@@ -21,17 +21,10 @@ High Priority
   anyway, so for example intercepting left-click in a widget doesn't disable
   the default behaviour. See TODOs in window.cpp.
 
-- wxRadioBox doesn't show up in the controls sample, though it's
-  OK on other dialogs (e.g. printing sample).
-
-- wxSpinButton
-
 - wxToolTip
 
 - Miscellaneous events.
 
-- Use wxImage to load other formats into wxBitmaps, such as PNG, BMP.
-
 - Allow wxFrame and other widgets to have mouse event handlers.
 
 Low Priority
@@ -46,15 +39,6 @@ Low Priority
 - Work out why XFreeFont in font.cpp produces a segv. This is
   currently commented out, which presumably causes a memory leak.
 
-- Better makefile system that can put objects in different dirs.
-
-- Extra wxBitmap formats: PNG, BMP. Could use old wxWin 1.68
-  wxImage code (derived from XV) for BMP/GIF but it's very bloated. However,
-  when implemented as extra bitmap handlers, the code won't be linked
-  unless needed. Update: see if wxImage can handle these formats.
-
-- Get Dialog Editor working (better) under Motif.
-
 - New wxHelp version: try using the XmHTML widget at
   http://www.xs4all.nl/~ripley/XmHTML/.
 
@@ -82,17 +66,8 @@ Low Priority
 - wxRCConfig (a config class using X .rc files). Could simply
   implement it in terms of current wxGet/WriteResource functions.
 
-- wxCheckBoxList
-
-- wxBitmapCheckBox, wxBitmapRadioButton
-
-- Reimplement combobox using Lesstif's widget (avoiding GPL'ed
-  widget currently used).
-
 - Miscellaneous classes e.g. wxJoystick (identical to GTK's one for
   Linux)
 
-- Get ODBC classes and sample working.
-
 - Work out why wxTextCtrl doesn't work as a stream buffer under
-  gcc
\ No newline at end of file
+  gcc