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