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