1 ----------------------------
2 wxWindows 2.5/2.6 Change Log
3 ----------------------------
5 INCOMPATIBLE CHANGES SINCE 2.4.x
6 ================================
8 - no initialization/cleanup can be done in wxApp/~wxApp because they are
9 now called much earlier/later than before; please move any exiting code
10 from there to wxApp::OnInit()/OnExit()
11 - also, OnExit() is not called if OnInit() fails
12 - wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead
13 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
14 - wxWindow::Clear() is now called ClearBackground()
17 DEPRECATED METHODS SINCE 2.4.x
18 ==============================
20 Deprecated methods may still be used but will disappear in future wxWindows
21 versions, please update your code to not use them.
23 - wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
24 - wxSizer::Remove(wxWindow *), use Detach() instead [it is more clear]
25 - wxSizer::Set/GetOption(): use Set/GetProportion() instead
26 - wxKeyEvent::KeyCode(): use GetKeyCode instead
27 - wxList::Number, First, Last, Nth: use GetCount, GetFirst/Last, Item instead
28 - wxNode::Next, Previous, Data: use GetNext, GetPrevious, GetData instead
29 - wxListBase::operator wxList&(): use typesafe lists instead
30 - wxTheFontMapper: use wxFontMapper::Get() instead
31 - wxStringHashTable: use wxHashMap instead
32 - wxHashTableLong: use wxHashMap instead
33 - wxArrayString::GetStringArray: no replacement
34 - wxArrayString::Remove(index, count): use RemoveAt instead
35 - wxTreeItemId conversion to long is deprecated and shouldn't be used
36 - [MSW only] wxWindow::GetUseCtl3D(), GetTransparentBackground() and
37 SetTransparent() as well as wxNO_3D and wxUSER_COLOURS styles
48 - wxDateTime::ParseDateTime() implemented (Linus McCabe)
52 - added some support for C++ exceptions in the library (do read the manual!)
53 - added wxListCtrl::GetViewRect()
57 - fixed wxTE_*WRAP styles handling
58 - wxTextCtrl::GetValue() works with text in non default encoding
62 - fixes to wxTextCtrl scrolling under GTK2 (Nerijus Baliunas)
70 - It is now possible to build several smaller libraries instead of single
71 huge wxWindows library; wxBase is now dependency of GUI ports rather then
72 separately compiled library
73 - added wxDateSpan::operator==() and !=() (Lukasz Michalski)
74 - added wxFileName::GetForbiddenChars() (Dimitri Schoolwerth)
75 - use true/false throughout the library instead of TRUE/FALSE
76 - wxStopWatch::Start() resumes the stop watch if paused, as per the docs
77 - added wxDirTraverser::OnOpenError() to customize the error handling
78 - added wxArray::SetCount()
79 - wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding
80 by default in Unicode mode
81 - bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
82 - added wx/math.h (John Labenski)
83 - added Catalan translations (Pau Bosch i Crespo)
84 - added Ukrainian translations (Eugene Manko)
85 - fixed bug with deleting entries at root level in wxFileConfig
86 - chkconf.h now includes platform-specific versions (for MSW
87 and Mac) which contain some tests that were in setup.h
88 - added event sink argument to wxEvtHandler::Connect()
89 - added support for POST method and alt ports to wxHTTP (Roger Chickering)
90 - added wxSocket::IPAddress() (Chris Mellon)
91 - wxDataStreams can read/write many elements at once (Mickael Gilabert)
92 - added wxRecursionGuard class
93 - added wxThreadHelper class (Daniel Howard)
97 - added Watcom makefiles
98 - fixed bug with searching in sorted arrays (Jürgen Palm)
102 - added wxVScrolledWindow, wxVListBox and wxHtmlLbox classes
104 - added alpha channel support to wxImage
105 - added wxRenderer class allowing to customize the drawing of generic controls
106 - added wxCLOSE_BOX style for dialogs and frames
107 - added wxSplitterWindow and wxWizard handlers to XRC
108 - wxWizard is now sizer-friendly and may be made resizeable (Robert Vazan)
109 - added proportion to wxFlexGridSizer::AddGrowableRow/Col (Maxim Babitski)
110 - added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski)
111 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)
112 - improved contrib/utils/convertrc parsing (David J. Cooke)
113 - fixed handling of URLs and filenames in wxFileSystem
114 - implemented alignment for wxGrid bool editor and renderer
115 - support wxListCtrl columns alignment for all platforms and not just MSW
116 - added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
117 - added wxTB_HORZ_TEXT style for MSW and GTK (Axel Schlueter)
118 - fixed user dash handling for MSW and GTK (Ken Edwards)
119 - WXR resources can now be used in Unicode builds
120 - it is now possible to use several wxFileHistory objects in the same menu
121 by giving them different base IDs (Dimitri Schoolwerth)
122 - Added wxTLW::SetShape with implementations for wxMSW and wxGTK (so far)
123 - FL: rmoved const from EnableTool parameters
124 - FL: signal child window when toolbar is closed
125 - In various places, changed tests for pathsep on last char of string to call
126 wxEndsWithPathSeparator(s)
127 - Added to defs.h a couple of macros (wxPtrToULong & wxULongToPtr)
128 - Minor improvements to document/view framework, including
129 delayed deletion of a document (until after the user has chosen
130 a new document), and more intelligent addition of filenames to
131 the file history, including not adding filenames if not using the
132 default extension for the template
133 - sped up wxImage::Scale using fixed point arithmetic (Wade Brainerd)
134 - Added BLOB support to wxDB (John Skiff)
135 - wxWizard now validates when pressing Back or Next
136 - Implemented wxNotebook::DoGetBestSize so Fit now works
137 - Added FindItemByPosition to wxMenu
138 - wxTimer now derives from wxEvtHandler and is its own owner object by default
139 - Extended wxTextAttr and added wxTextCtrl::GetStyle stub
140 to allow better rich text support.
141 - implemented wxFlexGridSizer::Show() (Wade Brainerd)
142 - Added m_ prefix to wxColourData and wxFontData members
143 - Added wxHtmlPrintout::AddFilter so HTML printing can be subject to
144 custom filters as well as HTML viewing.
145 - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle into common code.
146 - wxWindow::OnInternalIdle is now used in all ports, and ensures that
147 user OnIdle events do not interfere with crucial internal processing.
148 - wxWindow::UpdateWindowUI is now a documented function that
149 sends wxUpdateUIEvents, and can be overridden. It has a helper function
150 DoUpdateWindowUI for taking appropriate wxUpdateUIEvent action.
151 - Added functions to wxUpdateUIEvent: Set/GetMode, Set/GetUpdateInterval,
152 CanUpdate, to assist with optimising update event frequency.
153 - Added functions to wxIdleEvent: Set/GetMode, CanSend, to
154 determine whether a window should receive idle events.
155 - Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window
156 styles for use with conservative idle and update event modes.
157 - send menu update events only when a menu is about to be used (MSW/GTK)
158 - improved event processing performance (Hans Van Leemputten)
159 - added wxMirrorDC class
160 - printing improvements: GetPageInfo() gets called after the DC has
161 been set and after OnPreparePrinting() has been called so it can
162 report the number of pages accurately; doesn't try to set
163 number of pages in print dialog, in common with other Windows apps;
164 wxHTML easy printing's preview shows number of pages
165 correctly; preview scrollbars are set correctly; keyboard navigation
170 - fixed compilation on systems with zlib installed but < 1.1.3 version
171 - fixed compilation on Solaris 7 with large files support enabled
172 - added wxTaskBarIcon implementation for X11
173 - added support for GNU/Hurd in configure
174 - wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug)
178 - implemented wxListCtrl::Refresh() (Norbert Berzen)
179 - support adding/removing columns dynamically (Donald C. Taylor)
180 - wxToolBarSimple, property list classes, wxTreeLayout moved
181 to contrib/src/deprecated
185 - added support for label mnemonics to GTK+2 build (Michael Moss)
186 - added native wxMessageDialog implementation for GTK+2 build
187 - fixed wxMenu::Remove (John Skiff and Benjamin Williams)
188 - made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
189 - fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and
190 window managers that support _NET_WM_STATE_FULLSCREEN
191 - added wxEVT_MENU_OPEN event generation
192 - fixed bug in generic file selector causing incomplete file extensions to
193 be appended to filenames with no extension
194 - added wxTextCtrl::SetSelection implementation for GTK+ 2
195 - fixed wxTextCtrl::IsEditable() for GTK+ 2
196 - fixed wxStaticText alignment for GTK+ 2 (Kevin Hock)
197 - don't consume 100% CPU when showing a poup menu
201 - generate wxEVT_SCROLL_THUMBRELEASE and wxEVT_SCROLLWIN_THUMBRELEASE events
202 - generate wxEVT_MENU_OPEN and wxEVT_MENU_CLOSE events
206 - possibility to use DIBs for wxBitmap implementation (Derry Bryson)
207 - added wxCrashReport
208 - wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
209 - support for accelerator keys in the owner drawn menus (Derry Bryson)
210 - wxCaret::SetSize() doesn't hide the caret any longer as it used to
211 - wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
212 - fixed bugs in wxThread::Wait() and IsAlive()
213 - fixed bug with wxTR_EDIT_LABELS not working with wxTR_MULTIPLE
214 - fixes for compilation with OpenWatcom and DigitalMars compilers
215 - fixed wxStaticText best size calculation (was wrong by '&' width)
216 - fixed calling wxFrame::Maximize(FALSE) before the window is shown
217 - added wxNotebook::HitTest() (Otto Wyss)
218 - libraries built with makefile.g95 have a _min or _cyg suffix (MinGW/Cygwin)
219 - when using DLL, wxLocalFSHandler was not being exported
220 - fixed problem with wxEvtHandler object not removed from wxPendingEvents
221 - Windows XP manifest is now included in wx.rc; it is no longer neccessary
222 to ship .exe.manifest file with applications to support XP themes
223 - wxLocale::Init no longer reports error if trying to set Unicode-only locale
224 or if user's default locale is Unicode-only
225 - improved border handling under Windows XP
226 - partial fix for wxNotebook pages looking bad under XP: wxUSE_UXTHEME
227 enables XP theme engine code, and wxUSE_UXTHEME_AUTO tells
228 wxWindows to use the theme tab colour for control backgrounds.
229 - disable wxNB_RIGHT, wxNB_LEFT, wxNB_BOTTOM notebook styles under Windows XP
230 - fixed release mode build with VC 7.x (Martin Ecker)
231 - added support for wxALWAYS_SHOW_SB style
232 - you don't need to add opengl32.lib when using VC++ now (David Falkinder)
236 - made wxFileDialog behaviour with complex wildcards more sensible (it still
237 does not support all the features other ports do); refer to wxFileDialog
238 documentation for a detailed explanation
239 - implemented wxWakeUpIdle
240 - for Motif 2.0, used the native combobox widget instead of the GPL'd
241 xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
242 with Motif 1.x compatibility
243 - implemented wxToggleButton
244 - wxRadioBox and wxStaticBox now use the default shadow (border) style
245 instead of a sunken border
246 - implemented wxBitmapDataObject
247 - finished wxClipboard implementation
251 - controls in toolbars now supported
255 - added text selection to wxHtmlWindow
256 - added SetFonts to HTML printing classes (Adrian Philip Look)
257 - it is now possible to force page break when printing by inserting
258 <div style="page-break-before:always"> into the markup (Greg Chicares)
259 - wxHtmlWindow now uses double buffering to prevent flicker
265 INCOMPATIBLE CHANGES SINCE 2.2.x
266 ================================
268 Please take a few minutes to read the following list, especially
269 paying attention to the most important changes which are marked
270 with '!' in the first column.
272 Also please note that you should ensure that WXWIN_COMPATIBILITY_2_2
273 is defined to 1 if you wish to retain maximal compatibility with 2.2
274 series -- however you are also strongly encouraged to try to compile
275 your code without this define as it won't be default any longer in
278 NB: if you want to build your program with different major versions
279 of wxWindows you will probably find the wxCHECK_VERSION() macro
280 (see the documentation) useful.
285 ! wxArray<T>::Remove(size_t) has been removed to fix compilation problems
286 under 64 bit architectures, please replace it with RemoveAt() in your
289 ! wxArray<T> macros have been changed to fix runtime problems under 64 bit
290 architectures and as a side effect of this WX_DEFINE_ARRAY() can only be
291 used now for the pointer types, WX_DEFINE_ARRAY_INT should be used for the
292 arrays containing non-pointers.
294 - wxObject::CopyObject() and Clone() methods were removed because they
295 simply don't make sense for all objects
297 - wxEvent now has a pure virtual Clone() method which must be implemented
298 by all derived classes, if you have user-defined event classes please
299 add "wxEvent *Clone() const { return new MyEvent(*this); }" line to them
301 - small change to wxStopWatch::Pause() semantics, please see the documentation
303 - unlikely but possible incompatibility: the definition of TRUE has changed
304 from "1" to "(bool)1" (and the same thing for FALSE), so the code which
305 could be erroneously compiled previously such as doing "return FALSE" from
306 a function returning a pointer would stop compiling now (but this change
307 is not supposed to have any effects on valid code)
309 - another minor change: wxApp::OnAssert() has a new "cond" argument, you
310 must modify YourApp::OnAssert() signature if you were using it to override
311 the default assert handling.
315 ! the event type constants are not constants any more but are dynamically
316 allocated during run-time which means that they can't be used as case labels
317 in the switch()es, you must rewrite them to use if()s instead
319 You may also define WXWIN_COMPATIBILITY_EVENT_TYPES to get the old behaviour
320 but this is strongly discouraged, please consider changing your code
323 ! wxDialog does not derive from wxPanel any longer - if you were using it in
324 your code, please update it. The quick fix for the most cases is to replace
325 the occurrences of wxPanel with wxWindow.
327 ! if you handle (and don't skip) EVT_KEY_DOWN, the EVT_CHAR event is not
328 generated at all, so you must call event.Skip() in your OnKeyDown() if
329 you want to get OnChar() as well
331 - in general, the key events sent for the various non ASCII key combinations
332 have been changed to make them consistent over all supported platforms,
333 please see the wxKeyEvent documentation for details
335 - wxYES_NO is now wxYES | wxNO and the manifest values of both wxYES and wxNO
336 have changed (to fix some unfortunate clashes), please check your code to
337 ensure that no tests for wxYES or wxNO are broken: for example, the following
338 will *NOT* work any longer:
340 if ( flags & wxYES_NO )
343 ... do something else ...
345 - static wxWizard::Create() doesn't exist any more, the wizards are created
346 in the same way as all the other wxWindow objects, i.e. by directly using
349 - wxGLCanvas now derives directly from wxWindow, not wxScrolledWindow
351 - wxGridCellAttrProvider class API changed, you will need to update your code
352 if you derived any classes from it
354 - wxImage::ComputeHistogram()'s signature changed to
355 unsigned long ComputeHistogram(wxImageHistogram&) const
357 - wxEvtHandler cannot be copied/assigned any longer - this never worked but
358 now it results in compile-time error instead of run-time crashes
360 - WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events,
361 they only generate EVT_KEY_DOWN/UP() ones
363 - the dialogs use wxApp::GetTopWindow() as the parent implicitly if the
364 parent specified is NULL, use wxDIALOG_NO_PARENT style to prevent this
367 - several obsolete synonyms are only retained in WXWIN_COMPATIBILITY_2_2 mode:
368 for example, use wxScrolledWindow::GetViewStart() now instead of ViewStart()
369 and GetCount() instead of Number() in many classes
371 - wxCmdLineParser does not use wxLog to output messages anymore.
372 to obtain the previous behaviour, add
373 wxMessageOutput::Set(new wxMessageOutputLog); to your program
374 (you will need to #include <wx/msgout.h>)
378 ! build system changed: setup.h is not a static file in include/wx any more
379 but is created as part of the build process under lib/<toolkit>/wx
380 where <toolkit> is of the form (msw|univ)[dll][u][d]. You'll need to update
381 the include path in your make/project files appropriately. Furthermore,
382 xpm.lib is no longer used by wxMSW, it was superseded by the wxXPMDecoder
383 class. You'll need to remove all references to xpm.lib from your
384 make/project files. Finally, the library names have changed as well and now
385 use the following consistent naming convention: wxmsw[ver][u][d].(lib|dll)
386 where 'u' appears for Unicode version, 'd' -- for the debug one and version
387 is only present for the DLLs builds.
389 - child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
392 - all overloads of wxDC::SetClippingRegion() combine the given region with the
393 previously selected one instead of replacing it
395 - wxGetHomeDir() uses HOME environment variable and if it is set will not
396 return the programs directory any longer but its value (this function has
397 never been meant to return the programs directory anyhow)
399 - wxHTML apps don't need to include wx/html/msw/wxhtml.rc in resources file
400 anymore. The file was removed from wxMSW
405 ! You should use `wx-config --cxxflags` in your makefiles instead of
406 `wx-config --cflags` for compiling C++ files. CXXFLAGS contains CFLAGS
407 and the compiler flags for C++ files only, CFLAGS should still be used
408 to compile pure C files.
411 wxThread and related classes:
413 - The thread-related classes have been heavily changed since 2.2.x versions
414 as the old code had many serious problems. This could have resulted in
415 semantical changes other than those mentioned here, please review use of
416 wxThread, wxMutex and wxCondition classes in your code.
418 ! wxCondition now *must* be used with a mutex, please read the (updated) class
419 documentation for details and revise your code accordingly: this change was
420 unfortunately needed as it was impossible to ensure the correct behaviour
421 (i.e. absense of race conditions) using the old API.
423 - wxMutex is not recursive any more in POSIX implementation (it hasn't been
424 recursive in 2.2.x but was in 2.3.1 and 2.3.2), please refer to the class
425 documentation for the discussion of the recursive mutexes.
427 - wxMutex::IsLocked() doesn't exist any more and should have never existed:
428 this is was unique example of a thread-unsafe-by-design method.
439 - fixed loss of client data in wxChoice::SetString()
446 - added (partial) Indonesian translations (Bambang Purnomosidi D. P.)
447 - added wxSizer::Show()/Hide() (Carl Godkin)
448 - fixed bugs in wxDateTime::SetToWeekDay()/GetWeek()
452 - minor OpenBSD compilation/linking fixes, now builds OOB under OpenBSD 3.1
453 - don't include -I/usr/include nor -I/usr/local/include in wx-config output
454 - shared library symbols are now versioned on platforms that support it (Linux)
457 - Further work for GTK 2.0 and Unicode support.
458 - Addition of native frame site grip.
461 - Unicode support through Pango library.
465 - fixed crashes in wxListCtrl under XP
466 - added context menu for rich edit wxTextCtrl
470 - fixed wxHTML to work in Unicode build
477 - building wxBase with Borland C++ is now supported (Michael Fieldings)
478 - wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram)
479 - fixes to the command line parsing error and usage messages
480 - modified wxFileName::CreateTempFileName() to open the file atomically
481 (if possible) and, especially, not to leak the file descriptors under Unix
482 - memory leak in wxHTTP fixed (Dimitri Schoolwerth)
483 - fixes to AM_PATH_WXCONFIG autoconf macro
484 - added wxHashMap class that replaces type-unsafe wxHashTable and is modelled
485 after (non standard) STL hash_map
486 - wxLocale now works in Unicode mode
487 - wxLocale can now load message catalogs in arbitrary encoding
488 - added wxShutdown() function (Marco Cavallini)
489 - added wxEXPLICIT macro
490 - IPC classes improved and memory leaks fixed (Michael Fielding).
491 Global buffer removed, duplication in docs removed
492 - debug new/free implementations made thread-safe
496 - wxWindows may be built using BSD and Solaris (and possibly other) make
497 programs and not only GNU make
498 - wxTCP-based IPC classes now support communicating over Unix domain sockets
499 - wxWindows may be built as a dynamic shared library under Darwin / Mac OS X
500 lazy linking issues have been solved by linking a single module (.o) into
501 the shared library (two step link using distrib/mac/shared-ld-sh)
502 - fixed thread priority setting under Linux
506 - it is now possible to set the icons of different sizes for frames (e.g. a
507 small and big ones) using the new wxIconBundle class
508 - implemented radio menu items and radio toolbar buttons
509 - added possibility to show text in the toolbar buttons
510 - added wxArtProvider class that can be used to customize the look of standard
512 - significantly improved native font support
513 - wxImage::ComputeHistogram() now uses wxImageHistogram instead of type-unsafe
515 - added IFF image handler
516 - fixed using custom renderers in wxGrid which was broken in 2.3.2
517 - support for multiple images in one file added to wxImage
518 (TIFF, GIF and ICO formats)
519 - support for CUR and ANI files in wxImage added (Chris Elliott)
520 - wxTextCtrl::GetRange() added
521 - added wxGetFontFromUser() convenience function
522 - added EVT_MENU_OPEN and EVT_MENU_CLOSE events
523 - added Hungarian translations (Janos Vegh)
524 - added wxImage::SaveFile(filename) method (Chris Elliott)
525 - added wxImage::FloodFill and implemented wxWindowDC::DoFloodFill method
526 for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott)
527 - added (platform-dependent) scan code to wxKeyEvent (Bryce Denney)
528 - added wxTextCtrl::EmulateKeyPress()
529 - Added wxMouseCaptureChangedEvent
530 - Added custom character filtering to wxTextValidator
531 - wxTreeCtrl now supports incremental keyboard search
532 - wxMessageOutput class added
533 - wxHelpProvider::RemoveHelp added and called from ~wxWindowBase
534 so that erroneous help strings are no longer found as the hash
536 - updated libpng from 1.0.3 to 1.2.4
537 - Added wxView::OnClosingDocument so the application can do cleanup.
538 - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList
539 renamed to wxGenericImageList, so they can be used on wxMSW
541 - Added wxTreeEvent::IsEditCancelled so the application can tell
542 whether a label edit was cancelled.
543 - added static wxFontMapper::Get() accessor
547 - small appearance fixes for native look under Windows XP
548 - fixed the bug related to the redrawing on resize introduced in 2.3.2
549 - fixed multiple bugs in wxExecute() with IO redirection
550 - refresh the buttons properly when the window is resized (Hans Van Leemputten)
551 - huge (40*) speed up in wxMask::Create()
552 - changing wxWindows styles also changes the underlying Windows window style
553 - wxTreeCtrl supports wxTR_HIDE_ROOT style (George Policello)
554 - fixed flicker in wxTreeCtrl::SetItemXXX()
555 - fixed redraw problems in dynamically resized wxStaticText
556 - improvements to wxWindows applications behaviour when the system colours
558 - choose implicit parent for the dialog boxes better
559 - fixed wxProgressDialog for ranges > 65535
560 - wxSpinButton and wxSpinCtrl now support full 32 bit range (if the version
561 of comctl32.dll installed on the system supports it)
562 - wxFontEnumerator now returns all fonts, not only TrueType ones
563 - bugs in handling wxFrame styles (border/caption related) fixed
564 - showing a dialog from EVT_RADIOBUTTON handler doesn't lead to an infinite
566 - wxTextCtrl with wxTE_RICH flag scrolls to the end when text is appended to it
567 - the separators are not seen behind the controls added to the toolbar any more
568 - wxLB_SORT style can be used with wxCheckListBox
569 - wxWindowDC and wxClientDC::GetSize() works correctly now
570 - Added wxTB_NODIVIDER and wxTB_NOALIGN so native toolbar can be used in FL
571 - Multiline labels in buttons are now supoprted (simply use "\n" in the label)
572 - Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
573 has the capture before release it.
574 - fixed bugs in multiple selection wxCheckListBox
575 - default button handling is now closer to expected
576 - setting tooltips for wxSlider now works
577 - disabling a parent window also disables all of its children (as in wxGTK)
578 - multiple events avoided in wxComboBox
579 - tooltip asserts avoided for read-only wxComboBox
580 - fixed a race condition during a thread exit and a join
581 - fixed a condition where a thread can hang during message/event processing
582 - increased space between wxRadioBox label and first radio button
583 - don't fail to register remaining window classes if one fails to register
584 - wxFontDialog effects only turned on if a valid colour was
585 provided in wxFontData
586 - Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text control alignment.
587 - Bitmap printing uses 24 bits now, not 8.
591 - wxDirDialog now presents the file system in standard Unix way
592 - wxButton now honours wxBU_EXACTFIT
593 - wxStaticBox now honours wxALIGN_XXX styles
594 - added support for non alphanumeric simple character accelerators ('-', '=')
595 - new behaviour for wxWindow::Refresh() as it now produces a delayed refresh.
596 Call the new wxWindow::Update() to force an immediate update
597 - support for more SGI hardware (12-bit mode among others)
598 - fixed wxDC::Blit() to honour source DC's logical coordinates
599 - implemented wxIdleEvent::RequestMore() for simple background tasks
600 - implemented wxChoice::Delete()
601 - fixed bad memory leak in wxFileDialog (Chris Elliott)
602 - made internal GC pool dynamically growable
603 - added GTK+ 2 and Unicode support
607 - improved colour settings return values (Ian Brown)
608 - improved border style handling for wxStaticText (Ian Brown)
609 - improved toolbar control alignment
610 - implemented wxSpinButton
611 - implemented wxCheckListBox
612 - fixed wxSpinCtrl and wxStaticLine when used with sizers
613 - wxStaticBitmap now shows transparent icons correctly
617 - added generic MDI implementation (Hans Van Leemputten)
618 - first cut at wxSocket support (not yet working)
626 - First alpha-quality release
630 - fixed wxHtmlHelpController's cache files handling on big endian machines
631 - added blocking and redirecting capabilities to wxHtmlWindow via
632 wxHtmlWindow::OnOpeningURL()
633 - fixed alignment handling in tables
634 - fixed <font face="..."> handling to be case insensitive
639 New port: wxUniv for Win32/GTK+ is now included in the distribution.
643 - wxRegEx class added
644 - wxGetDiskSpace() function added (Jonothan Farr, Markus Fieber)
645 - wxTextBuffer and wxTextFile(wxStream) added (Morten Hanssen)
646 - more fixes to wxMBConv classes. Conversion to and from wchar_t now works with
647 glibc 2.2 as well as with glibc 2.1. Unix version now checks for iconv()'s
648 capabilities at runtime instead of in the configure script.
652 - support for virtual list control added
653 - column images in report mode of the list control
654 - wxFindReplaceDialog added (based on work of Markus Greither)
655 - wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
656 - polygon support in wxRegion (Klaas Holwerda)
657 - wxStreamToTextRedirector to allow easily redirect cout to wxTextCtrl added
658 - fixed bug with using wxExecute() to capture huge amounts of output
659 - new wxCalendarCtrl styles added (Søren Erland Vestø)
660 - wxWizard changes: loading from WXR support, help button (Robert Cavanaugh)
661 - wxDirSelector() added (Paul A. Thiessen)
662 - wxGrid cell editing veto support (Roger Gammans)
663 - wxListCtrl ITEM_FOCUSED event added
664 - support for ICO files in wxImage added (Chris Elliott)
665 - improvements to wxDragImage (Chuck Messenger)
669 - support for the DBCS fonts (CP 932, 936, 949, 950) (Nathan Cook)
670 - new library naming convention under VC++ -- please change your application
675 - fixed popup menu positioning bug
676 - fixed the edit function for wxListCtrl (Chuck Messenger)
677 - fixed the key-hitting events for wxListCtrl and wxTreeCtrl, so they
678 correctly return the key which was pressed (Chuck Messenger)
682 - support for configuration and build under Mac OS X using the Apple Developer
687 - new HTML parser with correct parsing of character entities and fixes
689 - added support for animated GIFs
697 - Fixed new charset detection code
698 - ODBC Informix fixes (submitted by Roger Gammans)
699 - Added ODBC date support to wxVariant
700 - Added wxDir::Traverse
701 - Added wxSingleInstanceChecker class
702 - Removed redundant wxDebugContext functions using C++ streams,
703 so now standard stream usage should be unnecessary
707 - Added wxDbGrid class for displaying ODBC tables
708 - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
709 user code can get access to the edit control when it is created, (to
710 push on a custom event handler for example)
711 - Added wxTextAttr class and SetStyle, SetDefaultStyle and
712 GetDefaultStyle methods to wxTextCtrl
713 - Added wxSingleInstanceChecker
714 - Improvements to Tex2RTF
715 - Added Paul and Roger Gammans' grid controls
716 - Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
718 - Fixed memory leak in textcmn.cpp
719 - Various wxXML enhancements
720 - Removed wxCLIP_CHILDREN style from wxSplitterWindow
721 - Fixed memory leak in DoPrint, htmprint.cpp
722 - Fixed calendar sample bug with using wxCommandEvent::GetInt()
724 - Added wxDbGrid combining wxODBC classes with wxGrid
725 - Added more makefiles and project files for contrib hierarchy
729 - Fixed wxApp::ProcessMessage so controls don't lose their
730 accelerators when the accelerators are redefined elsewhere
731 - Accelerators consisting of simple keystrokes (without control,
732 alt or shift) now work
733 - Compile fixes for Watcom C++ added
734 - Compile fixes for Cygwin 1.0 added
735 - Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop()
736 - Replaced wxYield() call in PopupMenu() by a much safer
737 wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones
738 - Enter processing in wxSpinCtrl fixed
739 - Fixed bug in determining the best listbox size
740 - Fix for wxFrame's last focus bug
741 - We now send iconize events
742 - Fixed wxFrame::SetClientSize() with toolbar bug
743 - Added mousewheel processing
744 - Added wxSystemSettings::Get/SetOption so we can configure
745 wxWindows at run time; used this to implement no-maskblt option
747 - Fixed bug when using MDIS_ALLCHILDSTYLES style: so now MDI
748 child frame styles are honoured
752 - Fixed slider rounding bug
753 - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()
754 - We now send iconize events
755 - Fix for discrepancies between wxNotebookEvent and wxNotebook
756 GetSelection() results
763 - fixed problem with wxURL when using static version of the library
764 - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories
765 - wxMimeTypesManager now can create file associations too (Chris Elliott)
766 - wxCopyFile() respects the file permissions (Roland Scholz)
767 - wxFTP::GetFileSize() added (Søren Erland Vestø)
768 - wxDateTime::IsSameDate() bug fixed
769 - wxTimeSpan::Format() now behaves more as expected, see docs
770 - wxLocale now provides much more convenient API for setting language and
771 detecting current system language. New API is more abstracted and truly
772 cross-platform, independent of underlying C runtime library.
776 - new wxToggleButton class (John Norris, Axel Schlueter)
777 - wxCalendarCtrl not highlighting the date with time part bug fixed
778 - wxADJUST_MINSIZE sizer flag added
779 - FindOrCreateBrush/Pen() bug fix for invalid colour values
780 - new wxXPMHandler for reading and writing XPM images
781 - added new (now recommended) API for conversion between wxImage and wxBitmap
782 (wxBitmap::ConvertToImage() and wxBitmap::wxBitmap(wxImage&) instead of
783 wxImage methods and ctor)
784 - ODBC classes now support DB2, Interbase, and Pervasive SQL
785 - ODBC documentation complete!!
786 - ODBC classes have much Unicode support added, but not complete
787 - ODBC experimental BLOB support added, but not completely tested
788 - ODBC NULL column support completed (Roger/Paul Gammans)
789 - ODBC All "char *" and char arrays removed and replaced with wxString use
793 - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
794 - fixed bug in MDI children flags (mis)handling
795 - it is possible to compile wxCHMHelpController with compilers
796 other than Visual C++ now and hhctrl.ocx is loaded at runtime
800 - added support for wchar_t (wxUSE_WCHAR_T) under Unix
804 - mew feature, wxHtmlProcessor for on-the-fly modification of HTML markup
805 - visual enhancements to contents panel of wxHtmlHelpController
812 - Fixed bug with directories with trailing (back)slashes in wxPathExists
813 - wxString: added wxArrayString::operator==() and !=()
814 - Fixes for wxCmdLineParser
815 - Added wxGetLocalTimeMillis
816 - Completed Czech translations
817 - Some stream corrections
818 - added missing consts to wxPoint operators
819 - wxDateTime ParseFormat fixes
820 - wxFile::Open(write_append) will create file if it doesn't exist
821 - small fixes to MIME mailcap test command handling, more MIME tests in the sample
825 - wxGenericDragImage now allows virtual image drawing, and
826 flicker-free dragging is now possible
827 - Added wxPrinter::GetLastError
828 - Fixed wxLogGui reentrancy problem
829 - Paper names now translated
831 - Generic validator now caters for more cases (integers in
832 wxTextCtrl, strings in wxChoice, wxComboBox)
833 - Fixed crash when docview On... functions return FALSE. Show
834 error message when an non-existent filename is typed into the Open
836 - Corrected Baltic font encoding handling
837 - wxImage: enhanced TIFF code, added new platform-independent BMP
839 - wxKeyEvent::GetKeyCode() and HasModifiers() added and documented
840 - Fixed wxPropertyForm crashes in sample
841 - wxWizard now calls TransferDataFromWindow() before calling
842 wxWizardPage::GetNext() fixing an obvious bug
846 - wxWindow::GetCharWidth/Height now calculated accurately.
847 This will affect all .wxr dialog resources, so for
848 backward compatibility, please set
849 wxDIALOG_UNIT_COMPATIBILITY to 1 in setup.h
850 - wxListCtrl: set item text in LIST_ITEM_ACTIVATED events
851 - wxTextCtrl: implemented setting colours for rich edit controls
852 - wxColour now accepts both grey and gray
853 - BC++ DLL compilation fixed
854 - Watcom C++ makefiles improved for JPEG and TIFF compilation
855 - Fixed submenu accelerator bug
856 - Fixed dialog focus bug (crash if the previous window to have
857 the focus was destroyed before the dialog closed)
858 - Too-small default wxTextCtrl height fixed
859 - fixed "missing" initial resize of wxMDIChildFrame
860 - wxFrame restores focus better
861 - Now ignore wxTHICK_FRAME in wxWindow constructor: only relevant to
862 frames and dialogs, interferes with other window styles otherwise
863 (sometimes you'd get a thick frame in a subwindow)
864 - wxTextCtrl insertion point set to the beginning of the control by SetValue
865 - Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.
866 - wxFileDialog: adjusts struct size if there's an error (struct
867 sizes can be different on different versions of Windows)
868 - wxImageList::GetSize() documented and added to wxMSW
869 - fixed default dialog style to make them non resizeable again
870 - fixed wxFrame::IsShown() which always returned TRUE before
874 - Please see docs/gtk/changes.txt.
878 - Small compilation fixes
894 - Added wxCHMHelpController, for invoking MS HTML Help
895 files. This works under VC++ only
896 - Modal dialog handling improved
897 - Printer dialog now modal
912 - Added docs/tech for technical notes
916 - Started new contrib hierarchy that mirrors
917 the main lib structure; moved OGL and MMedia into it
922 - wxDateTime replaces and extends old wxDate and wxTime classes (still
923 available but strongly deprecated) with many new features
924 - wxLongLong class provides support for (signed) 64 bit integers
925 - wxCmdLineParser class for parsing the command line (supporting short and
926 long options, switches and parameters of different types)
927 - it is now possible to build wxBase under Win32 (using VC++ only so far)
928 and BeOS (without thread support yet)
929 - wxThread class modified to support both detached and joinable threads, also
930 added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
932 - wxDir class for enumerating files in a directory
933 - wxLog functions are now (more) MT-safe
934 - wxStopWatch class, timer functions have more chances to return correct
935 results for your platform (use ANSI functions where available)
936 - wxString::ToLong, ToULong, ToDouble methods and Format() static one added
937 - buffer overflows in wxString and wxLog classes fixed (if snprintf() function
939 - wxArray::RemoveAt() replaces deprecated wxArray::Remove(index)
943 - Added wxImage::Rotate.
944 - new wxCalendarCtrl class for picking a date interactively
945 - wxMenu(Bar)::Insert() and Remove() functions for dynamic menu management
946 - wxToolBar supports arbitrary controls (not only buttons) and can be
947 dynamically changed (Delete/Insert functions)
948 - vertical toolbars supported by MSW and GTK native wxToolBar classes
949 - wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
950 - "file open" dialog allows selecting multiple files at once (contributed by
952 - wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
953 MIME types if available (Unix only)
954 - wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
955 - TIFF support added (libtiff required and included in the distribution)
956 - PCX files can now be written (256 and 24 bits)
957 - validators may work recursively if wxWS_EX_VALIDATE_RECURSIVELY is set
958 - wxScrolledWindow now has keyboard interface
959 - wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
960 - added wxEncodingConverter and improved wxFontMapper
961 for dealing with conversions between different encodings,
962 charsets support in wxLocale and wxHTML
963 - wxDragImage class added
964 - samples/help improved to show standard and advanced HTML help
965 controllers, as well as native help
966 - moved wxTreeLayout class to main lib
970 - wxFrame::MakeFullScreen added.
971 - support for enhanced metafiles added, support for copying/pasting metafiles
972 (WMF and enhanced ones) fixed/added.
973 - implemented setting colours for push buttons
974 - wxStatusBar95 may be now used in dialogs, panels (not only frames) and can be
975 positioned along the top of the screen and not only at the bottom
976 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
977 - loading/saving big (> 32K) files in wxTextCtrl works
978 - tooltips work with wxRadioBox
979 - wxBitmap/wxIcon may be constructed from XPM included into a program, as in
981 - returning FALSE from OnPrintPage() aborts printing
982 - VC++ makefiles and project files made (mostly) consistent
983 - wxSetCursorEvent added
987 - wxFontMapper endless recursion bug (on some systems) fixed
988 - wxGTK synthesizes wxActivateEvents
989 - UpdateUI handlers may be used with wxTextCtrl
993 - wxMenu::Enable works
994 - wxToolBar bugs fixed
995 - OGL samples made to work again
999 - almost complete rewrite of wxHtmlHelpController,
1000 including faster search, bookmarks, printing, setup dialog
1001 and cross-platform binary compatible .cached files for faster
1002 loading of large helpbooks, case insensitive search
1003 split into 3 parts: wxHtmlHelpData, Frame and Controller
1004 - added support for charsets and <meta> tag
1005 - added support for font faces and justified paragraphs,
1006 taken some steps to prepare wxHTML for frames
1007 - added dynamic pushing/popping of wxHtmlParser tag handlers
1008 - improved HTML printing
1009 - added extensive table of HTML characters substitutions ( etc.)
1010 - fixed wxHtmlWindow flickering, several minor bugfixes
1011 - added some tags: <address>, <code>, <kbd>, <samp>, <small>, <big>,
1012 fixed handling of relative and absolute font sizes in <font size>
1015 NOTE: for changes after wxWindows 2.1.0 b4, please see the CVS
1018 2.1.0, b4, May 9th 1999
1019 -----------------------
1023 - JPEG support added.
1024 - Many fixes and changes not thought worth mentioning in this file :-)
1028 - wxNotebook changes: can add image only; wxNB_FIXEDWIDTH added;
1030 - JPEG support added.
1031 - Fixes for Cygwin compilation.
1032 - Added wxGA_SMOOTH and wxFRAME_FLOAT_ON_PARENT styles.
1033 - Many fixes people didn't tell this file about.
1040 - Some changes for Unicode support, including wxchar.h/cpp.
1043 2.0.1 (release), March 1st 1999
1044 -------------------------------
1049 - Slider/spinbutton fixes.
1053 - Fixed problems with <return> in dialogs/panels.
1054 - Fixed window cursor setting.
1055 - Fixed toolbar sizing and edge-clipping problems.
1056 - Some makefile fixes.
1064 - Added wxUSE_SOCKETS.
1065 - More topic overviews.
1066 - Put wxPrintPaperType, wxPrintPaperDatabase into
1067 prntbase.h/cpp for use in non-PostScript situations
1068 (e.g. Win16 wxPageSetupDialog).
1071 Beta 5, February 18th 1999
1072 --------------------------
1076 - wxExecute improved.
1080 - Fixed wxWindow::IsShown (::IsWindowVisible doesn't behave as
1082 - Changed VC++ makefiles (.vc) so that it's possible to have
1083 debug/release/DLL versions of the library available simultaneously,
1084 with names wx.lib, wx_d.lib, wx200.lib(dll), wx200_d.lib(dll).
1085 - Added BC++ 5 IDE files and instructions.
1086 - Fixed wxChoice, wxComboBox constructor bugs (m_noStrings initialisation).
1087 - Fixed focus-related crash.
1091 - Cured asynchronous wxExecute crash.
1092 - Added repaint event handlers to wxFrame, wxMDIChildFrame.
1096 - wxLocale documented.
1097 - Added include filenames to class reference.
1098 - wxHelpController API changed: SetBrowser becomes SetViewer,
1099 DisplaySection works for WinHelp, help sample compiles under Windows
1100 (though doesn't display help yet).
1102 Beta 4, February 12th 1999
1103 --------------------------
1107 - Miscellaneous fixes.
1111 - Makefiles for more compilers and samples; Cygwin makefiles
1113 - Added VC++ project file for compiling wxWindows as DLL.
1117 - Added OnEraseBackground invocation.
1118 - Added wxRETAINED implementation for wxScrolledWindow.
1119 - Cured scrolling display problem by adding XmUpdateDisplay.
1120 - Tried to make lex-ing in the makefile more generic (command line
1121 syntax should apply to both lex and flex).
1122 - Changed file selector colours for consistency (except for buttons:
1123 crashes for some reason).
1124 - Fixed wxMotif version of wxImage::ConvertToBitmap (used new instead
1125 of malloc, which causes memory problems).
1129 - Further doc improvements.
1130 - wxGenericValidator added.
1131 - Added wxImageModule to image.cpp, so adds/cleans up standard handlers
1134 Beta 3, January 31st 1999
1135 -------------------------
1139 - wxClipboard/DnD API changes (still in progress).
1140 - wxToolTip class added.
1141 - Miscellaneous fixes.
1145 - wxRegConfig DeleteAll bug fixed.
1146 - Makefiles for more compilers.
1147 - TWIN32 support added.
1148 - Renamed VC++ makefiles from .nt to .vc, and
1149 factored out program/library settings.
1150 - Fixed wxIniConfig bug.
1154 - A few more colour fixes.
1155 - wxGLCanvas and OpenGL samples working.
1156 - Some compiler warnings fixed.
1157 - wxChoice crash fix.
1158 - Dialog Editor starting to work on Motif.
1162 - wxBusyCursor class added.
1163 - Added samples/dde.
1164 - More doc improvements, incl. expanding docs/html/index.htm.
1166 Beta 2, January 1999
1167 --------------------
1173 - 16-bit BC++ compilation/linking works albeit without the resource system.
1177 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
1179 - Cured some widget table clashes.
1180 - Added thread support (Robert).
1181 - wxPoem sample now works.
1185 - Rearranged documentation a bit.
1186 - Sash window uses area of first frame/dialog to paint over when drawing
1187 the dragged sash, not just the sash window itself (it clipped to the right
1189 - Made resource sample use the correct Cancel button id.
1190 - Moved wxProp to main library (generic directory), created proplist
1192 - Added bombs and fractal samples.
1194 Beta 1, December 24th 1998
1195 --------------------------
1201 wxMSW, wxMotif: not in sync with this release.
1204 Alpha 18, December 29th 1998
1205 ----------------------------
1209 - Win16 support working again (VC++ 1.5)
1210 - Win16 now uses generic wxNotebook, wxListCtrl,
1211 wxTreeCtrl -- more or less working now, although
1212 a little work on wxNotebook is still needed.
1213 Under 16-bit Windows, get assertion when you click
1215 - Wrote 16-bit BC++ makefiles: samples don't yet link.
1216 - Added CodeWarrior support to distribution courtesy
1221 - Cured scrolling problem: scrollbars now show/hide themselves
1222 without (permanently) resizing the window.
1223 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
1224 that disabled scrollbar paging.
1225 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
1227 - Removed major bug whereby dialogs were unmanaged automatically
1228 when any button was pressed.
1229 - Fixed colours of wxWindow scrollbars, made list and text controls
1230 have a white background.
1231 - Fixed dialog colour setting.
1232 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
1233 they have sensible colours by default.
1234 - Fixed a bug in wxStaticBox.
1235 - Cured wxTreeCtrl bug: now works pretty well!
1236 - Debugged DrawEllipticArc (a ! in the wrong place).
1237 - Added SetClippingRegion( const wxRegion& region ).
1238 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
1240 Alpha 17, November 22nd 1998
1241 ----------------------------
1245 - More documentation updates, especially for
1246 wxLayoutWindow classes and debugging facilities.
1247 - Changed wxDebugContext to use wxDebugLog instead
1249 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
1250 However, DLL support may be broken for BC++ since
1251 VC++ 6 required changing of WXDLLEXPORT keyword
1253 - Numerous miscellaneous changes.
1257 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
1258 were too buggy (probably not design for dynamic addition/removal of
1260 - Some improvements to the wxNotebook implementation.
1261 - wxToolBar now uses a bulletin board instead of a form, in an attempt
1262 to make it possible to add ordinary wxControls to a toolbar.
1263 - Cured problem with not being able to use global memory operators,
1264 by defining two more global operators, so that the delete will match
1265 the debugging implementation.
1266 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
1267 global memory operators (usually OK) and #defining new to be
1268 WXDEBUG_NEW (sometimes it might not be OK).
1269 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
1270 - Added a parent-existence check to popup menu code to make it not crash.
1271 - Added some optimization in wxWindow::SetSize to produce less flicker.
1272 It remains to be seen whether this produces any resize bugs.
1274 It's a long time since I updated this file. Previously done:
1276 - wxFrame, wxDialog done.
1277 - wxScrolledWindow done (but backing pixmap not used at present).
1278 - wxBitmap done though could be tidied it up at some point.
1279 - Most basic controls are there, if not rigorously tested.
1280 - Some MDI support (menus appear on child frames at present).
1281 - wxNotebook almost done.
1282 - wxToolBar done (horizontal only, which would be easy to extend
1283 to vertical toolbars).
1287 - Colour and font changing done (question mark over what happens
1289 - Accelerators done (for menu items and buttons). Also event loop
1290 tidied up in wxApp so that events are filtered through ProcessXEvent.
1291 - wxWindow::GetUpdateRegion should now work.
1293 Alpha 16, September 8th 1998
1294 ----------------------------
1298 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
1300 - Guilhem's socket classes added, plus wxsocket sample.
1301 - A few more makefiles added.
1302 - GnuWin32/BC++ compatibility mods.
1303 - Further doc updates.
1304 - wxProp updates for correct working with wxGTK.
1308 - First start at Motif port.
1309 - Made makefiles for wxMotif source directory and minimal sample.
1310 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
1311 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
1312 wxMenu, wxMenuItem, wxMenuBar
1314 Alpha 15, August 31st 1998
1315 --------------------------
1319 - wxBitmap debugged.
1320 - wxDC::GetDepth added.
1321 - Contribution added whereby wxBitmap will be
1322 converted to DC depth if they don't match.
1323 - wxConfig API improved, documentation updated.
1324 - Printing classes name conventions cleaned up.
1325 - wxUpdateUIEvent now derives from wxCommandEvent
1326 so event can travel up the window hierarchy.
1328 Alpha 14, July 31st 1998
1329 ------------------------
1333 - Toolbar API has been simplified, and now
1334 wxFrame::GetClientArea returns the available client
1335 area when toolbar, status bar etc. have been accounted for.
1336 wxFrame::CreateToolBar added in line with CreateStatusBar.
1337 - Documentation updates, incl. for wxToolBar.
1338 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
1339 - Various additions from other folk, e.g. streams, wxConfig
1340 changes, wxNotebook.
1341 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
1343 Alpha 13, July 8th 1998
1344 -----------------------
1348 - Implemented wxPoint as identical to POINT on Windows, and
1349 altered wxDC wxPoint functions to use wxPoint directly in
1350 Windows functions, for efficiency.
1351 - Cured wxASSERT bug in wxStatusBar95.
1352 - #ifdefed out some bits in oleutils.cpp for compilers that
1354 - Added some operators to wxPoint, wxSize.
1355 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
1357 Alpha 12, July 7th 1998
1358 -----------------------
1362 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
1363 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
1365 Alpha 11, July 3rd 1998
1366 -----------------------
1370 - Added thread.h, thread.cpp.
1371 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
1373 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
1374 SetTextColor to SetTextColour, and added or made public several
1375 wxMenuItem accessors.
1376 - Added two overloads to wxRegion::Contains. Added
1377 wxRegion::IsEmpty for a more consistent naming convention.
1378 - Added Vadim's wxDataObject and wxDropSource.
1379 - ENTER/LEAVE events now work.
1380 - Cured wxMemoryDC bug where the DC wasn't being deleted.
1381 - Cured wxGauge SetSize major bugginess.
1382 - Cured problem where if a GDI object was created on the stack,
1383 then went out of scope, then another object was selected into
1384 the DC, GDI objects would leak. This is because the assignment
1385 to e.g. wxDC::m_pen would delete the GDI object without it first
1386 being selected out of the DC. Cured by selecting the old DC object
1387 first, then doing the assignment.
1388 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
1389 - Various other bug fixes and additions.
1393 - Major work on Dialog Editor (still plenty to go).
1394 - Expanded documentation a bit more.
1396 Alpha 10, May 7th 1998
1397 ----------------------
1401 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
1402 and wxIcon functions so that you can specify what size of
1403 icon should be loaded. Probably will remain a Windows-specific thing.
1404 - wxStatusBar95 now works for MDI frames.
1405 - Toolbars in MDI frames now behave normally. They still
1406 require application-supplied positioning code though.
1407 - Changed installation instructions, makefiles and batch files
1408 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
1409 change to support Mingw32/EGCS. Bison now used by default.
1411 Alpha 9, April 27th 1998
1412 ------------------------
1416 - Cured bug in wxStatusBar95 that caused a crash if multiple
1418 - Added Gnu-Win32 b19/Mingw32 support by changing resource
1419 compilation and pragmas.
1420 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
1421 commands because VZ changed the id setting in wxMenu::MSWCommand.
1425 - Corrected some bugs, such as the wxModule compilation problem.
1426 - Added Gnu-Win32 b19/Mingw32 support by changing resource
1427 compilation and pragmas.
1428 - Changed SIZEOF to WXSIZEOF.
1430 Alpha 8, April 17th 1998
1431 ------------------------
1435 - Added IsNull to wxGDIObject to check if the ref data is present or not.
1436 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
1438 - Added wxJoystick class and event handling, and simple demo.
1439 - Added simple wxWave class. Needs Stop() function.
1440 - Added wxModule (module.h/module.cpp) to allow definition
1441 of modules to be initialized and cleaned up on wxWindows
1443 - Start of Mingw32 compatibility (see minimal and dialogs samples
1444 makefile.m95 files, and install.txt).
1445 - Note: Windows printing has stopped working... will investigate.
1447 - Updated wxString: bug fixes, added wxArrayString, some
1448 compatibility functions.
1449 - Updated log.h/cpp, added wxApp::CreateLogTarget.
1450 - file.h: new wxTempFile class.
1451 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
1452 - statbr95: wxStatusBar95 control.
1453 - registry.h/cpp: wxRegKey class for Win95 registry.
1454 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
1455 - wxConfig and wxFileConfig classes.
1459 - Added src/other/png, src/other/zlib directories.
1460 - Added samples/png.
1461 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
1462 Porters, please check particularly your wxTreeCtrl and wxListCtrl
1464 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
1466 Alpha 7, March 30th 1998
1467 ------------------------
1471 - Added tab classes, tab sample.
1472 - Now can return FALSE from OnInit and windows will be
1473 cleaned up properly before exit.
1474 - Improved border handling so panels don't get borders
1476 - Debugged MDI activation from Window menu.
1477 - Changes to memory debug handling, including checking for
1478 memory leaks on application exit - but see issues.txt for
1480 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
1481 to allow maintenance of an icon in the Windows 95 taskbar
1483 - Got MFC sample working (MFC and wxWindows in the same
1484 application), partly by tweaking ntwxwin.mak settings.
1485 - Got DLL compilation working again (VC++).
1486 - Changed wxProp/Dialog Editor filenames.
1490 - Added tab classes, tab sample.
1491 - Revised memory.cpp, memory.h slightly; memory.h now #defines
1492 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
1493 now checks for leaks on exit. Added memcheck sample.
1494 See src/msw/issues.txt for more details.
1495 - resource.h, resource.cpp changed to make wxDefaultResourceTable
1496 a pointer. Now initialize resource system with
1497 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
1498 allow better control of memory.
1499 - wxString now derives from wxObject, to enable memory leak
1501 - Added some #include fixes in various files, plus changed
1502 float to long in wxToolBar files.
1504 Alpha 6, March 10th 1998
1505 ------------------------
1509 - Found stack error bug - stopped unwanted OnIdle recursion.
1510 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
1511 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
1512 check if the number of top-level windows is zero before
1513 exiting. Also, wxApp::GetTopWindow will return either
1514 m_topWindow or the first member of wxTopLevelWindows, so you
1515 don't have to call wxApp::SetTopWindow.
1516 - Added dynarray.h/dynarray.cpp (from Vadim).
1517 - Added first cut at OLE drag and drop (from Vadim). dnd sample
1518 added. Drop target only at this stage. See src/msw/ole/*.cpp,
1519 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
1520 Doesn't work with GnuWin32 - no appropriate headers e.g. for
1522 Doesn't work with BC++ either - crashes on program startup.
1523 - Added Vadim's owner-draw modifications - will probably remain
1524 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
1525 - Added wxLB_OWNERDRAW for owner-draw listboxes.
1526 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
1527 Doesn't entirely work for WIN16.
1528 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
1529 can also be used as an argument to wxMenu::Append, not just for
1530 internal implementation.
1531 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
1532 in makeg95.env, together with mingw32.bat). However, resource
1533 binding is not working yet so most apps with dialogs crash.
1537 - Added Vadim's dynarray.h, dynarray.cpp.
1538 - Added Vadim's menuitem.cpp.
1539 - Added Windows-specific wxCheckListBox,
1540 owner-draw wxListBox, and drag-and-drop
1541 (see docs/msw/changes.txt).
1543 Alpha 5, 14th February 1998
1544 --------------------------
1548 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
1549 DISTRIBUTIONS. This change log will therefore now refer to
1550 the Windows-specific code only. See docs/changes.txt for generic
1552 - Removed Windows-specific reference counting system (GDI
1553 resources were cleaned up in idle time) - minimal
1554 advantages now we have a wxWin reference counting system.
1555 - Added missing WXDLLEXPORT keywords so DLL compilation works
1557 - Removed most warnings for GnuWin32 compilation.
1558 - Added wxRegion/wxRegionIterator, but haven't yet used it in
1563 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
1564 DISTRIBUTIONS. This change log will therefore now refer to
1565 the generic code only. See docs/msw/changes.txt for Windows-specific
1567 - Readmes, change logs and installation files now go in
1568 platform-specific directories under docs, e.g. docs/msw,
1570 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
1571 created dynamically, not as a global object.
1572 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
1573 - Changed names of some include/wx/generic headers to be
1574 consistent and to conform to gcc pragma conventions. Also
1575 changed choicesg.cpp to choicdgg.cpp.
1576 - Added gcc pragmas.
1577 - Added gtk inclusion in include/wx headers.
1578 - Added consistent file headings to source and headers.
1579 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
1580 added a few references to wxTransString.
1581 - Added operator to wxTransString that converts automatically
1582 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
1583 - samples/internat now works (minimally).
1584 - Added wxMouseEvent::GetPosition and
1585 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
1586 - Made wxSize and wxRect contain longs not ints.
1587 - Cured some memory leaks (thanks Vadim).
1588 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
1589 will only keep processing OnIdle if it returns TRUE from
1592 Alpha 4, 31st January 1998
1593 --------------------------
1597 - Changed wxDC functions to take longs instead of floats. GetSize now takes
1598 integer pointers, plus a version that returns a wxSize.
1599 - const keyword added to various wxDC functions.
1600 - Under Windows, wxDC no longer has any knowledge of whether
1601 an associated window is scrolled or not. Instead, the device
1602 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
1603 - wxScrolledWindow applications can optionally override the virtual OnDraw
1604 function instead of using the OnPaint event handler. The wxDC passed to
1605 OnDraw will be translated by PrepareDC to reflect scrolling.
1606 When drawing outside of OnDraw, must call PrepareDC explicitly.
1607 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
1609 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
1610 to help printing with multiple pages.
1611 - IPC classes given base classes (wxConnectionBase etc.) which
1612 define the API used by different implementations. DDE
1613 implementation updated to use these base classes.
1614 - wxHelpInstance now separated into wxHelpControllerBase (base
1615 for all implementations), wxWinHelpController (uses standard
1616 WinHelp), wxXLPHelpController (talks to wxHelp by DDE or
1617 TCP/IP). There will be others eventually, such as
1618 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
1619 - Added Vadim Zeitlin's wxString class plus
1620 internationalization code (gettext simulation, wxLocale, etc.).
1621 New files from Vadim:
1627 src\common\string.cpp
1631 No longer use GNU wxString files.
1632 - Split off file-related functions into include\wx\filefn.h and
1633 src\common\filefn.cpp.
1634 - Borland C++ support (WIN32) for main library and
1635 samples, using makefile.b32 files.
1636 - Preparation done for allowing BC++ to compile wxWin as a DLL,
1637 including changes to defs.h.
1638 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
1640 - Added wxShowEvent (generated when window is being shown or
1642 - Got minimal, docview, mdi samples working for 16-bit VC++ and
1643 cured 16-bit problem with wxTextCtrl (removed global memory
1645 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
1647 Alpha 3, September 1997
1648 -----------------------
1652 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
1653 - Instigated new file hierarchy, split files and classes up more logically.
1654 - PrologIO and some other utils now put into core library.
1655 - Revamped print/preview classes, added wxPageSetupDialog.
1656 - Started documentation.
1658 Alpha 2, 30th April 1997
1659 ------------------------
1663 - EVT_... macros now have at least one argument, for conformance
1664 with MetroWerks compiler.
1665 - Added ids to .wxr file format.
1666 - Got Dialog Editor compiled and running again but need
1667 to extend functionality to be in line with new controls.
1668 Added dialoged\test app to allow dynamic loading of .wxr files
1669 for testing purposes.
1670 - Rewrote wxBitmap to allow installable file type
1672 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
1673 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
1675 - Added back wxRadioBox.
1676 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
1679 Alpha 1, 5th April 1997
1680 -----------------------
1684 At this point, the following has been achieved:
1686 - A lot, but not all, of the code has been revamped for better
1687 naming conventions, protection of data members, and use of
1688 wxString instead of char *.
1689 - Obsolete functionality deleted (e.g. default wxPanel layout,
1690 old system event system) and code size reduced.
1691 - Class hierarchy changed (see design doc) - base classes such
1692 as wxbWindow now removed.
1693 - No longer includes windows.h in wxWin headers, by using stand-in
1694 Windows types where needed e.g. WXHWND.
1696 - wxScrolledWindow, wxStatusBar and new MDI classes added.
1697 MDI is now achieved using separate classes, not window styles.
1698 - wxSystemSettings added, and made use of to reflect standard
1700 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
1701 settings mucho rationalised.
1702 - All windows are now subclassed with the same window proc to make
1703 event handling far more consistent. Old internal wxWnd and derived
1705 - API for controls revised, in particular addition of
1706 wxValidator parameters and removal of labels for some controls.
1707 - 1 validator written: see examples/validate.
1708 - Event table system introduced (see most samples and
1709 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
1710 made more flexible, with Push/PopEventHandler allowing a chain
1712 - wxRadioBox removed - will be added back soon.
1713 - Toolbar class hierarchy revised:
1715 wxToolBarSimple (= old wxToolBar)
1716 wxToolBar95 (= old wxButtonBar under Win95
1717 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
1718 - Constraint system debugged somewhat (sizers now work properly).
1719 - wxFileDialog, wxDirDialog added; other common dialogs now
1720 have class equivalents. Generic colour and font dialogs
1721 rewritten to not need obsolete panel layout.
1722 - .wxr resource system partially reinstated, though needs
1723 an integer ID for controls. Hopefully the resource system
1724 will be replaced by something better and more efficient
1726 - Device contexts no longer stored with window and accessed
1727 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
1729 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
1730 determines whether labels are shown. Other Win95-specific flags
1731 introduced, e.g. for showing ticks.
1732 - Styles introduced for dealing with 3D effects per window, for
1733 any window: all Win95 3D effects supported, plus transparent windows.
1734 - Major change to allow 3D effect support without CTL3D, under
1736 - Bitmap versions of button and checkbox separated out into new
1737 classes, but unimplemented as yet because I intend to remove
1738 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
1739 - utils/wxprop classes working (except maybe wxPropertyFormView)
1740 in preparation for use in Dialog Editor.
1741 - GNU-WIN32 compilation verified (a month or so ago).