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