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