4 INCOMPATIBLE CHANGES SINCE 2.2.x
5 ================================
9 - wxGridCellAttrProvider class API changed, you will need to update your code
10 if you derived any classes from it
14 - child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
23 - wxGetDiskSpace() function added (Jonothan Farr, Markus Fieber)
24 - more fixes to wxMBConv classes. Conversion to and from wchar_t now works with
25 glibc 2.2 as well as with glibc 2.1. Unix version now checks for iconv()'s
26 capabilities at runtime instead of in the configure script.
30 - support for virtual list control added
31 - column images in report mode of the list control
32 - wxFindReplaceDialog added (based on work of Markus Greither)
33 - wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
34 - polygon support in wxRegion (Klaas Holwerda)
35 - wxStreamToTextRedirector to allow easily redirect cout to wxTextCtrl added
36 - fixed bug with using wxExecute() to capture huge amounts of output
40 - new HTML parser with correct parsing of character entities and fixes
42 - added support for animated GIFs
50 - Fixed new charset detection code
51 - ODBC Informix fixes (submitted by Roger Gammans)
52 - Added ODBC date support to wxVariant
53 - Added wxDir::Traverse
54 - Added wxSingleInstanceChecker class
55 - Removed redundant wxDebugContext functions using C++ streams,
56 so now standard stream usage should be unnecessary
60 - Added wxDbGrid class for displaying ODBC tables
61 - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
62 user code can get access to the edit control when it is created, (to
63 push on a custom event handler for example)
64 - Added wxTextAttr class and SetStyle, SetDefaultStyle and
65 GetDefaultStyle methods to wxTextCtrl
66 - Added wxSingleInstanceChecker
67 - Improvements to Tex2RTF
68 - Added Paul and Roger Gammans' grid controls
69 - Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
71 - Fixed memory leak in textcmn.cpp
72 - Various wxXML enhancements
73 - Removed wxCLIP_CHILDREN style from wxSplitterWindow
74 - Fixed memory leak in DoPrint, htmprint.cpp
75 - Fixed calendar sample bug with using wxCommandEvent::GetInt()
77 - Added wxDbGrid combining wxODBC classes with wxGrid
78 - Added more makefiles and project files for contrib hierarchy
82 - Fixed wxApp::ProcessMessage so controls don't lose their
83 accelerators when the accelerators are redefined elsewhere
84 - Accelerators consisting of simple keystrokes (without control,
85 alt or shift) now work
86 - Compile fixes for Watcom C++ added
87 - Compile fixes for Cygwin 1.0 added
88 - Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop()
89 - Replaced wxYield() call in PopupMenu() by a much safer
90 wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones
91 - Enter processing in wxSpinCtrl fixed
92 - Fixed bug in determining the best listbox size
93 - Fix for wxFrame's last focus bug
94 - We now send iconize events
95 - Fixed wxFrame::SetClientSize() with toolbar bug
96 - Added mousewheel processing
97 - Added wxSystemSettings::Get/SetOption so we can configure
98 wxWindows at run time; used this to implement no-maskblt option
100 - Fixed bug when using MDIS_ALLCHILDSTYLES style: so now MDI
101 child frame styles are honoured
105 - Fixed slider rounding bug
106 - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()
107 - We now send iconize events
108 - Fix for discrepancies between wxNotebookEvent and wxNotebook
109 GetSelection() results
116 - fixed problem with wxURL when using static version of the library
117 - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories
118 - wxMimeTypesManager now can create file associations too (Chris Elliott)
119 - wxCopyFile() respects the file permissions (Roland Scholz)
120 - wxFTP::GetFileSize() added (Søren Erland Vestø)
121 - wxDateTime::IsSameDate() bug fixed
122 - wxTimeSpan::Format() now behaves more as expected, see docs
123 - wxLocale now provides much more convenient API for setting language and
124 detecting current system language. New API is more abstracted and truly
125 cross-platform, independent of underlying C runtime library.
129 - new wxToggleButton class (John Norris, Axel Schlueter)
130 - wxCalendarCtrl not highlighting the date with time part bug fixed
131 - wxADJUST_MINSIZE sizer flag added
132 - FindOrCreateBrush/Pen() bug fix for invalid colour values
133 - new wxXPMHandler for reading and writing XPM images
134 - added new (now recommended) API for conversion between wxImage and wxBitmap
135 (wxBitmap::ConvertToImage() and wxBitmap::wxBitmap(wxImage&) instead of
136 wxImage methods and ctor)
137 - ODBC classes now support DB2, Interbase, and Pervasive SQL
138 - ODBC documentation complete!!
139 - ODBC classes have much Unicode support added, but not complete
140 - ODBC experimental BLOB support added, but not completely tested
141 - ODBC NULL column support completed (Roger/Paul Gammans)
142 - ODBC All "char *" and char arrays removed and replaced with wxString use
146 - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
147 - fixed bug in MDI children flags (mis)handling
148 - it is possible to compile wxCHMHelpController with compilers
149 other than Visual C++ now and hhctrl.ocx is loaded at runtime
153 - added support for wchar_t (wxUSE_WCHAR_T) under Unix
157 - mew feature, wxHtmlProcessor for on-the-fly modification of HTML markup
158 - visual enhancements to contents panel of wxHtmlHelpController
165 - Fixed bug with directories with trailing (back)slashes in wxPathExists
166 - wxString: added wxArrayString::operator==() and !=()
167 - Fixes for wxCmdLineParser
168 - Added wxGetLocalTimeMillis
169 - Completed Czech translations
170 - Some stream corrections
171 - added missing consts to wxPoint operators
172 - wxDateTime ParseFormat fixes
173 - wxFile::Open(write_append) will create file if it doesn't exist
174 - small fixes to MIME mailcap test command handling, more MIME tests in the sample
178 - wxGenericDragImage now allows virtual image drawing, and
179 flicker-free dragging is now possible
180 - Added wxPrinter::GetLastError
181 - Fixed wxLogGui reentrancy problem
182 - Paper names now translated
184 - Generic validator now caters for more cases (integers in
185 wxTextCtrl, strings in wxChoice, wxComboBox)
186 - Fixed crash when docview On... functions return FALSE. Show
187 error message when an non-existent filename is typed into the Open
189 - Corrected Baltic font encoding handling
190 - wxImage: enhanced TIFF code, added new platform-independent BMP
192 - wxKeyEvent::GetKeyCode() and HasModifiers() added and documented
193 - Fixed wxPropertyForm crashes in sample
194 - wxWizard now calls TransferDataFromWindow() before calling
195 wxWizardPage::GetNext() fixing an obvious bug
199 - wxWindow::GetCharWidth/Height now calculated accurately.
200 This will affect all .wxr dialog resources, so for
201 backward compatibility, please set
202 wxDIALOG_UNIT_COMPATIBILITY to 1 in setup.h
203 - wxListCtrl: set item text in LIST_ITEM_ACTIVATED events
204 - wxTextCtrl: implemented setting colours for rich edit controls
205 - wxColour now accepts both grey and gray
206 - BC++ DLL compilation fixed
207 - Watcom C++ makefiles improved for JPEG and TIFF compilation
208 - Fixed submenu accelerator bug
209 - Fixed dialog focus bug (crash if the previous window to have
210 the focus was destroyed before the dialog closed)
211 - Too-small default wxTextCtrl height fixed
212 - fixed "missing" initial resize of wxMDIChildFrame
213 - wxFrame restores focus better
214 - Now ignore wxTHICK_FRAME in wxWindow constructor: only relevant to
215 frames anddialogs, interferes with other window styles otherwise
216 (sometimes you'd get a thick frame in a subwindow)
217 - wxTextCtrl insertion point set to the beginning of the control by SetValue
218 - Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.
219 - wxFileDialog: adjusts struct size if there's an error (struct
220 sizes can be different on different versions of Windows)
221 - wxImageList::GetSize() documented and added to wxMSW
222 - fixed default dialog style to make them non resizeable again
223 - fixed wxFrame::IsShown() which always returned TRUE before
227 - Please see docs/gtk/changes.txt.
231 - Small compilation fixes
247 - Added wxCHMHelpController, for invoking MS HTML Help
248 files. This works under VC++ only
249 - Modal dialog handling improved
250 - Printer dialog now modal
265 - Added docs/tech for technical notes
269 - Started new contrib hierarchy that mirrors
270 the main lib structure; moved OGL and MMedia into it
275 - wxDateTime replaces and extends old wxDate and wxTime classes (still
276 available but strongly deprecated) with many new features
277 - wxLongLong class provides support for (signed) 64 bit integers
278 - wxCmdLineParser class for parsing the command line (supporting short and
279 long options, switches and parameters of different types)
280 - it is now possible to build wxBase under Win32 (using VC++ only so far)
281 and BeOS (without thread support yet)
282 - wxThread class modified to support both detached and joinable threads, also
283 added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
285 - wxDir class for enumerating files in a directory
286 - wxLog functions are now (more) MT-safe
287 - wxStopWatch class, timer functions have more chances to return correct
288 results for your platform (use ANSI functions where available)
289 - wxString::ToLong, ToULong, ToDouble methods and Format() static one added
290 - buffer overflows in wxString and wxLog classes fixed (if snprintf() function
292 - wxArray::RemoveAt() replaces deprecated wxArray::Remove(index)
296 - Added wxImage::Rotate.
297 - new wxCalendarCtrl class for picking a date interactively
298 - wxMenu(Bar)::Insert() and Remove() functions for dynamic menu menagament
299 - wxToolBar supports arbitrary controls (not only buttons) and can be
300 dynamically changed (Delete/Insert functions)
301 - vertical toolbars supported by MSW and GTK native wxToolBar classes
302 - wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
303 - "file open" dialog allows selecting multiple files at once (contributed by
305 - wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
306 MIME types if available (Unix only)
307 - wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
308 - TIFF support added (libtiff required and included in the distribution)
309 - PCX files can now be written (256 and 24 bits)
310 - validators may work recursively if wxWS_EX_VALIDATE_RECURSIVELY is set
311 - wxScrolledWindow now has keyboard interface
312 - wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
313 - added wxEncodingConverter and improved wxFontMapper
314 for dealing with convertions between different encodings,
315 charsets support in wxLocale and wxHTML
316 - wxDragImage class added
317 - samples/help improved to show standard and advanced HTML help
318 controllers, as well as native help
319 - moved wxTreeLayout class to main lib
323 - wxFrame::MakeFullScreen added.
324 - support for enhanced metafiles added, support for copying/pasting metafiles
325 (WMF and enhanced ones) fixed/added.
326 - implemented setting colours for push buttons
327 - wxStatusBar95 may be now used in dialogs, panels (not only frames) and can be
328 positioned along the top of the screen and not only at the bottom
329 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
330 - loading/saving big (> 32K) files in wxTextCtrl works
331 - tooltips work with wxRadioBox
332 - wxBitmap/wxIcon may be constructed from XPM included into a program, as in
334 - returning FALSE from OnPrintPage() aborts printing
335 - VC++ makefiles and project files made (mostly) consistent
336 - wxSetCursorEvent added
340 - wxFontMapper endless recursion bug (on some systems) fixed
341 - wxGTK synthesizes wxActivateEvents
342 - UpdateUI handlers may be used with wxTextCtrl
346 - wxMenu::Enable works
347 - wxToolBar bugs fixed
348 - OGL samples made to work again
352 - almost complete rewrite of wxHtmlHelpController,
353 including faster search, bookmarks, printing, setup dialog
354 and cross-platform binary compatible .cached files for faster
355 loading of large helpbooks, case insensitive search
356 splitted into 3 parts: wxHtmlHelpData, Frame and Controller
357 - added support for charsets and <meta> tag
358 - added support for font faces and justified paragraphs,
359 taken some steps to prepare wxHTML for frames
360 - added dynamic pushing/poping of wxHtmlParser tag handlers
361 - improved HTML printing
362 - added extensive table of HTML characters substitutions ( etc.)
363 - fixed wxHtmlWindow flickering, several minor bugfixes
364 - added some tags: <address>, <code>, <kbd>, <samp>, <small>, <big>,
365 fixed handling of relative and absolute font sizes in <font size>
368 NOTE: for changes after wxWindows 2.1.0 b4, please see the CVS
371 2.1.0, b4, May 9th 1999
372 -----------------------
376 - JPEG support added.
377 - Many fixes and changes not thought worth mentioning in this file :-)
381 - wxNotebook changes: can add image only; wxNB_FIXEDWIDTH added;
383 - JPEG support added.
384 - Fixes for Cygwin compilation.
385 - Added wxGA_SMOOTH and wxFRAME_FLOAT_ON_PARENT styles.
386 - Many fixes people didn't tell this file about.
393 - Some changes for Unicode support, including wxchar.h/cpp.
396 2.0.1 (release), March 1st 1999
397 -------------------------------
402 - Slider/spinbutton fixes.
406 - Fixed problems with <return> in dialogs/panels.
407 - Fixed window cursor setting.
408 - Fixed toolbar sizing and edge-clipping problems.
409 - Some makefile fixes.
417 - Added wxUSE_SOCKETS.
418 - More topic overviews.
419 - Put wxPrintPaperType, wxPrintPaperDatabase into
420 prntbase.h/cpp for use in non-PostScript situations
421 (e.g. Win16 wxPageSetupDialog).
424 Beta 5, February 18th 1999
425 --------------------------
429 - wxExecute improved.
433 - Fixed wxWindow::IsShown (::IsWindowVisible doesn't behave as
435 - Changed VC++ makefiles (.vc) so that it's possible to have
436 debug/release/DLL versions of the library available simultaneously,
437 with names wx.lib, wx_d.lib, wx200.lib(dll), wx200_d.lib(dll).
438 - Added BC++ 5 IDE files and instructions.
439 - Fixed wxChoice, wxComboBox constructor bugs (m_noStrings initialisation).
440 - Fixed focus-related crash.
444 - Cured asynchronous wxExecute crash.
445 - Added repaint event handlers to wxFrame, wxMDIChildFrame.
449 - wxLocale documented.
450 - Added include filenames to class reference.
451 - wxHelpController API changed: SetBrowser becomes SetViewer,
452 DisplaySection works for WinHelp, help sample compiles under Windows
453 (though doesn't display help yet).
455 Beta 4, February 12th 1999
456 --------------------------
460 - Miscellaneous fixes.
464 - Makefiles for more compilers and samples; Cygwin makefiles
466 - Added VC++ project file for compiling wxWindows as DLL.
470 - Added OnEraseBackground invocation.
471 - Added wxRETAINED implementation for wxScrolledWindow.
472 - Cured scrolling display problem by adding XmUpdateDisplay.
473 - Tried to make lex-ing in the makefile more generic (command line
474 syntax should apply to both lex and flex).
475 - Changed file selector colours for consistency (except for buttons:
476 crashes for some reason).
477 - Fixed wxMotif version of wxImage::ConvertToBitmap (used new instead
478 of malloc, which causes memory problems).
482 - Further doc improvements.
483 - wxGenericValidator added.
484 - Added wxImageModule to image.cpp, so adds/cleans up standard handlers
487 Beta 3, January 31st 1999
488 -------------------------
492 - wxClipboard/DnD API changes (still in progress).
493 - wxToolTip class added.
494 - Miscellaneous fixes.
498 - wxRegConfig DeleteAll bug fixed.
499 - Makefiles for more compilers.
500 - TWIN32 support added.
501 - Renamed VC++ makefiles from .nt to .vc, and
502 factored out program/library settings.
503 - Fixed wxIniConfig bug.
507 - A few more colour fixes.
508 - wxGLCanvas and OpenGL samples working.
509 - Some compiler warnings fixed.
510 - wxChoice crash fix.
511 - Dialog Editor starting to work on Motif.
515 - wxBusyCursor class added.
517 - More doc improvements, incl. expanding docs/html/index.htm.
526 - 16-bit BC++ compilation/linking works albeit without the resource system.
530 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
532 - Cured some widget table clashes.
533 - Added thread support (Robert).
534 - wxPoem sample now works.
538 - Rearranged documentation a bit.
539 - Sash window uses area of first frame/dialog to paint over when drawing
540 the dragged sash, not just the sash window itself (it clipped to the right
542 - Made resource sample use the correct Cancel button id.
543 - Moved wxProp to main library (generic directory), created proplist
545 - Added bombs and fractal samples.
547 Beta 1, December 24th 1998
548 --------------------------
554 wxMSW, wxMotif: not in sync with this release.
557 Alpha 18, December 29th 1998
558 ----------------------------
562 - Win16 support working again (VC++ 1.5)
563 - Win16 now uses generic wxNotebook, wxListCtrl,
564 wxTreeCtrl -- more or less working now, although
565 a little work on wxNotebook is still needed.
566 Under 16-bit Windows, get assertion when you click
568 - Wrote 16-bit BC++ makefiles: samples don't yet link.
569 - Added CodeWarrior support to distribution courtesy
574 - Cured scrolling problem: scrollbars now show/hide themselves
575 without (permanently) resizing the window.
576 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
577 that disabled scrollbar paging.
578 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
580 - Removed major bug whereby dialogs were unmanaged automatically
581 when any button was pressed.
582 - Fixed colours of wxWindow scrollbars, made list and text controls
583 have a white background.
584 - Fixed dialog colour setting.
585 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
586 they have sensible colours by default.
587 - Fixed a bug in wxStaticBox.
588 - Cured wxTreeCtrl bug: now works pretty well!
589 - Debugged DrawEllipticArc (a ! in the wrong place).
590 - Added SetClippingRegion( const wxRegion& region ).
591 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
593 Alpha 17, November 22nd 1998
594 ----------------------------
598 - More documentation updates, especially for
599 wxLayoutWindow classes and debugging facilities.
600 - Changed wxDebugContext to use wxDebugLog instead
602 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
603 However, DLL support may be broken for BC++ since
604 VC++ 6 required changing of WXDLLEXPORT keyword
606 - Numerous miscellaneous changes.
610 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
611 were too buggy (probably not design for dynamic addition/removal of
613 - Some improvements to the wxNotebook implementation.
614 - wxToolBar now uses a bulletin board instead of a form, in an attempt
615 to make it possible to add ordinary wxControls to a toolbar.
616 - Cured problem with not being able to use global memory operators,
617 by defining two more global operators, so that the delete will match
618 the debugging implementation.
619 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
620 global memory operators (usually OK) and #defining new to be
621 WXDEBUG_NEW (sometimes it might not be OK).
622 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
623 - Added a parent-existance check to popup menu code to make it not crash.
624 - Added some optimization in wxWindow::SetSize to produce less flicker.
625 It remains to be seen whether this produces any resize bugs.
627 It's a long time since I updated this file. Previously done:
629 - wxFrame, wxDialog done.
630 - wxScrolledWindow done (but backing pixmap not used at present).
631 - wxBitmap done though could be tidied it up at some point.
632 - Most basic controls are there, if not rigorously tested.
633 - Some MDI support (menus appear on child frames at present).
634 - wxNotebook almost done.
635 - wxToolBar done (horizontal only, which would be easy to extend
636 to vertical toolbars).
640 - Colour and font changing done (question mark over what happens
642 - Accelerators done (for menu items and buttons). Also event loop
643 tidied up in wxApp so that events are filtered through ProcessXEvent.
644 - wxWindow::GetUpdateRegion should now work.
646 Alpha 16, September 8th 1998
647 ----------------------------
651 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
653 - Guilhem's socket classes added, plus wxsocket sample.
654 - A few more makefiles added.
655 - GnuWin32/BC++ compatibility mods.
656 - Further doc updates.
657 - wxProp updates for correct working with wxGTK.
661 - First start at Motif port.
662 - Made makefiles for wxMotif source directory and minimal sample.
663 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
664 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
665 wxMenu, wxMenuItem, wxMenuBar
667 Alpha 15, August 31st 1998
668 --------------------------
673 - wxDC::GetDepth added.
674 - Contribution added whereby wxBitmap will be
675 converted to DC depth if they don't match.
676 - wxConfig API improved, documentation updated.
677 - Printing classes name conventions cleaned up.
678 - wxUpdateUIEvent now derives from wxCommandEvent
679 so event can travel up the window hierachy.
681 Alpha 14, July 31st 1998
682 ------------------------
686 - Toolbar API has been simplified, and now
687 wxFrame::GetClientArea returns the available client
688 area when toolbar, status bar etc. have been accounted for.
689 wxFrame::CreateToolBar added in line with CreateStatusBar.
690 - Documentation updates, incl. for wxToolBar.
691 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
692 - Various additions from other folk, e.g. streams, wxConfig
694 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
696 Alpha 13, July 8th 1998
697 -----------------------
701 - Implemented wxPoint as identical to POINT on Windows, and
702 altered wxDC wxPoint functions to use wxPoint directly in
703 Windows functions, for efficiency.
704 - Cured wxASSERT bug in wxStatusBar95.
705 - #ifdefed out some bits in oleutils.cpp for compilers that
707 - Added some operators to wxPoint, wxSize.
708 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
710 Alpha 12, July 7th 1998
711 -----------------------
715 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
716 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
718 Alpha 11, July 3rd 1998
719 -----------------------
723 - Added thread.h, thread.cpp.
724 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
726 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
727 SetTextColor to SetTextColour, and added or made public several
728 wxMenuItem accessors.
729 - Added two overloads to wxRegion::Contains. Added
730 wxRegion::IsEmpty for a more consistent naming convention.
731 - Added Vadim's wxDataObject and wxDropSource.
732 - ENTER/LEAVE events now work.
733 - Cured wxMemoryDC bug where the DC wasn't being deleted.
734 - Cured wxGauge SetSize major bugginess.
735 - Cured problem where if a GDI object was created on the stack,
736 then went out of scope, then another object was selected into
737 the DC, GDI objects would leak. This is because the assignment
738 to e.g. wxDC::m_pen would delete the GDI object without it first
739 being selected out of the DC. Cured by selecting the old DC object
740 first, then doing the assignment.
741 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
742 - Various other bug fixes and additions.
746 - Major work on Dialog Editor (still plenty to go).
747 - Expanded documentation a bit more.
749 Alpha 10, May 7th 1998
750 ----------------------
754 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
755 and wxIcon functions so that you can specify what size of
756 icon should be loaded. Probably will remain a Windows-specific thing.
757 - wxStatusBar95 now works for MDI frames.
758 - Toolbars in MDI frames now behave normally. They still
759 require application-supplied positioning code though.
760 - Changed installation instructions, makefiles and batch files
761 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
762 change to support Mingw32/EGCS. Bison now used by default.
764 Alpha 9, April 27th 1998
765 ------------------------
769 - Cured bug in wxStatusBar95 that caused a crash if multiple
771 - Added Gnu-Win32 b19/Mingw32 support by changing resource
772 compilation and pragmas.
773 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
774 commands because VZ changed the id setting in wxMenu::MSWCommand.
778 - Corrected some bugs, such as the wxModule compilation problem.
779 - Added Gnu-Win32 b19/Mingw32 support by changing resource
780 compilation and pragmas.
781 - Changed SIZEOF to WXSIZEOF.
783 Alpha 8, April 17th 1998
784 ------------------------
788 - Added IsNull to wxGDIObject to check if the ref data is present or not.
789 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
791 - Added wxJoystick class and event handling, and simple demo.
792 - Added simple wxWave class. Needs Stop() function.
793 - Added wxModule (module.h/module.cpp) to allow definition
794 of modules to be initialized and cleaned up on wxWindows
796 - Start of Mingw32 compatibility (see minimal and dialogs samples
797 makefile.m95 files, and install.txt).
798 - Note: Windows printing has stopped working... will investigate.
800 - Updated wxString: bug fixes, added wxArrayString, some
801 compatibility functions.
802 - Updated log.h/cpp, added wxApp::CreateLogTarget.
803 - file.h: new wxTempFile class.
804 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
805 - statbr95: wxStatusBar95 control.
806 - registry.h/cpp: wxRegKey class for Win95 registry.
807 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
808 - wxConfig and wxFileConfig classes.
812 - Added src/other/png, src/other/zlib directories.
814 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
815 Porters, please check particularly your wxTreeCtrl and wxListCtrl
817 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
819 Alpha 7, March 30th 1998
820 ------------------------
824 - Added tab classes, tab sample.
825 - Now can return FALSE from OnInit and windows will be
826 cleaned up properly before exit.
827 - Improved border handling so panels don't get borders
829 - Debugged MDI activation from Window menu.
830 - Changes to memory debug handling, including checking for
831 memory leaks on application exit - but see issues.txt for
833 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
834 to allow maintenance of an icon in the Windows 95 taskbar
836 - Got MFC sample working (MFC and wxWindows in the same
837 application), partly by tweaking ntwxwin.mak settings.
838 - Got DLL compilation working again (VC++).
839 - Changed wxProp/Dialog Editor filenames.
843 - Added tab classes, tab sample.
844 - Revised memory.cpp, memory.h slightly; memory.h now #defines
845 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
846 now checks for leaks on exit. Added memcheck sample.
847 See src/msw/issues.txt for more details.
848 - resource.h, resource.cpp changed to make wxDefaultResourceTable
849 a pointer. Now initialize resource system with
850 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
851 allow better control of memory.
852 - wxString now derives from wxObject, to enable memory leak
854 - Added some #include fixes in various files, plus changed
855 float to long in wxToolBar files.
857 Alpha 6, March 10th 1998
858 ------------------------
862 - Found stack error bug - stopped unwanted OnIdle recursion.
863 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
864 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
865 check if the number of top-level windows is zero before
866 exiting. Also, wxApp::GetTopWindow will return either
867 m_topWindow or the first member of wxTopLevelWindows, so you
868 don't have to call wxApp::SetTopWindow.
869 - Added dynarray.h/dynarray.cpp (from Vadim).
870 - Added first cut at OLE drag and drop (from Vadim). dnd sample
871 added. Drop target only at this stage. See src/msw/ole/*.cpp,
872 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
873 Doesn't work with GnuWin32 - no appropriate headers e.g. for
875 Doesn't work with BC++ either - crashes on program startup.
876 - Added Vadim's owner-draw modifications - will probably remain
877 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
878 - Added wxLB_OWNERDRAW for owner-draw listboxes.
879 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
880 Doesn't entirely work for WIN16.
881 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
882 can also be used as an argument to wxMenu::Append, not just for
883 internal implementation.
884 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
885 in makeg95.env, together with mingw32.bat). However, resource
886 binding is not working yet so most apps with dialogs crash.
890 - Added Vadim's dynarray.h, dynarray.cpp.
891 - Added Vadim's menuitem.cpp.
892 - Added Windows-specific wxCheckListBox,
893 owner-draw wxListBox, and drag-and-drop
894 (see docs/msw/changes.txt).
896 Alpha 5, 14th February 1998
897 --------------------------
901 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
902 DISTRIBUTIONS. This change log will therefore now refer to
903 the Windows-specific code only. See docs/changes.txt for generic
905 - Removed Windows-specific reference counting system (GDI
906 resources were cleaned up in idle time) - minimal
907 advantages now we have a wxWin reference counting system.
908 - Added missing WXDLLEXPORT keywords so DLL compilation works
910 - Removed most warnings for GnuWin32 compilation.
911 - Added wxRegion/wxRegionIterator, but haven't yet used it in
916 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
917 DISTRIBUTIONS. This change log will therefore now refer to
918 the generic code only. See docs/msw/changes.txt for Windows-specific
920 - Readmes, change logs and installation files now go in
921 platform-specific directories under docs, e.g. docs/msw,
923 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
924 created dynamically, not as a global object.
925 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
926 - Changed names of some include/wx/generic headers to be
927 consistent and to conform to gcc pragma conventions. Also
928 changed choicesg.cpp to choicdgg.cpp.
930 - Added gtk inclusion in include/wx headers.
931 - Added consistent file headings to source and headers.
932 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
933 added a few references to wxTransString.
934 - Added operator to wxTransString that converts automatically
935 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
936 - samples/internat now works (minimally).
937 - Added wxMouseEvent::GetPosition and
938 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
939 - Made wxSize and wxRect contain longs not ints.
940 - Cured some lemory leaks (thanks Vadim).
941 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
942 will only keep processing OnIdle if it returns TRUE from
945 Alpha 4, 31st January 1998
946 --------------------------
950 - Changed wxDC functions to take longs instead of floats. GetSize now takes
951 integer pointers, plus a version that returns a wxSize.
952 - const keyword added to various wxDC functions.
953 - Under Windows, wxDC no longer has any knowledge of whether
954 an associated window is scrolled or not. Instead, the device
955 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
956 - wxScrolledWindow applications can optionally override the virtual OnDraw
957 function instead of using the OnPaint event handler. The wxDC passed to
958 OnDraw will be translated by PrepareDC to reflect scrolling.
959 When drawing outside of OnDraw, must call PrepareDC explicitly.
960 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
962 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
963 to help printing with multiple pages.
964 - IPC classes given base classes (wxConnectionBase etc.) which
965 define the API used by different implementations. DDE
966 implementation updated to use these base classes.
967 - wxHelpInstance now separated into wxHelpControllerBase (base
968 for all implementations), wxWinHelpController (uses standard
969 WinHelp), wxXLPHelPController (talks to wxHelp by DDE or
970 TCP/IP). There will be others eventually, such as
971 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
972 - Added Vadim Zeitlin's wxString class plus
973 internationalization code (gettext simulation, wxLocale, etc.).
974 New files from Vadim:
980 src\common\string.cpp
984 No longer use GNU wxString files.
985 - Split off file-related functions into include\wx\filefn.h and
986 src\common\filefn.cpp.
987 - Borland C++ support (WIN32) for main library and
988 samples, using makefile.b32 files.
989 - Preparation done for allowing BC++ to compile wxWin as a DLL,
990 including changes to defs.h.
991 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
993 - Added wxShowEvent (generated when window is being shown or
995 - Got minimal, docview, mdi samples working for 16-bit VC++ and
996 cured 16-bit problem with wxTextCtrl (removed global memory
998 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
1000 Alpha 3, September 1997
1001 -----------------------
1005 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
1006 - Instigated new file hierarchy, split files and classes up more logically.
1007 - PrologIO and some other utils now put into core library.
1008 - Revamped print/preview classes, added wxPageSetupDialog.
1009 - Started documentation.
1011 Alpha 2, 30th April 1997
1012 ------------------------
1016 - EVT_... macros now have at least one argument, for conformance
1017 with MetroWerks compiler.
1018 - Added ids to .wxr file format.
1019 - Got Dialog Editor compiled and running again but need
1020 to extend functionality to be in line with new controls.
1021 Added dialoged\test app to allow dynamic loading of .wxr files
1022 for testing purposes.
1023 - Rewrote wxBitmap to allow installable file type
1025 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
1026 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
1028 - Added back wxRadioBox.
1029 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
1032 Alpha 1, 5th April 1997
1033 -----------------------
1037 At this point, the following has been achieved:
1039 - A lot, but not all, of the code has been revamped for better
1040 naming conventions, protection of data members, and use of
1041 wxString instead of char *.
1042 - Obsolete functionality deleted (e.g. default wxPanel layout,
1043 old system event system) and code size reduced.
1044 - Class hierarchy changed (see design doc) - base classes such
1045 as wxbWindow now removed.
1046 - No longer includes windows.h in wxWin headers, by using stand-in
1047 Windows types where needed e.g. WXHWND.
1049 - wxScrolledWindow, wxStatusBar and new MDI classes added.
1050 MDI is now achived using separate classes, not window styles.
1051 - wxSystemSettings added, and made use of to reflect standard
1053 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
1054 settings mucho rationalised.
1055 - All windows are now subclassed with the same window proc to make
1056 event handling far more consistent. Old internal wxWnd and derived
1058 - API for controls revised, in particular addition of
1059 wxValidator parameters and removal of labels for some controls.
1060 - 1 validator written: see examples/validate.
1061 - Event table system introduced (see most samples and
1062 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
1063 made more flexible, with Push/PopEventHandler allowing a chain
1065 - wxRadioBox removed - will be added back soon.
1066 - Toolbar class hierarchy revised:
1068 wxToolBarSimple (= old wxToolBar)
1069 wxToolBar95 (= old wxButtonBar under Win95
1070 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
1071 - Constraint system debugged somewhat (sizers now work properly).
1072 - wxFileDialog, wxDirDialog added; other common dialogs now
1073 have class equivalents. Generic colour and font dialogs
1074 rewritten to not need obsolete panel layout.
1075 - .wxr resource system partially reinstated, though needs
1076 an integer ID for controls. Hopefully the resource system
1077 will be replaced by something better and more efficient
1079 - Device contexts no longer stored with window and accessed
1080 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
1082 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
1083 determines whether labels are shown. Other Win95-specific flags
1084 introduced, e.g. for showing ticks.
1085 - Styles introduced for dealing with 3D effects per window, for
1086 any window: all Win95 3D effects supported, plus transparent windows.
1087 - Major change to allow 3D effect support without CTL3D, under
1089 - Bitmap versions of button and checkbox separated out into new
1090 classes, but unimplemented as yet because I intend to remove
1091 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
1092 - utils/wxprop classes working (except maybe wxPropertyFormView)
1093 in preparation for use in Dialog Editor.
1094 - GNU-WIN32 compilation verified (a month or so ago).