4 next release (2.1.12 or 2.2?)
5 -----------------------------
9 - wxDateTime replaces and extends old wxDate and wxTime classes (still
10 available but strongly deprecated) with many new features
12 - wxLongLong class provides support for (signed) 64 bit integers
14 - wxCmdLineParser class for parsing the command line (supporting short and
15 long options, switches and parameters of different types)
17 - it is now possible to build wxBase under Win32 (using VC++ only so far)
18 and BeOS (without thread support yet)
20 - wxThread class modified to support both detached and joinable threads, also
21 added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
23 - wxDir class for enumerating files in a directory
24 - wxLog functions are now (more) MT-safe
25 - wxStopWatch class, timer functions have more chances to return correct
26 results for your platform (use ANSI functions where available)
27 - wxString::ToLong, ToULong, ToDouble methods and Format() static one added
28 - buffer overflows in wxString and wxLog classes fixed (if snprintf() function
30 - wxArray::RemoveAt() replaces deprectaed wxArray::Remove(index)
34 - new wxCalendarCtrl class for picking a date interactively
36 - wxMenu(Bar)::Insert() and Remove() functions for dynamic menu menagament
37 - wxToolBar supports arbitrary controls (not only buttons) and can be
38 dynamically changed (Delete/Insert functions)
39 - vertical toolbars supported by MSW and GTK native wxToolBar classes
41 - wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
42 - "file open" dialog allows selecting multiple files at once (contributed by
44 - wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
45 MIME types if available (Unix only)
46 - wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
48 - TIFF support added (libtiff required and included in the distribution)
49 - PCX files can now be written (24 bit only so far)
53 - implemented setting colours for push buttons
54 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
55 - tooltips work with wxRadioBox
56 - loading/saving big (> 32K) files in wxTextCtrl works
57 - returning FALSE from OnPrintPage() aborts printing
61 - wxFontMapper endless recursion bug (on some systems) fixed
62 - wxGTK synthesizes wxActivateEvents
63 - UpdateUI handlers may be used with wxTextCtrl
67 - wxMenu::Enable) works
69 NOTE: for changes after wxWindows 2.1.0 b4, please see the CVS
72 Major improvements are listed in readme.txt.
74 2.1.0, b4, May 9th 1999
75 -----------------------
80 - Many fixes and changes not thought worth mentioning in this file :-)
84 - wxNotebook changes: can add image only; wxNB_FIXEDWIDTH added;
87 - Fixes for Cygwin compilation.
88 - Added wxGA_SMOOTH and wxFRAME_FLOAT_ON_PARENT styles.
89 - Many fixes people didn't tell this file about.
96 - Some changes for Unicode support, including wxchar.h/cpp.
99 2.0.1 (release), March 1st 1999
100 -------------------------------
105 - Slider/spinbutton fixes.
109 - Fixed problems with <return> in dialogs/panels.
110 - Fixed window cursor setting.
111 - Fixed toolbar sizing and edge-clipping problems.
112 - Some makefile fixes.
120 - Added wxUSE_SOCKETS.
121 - More topic overviews.
122 - Put wxPrintPaperType, wxPrintPaperDatabase into
123 prntbase.h/cpp for use in non-PostScript situations
124 (e.g. Win16 wxPageSetupDialog).
127 Beta 5, February 18th 1999
128 --------------------------
132 - wxExecute improved.
136 - Fixed wxWindow::IsShown (::IsWindowVisible doesn't behave as
138 - Changed VC++ makefiles (.vc) so that it's possible to have
139 debug/release/DLL versions of the library available simultaneously,
140 with names wx.lib, wx_d.lib, wx200.lib(dll), wx200_d.lib(dll).
141 - Added BC++ 5 IDE files and instructions.
142 - Fixed wxChoice, wxComboBox constructor bugs (m_noStrings initialisation).
143 - Fixed focus-related crash.
147 - Cured asynchronous wxExecute crash.
148 - Added repaint event handlers to wxFrame, wxMDIChildFrame.
152 - wxLocale documented.
153 - Added include filenames to class reference.
154 - wxHelpController API changed: SetBrowser becomes SetViewer,
155 DisplaySection works for WinHelp, help sample compiles under Windows
156 (though doesn't display help yet).
158 Beta 4, February 12th 1999
159 --------------------------
163 - Miscellaneous fixes.
167 - Makefiles for more compilers and samples; Cygwin makefiles
169 - Added VC++ project file for compiling wxWindows as DLL.
173 - Added OnEraseBackground invocation.
174 - Added wxRETAINED implementation for wxScrolledWindow.
175 - Cured scrolling display problem by adding XmUpdateDisplay.
176 - Tried to make lex-ing in the makefile more generic (command line
177 syntax should apply to both lex and flex).
178 - Changed file selector colours for consistency (except for buttons:
179 crashes for some reason).
180 - Fixed wxMotif version of wxImage::ConvertToBitmap (used new instead
181 of malloc, which causes memory problems).
185 - Further doc improvements.
186 - wxGenericValidator added.
187 - Added wxImageModule to image.cpp, so adds/cleans up standard handlers
190 Beta 3, January 31st 1999
191 -------------------------
195 - wxClipboard/DnD API changes (still in progress).
196 - wxToolTip class added.
197 - Miscellaneous fixes.
201 - wxRegConfig DeleteAll bug fixed.
202 - Makefiles for more compilers.
203 - TWIN32 support added.
204 - Renamed VC++ makefiles from .nt to .vc, and
205 factored out program/library settings.
206 - Fixed wxIniConfig bug.
210 - A few more colour fixes.
211 - wxGLCanvas and OpenGL samples working.
212 - Some compiler warnings fixed.
213 - wxChoice crash fix.
214 - Dialog Editor starting to work on Motif.
218 - wxBusyCursor class added.
220 - More doc improvements, incl. expanding docs/html/index.htm.
229 - 16-bit BC++ compilation/linking works albeit without the resource system.
233 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
235 - Cured some widget table clashes.
236 - Added thread support (Robert).
237 - wxPoem sample now works.
241 - Rearranged documentation a bit.
242 - Sash window uses area of first frame/dialog to paint over when drawing
243 the dragged sash, not just the sash window itself (it clipped to the right
245 - Made resource sample use the correct Cancel button id.
246 - Moved wxProp to main library (generic directory), created proplist
248 - Added bombs and fractal samples.
250 Beta 1, December 24th 1998
251 --------------------------
257 wxMSW, wxMotif: not in sync with this release.
260 Alpha 18, December 29th 1998
261 ----------------------------
265 - Win16 support working again (VC++ 1.5)
266 - Win16 now uses generic wxNotebook, wxListCtrl,
267 wxTreeCtrl -- more or less working now, although
268 a little work on wxNotebook is still needed.
269 Under 16-bit Windows, get assertion when you click
271 - Wrote 16-bit BC++ makefiles: samples don't yet link.
272 - Added CodeWarrior support to distribution courtesy
277 - Cured scrolling problem: scrollbars now show/hide themselves
278 without (permanently) resizing the window.
279 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
280 that disabled scrollbar paging.
281 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
283 - Removed major bug whereby dialogs were unmanaged automatically
284 when any button was pressed.
285 - Fixed colours of wxWindow scrollbars, made list and text controls
286 have a white background.
287 - Fixed dialog colour setting.
288 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
289 they have sensible colours by default.
290 - Fixed a bug in wxStaticBox.
291 - Cured wxTreeCtrl bug: now works pretty well!
292 - Debugged DrawEllipticArc (a ! in the wrong place).
293 - Added SetClippingRegion( const wxRegion& region ).
294 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
296 Alpha 17, November 22nd 1998
297 ----------------------------
301 - More documentation updates, especially for
302 wxLayoutWindow classes and debugging facilities.
303 - Changed wxDebugContext to use wxDebugLog instead
305 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
306 However, DLL support may be broken for BC++ since
307 VC++ 6 required changing of WXDLLEXPORT keyword
309 - Numerous miscellaneous changes.
313 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
314 were too buggy (probably not design for dynamic addition/removal of
316 - Some improvements to the wxNotebook implementation.
317 - wxToolBar now uses a bulletin board instead of a form, in an attempt
318 to make it possible to add ordinary wxControls to a toolbar.
319 - Cured problem with not being able to use global memory operators,
320 by defining two more global operators, so that the delete will match
321 the debugging implementation.
322 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
323 global memory operators (usually OK) and #defining new to be
324 WXDEBUG_NEW (sometimes it might not be OK).
325 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
326 - Added a parent-existance check to popup menu code to make it not crash.
327 - Added some optimization in wxWindow::SetSize to produce less flicker.
328 It remains to be seen whether this produces any resize bugs.
330 It's a long time since I updated this file. Previously done:
332 - wxFrame, wxDialog done.
333 - wxScrolledWindow done (but backing pixmap not used at present).
334 - wxBitmap done though could be tidied it up at some point.
335 - Most basic controls are there, if not rigorously tested.
336 - Some MDI support (menus appear on child frames at present).
337 - wxNotebook almost done.
338 - wxToolBar done (horizontal only, which would be easy to extend
339 to vertical toolbars).
343 - Colour and font changing done (question mark over what happens
345 - Accelerators done (for menu items and buttons). Also event loop
346 tidied up in wxApp so that events are filtered through ProcessXEvent.
347 - wxWindow::GetUpdateRegion should now work.
349 Alpha 16, September 8th 1998
350 ----------------------------
354 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
356 - Guilhem's socket classes added, plus wxsocket sample.
357 - A few more makefiles added.
358 - GnuWin32/BC++ compatibility mods.
359 - Further doc updates.
360 - wxProp updates for correct working with wxGTK.
364 - First start at Motif port.
365 - Made makefiles for wxMotif source directory and minimal sample.
366 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
367 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
368 wxMenu, wxMenuItem, wxMenuBar
370 Alpha 15, August 31st 1998
371 --------------------------
376 - wxDC::GetDepth added.
377 - Contribution added whereby wxBitmap will be
378 converted to DC depth if they don't match.
379 - wxConfig API improved, documentation updated.
380 - Printing classes name conventions cleaned up.
381 - wxUpdateUIEvent now derives from wxCommandEvent
382 so event can travel up the window hierachy.
384 Alpha 14, July 31st 1998
385 ------------------------
389 - Toolbar API has been simplified, and now
390 wxFrame::GetClientArea returns the available client
391 area when toolbar, status bar etc. have been accounted for.
392 wxFrame::CreateToolBar added in line with CreateStatusBar.
393 - Documentation updates, incl. for wxToolBar.
394 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
395 - Various additions from other folk, e.g. streams, wxConfig
397 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
399 Alpha 13, July 8th 1998
400 -----------------------
404 - Implemented wxPoint as identical to POINT on Windows, and
405 altered wxDC wxPoint functions to use wxPoint directly in
406 Windows functions, for efficiency.
407 - Cured wxASSERT bug in wxStatusBar95.
408 - #ifdefed out some bits in oleutils.cpp for compilers that
410 - Added some operators to wxPoint, wxSize.
411 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
413 Alpha 12, July 7th 1998
414 -----------------------
418 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
419 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
421 Alpha 11, July 3rd 1998
422 -----------------------
426 - Added thread.h, thread.cpp.
427 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
429 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
430 SetTextColor to SetTextColour, and added or made public several
431 wxMenuItem accessors.
432 - Added two overloads to wxRegion::Contains. Added
433 wxRegion::IsEmpty for a more consistent naming convention.
434 - Added Vadim's wxDataObject and wxDropSource.
435 - ENTER/LEAVE events now work.
436 - Cured wxMemoryDC bug where the DC wasn't being deleted.
437 - Cured wxGauge SetSize major bugginess.
438 - Cured problem where if a GDI object was created on the stack,
439 then went out of scope, then another object was selected into
440 the DC, GDI objects would leak. This is because the assignment
441 to e.g. wxDC::m_pen would delete the GDI object without it first
442 being selected out of the DC. Cured by selecting the old DC object
443 first, then doing the assignment.
444 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
445 - Various other bug fixes and additions.
449 - Major work on Dialog Editor (still plenty to go).
450 - Expanded documentation a bit more.
452 Alpha 10, May 7th 1998
453 ----------------------
457 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
458 and wxIcon functions so that you can specify what size of
459 icon should be loaded. Probably will remain a Windows-specific thing.
460 - wxStatusBar95 now works for MDI frames.
461 - Toolbars in MDI frames now behave normally. They still
462 require application-supplied positioning code though.
463 - Changed installation instructions, makefiles and batch files
464 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
465 change to support Mingw32/EGCS. Bison now used by default.
467 Alpha 9, April 27th 1998
468 ------------------------
472 - Cured bug in wxStatusBar95 that caused a crash if multiple
474 - Added Gnu-Win32 b19/Mingw32 support by changing resource
475 compilation and pragmas.
476 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
477 commands because VZ changed the id setting in wxMenu::MSWCommand.
481 - Corrected some bugs, such as the wxModule compilation problem.
482 - Added Gnu-Win32 b19/Mingw32 support by changing resource
483 compilation and pragmas.
484 - Changed SIZEOF to WXSIZEOF.
486 Alpha 8, April 17th 1998
487 ------------------------
491 - Added IsNull to wxGDIObject to check if the ref data is present or not.
492 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
494 - Added wxJoystick class and event handling, and simple demo.
495 - Added simple wxWave class. Needs Stop() function.
496 - Added wxModule (module.h/module.cpp) to allow definition
497 of modules to be initialized and cleaned up on wxWindows
499 - Start of Mingw32 compatibility (see minimal and dialogs samples
500 makefile.m95 files, and install.txt).
501 - Note: Windows printing has stopped working... will investigate.
503 - Updated wxString: bug fixes, added wxArrayString, some
504 compatibility functions.
505 - Updated log.h/cpp, added wxApp::CreateLogTarget.
506 - file.h: new wxTempFile class.
507 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
508 - statbr95: wxStatusBar95 control.
509 - registry.h/cpp: wxRegKey class for Win95 registry.
510 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
511 - wxConfig and wxFileConfig classes.
515 - Added src/other/png, src/other/zlib directories.
517 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
518 Porters, please check particularly your wxTreeCtrl and wxListCtrl
520 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
522 Alpha 7, March 30th 1998
523 ------------------------
527 - Added tab classes, tab sample.
528 - Now can return FALSE from OnInit and windows will be
529 cleaned up properly before exit.
530 - Improved border handling so panels don't get borders
532 - Debugged MDI activation from Window menu.
533 - Changes to memory debug handling, including checking for
534 memory leaks on application exit - but see issues.txt for
536 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
537 to allow maintenance of an icon in the Windows 95 taskbar
539 - Got MFC sample working (MFC and wxWindows in the same
540 application), partly by tweaking ntwxwin.mak settings.
541 - Got DLL compilation working again (VC++).
542 - Changed wxProp/Dialog Editor filenames.
546 - Added tab classes, tab sample.
547 - Revised memory.cpp, memory.h slightly; memory.h now #defines
548 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
549 now checks for leaks on exit. Added memcheck sample.
550 See src/msw/issues.txt for more details.
551 - resource.h, resource.cpp changed to make wxDefaultResourceTable
552 a pointer. Now initialize resource system with
553 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
554 allow better control of memory.
555 - wxString now derives from wxObject, to enable memory leak
557 - Added some #include fixes in various files, plus changed
558 float to long in wxToolBar files.
560 Alpha 6, March 10th 1998
561 ------------------------
565 - Found stack error bug - stopped unwanted OnIdle recursion.
566 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
567 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
568 check if the number of top-level windows is zero before
569 exiting. Also, wxApp::GetTopWindow will return either
570 m_topWindow or the first member of wxTopLevelWindows, so you
571 don't have to call wxApp::SetTopWindow.
572 - Added dynarray.h/dynarray.cpp (from Vadim).
573 - Added first cut at OLE drag and drop (from Vadim). dnd sample
574 added. Drop target only at this stage. See src/msw/ole/*.cpp,
575 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
576 Doesn't work with GnuWin32 - no appropriate headers e.g. for
578 Doesn't work with BC++ either - crashes on program startup.
579 - Added Vadim's owner-draw modifications - will probably remain
580 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
581 - Added wxLB_OWNERDRAW for owner-draw listboxes.
582 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
583 Doesn't entirely work for WIN16.
584 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
585 can also be used as an argument to wxMenu::Append, not just for
586 internal implementation.
587 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
588 in makeg95.env, together with mingw32.bat). However, resource
589 binding is not working yet so most apps with dialogs crash.
593 - Added Vadim's dynarray.h, dynarray.cpp.
594 - Added Vadim's menuitem.cpp.
595 - Added Windows-specific wxCheckListBox,
596 owner-draw wxListBox, and drag-and-drop
597 (see docs/msw/changes.txt).
599 Alpha 5, 14th February 1998
600 --------------------------
604 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
605 DISTRIBUTIONS. This change log will therefore now refer to
606 the Windows-specific code only. See docs/changes.txt for generic
608 - Removed Windows-specific reference counting system (GDI
609 resources were cleaned up in idle time) - minimal
610 advantages now we have a wxWin reference counting system.
611 - Added missing WXDLLEXPORT keywords so DLL compilation works
613 - Removed most warnings for GnuWin32 compilation.
614 - Added wxRegion/wxRegionIterator, but haven't yet used it in
619 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
620 DISTRIBUTIONS. This change log will therefore now refer to
621 the generic code only. See docs/msw/changes.txt for Windows-specific
623 - Readmes, change logs and installation files now go in
624 platform-specific directories under docs, e.g. docs/msw,
626 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
627 created dynamically, not as a global object.
628 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
629 - Changed names of some include/wx/generic headers to be
630 consistent and to conform to gcc pragma conventions. Also
631 changed choicesg.cpp to choicdgg.cpp.
633 - Added gtk inclusion in include/wx headers.
634 - Added consistent file headings to source and headers.
635 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
636 added a few references to wxTransString.
637 - Added operator to wxTransString that converts automatically
638 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
639 - samples/internat now works (minimally).
640 - Added wxMouseEvent::GetPosition and
641 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
642 - Made wxSize and wxRect contain longs not ints.
643 - Cured some lemory leaks (thanks Vadim).
644 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
645 will only keep processing OnIdle if it returns TRUE from
648 Alpha 4, 31st January 1998
649 --------------------------
653 - Changed wxDC functions to take longs instead of floats. GetSize now takes
654 integer pointers, plus a version that returns a wxSize.
655 - const keyword added to various wxDC functions.
656 - Under Windows, wxDC no longer has any knowledge of whether
657 an associated window is scrolled or not. Instead, the device
658 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
659 - wxScrolledWindow applications can optionally override the virtual OnDraw
660 function instead of using the OnPaint event handler. The wxDC passed to
661 OnDraw will be translated by PrepareDC to reflect scrolling.
662 When drawing outside of OnDraw, must call PrepareDC explicitly.
663 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
665 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
666 to help printing with multiple pages.
667 - IPC classes given base classes (wxConnectionBase etc.) which
668 define the API used by different implementations. DDE
669 implementation updated to use these base classes.
670 - wxHelpInstance now separated into wxHelpControllerBase (base
671 for all implementations), wxWinHelpController (uses standard
672 WinHelp), wxXLPHelPController (talks to wxHelp by DDE or
673 TCP/IP). There will be others eventually, such as
674 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
675 - Added Vadim Zeitlin's wxString class plus
676 internationalization code (gettext simulation, wxLocale, etc.).
677 New files from Vadim:
683 src\common\string.cpp
687 No longer use GNU wxString files.
688 - Split off file-related functions into include\wx\filefn.h and
689 src\common\filefn.cpp.
690 - Borland C++ support (WIN32) for main library and
691 samples, using makefile.b32 files.
692 - Preparation done for allowing BC++ to compile wxWin as a DLL,
693 including changes to defs.h.
694 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
696 - Added wxShowEvent (generated when window is being shown or
698 - Got minimal, docview, mdi samples working for 16-bit VC++ and
699 cured 16-bit problem with wxTextCtrl (removed global memory
701 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
703 Alpha 3, September 1997
704 -----------------------
708 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
709 - Instigated new file hierarchy, split files and classes up more logically.
710 - PrologIO and some other utils now put into core library.
711 - Revamped print/preview classes, added wxPageSetupDialog.
712 - Started documentation.
714 Alpha 2, 30th April 1997
715 ------------------------
719 - EVT_... macros now have at least one argument, for conformance
720 with MetroWerks compiler.
721 - Added ids to .wxr file format.
722 - Got Dialog Editor compiled and running again but need
723 to extend functionality to be in line with new controls.
724 Added dialoged\test app to allow dynamic loading of .wxr files
725 for testing purposes.
726 - Rewrote wxBitmap to allow installable file type
728 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
729 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
731 - Added back wxRadioBox.
732 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
735 Alpha 1, 5th April 1997
736 -----------------------
740 At this point, the following has been achieved:
742 - A lot, but not all, of the code has been revamped for better
743 naming conventions, protection of data members, and use of
744 wxString instead of char *.
745 - Obsolete functionality deleted (e.g. default wxPanel layout,
746 old system event system) and code size reduced.
747 - Class hierarchy changed (see design doc) - base classes such
748 as wxbWindow now removed.
749 - No longer includes windows.h in wxWin headers, by using stand-in
750 Windows types where needed e.g. WXHWND.
752 - wxScrolledWindow, wxStatusBar and new MDI classes added.
753 MDI is now achived using separate classes, not window styles.
754 - wxSystemSettings added, and made use of to reflect standard
756 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
757 settings mucho rationalised.
758 - All windows are now subclassed with the same window proc to make
759 event handling far more consistent. Old internal wxWnd and derived
761 - API for controls revised, in particular addition of
762 wxValidator parameters and removal of labels for some controls.
763 - 1 validator written: see examples/validate.
764 - Event table system introduced (see most samples and
765 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
766 made more flexible, with Push/PopEventHandler allowing a chain
768 - wxRadioBox removed - will be added back soon.
769 - Toolbar class hierarchy revised:
771 wxToolBarSimple (= old wxToolBar)
772 wxToolBar95 (= old wxButtonBar under Win95
773 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
774 - Constraint system debugged somewhat (sizers now work properly).
775 - wxFileDialog, wxDirDialog added; other common dialogs now
776 have class equivalents. Generic colour and font dialogs
777 rewritten to not need obsolete panel layout.
778 - .wxr resource system partially reinstated, though needs
779 an integer ID for controls. Hopefully the resource system
780 will be replaced by something better and more efficient
782 - Device contexts no longer stored with window and accessed
783 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
785 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
786 determines whether labels are shown. Other Win95-specific flags
787 introduced, e.g. for showing ticks.
788 - Styles introduced for dealing with 3D effects per window, for
789 any window: all Win95 3D effects supported, plus transparent windows.
790 - Major change to allow 3D effect support without CTL3D, under
792 - Bitmap versions of button and checkbox separated out into new
793 classes, but unimplemented as yet because I intend to remove
794 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
795 - utils/wxprop classes working (except maybe wxPropertyFormView)
796 in preparation for use in Dialog Editor.
797 - GNU-WIN32 compilation verified (a month or so ago).