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