]> git.saurik.com Git - wxWidgets.git/blob - docs/changes.txt
Added a few files; fixed some warnings and wxMotif compile problems
[wxWidgets.git] / docs / changes.txt
1 wxWindows 2 Change Log
2 ----------------------
3
4 Beta 3, January 31st 1999
5 -------------------------
6
7 wxGTK:
8
9 - wxClipboard/DnD API changes (still in progress).
10 - wxToolTip class added.
11 - Miscellaneous fixes.
12
13 wxMSW:
14
15 - wxRegConfig DeleteAll bug fixed.
16 - Makefiles for more compilers.
17 - TWIN32 support added.
18 - Renamed VC++ makefiles from .nt to .vc, and
19 factored out program/library settings.
20 - Fixed wxIniConfig bug.
21
22 wxMotif:
23
24 - A few more colour fixes.
25 - wxGLCanvas and OpenGL samples working.
26 - Some compiler warnings fixed.
27 - wxChoice crash fix.
28 - Dialog Editor starting to work on Motif.
29
30 General:
31
32 - wxBusyCursor class added.
33 - Added samples/dde.
34 - More doc improvements, incl. expanding docs/html/index.htm.
35
36 Beta 2, January 1999
37 --------------------
38
39 wxGTK:
40
41 wxMSW:
42
43 - 16-bit BC++ compilation/linking works albeit without the resource system.
44
45 wxMotif:
46
47 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
48 the right place.
49 - Cured some widget table clashes.
50 - Added thread support (Robert).
51 - wxPoem sample now works.
52
53 General:
54
55 - Rearranged documentation a bit.
56 - Sash window uses area of first frame/dialog to paint over when drawing
57 the dragged sash, not just the sash window itself (it clipped to the right
58 or below).
59 - Made resource sample use the correct Cancel button id.
60 - Moved wxProp to main library (generic directory), created proplist
61 sample.
62 - Added bombs and fractal samples.
63
64 Beta 1, December 24th 1998
65 --------------------------
66
67 wxGTK:
68
69 - Various
70
71 wxMSW, wxMotif: not in sync with this release.
72
73
74 Alpha 18, December 29th 1998
75 ----------------------------
76
77 wxMSW:
78
79 - Win16 support working again (VC++ 1.5)
80 - Win16 now uses generic wxNotebook, wxListCtrl,
81 wxTreeCtrl -- more or less working now, although
82 a little work on wxNotebook is still needed.
83 Under 16-bit Windows, get assertion when you click
84 on a tab.
85 - Wrote 16-bit BC++ makefiles: samples don't yet link.
86 - Added CodeWarrior support to distribution courtesy
87 of Stefan Csomor.
88
89 wxMotif:
90
91 - Cured scrolling problem: scrollbars now show/hide themselves
92 without (permanently) resizing the window.
93 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
94 that disabled scrollbar paging.
95 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
96 colours correctly.
97 - Removed major bug whereby dialogs were unmanaged automatically
98 when any button was pressed.
99 - Fixed colours of wxWindow scrollbars, made list and text controls
100 have a white background.
101 - Fixed dialog colour setting.
102 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
103 they have sensible colours by default.
104 - Fixed a bug in wxStaticBox.
105 - Cured wxTreeCtrl bug: now works pretty well!
106 - Debugged DrawEllipticArc (a ! in the wrong place).
107 - Added SetClippingRegion( const wxRegion& region ).
108 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
109
110 Alpha 17, November 22nd 1998
111 ----------------------------
112
113 wxMSW:
114
115 - More documentation updates, especially for
116 wxLayoutWindow classes and debugging facilities.
117 - Changed wxDebugContext to use wxDebugLog instead
118 of wxTrace.
119 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
120 However, DLL support may be broken for BC++ since
121 VC++ 6 required changing of WXDLLEXPORT keyword
122 position.
123 - Numerous miscellaneous changes.
124
125 wxMotif:
126
127 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
128 were too buggy (probably not design for dynamic addition/removal of
129 child frames).
130 - Some improvements to the wxNotebook implementation.
131 - wxToolBar now uses a bulletin board instead of a form, in an attempt
132 to make it possible to add ordinary wxControls to a toolbar.
133 - Cured problem with not being able to use global memory operators,
134 by defining two more global operators, so that the delete will match
135 the debugging implementation.
136 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
137 global memory operators (usually OK) and #defining new to be
138 WXDEBUG_NEW (sometimes it might not be OK).
139 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
140 - Added a parent-existance check to popup menu code to make it not crash.
141 - Added some optimization in wxWindow::SetSize to produce less flicker.
142 It remains to be seen whether this produces any resize bugs.
143
144 It's a long time since I updated this file. Previously done:
145
146 - wxFrame, wxDialog done.
147 - wxScrolledWindow done (but backing pixmap not used at present).
148 - wxBitmap done though could be tidied it up at some point.
149 - Most basic controls are there, if not rigorously tested.
150 - Some MDI support (menus appear on child frames at present).
151 - wxNotebook almost done.
152 - wxToolBar done (horizontal only, which would be easy to extend
153 to vertical toolbars).
154
155 More recently:
156
157 - Colour and font changing done (question mark over what happens
158 to scrollbars).
159 - Accelerators done (for menu items and buttons). Also event loop
160 tidied up in wxApp so that events are filtered through ProcessXEvent.
161 - wxWindow::GetUpdateRegion should now work.
162
163 Alpha 16, September 8th 1998
164 ----------------------------
165
166 wxMSW:
167
168 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
169 sample.
170 - Guilhem's socket classes added, plus wxsocket sample.
171 - A few more makefiles added.
172 - GnuWin32/BC++ compatibility mods.
173 - Further doc updates.
174 - wxProp updates for correct working with wxGTK.
175
176 wxMotif:
177
178 - First start at Motif port.
179 - Made makefiles for wxMotif source directory and minimal sample.
180 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
181 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
182 wxMenu, wxMenuItem, wxMenuBar
183
184 Alpha 15, August 31st 1998
185 --------------------------
186
187 wxMSW:
188
189 - wxBitmap debugged.
190 - wxDC::GetDepth added.
191 - Contribution added whereby wxBitmap will be
192 converted to DC depth if they don't match.
193 - wxConfig API improved, documentation updated.
194 - Printing classes name conventions cleaned up.
195 - wxUpdateUIEvent now derives from wxCommandEvent
196 so event can travel up the window hierachy.
197
198 Alpha 14, July 31st 1998
199 ------------------------
200
201 wxMSW:
202
203 - Toolbar API has been simplified, and now
204 wxFrame::GetClientArea returns the available client
205 area when toolbar, status bar etc. have been accounted for.
206 wxFrame::CreateToolBar added in line with CreateStatusBar.
207 - Documentation updates, incl. for wxToolBar.
208 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
209 - Various additions from other folk, e.g. streams, wxConfig
210 changes, wxNotebook.
211 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
212
213 Alpha 13, July 8th 1998
214 -----------------------
215
216 wxMSW:
217
218 - Implemented wxPoint as identical to POINT on Windows, and
219 altered wxDC wxPoint functions to use wxPoint directly in
220 Windows functions, for efficiency.
221 - Cured wxASSERT bug in wxStatusBar95.
222 - #ifdefed out some bits in oleutils.cpp for compilers that
223 don't support it.
224 - Added some operators to wxPoint, wxSize.
225 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
226
227 Alpha 12, July 7th 1998
228 -----------------------
229
230 wxMSW:
231
232 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
233 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
234
235 Alpha 11, July 3rd 1998
236 -----------------------
237
238 wxMSW:
239
240 - Added thread.h, thread.cpp.
241 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
242 wxMenuBar.
243 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
244 SetTextColor to SetTextColour, and added or made public several
245 wxMenuItem accessors.
246 - Added two overloads to wxRegion::Contains. Added
247 wxRegion::IsEmpty for a more consistent naming convention.
248 - Added Vadim's wxDataObject and wxDropSource.
249 - ENTER/LEAVE events now work.
250 - Cured wxMemoryDC bug where the DC wasn't being deleted.
251 - Cured wxGauge SetSize major bugginess.
252 - Cured problem where if a GDI object was created on the stack,
253 then went out of scope, then another object was selected into
254 the DC, GDI objects would leak. This is because the assignment
255 to e.g. wxDC::m_pen would delete the GDI object without it first
256 being selected out of the DC. Cured by selecting the old DC object
257 first, then doing the assignment.
258 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
259 - Various other bug fixes and additions.
260
261 Generic:
262
263 - Major work on Dialog Editor (still plenty to go).
264 - Expanded documentation a bit more.
265
266 Alpha 10, May 7th 1998
267 ----------------------
268
269 wxMSW:
270
271 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
272 and wxIcon functions so that you can specify what size of
273 icon should be loaded. Probably will remain a Windows-specific thing.
274 - wxStatusBar95 now works for MDI frames.
275 - Toolbars in MDI frames now behave normally. They still
276 require application-supplied positioning code though.
277 - Changed installation instructions, makefiles and batch files
278 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
279 change to support Mingw32/EGCS. Bison now used by default.
280
281 Alpha 9, April 27th 1998
282 ------------------------
283
284 wxMSW:
285
286 - Cured bug in wxStatusBar95 that caused a crash if multiple
287 fields were used.
288 - Added Gnu-Win32 b19/Mingw32 support by changing resource
289 compilation and pragmas.
290 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
291 commands because VZ changed the id setting in wxMenu::MSWCommand.
292
293 Generic:
294
295 - Corrected some bugs, such as the wxModule compilation problem.
296 - Added Gnu-Win32 b19/Mingw32 support by changing resource
297 compilation and pragmas.
298 - Changed SIZEOF to WXSIZEOF.
299
300 Alpha 8, April 17th 1998
301 ------------------------
302
303 wxMSW:
304
305 - Added IsNull to wxGDIObject to check if the ref data is present or not.
306 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
307 some reason :-(
308 - Added wxJoystick class and event handling, and simple demo.
309 - Added simple wxWave class. Needs Stop() function.
310 - Added wxModule (module.h/module.cpp) to allow definition
311 of modules to be initialized and cleaned up on wxWindows
312 startup/exit.
313 - Start of Mingw32 compatibility (see minimal and dialogs samples
314 makefile.m95 files, and install.txt).
315 - Note: Windows printing has stopped working... will investigate.
316 VADIM'S CHANGES:
317 - Updated wxString: bug fixes, added wxArrayString, some
318 compatibility functions.
319 - Updated log.h/cpp, added wxApp::CreateLogTarget.
320 - file.h: new wxTempFile class.
321 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
322 - statbr95: wxStatusBar95 control.
323 - registry.h/cpp: wxRegKey class for Win95 registry.
324 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
325 - wxConfig and wxFileConfig classes.
326
327 Generic:
328
329 - Added src/other/png, src/other/zlib directories.
330 - Added samples/png.
331 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
332 Porters, please check particularly your wxTreeCtrl and wxListCtrl
333 header files.
334 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
335
336 Alpha 7, March 30th 1998
337 ------------------------
338
339 wxMSW:
340
341 - Added tab classes, tab sample.
342 - Now can return FALSE from OnInit and windows will be
343 cleaned up properly before exit.
344 - Improved border handling so panels don't get borders
345 automatically.
346 - Debugged MDI activation from Window menu.
347 - Changes to memory debug handling, including checking for
348 memory leaks on application exit - but see issues.txt for
349 unresolved issues.
350 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
351 to allow maintenance of an icon in the Windows 95 taskbar
352 tray area.
353 - Got MFC sample working (MFC and wxWindows in the same
354 application), partly by tweaking ntwxwin.mak settings.
355 - Got DLL compilation working again (VC++).
356 - Changed wxProp/Dialog Editor filenames.
357
358 Generic:
359
360 - Added tab classes, tab sample.
361 - Revised memory.cpp, memory.h slightly; memory.h now #defines
362 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
363 now checks for leaks on exit. Added memcheck sample.
364 See src/msw/issues.txt for more details.
365 - resource.h, resource.cpp changed to make wxDefaultResourceTable
366 a pointer. Now initialize resource system with
367 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
368 allow better control of memory.
369 - wxString now derives from wxObject, to enable memory leak
370 checking.
371 - Added some #include fixes in various files, plus changed
372 float to long in wxToolBar files.
373
374 Alpha 6, March 10th 1998
375 ------------------------
376
377 wxMSW:
378
379 - Found stack error bug - stopped unwanted OnIdle recursion.
380 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
381 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
382 check if the number of top-level windows is zero before
383 exiting. Also, wxApp::GetTopWindow will return either
384 m_topWindow or the first member of wxTopLevelWindows, so you
385 don't have to call wxApp::SetTopWindow.
386 - Added dynarray.h/dynarray.cpp (from Vadim).
387 - Added first cut at OLE drag and drop (from Vadim). dnd sample
388 added. Drop target only at this stage. See src/msw/ole/*.cpp,
389 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
390 Doesn't work with GnuWin32 - no appropriate headers e.g. for
391 IUnknown.
392 Doesn't work with BC++ either - crashes on program startup.
393 - Added Vadim's owner-draw modifications - will probably remain
394 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
395 - Added wxLB_OWNERDRAW for owner-draw listboxes.
396 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
397 Doesn't entirely work for WIN16.
398 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
399 can also be used as an argument to wxMenu::Append, not just for
400 internal implementation.
401 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
402 in makeg95.env, together with mingw32.bat). However, resource
403 binding is not working yet so most apps with dialogs crash.
404
405 Generic:
406
407 - Added Vadim's dynarray.h, dynarray.cpp.
408 - Added Vadim's menuitem.cpp.
409 - Added Windows-specific wxCheckListBox,
410 owner-draw wxListBox, and drag-and-drop
411 (see docs/msw/changes.txt).
412
413 Alpha 5, 14th February 1998
414 --------------------------
415
416 wxMSW:
417
418 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
419 DISTRIBUTIONS. This change log will therefore now refer to
420 the Windows-specific code only. See docs/changes.txt for generic
421 changes.
422 - Removed Windows-specific reference counting system (GDI
423 resources were cleaned up in idle time) - minimal
424 advantages now we have a wxWin reference counting system.
425 - Added missing WXDLLEXPORT keywords so DLL compilation works
426 again.
427 - Removed most warnings for GnuWin32 compilation.
428 - Added wxRegion/wxRegionIterator, but haven't yet used it in
429 e.g. wxDC.
430
431 Generic:
432
433 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
434 DISTRIBUTIONS. This change log will therefore now refer to
435 the generic code only. See docs/msw/changes.txt for Windows-specific
436 changes.
437 - Readmes, change logs and installation files now go in
438 platform-specific directories under docs, e.g. docs/msw,
439 docs/gtk.
440 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
441 created dynamically, not as a global object.
442 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
443 - Changed names of some include/wx/generic headers to be
444 consistent and to conform to gcc pragma conventions. Also
445 changed choicesg.cpp to choicdgg.cpp.
446 - Added gcc pragmas.
447 - Added gtk inclusion in include/wx headers.
448 - Added consistent file headings to source and headers.
449 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
450 added a few references to wxTransString.
451 - Added operator to wxTransString that converts automatically
452 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
453 - samples/internat now works (minimally).
454 - Added wxMouseEvent::GetPosition and
455 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
456 - Made wxSize and wxRect contain longs not ints.
457 - Cured some lemory leaks (thanks Vadim).
458 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
459 will only keep processing OnIdle if it returns TRUE from
460 MoreRequested.
461
462 Alpha 4, 31st January 1998
463 --------------------------
464
465 All:
466
467 - Changed wxDC functions to take longs instead of floats. GetSize now takes
468 integer pointers, plus a version that returns a wxSize.
469 - const keyword added to various wxDC functions.
470 - Under Windows, wxDC no longer has any knowledge of whether
471 an associated window is scrolled or not. Instead, the device
472 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
473 - wxScrolledWindow applications can optionally override the virtual OnDraw
474 function instead of using the OnPaint event handler. The wxDC passed to
475 OnDraw will be translated by PrepareDC to reflect scrolling.
476 When drawing outside of OnDraw, must call PrepareDC explicitly.
477 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
478 scrolling toolbars.
479 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
480 to help printing with multiple pages.
481 - IPC classes given base classes (wxConnectionBase etc.) which
482 define the API used by different implementations. DDE
483 implementation updated to use these base classes.
484 - wxHelpInstance now separated into wxHelpControllerBase (base
485 for all implementations), wxWinHelpController (uses standard
486 WinHelp), wxXLPHelPController (talks to wxHelp by DDE or
487 TCP/IP). There will be others eventually, such as
488 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
489 - Added Vadim Zeitlin's wxString class plus
490 internationalization code (gettext simulation, wxLocale, etc.).
491 New files from Vadim:
492 include\wx\string.h
493 include\wx\debug.h
494 include\wx\file.h
495 include\wx\log.h
496 include\wx\intl.h
497 src\common\string.cpp
498 src\common\log.cpp
499 src\common\intl.cpp
500 src\common\file.cpp
501 No longer use GNU wxString files.
502 - Split off file-related functions into include\wx\filefn.h and
503 src\common\filefn.cpp.
504 - Borland C++ support (WIN32) for main library and
505 samples, using makefile.b32 files.
506 - Preparation done for allowing BC++ to compile wxWin as a DLL,
507 including changes to defs.h.
508 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
509 introduced.
510 - Added wxShowEvent (generated when window is being shown or
511 hidden).
512 - Got minimal, docview, mdi samples working for 16-bit VC++ and
513 cured 16-bit problem with wxTextCtrl (removed global memory
514 trick).
515 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
516
517 Alpha 3, September 1997
518 -----------------------
519
520 All:
521
522 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
523 - Instigated new file hierarchy, split files and classes up more logically.
524 - PrologIO and some other utils now put into core library.
525 - Revamped print/preview classes, added wxPageSetupDialog.
526 - Started documentation.
527
528 Alpha 2, 30th April 1997
529 ------------------------
530
531 All:
532
533 - EVT_... macros now have at least one argument, for conformance
534 with MetroWerks compiler.
535 - Added ids to .wxr file format.
536 - Got Dialog Editor compiled and running again but need
537 to extend functionality to be in line with new controls.
538 Added dialoged\test app to allow dynamic loading of .wxr files
539 for testing purposes.
540 - Rewrote wxBitmap to allow installable file type
541 handlers.
542 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
543 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
544 fully).
545 - Added back wxRadioBox.
546 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
547 a separate file.
548
549 Alpha 1, 5th April 1997
550 -----------------------
551
552 Generic:
553
554 At this point, the following has been achieved:
555
556 - A lot, but not all, of the code has been revamped for better
557 naming conventions, protection of data members, and use of
558 wxString instead of char *.
559 - Obsolete functionality deleted (e.g. default wxPanel layout,
560 old system event system) and code size reduced.
561 - Class hierarchy changed (see design doc) - base classes such
562 as wxbWindow now removed.
563 - No longer includes windows.h in wxWin headers, by using stand-in
564 Windows types where needed e.g. WXHWND.
565 - PrologIO revised.
566 - wxScrolledWindow, wxStatusBar and new MDI classes added.
567 MDI is now achived using separate classes, not window styles.
568 - wxSystemSettings added, and made use of to reflect standard
569 Windows settings.
570 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
571 settings mucho rationalised.
572 - All windows are now subclassed with the same window proc to make
573 event handling far more consistent. Old internal wxWnd and derived
574 classes removed.
575 - API for controls revised, in particular addition of
576 wxValidator parameters and removal of labels for some controls.
577 - 1 validator written: see examples/validate.
578 - Event table system introduced (see most samples and
579 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
580 made more flexible, with Push/PopEventHandler allowing a chain
581 of event handlers.
582 - wxRadioBox removed - will be added back soon.
583 - Toolbar class hierarchy revised:
584 wxToolBarBase
585 wxToolBarSimple (= old wxToolBar)
586 wxToolBar95 (= old wxButtonBar under Win95
587 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
588 - Constraint system debugged somewhat (sizers now work properly).
589 - wxFileDialog, wxDirDialog added; other common dialogs now
590 have class equivalents. Generic colour and font dialogs
591 rewritten to not need obsolete panel layout.
592 - .wxr resource system partially reinstated, though needs
593 an integer ID for controls. Hopefully the resource system
594 will be replaced by something better and more efficient
595 in the future.
596 - Device contexts no longer stored with window and accessed
597 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
598 variables instead.
599 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
600 determines whether labels are shown. Other Win95-specific flags
601 introduced, e.g. for showing ticks.
602 - Styles introduced for dealing with 3D effects per window, for
603 any window: all Win95 3D effects supported, plus transparent windows.
604 - Major change to allow 3D effect support without CTL3D, under
605 Win95.
606 - Bitmap versions of button and checkbox separated out into new
607 classes, but unimplemented as yet because I intend to remove
608 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
609 - utils/wxprop classes working (except maybe wxPropertyFormView)
610 in preparation for use in Dialog Editor.
611 - GNU-WIN32 compilation verified (a month or so ago).
612
613