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