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