X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/281b0186b81a35b3eff658635b083b04a3cfa23c..5938a184a568873b48c1e59bf5c4ed5a9528d7f4:/docs/motif/issues.txt diff --git a/docs/motif/issues.txt b/docs/motif/issues.txt index 5bb2656c0e..f33698f5a6 100644 --- a/docs/motif/issues.txt +++ b/docs/motif/issues.txt @@ -7,12 +7,8 @@ See also: todo.txt. - wxTextCtrl doesn't work as a stream buffer in Linux/gcc. -- No wxSpinButton. - - No wxToolTip (but see wxToolBar for a way of implementing it). -- Limited clipboard support (text only) and no drag and drop. - - Need a way of specifying default settings for colour/font/etc. - More optimisation could be done to reduce X server traffic, etc. @@ -21,14 +17,19 @@ See also: todo.txt. e.g. wxScrolledWindows, so maybe have wxSystemSettings value for scrollbar colour, and/or ability to set scrollbar colour independently. -- wxFrame can accept events, but apps cannot draw into it for some reason, - so the rotate sample won't work. Workaround: use an embedded wxWindow. +- wxFrame can accept events, but apps cannot draw into it for + Workaround: use an embedded wxWindow. -- In Life! sample, text above slider isn't legible. +- The background of a window sometimes isn't restored when changing + notebook pages (see sashtest, mdi examples). The notebook background + colour shows through. A resize, or scroll, restores the correct + background colour. -- samples/html/helpview and samples/help show a problem when showing - the advanced HTML help controller: a BadDrawable X error occurs - (unfortunately hard to tell where). Somewhere in wxHtmlHelpFrame. - -- Dialog Editor needs a lot of work. +- In Life! sample, text above slider isn't legible. +- samples/html/helpview and samples/help demonstrate that sometimes, + XPM images can't be loaded, perhaps only in 256-colour mode. This + will now cause an assert rather than an X error. But we need to + either cure the XPM loading problem, or provide alternative toolbar + buttons (for HelpView) and icons (for places where icons are used e.g. + in the log dialog).