-- Work out why XFreeFont in font.cpp produces a segv. This is
- currently commented out, which presumably causes a memory leak.
-
-- Also work out why wxWindow::SetFont causes the widget to be shrunk
- to fit its text, in dialogs. Uncomment the SetFont implementation and pop
- up a dialog, e.g. an About box. Widgets are arranged
- incorrectly. Seems to be OK for non-dialog panels, once the
- size has been restored after the font setting.
-
-- Colour setting in widgets.
-
-- Implementation of OnEraseBackground.
-
-- wxBitmapCheckBox, wxBitmapRadioButton
-
-- wxSpinButton
-
-- wxTextCtrl text file loading and saving.
-
-- A generic version of wxNotebook that can be used in wxMotif and
- other toolkits that don't have a native control. Perhaps use wxTab as a
- starting point.
-
-- Complete the MDI implementation. Could eventually alter the MDI
- widgets to be more Windows-like -- currently it's half-hearted.
-
-- Tidy dialogs such as the colour and font selectors.
-
-- Use generic wxTreeCtrl, wxListCtrl: debug and enhance these.
+- Have a central/per app file for colour settings, with a wxWin
+ app to allow changing settings interactively.