wxWindows Bug List ------------------ 19/4/93 Version 1.40 (First version for Motif) ---------------------------------------------- -- Haven't sorted out how to set default buttons without messing up tab traversal. -- Probably need to set scrollbars to force an initial paint, or call wxCanvas::SetSize. If you set the scrollbars, it works fine. -- No default colours. Works ok on monochrome though... -- Too many repaint messages sent sometimes. 7/9/93 Version 1.50 ------------------- -- Programmatic setting of multiple selections listboxes doesn't work (Motif 1.1). -- Canvas doesn't work under Motif 1.2. -- Colourmap still only producing a small number of colours - FIXED (was using too small values for RGB values) -- PostScript driver leaves something to be desired (espec. for Landscape mode). -- Windows 3.1 canvas scrolling problem with large scale factor or some mapping modes: leaves streaks behind. Could be a rounding error with SetViewport...? -- XView: closing of dialog boxes from the Window Manager not handled properly 16/11/93 Version 1.50 beta (h) ------------------------------ -- Motif 1.2.1 support added, but this bug (at least) remains: setting panel size doesn't seem to return correct size if there are panel items. So a Fit on a panel then a surrounding frame doesn't work properly. WORKAROUND: make frame and panel very big before placing items. -- Status line in Motif doesn't show separate regions for > 1 region. -- No PostScript DrawArc, or documentation for it. 16/11/93 Version 1.50 beta (i) ------------------------------ -- Motif: listbox gets smaller when you add 1 or more items to it. WORKAROUND: Set the listbox size after appending, e.g. SetSize(-1, -1, 100 100) -- Motif: Technicolour appears after a while on a canvas (HP only?) -- Motif: XORing doesn't seem to work in colour -- Panel-in-panel doesn't work for wxABSOLUTE_POSITIONING panels (Motif) or XView (at all) -- In Windows, CTL3D and Fafa library seem to conflict (some items don't appear on a panel if both are in operation).