Added some makefiles, cured some wxMotif bugs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,16 +10,6 @@ wxMSW:
|
||||
wxMotif:
|
||||
--------
|
||||
|
||||
- wxNotebook and property list frame do not appear properly when
|
||||
first shown.
|
||||
Workaround: resize the window (manually or programmatically) to
|
||||
make the window appear.
|
||||
This also happens with other windows, e.g. the sizer
|
||||
dialog in the layout sample.
|
||||
|
||||
- wxSashWindow borders aren't repainted properly if the sashtest
|
||||
sample is exposed (after being under another window).
|
||||
|
||||
- If a popup wxMenu is destroyed after its parent window has been
|
||||
destroyed, we get the message "Object XXX does not have windowed
|
||||
ancestor".
|
||||
@@ -33,6 +23,8 @@ wxMotif:
|
||||
|
||||
- Setting the size of a hidden window may show that window.
|
||||
|
||||
- Motif-specific wxImage functions not yet implemented.
|
||||
|
||||
General:
|
||||
--------
|
||||
|
||||
|
@@ -35,19 +35,19 @@ High Priority
|
||||
painting a tiled bitmap, then a slight flicker might be seen unless
|
||||
X can be persuaded not to repaint the window background by default.
|
||||
|
||||
- wxNotebook bug: why doesn't the notebook sample appear until the
|
||||
user resizes the window again? But it's OK for MDI. Strange.
|
||||
|
||||
- wxSpinButton
|
||||
|
||||
- Miscellaneous events.
|
||||
|
||||
- Get wxGLCanvas from 1.68 working.
|
||||
|
||||
- Implement missing wxImage functions for Motif.
|
||||
|
||||
Low Priority
|
||||
------------
|
||||
|
||||
- Visuals: how to select an appropriate one?
|
||||
- Visuals: how to select an appropriate one? See Thomas Runge's
|
||||
visual patch for 1.68 -- should be straightforward to port to 2.0.
|
||||
|
||||
- Work out why XFreeFont in font.cpp produces a segv. This is
|
||||
currently commented out, which presumably causes a memory leak.
|
||||
|
Reference in New Issue
Block a user