Change log
Version 2.0 November 1995
- Improved code for resource generation (was very buggy)
- WinHelp manual now has Win95 .cnt contents file
Version 1.9 March 1995
- Abandoned the simulation window and now use
the features added in 1.61 (c) to directly manipulate
panel and dialog items.
- The tree (for one frame or dialog only) is displayed
in the main window.
Version 1.8 January 1995
- Major alterations to generate .WXR resource files (optionally).
- All elements that use bitmaps and icons now have a bitmap properties editor,
which centralizes the bitmap code and allows specification of desired bitmap
format on each platform.
- Added support for bitmap message.
- Fixed some bugs e.g. crashes when a toolbar is present.
- On loading a project, the main window is displayed immediately.
Version 1.7 November 1994
- Added support for wxGauge and wxGroupBox.
- Improved sizing code.
- Fixed bug in panel window style (was always wxBORDER).
Version 1.6 October 1994
- Added support for wxSlider.
- Changed 'int' window styles to 'long'.
- Added support for bitmap buttons.
Version 1.5 October 1994
- Cured bug in conversion of Windows menu resource to wxWindows menu
(menu items lost their parents).
- First release of Motif version, with more stable Motif wxWindows implementation.
- Added ability to load bitmaps into canvases, for more detailed 'simulation' of
interfaces.
- Added provision for extra (user-defined) library and include paths.
- Improved UNIX and DOS makefile generation.
- Solved several bugs (e.g. right-click editing of a window caused a crash).
Version 1.3 June 1994
- File history now has names added to front of list.
- Added Cancel button to on-exit dialog box.
- Fixed delete bug wxRadioBox/wxListBox/wxChoice properties
dialogs.
- Fixed bug which disabled loading on the first attempt.
- Fixed code generation bugs for X/Windows icons.
- Fixed OnSize code generation bug (statements in wrong order).
- Fixed UNIX makefile generation bugs.
- Windows version no longer uses CTL3D since it seems to
crash wxWindows programs on some PCs. Now uses CTL3DV2 instead.
Version 1.2 May 1994
- Added file history.
- Some code generation bugs fixed.