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