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