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