1 ----------------------------
2 wxWindows 2.5/2.6 Change Log
3 ----------------------------
5 INCOMPATIBLE CHANGES SINCE 2.4.x
6 ================================
8 Please take a few minutes to read the following list, especially
9 paying attention to the most important changes which are marked
10 with '!' in the first column.
12 Also please note that you should ensure that WXWIN_COMPATIBILITY_2_4
13 is defined to 1 if you wish to retain maximal compatibility with 2.4
16 ! windows are no longer fully repainted when resized, use new style
17 wxFULL_REPAINT_ON_RESIZE to force this (wxNO_FULL_REPAINT_ON_RESIZE stll
18 exists but doesn't do anything any more, this behaviour is default now)
21 - no initialization/cleanup can be done in wxApp/~wxApp because they are
22 now called much earlier/later than before; please move any exiting code
23 from there to wxApp::OnInit()/OnExit()
24 - also, OnExit() is not called if OnInit() fails
25 - wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead
26 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
27 - wxColourDatabase is not a wxList any more, use AddColour to add new colours
28 - wxWindow::Clear() is now called ClearBackground()
29 - pointer returned by wxFont::GetNativeFontInfo() must not be deleted now
30 - wxMouseEvent::Moving() doesn't return true if mouse is being dragged any more
31 - (most) controls now inherit parents colours by default, override
32 ShouldInheritColours() to return false if you don't want this to happen
33 - wxApp::SendIdleEvent() now takes 2 arguments
34 - wxTabView::GetLayers() changed return type from wxList& to wxTabLayerList&
35 (when WXWIN_COMPATIBILITY_2_4 == 0)
38 DEPRECATED METHODS SINCE 2.4.x
39 ==============================
41 Deprecated methods may still be used but will disappear in future wxWindows
42 versions, please update your code to not use them.
44 - wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
45 - wxSizer::Remove(wxWindow *), use Detach() instead [it is more clear]
46 - wxSizer::Set/GetOption(): use Set/GetProportion() instead
47 - wxKeyEvent::KeyCode(): use GetKeyCode instead
48 - wxList::Number, First, Last, Nth: use GetCount, GetFirst/Last, Item instead
49 - wxNode::Next, Previous, Data: use GetNext, GetPrevious, GetData instead
50 - wxListBase::operator wxList&(): use typesafe lists instead
51 - wxTheFontMapper: use wxFontMapper::Get() instead
52 - wxStringHashTable: use wxHashMap instead
53 - wxHashTableLong: use wxHashMap instead
54 - wxArrayString::GetStringArray: no replacement
55 - wxArrayString::Remove(index, count): use RemoveAt instead
56 - wxTreeItemId conversion to long is deprecated and shouldn't be used
57 - [MSW only] wxWindow::GetUseCtl3D(), GetTransparentBackground() and
58 SetTransparent() as well as wxNO_3D and wxUSER_COLOURS styles
59 - wxList keyed interface: use wxHashMap instead
60 - wxColourDatabase::FindColour(): use Find() instead (NB: different ret type)
61 - wxHashTable::Next: use wxHashTable::Node* or
62 wxHashTable::compatibility_iterator to store the return
74 - added wxGzipInput/OutputStream, bug fixes in wxZlibStreams (M.J.Wetherell)
75 - wxDateTime::ParseDateTime() implemented (Linus McCabe)
76 - wxHTTP::GetResponse() added (David Nock)
77 - added conversions to/from UTF 16/32 LE/BE (Andreas Pflug)
78 - added wxTextInputStream::ReadChar() (M.J.Wetherell)
79 - added translation to Afrikaans (Petri Jooste)
80 - Spanish translations updated (Javier San Jose)
81 - added gettext plural forms support to wxLocale (Michael N. Filippov)
82 - wxFileName::Normalize(wxPATH_NORM_ALL) doesn't lower filename case any more
83 - wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
84 - check if file exists in wxFileConfig::DeleteFile() (Christian Sturmlechner)
85 - when wxUSE_STL == 1 wxHashTable will not be implemented using wxHashMap
90 - added wxListBook control
91 - added 3-state checkboxes for MSW/Mac (Dimitri Schoolwerth)
92 - added some support for C++ exceptions in the library (do read the manual!)
93 - added wxListCtrl::GetViewRect()
94 - added wxTextCtrl::MarkDirty()
95 - wxToolBar::ToggleTool() now works for radio buttons (Dag Ågren)
96 - wxListCtrl now sends an END_LABEL event if editing was cancelled, too
97 - bug in wxRect ctor from two [out of order] wxPoints fixed (Steve Cornett)
98 - status text is now restored after wxMenu help is shown in it
99 - bug in wxWindow::RemoveEventHandler() fixed (Yingjun Zhang)
100 - make it possible to use wxRTTI macros with namespaces (Benjamin I. Williams)
101 - wxColourDatabase API now uses objects instead of pointers
102 - added resolution option to JPEG image handler (Jeff Burton)
106 - fixed wxTE_*WRAP styles handling
107 - wxTextCtrl::GetValue() works with text in non default encoding
108 - changed wxCrashReport to generate minidumps instead of text files
109 - wxRadioButtons are now checked when they get focus (standard behaviour)
110 - several fixes to owner drawn menu items (Christian Sturmlechner)
111 - wxGauge now supports full 32 bit range (Miroslav Rajcic)
112 - make it possible to give focus to the notebook tabs (Hajo Kirchhoff)
113 - MDI child frames are not always resizeable any more (Andrei Fortuna)
114 - fixed enumerating of entries/groups under '/' in wxRegConfig
115 - added wxSYS_ICONTITLE_FONT (Andreas Pflug)
119 - fixes to wxTextCtrl scrolling under GTK2 (Nerijus Baliunas)
120 - fix for crash when using user-dashed lines (Chris Borgolte)
121 - fixed wxChoice::Delete() in presence of client data
122 - allow calling wxWindow::SetFont if window not yet created
126 - wxHtmlHelpController now supports compressed MS HTML Help files (*.chm)
127 on Unix (Markus Sinner)
135 - It is now possible to build several smaller libraries instead of single
136 huge wxWindows library; wxBase is now dependency of GUI ports rather then
137 separately compiled library
138 - added wxDateSpan::operator==() and !=() (Lukasz Michalski)
139 - added wxFileName::GetForbiddenChars() (Dimitri Schoolwerth)
140 - use true/false throughout the library instead of TRUE/FALSE
141 - wxStopWatch::Start() resumes the stop watch if paused, as per the docs
142 - added wxDirTraverser::OnOpenError() to customize the error handling
143 - added wxArray::SetCount()
144 - wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding
145 by default in Unicode mode
146 - bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
147 - added wx/math.h (John Labenski)
148 - added Catalan translations (Pau Bosch i Crespo)
149 - added Ukrainian translations (Eugene Manko)
150 - fixed bug with deleting entries at root level in wxFileConfig
151 - chkconf.h now includes platform-specific versions (for MSW
152 and Mac) which contain some tests that were in setup.h
153 - added event sink argument to wxEvtHandler::Connect()
154 - added support for POST method and alt ports to wxHTTP (Roger Chickering)
155 - added wxSocket::IPAddress() (Chris Mellon)
156 - wxDataStreams can read/write many elements at once (Mickael Gilabert)
157 - added wxRecursionGuard class
158 - added wxThreadHelper class (Daniel Howard)
159 - Added STL support (--enable-stl for configure, wxUSE_STL in setup.h).
160 When enabled, wxString will derive from std::string, wxArray from,
161 std::vector, wxList from std::list. In addition wxHashTable will be
162 implemented in terms of wxHashMap.
163 - Added wxList::compatibility_iterator. Can be used like wxNode* (except
164 it can't be delete()d). It permits writing code which will work
165 both with wxUSE_STL==1 and wxUSE_STL==0.
169 - added Watcom makefiles
170 - fixed bug with searching in sorted arrays (Jürgen Palm)
174 - added wxVScrolledWindow, wxVListBox and wxHtmlLbox classes
176 - added alpha channel support to wxImage
177 - added wxRenderer class allowing to customize the drawing of generic controls
178 - added wxCLOSE_BOX style for dialogs and frames
179 - added wxSplitterWindow and wxWizard handlers to XRC
180 - wxWizard is now sizer-friendly and may be made resizeable (Robert Vazan)
181 - added proportion to wxFlexGridSizer::AddGrowableRow/Col (Maxim Babitski)
182 - added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski)
183 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)
184 - improved contrib/utils/convertrc parsing (David J. Cooke)
185 - fixed handling of URLs and filenames in wxFileSystem
186 - implemented alignment for wxGrid bool editor and renderer
187 - support wxListCtrl columns alignment for all platforms and not just MSW
188 - added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
189 - added wxTB_HORZ_TEXT style for MSW and GTK (Axel Schlueter)
190 - fixed user dash handling for MSW and GTK (Ken Edwards)
191 - WXR resources can now be used in Unicode builds
192 - it is now possible to use several wxFileHistory objects in the same menu
193 by giving them different base IDs (Dimitri Schoolwerth)
194 - Added wxTLW::SetShape with implementations for wxMSW and wxGTK (so far)
195 - FL: rmoved const from EnableTool parameters
196 - FL: signal child window when toolbar is closed
197 - In various places, changed tests for pathsep on last char of string to call
198 wxEndsWithPathSeparator(s)
199 - Added to defs.h a couple of macros (wxPtrToULong & wxULongToPtr)
200 - Minor improvements to document/view framework, including
201 delayed deletion of a document (until after the user has chosen
202 a new document), and more intelligent addition of filenames to
203 the file history, including not adding filenames if not using the
204 default extension for the template
205 - sped up wxImage::Scale using fixed point arithmetic (Wade Brainerd)
206 - Added BLOB support to wxDB (John Skiff)
207 - wxWizard now validates when pressing Back or Next
208 - Implemented wxNotebook::DoGetBestSize so Fit now works
209 - Added FindItemByPosition to wxMenu
210 - wxTimer now derives from wxEvtHandler and is its own owner object by default
211 - Extended wxTextAttr and added wxTextCtrl::GetStyle stub
212 to allow better rich text support.
213 - implemented wxFlexGridSizer::Show() (Wade Brainerd)
214 - Added m_ prefix to wxColourData and wxFontData members
215 - Added wxHtmlPrintout::AddFilter so HTML printing can be subject to
216 custom filters as well as HTML viewing.
217 - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle into common code.
218 - wxWindow::OnInternalIdle is now used in all ports, and ensures that
219 user OnIdle events do not interfere with crucial internal processing.
220 - wxWindow::UpdateWindowUI is now a documented function that
221 sends wxUpdateUIEvents, and can be overridden. It has a helper function
222 DoUpdateWindowUI for taking appropriate wxUpdateUIEvent action.
223 - Added functions to wxUpdateUIEvent: Set/GetMode, Set/GetUpdateInterval,
224 CanUpdate, to assist with optimising update event frequency.
225 - Added functions to wxIdleEvent: Set/GetMode, CanSend, to
226 determine whether a window should receive idle events.
227 - Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window
228 styles for use with conservative idle and update event modes.
229 - send menu update events only when a menu is about to be used (MSW/GTK)
230 - improved event processing performance (Hans Van Leemputten)
231 - added wxMirrorDC class
232 - printing improvements: GetPageInfo() gets called after the DC has
233 been set and after OnPreparePrinting() has been called so it can
234 report the number of pages accurately; doesn't try to set
235 number of pages in print dialog, in common with other Windows apps;
236 wxHTML easy printing's preview shows number of pages
237 correctly; preview scrollbars are set correctly; keyboard navigation
242 - fixed compilation on systems with zlib installed but < 1.1.3 version
243 - fixed compilation on Solaris 7 with large files support enabled
244 - added wxTaskBarIcon implementation for X11
245 - added support for GNU/Hurd in configure
246 - wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug)
250 - implemented wxListCtrl::Refresh() (Norbert Berzen)
251 - support adding/removing columns dynamically (Donald C. Taylor)
252 - wxToolBarSimple, property list classes, wxTreeLayout moved
253 to contrib/src/deprecated
257 - added support for label mnemonics to GTK+2 build (Michael Moss)
258 - added native wxMessageDialog implementation for GTK+2 build
259 - fixed wxMenu::Remove (John Skiff and Benjamin Williams)
260 - made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
261 - fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and
262 window managers that support _NET_WM_STATE_FULLSCREEN
263 - added wxEVT_MENU_OPEN event generation
264 - fixed bug in generic file selector causing incomplete file extensions to
265 be appended to filenames with no extension
266 - added wxTextCtrl::SetSelection implementation for GTK+ 2
267 - fixed wxTextCtrl::IsEditable() for GTK+ 2
268 - fixed wxStaticText alignment for GTK+ 2 (Kevin Hock)
269 - don't consume 100% CPU when showing a poup menu
273 - generate wxEVT_SCROLL_THUMBRELEASE and wxEVT_SCROLLWIN_THUMBRELEASE events
274 - generate wxEVT_MENU_OPEN and wxEVT_MENU_CLOSE events
278 - possibility to use DIBs for wxBitmap implementation (Derry Bryson)
279 - added wxCrashReport
280 - wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
281 - support for accelerator keys in the owner drawn menus (Derry Bryson)
282 - wxCaret::SetSize() doesn't hide the caret any longer as it used to
283 - wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
284 - fixed bugs in wxThread::Wait() and IsAlive()
285 - fixed bug with wxTR_EDIT_LABELS not working with wxTR_MULTIPLE
286 - fixes for compilation with OpenWatcom and DigitalMars compilers
287 - fixed wxStaticText best size calculation (was wrong by '&' width)
288 - fixed calling wxFrame::Maximize(FALSE) before the window is shown
289 - added wxNotebook::HitTest() (Otto Wyss)
290 - libraries built with makefile.g95 have a _min or _cyg suffix (MinGW/Cygwin)
291 - when using DLL, wxLocalFSHandler was not being exported
292 - fixed problem with wxEvtHandler object not removed from wxPendingEvents
293 - Windows XP manifest is now included in wx.rc; it is no longer neccessary
294 to ship .exe.manifest file with applications to support XP themes
295 - wxLocale::Init no longer reports error if trying to set Unicode-only locale
296 or if user's default locale is Unicode-only
297 - improved border handling under Windows XP
298 - partial fix for wxNotebook pages looking bad under XP: wxUSE_UXTHEME
299 enables XP theme engine code, and wxUSE_UXTHEME_AUTO tells
300 wxWindows to use the theme tab colour for control backgrounds.
301 - disable wxNB_RIGHT, wxNB_LEFT, wxNB_BOTTOM notebook styles under Windows XP
302 - fixed release mode build with VC 7.x (Martin Ecker)
303 - added support for wxALWAYS_SHOW_SB style
304 - you don't need to add opengl32.lib when using VC++ now (David Falkinder)
308 - made wxFileDialog behaviour with complex wildcards more sensible (it still
309 does not support all the features other ports do); refer to wxFileDialog
310 documentation for a detailed explanation
311 - implemented wxWakeUpIdle
312 - for Motif 2.0, used the native combobox widget instead of the GPL'd
313 xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
314 with Motif 1.x compatibility
315 - implemented wxToggleButton
316 - wxRadioBox and wxStaticBox now use the default shadow (border) style
317 instead of a sunken border
318 - implemented wxBitmapDataObject
319 - finished wxClipboard implementation
323 - controls in toolbars now supported
327 - added text selection to wxHtmlWindow
328 - added SetFonts to HTML printing classes (Adrian Philip Look)
329 - it is now possible to force page break when printing by inserting
330 <div style="page-break-before:always"> into the markup (Greg Chicares)
331 - wxHtmlWindow now uses double buffering to prevent flicker
337 INCOMPATIBLE CHANGES SINCE 2.2.x
338 ================================
340 Please take a few minutes to read the following list, especially
341 paying attention to the most important changes which are marked
342 with '!' in the first column.
344 Also please note that you should ensure that WXWIN_COMPATIBILITY_2_2
345 is defined to 1 if you wish to retain maximal compatibility with 2.2
346 series -- however you are also strongly encouraged to try to compile
347 your code without this define as it won't be default any longer in
350 NB: if you want to build your program with different major versions
351 of wxWindows you will probably find the wxCHECK_VERSION() macro
352 (see the documentation) useful.
357 ! wxArray<T>::Remove(size_t) has been removed to fix compilation problems
358 under 64 bit architectures, please replace it with RemoveAt() in your
361 ! wxArray<T> macros have been changed to fix runtime problems under 64 bit
362 architectures and as a side effect of this WX_DEFINE_ARRAY() can only be
363 used now for the pointer types, WX_DEFINE_ARRAY_INT should be used for the
364 arrays containing non-pointers.
366 - wxObject::CopyObject() and Clone() methods were removed because they
367 simply don't make sense for all objects
369 - wxEvent now has a pure virtual Clone() method which must be implemented
370 by all derived classes, if you have user-defined event classes please
371 add "wxEvent *Clone() const { return new MyEvent(*this); }" line to them
373 - small change to wxStopWatch::Pause() semantics, please see the documentation
375 - unlikely but possible incompatibility: the definition of TRUE has changed
376 from "1" to "(bool)1" (and the same thing for FALSE), so the code which
377 could be erroneously compiled previously such as doing "return FALSE" from
378 a function returning a pointer would stop compiling now (but this change
379 is not supposed to have any effects on valid code)
381 - another minor change: wxApp::OnAssert() has a new "cond" argument, you
382 must modify YourApp::OnAssert() signature if you were using it to override
383 the default assert handling.
387 ! the event type constants are not constants any more but are dynamically
388 allocated during run-time which means that they can't be used as case labels
389 in the switch()es, you must rewrite them to use if()s instead
391 You may also define WXWIN_COMPATIBILITY_EVENT_TYPES to get the old behaviour
392 but this is strongly discouraged, please consider changing your code
395 ! wxDialog does not derive from wxPanel any longer - if you were using it in
396 your code, please update it. The quick fix for the most cases is to replace
397 the occurrences of wxPanel with wxWindow.
399 ! if you handle (and don't skip) EVT_KEY_DOWN, the EVT_CHAR event is not
400 generated at all, so you must call event.Skip() in your OnKeyDown() if
401 you want to get OnChar() as well
403 - in general, the key events sent for the various non ASCII key combinations
404 have been changed to make them consistent over all supported platforms,
405 please see the wxKeyEvent documentation for details
407 - wxYES_NO is now wxYES | wxNO and the manifest values of both wxYES and wxNO
408 have changed (to fix some unfortunate clashes), please check your code to
409 ensure that no tests for wxYES or wxNO are broken: for example, the following
410 will *NOT* work any longer:
412 if ( flags & wxYES_NO )
415 ... do something else ...
417 - static wxWizard::Create() doesn't exist any more, the wizards are created
418 in the same way as all the other wxWindow objects, i.e. by directly using
421 - wxGLCanvas now derives directly from wxWindow, not wxScrolledWindow
423 - wxGridCellAttrProvider class API changed, you will need to update your code
424 if you derived any classes from it
426 - wxImage::ComputeHistogram()'s signature changed to
427 unsigned long ComputeHistogram(wxImageHistogram&) const
429 - wxEvtHandler cannot be copied/assigned any longer - this never worked but
430 now it results in compile-time error instead of run-time crashes
432 - WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events,
433 they only generate EVT_KEY_DOWN/UP() ones
435 - the dialogs use wxApp::GetTopWindow() as the parent implicitly if the
436 parent specified is NULL, use wxDIALOG_NO_PARENT style to prevent this
439 - several obsolete synonyms are only retained in WXWIN_COMPATIBILITY_2_2 mode:
440 for example, use wxScrolledWindow::GetViewStart() now instead of ViewStart()
441 and GetCount() instead of Number() in many classes
443 - wxCmdLineParser does not use wxLog to output messages anymore.
444 to obtain the previous behaviour, add
445 wxMessageOutput::Set(new wxMessageOutputLog); to your program
446 (you will need to #include <wx/msgout.h>)
450 ! build system changed: setup.h is not a static file in include/wx any more
451 but is created as part of the build process under lib/<toolkit>/wx
452 where <toolkit> is of the form (msw|univ)[dll][u][d]. You'll need to update
453 the include path in your make/project files appropriately. Furthermore,
454 xpm.lib is no longer used by wxMSW, it was superseded by the wxXPMDecoder
455 class. You'll need to remove all references to xpm.lib from your
456 make/project files. Finally, the library names have changed as well and now
457 use the following consistent naming convention: wxmsw[ver][u][d].(lib|dll)
458 where 'u' appears for Unicode version, 'd' -- for the debug one and version
459 is only present for the DLLs builds.
461 - child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
464 - all overloads of wxDC::SetClippingRegion() combine the given region with the
465 previously selected one instead of replacing it
467 - wxGetHomeDir() uses HOME environment variable and if it is set will not
468 return the programs directory any longer but its value (this function has
469 never been meant to return the programs directory anyhow)
471 - wxHTML apps don't need to include wx/html/msw/wxhtml.rc in resources file
472 anymore. The file was removed from wxMSW
477 ! You should use `wx-config --cxxflags` in your makefiles instead of
478 `wx-config --cflags` for compiling C++ files. CXXFLAGS contains CFLAGS
479 and the compiler flags for C++ files only, CFLAGS should still be used
480 to compile pure C files.
483 wxThread and related classes:
485 - The thread-related classes have been heavily changed since 2.2.x versions
486 as the old code had many serious problems. This could have resulted in
487 semantical changes other than those mentioned here, please review use of
488 wxThread, wxMutex and wxCondition classes in your code.
490 ! wxCondition now *must* be used with a mutex, please read the (updated) class
491 documentation for details and revise your code accordingly: this change was
492 unfortunately needed as it was impossible to ensure the correct behaviour
493 (i.e. absense of race conditions) using the old API.
495 - wxMutex is not recursive any more in POSIX implementation (it hasn't been
496 recursive in 2.2.x but was in 2.3.1 and 2.3.2), please refer to the class
497 documentation for the discussion of the recursive mutexes.
499 - wxMutex::IsLocked() doesn't exist any more and should have never existed:
500 this is was unique example of a thread-unsafe-by-design method.
511 - fixed loss of client data in wxChoice::SetString()
518 - added (partial) Indonesian translations (Bambang Purnomosidi D. P.)
519 - added wxSizer::Show()/Hide() (Carl Godkin)
520 - fixed bugs in wxDateTime::SetToWeekDay()/GetWeek()
524 - minor OpenBSD compilation/linking fixes, now builds OOB under OpenBSD 3.1
525 - don't include -I/usr/include nor -I/usr/local/include in wx-config output
526 - shared library symbols are now versioned on platforms that support it (Linux)
529 - Further work for GTK 2.0 and Unicode support.
530 - Addition of native frame site grip.
533 - Unicode support through Pango library.
537 - fixed crashes in wxListCtrl under XP
538 - added context menu for rich edit wxTextCtrl
542 - fixed wxHTML to work in Unicode build
549 - building wxBase with Borland C++ is now supported (Michael Fieldings)
550 - wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram)
551 - fixes to the command line parsing error and usage messages
552 - modified wxFileName::CreateTempFileName() to open the file atomically
553 (if possible) and, especially, not to leak the file descriptors under Unix
554 - memory leak in wxHTTP fixed (Dimitri Schoolwerth)
555 - fixes to AM_PATH_WXCONFIG autoconf macro
556 - added wxHashMap class that replaces type-unsafe wxHashTable and is modelled
557 after (non standard) STL hash_map
558 - wxLocale now works in Unicode mode
559 - wxLocale can now load message catalogs in arbitrary encoding
560 - added wxShutdown() function (Marco Cavallini)
561 - added wxEXPLICIT macro
562 - IPC classes improved and memory leaks fixed (Michael Fielding).
563 Global buffer removed, duplication in docs removed
564 - debug new/free implementations made thread-safe
568 - wxWindows may be built using BSD and Solaris (and possibly other) make
569 programs and not only GNU make
570 - wxTCP-based IPC classes now support communicating over Unix domain sockets
571 - wxWindows may be built as a dynamic shared library under Darwin / Mac OS X
572 lazy linking issues have been solved by linking a single module (.o) into
573 the shared library (two step link using distrib/mac/shared-ld-sh)
574 - fixed thread priority setting under Linux
578 - it is now possible to set the icons of different sizes for frames (e.g. a
579 small and big ones) using the new wxIconBundle class
580 - implemented radio menu items and radio toolbar buttons
581 - added possibility to show text in the toolbar buttons
582 - added wxArtProvider class that can be used to customize the look of standard
584 - significantly improved native font support
585 - wxImage::ComputeHistogram() now uses wxImageHistogram instead of type-unsafe
587 - added IFF image handler
588 - fixed using custom renderers in wxGrid which was broken in 2.3.2
589 - support for multiple images in one file added to wxImage
590 (TIFF, GIF and ICO formats)
591 - support for CUR and ANI files in wxImage added (Chris Elliott)
592 - wxTextCtrl::GetRange() added
593 - added wxGetFontFromUser() convenience function
594 - added EVT_MENU_OPEN and EVT_MENU_CLOSE events
595 - added Hungarian translations (Janos Vegh)
596 - added wxImage::SaveFile(filename) method (Chris Elliott)
597 - added wxImage::FloodFill and implemented wxWindowDC::DoFloodFill method
598 for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott)
599 - added (platform-dependent) scan code to wxKeyEvent (Bryce Denney)
600 - added wxTextCtrl::EmulateKeyPress()
601 - Added wxMouseCaptureChangedEvent
602 - Added custom character filtering to wxTextValidator
603 - wxTreeCtrl now supports incremental keyboard search
604 - wxMessageOutput class added
605 - wxHelpProvider::RemoveHelp added and called from ~wxWindowBase
606 so that erroneous help strings are no longer found as the hash
608 - updated libpng from 1.0.3 to 1.2.4
609 - Added wxView::OnClosingDocument so the application can do cleanup.
610 - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList
611 renamed to wxGenericImageList, so they can be used on wxMSW
613 - Added wxTreeEvent::IsEditCancelled so the application can tell
614 whether a label edit was cancelled.
615 - added static wxFontMapper::Get() accessor
619 - small appearance fixes for native look under Windows XP
620 - fixed the bug related to the redrawing on resize introduced in 2.3.2
621 - fixed multiple bugs in wxExecute() with IO redirection
622 - refresh the buttons properly when the window is resized (Hans Van Leemputten)
623 - huge (40*) speed up in wxMask::Create()
624 - changing wxWindows styles also changes the underlying Windows window style
625 - wxTreeCtrl supports wxTR_HIDE_ROOT style (George Policello)
626 - fixed flicker in wxTreeCtrl::SetItemXXX()
627 - fixed redraw problems in dynamically resized wxStaticText
628 - improvements to wxWindows applications behaviour when the system colours
630 - choose implicit parent for the dialog boxes better
631 - fixed wxProgressDialog for ranges > 65535
632 - wxSpinButton and wxSpinCtrl now support full 32 bit range (if the version
633 of comctl32.dll installed on the system supports it)
634 - wxFontEnumerator now returns all fonts, not only TrueType ones
635 - bugs in handling wxFrame styles (border/caption related) fixed
636 - showing a dialog from EVT_RADIOBUTTON handler doesn't lead to an infinite
638 - wxTextCtrl with wxTE_RICH flag scrolls to the end when text is appended to it
639 - the separators are not seen behind the controls added to the toolbar any more
640 - wxLB_SORT style can be used with wxCheckListBox
641 - wxWindowDC and wxClientDC::GetSize() works correctly now
642 - Added wxTB_NODIVIDER and wxTB_NOALIGN so native toolbar can be used in FL
643 - Multiline labels in buttons are now supoprted (simply use "\n" in the label)
644 - Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
645 has the capture before release it.
646 - fixed bugs in multiple selection wxCheckListBox
647 - default button handling is now closer to expected
648 - setting tooltips for wxSlider now works
649 - disabling a parent window also disables all of its children (as in wxGTK)
650 - multiple events avoided in wxComboBox
651 - tooltip asserts avoided for read-only wxComboBox
652 - fixed a race condition during a thread exit and a join
653 - fixed a condition where a thread can hang during message/event processing
654 - increased space between wxRadioBox label and first radio button
655 - don't fail to register remaining window classes if one fails to register
656 - wxFontDialog effects only turned on if a valid colour was
657 provided in wxFontData
658 - Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text control alignment.
659 - Bitmap printing uses 24 bits now, not 8.
663 - wxDirDialog now presents the file system in standard Unix way
664 - wxButton now honours wxBU_EXACTFIT
665 - wxStaticBox now honours wxALIGN_XXX styles
666 - added support for non alphanumeric simple character accelerators ('-', '=')
667 - new behaviour for wxWindow::Refresh() as it now produces a delayed refresh.
668 Call the new wxWindow::Update() to force an immediate update
669 - support for more SGI hardware (12-bit mode among others)
670 - fixed wxDC::Blit() to honour source DC's logical coordinates
671 - implemented wxIdleEvent::RequestMore() for simple background tasks
672 - implemented wxChoice::Delete()
673 - fixed bad memory leak in wxFileDialog (Chris Elliott)
674 - made internal GC pool dynamically growable
675 - added GTK+ 2 and Unicode support
679 - improved colour settings return values (Ian Brown)
680 - improved border style handling for wxStaticText (Ian Brown)
681 - improved toolbar control alignment
682 - implemented wxSpinButton
683 - implemented wxCheckListBox
684 - fixed wxSpinCtrl and wxStaticLine when used with sizers
685 - wxStaticBitmap now shows transparent icons correctly
689 - added generic MDI implementation (Hans Van Leemputten)
690 - first cut at wxSocket support (not yet working)
698 - First alpha-quality release
702 - fixed wxHtmlHelpController's cache files handling on big endian machines
703 - added blocking and redirecting capabilities to wxHtmlWindow via
704 wxHtmlWindow::OnOpeningURL()
705 - fixed alignment handling in tables
706 - fixed <font face="..."> handling to be case insensitive
711 New port: wxUniv for Win32/GTK+ is now included in the distribution.
715 - wxRegEx class added
716 - wxGetDiskSpace() function added (Jonothan Farr, Markus Fieber)
717 - wxTextBuffer and wxTextFile(wxStream) added (Morten Hanssen)
718 - more fixes to wxMBConv classes. Conversion to and from wchar_t now works with
719 glibc 2.2 as well as with glibc 2.1. Unix version now checks for iconv()'s
720 capabilities at runtime instead of in the configure script.
724 - support for virtual list control added
725 - column images in report mode of the list control
726 - wxFindReplaceDialog added (based on work of Markus Greither)
727 - wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
728 - polygon support in wxRegion (Klaas Holwerda)
729 - wxStreamToTextRedirector to allow easily redirect cout to wxTextCtrl added
730 - fixed bug with using wxExecute() to capture huge amounts of output
731 - new wxCalendarCtrl styles added (Søren Erland Vestø)
732 - wxWizard changes: loading from WXR support, help button (Robert Cavanaugh)
733 - wxDirSelector() added (Paul A. Thiessen)
734 - wxGrid cell editing veto support (Roger Gammans)
735 - wxListCtrl ITEM_FOCUSED event added
736 - support for ICO files in wxImage added (Chris Elliott)
737 - improvements to wxDragImage (Chuck Messenger)
741 - support for the DBCS fonts (CP 932, 936, 949, 950) (Nathan Cook)
742 - new library naming convention under VC++ -- please change your application
747 - fixed popup menu positioning bug
748 - fixed the edit function for wxListCtrl (Chuck Messenger)
749 - fixed the key-hitting events for wxListCtrl and wxTreeCtrl, so they
750 correctly return the key which was pressed (Chuck Messenger)
754 - support for configuration and build under Mac OS X using the Apple Developer
759 - new HTML parser with correct parsing of character entities and fixes
761 - added support for animated GIFs
769 - Fixed new charset detection code
770 - ODBC Informix fixes (submitted by Roger Gammans)
771 - Added ODBC date support to wxVariant
772 - Added wxDir::Traverse
773 - Added wxSingleInstanceChecker class
774 - Removed redundant wxDebugContext functions using C++ streams,
775 so now standard stream usage should be unnecessary
779 - Added wxDbGrid class for displaying ODBC tables
780 - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
781 user code can get access to the edit control when it is created, (to
782 push on a custom event handler for example)
783 - Added wxTextAttr class and SetStyle, SetDefaultStyle and
784 GetDefaultStyle methods to wxTextCtrl
785 - Added wxSingleInstanceChecker
786 - Improvements to Tex2RTF
787 - Added Paul and Roger Gammans' grid controls
788 - Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
790 - Fixed memory leak in textcmn.cpp
791 - Various wxXML enhancements
792 - Removed wxCLIP_CHILDREN style from wxSplitterWindow
793 - Fixed memory leak in DoPrint, htmprint.cpp
794 - Fixed calendar sample bug with using wxCommandEvent::GetInt()
796 - Added wxDbGrid combining wxODBC classes with wxGrid
797 - Added more makefiles and project files for contrib hierarchy
801 - Fixed wxApp::ProcessMessage so controls don't lose their
802 accelerators when the accelerators are redefined elsewhere
803 - Accelerators consisting of simple keystrokes (without control,
804 alt or shift) now work
805 - Compile fixes for Watcom C++ added
806 - Compile fixes for Cygwin 1.0 added
807 - Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop()
808 - Replaced wxYield() call in PopupMenu() by a much safer
809 wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones
810 - Enter processing in wxSpinCtrl fixed
811 - Fixed bug in determining the best listbox size
812 - Fix for wxFrame's last focus bug
813 - We now send iconize events
814 - Fixed wxFrame::SetClientSize() with toolbar bug
815 - Added mousewheel processing
816 - Added wxSystemSettings::Get/SetOption so we can configure
817 wxWindows at run time; used this to implement no-maskblt option
819 - Fixed bug when using MDIS_ALLCHILDSTYLES style: so now MDI
820 child frame styles are honoured
824 - Fixed slider rounding bug
825 - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()
826 - We now send iconize events
827 - Fix for discrepancies between wxNotebookEvent and wxNotebook
828 GetSelection() results
835 - fixed problem with wxURL when using static version of the library
836 - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories
837 - wxMimeTypesManager now can create file associations too (Chris Elliott)
838 - wxCopyFile() respects the file permissions (Roland Scholz)
839 - wxFTP::GetFileSize() added (Søren Erland Vestø)
840 - wxDateTime::IsSameDate() bug fixed
841 - wxTimeSpan::Format() now behaves more as expected, see docs
842 - wxLocale now provides much more convenient API for setting language and
843 detecting current system language. New API is more abstracted and truly
844 cross-platform, independent of underlying C runtime library.
848 - new wxToggleButton class (John Norris, Axel Schlueter)
849 - wxCalendarCtrl not highlighting the date with time part bug fixed
850 - wxADJUST_MINSIZE sizer flag added
851 - FindOrCreateBrush/Pen() bug fix for invalid colour values
852 - new wxXPMHandler for reading and writing XPM images
853 - added new (now recommended) API for conversion between wxImage and wxBitmap
854 (wxBitmap::ConvertToImage() and wxBitmap::wxBitmap(wxImage&) instead of
855 wxImage methods and ctor)
856 - ODBC classes now support DB2, Interbase, and Pervasive SQL
857 - ODBC documentation complete!!
858 - ODBC classes have much Unicode support added, but not complete
859 - ODBC experimental BLOB support added, but not completely tested
860 - ODBC NULL column support completed (Roger/Paul Gammans)
861 - ODBC All "char *" and char arrays removed and replaced with wxString use
865 - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
866 - fixed bug in MDI children flags (mis)handling
867 - it is possible to compile wxCHMHelpController with compilers
868 other than Visual C++ now and hhctrl.ocx is loaded at runtime
872 - added support for wchar_t (wxUSE_WCHAR_T) under Unix
876 - mew feature, wxHtmlProcessor for on-the-fly modification of HTML markup
877 - visual enhancements to contents panel of wxHtmlHelpController
884 - Fixed bug with directories with trailing (back)slashes in wxPathExists
885 - wxString: added wxArrayString::operator==() and !=()
886 - Fixes for wxCmdLineParser
887 - Added wxGetLocalTimeMillis
888 - Completed Czech translations
889 - Some stream corrections
890 - added missing consts to wxPoint operators
891 - wxDateTime ParseFormat fixes
892 - wxFile::Open(write_append) will create file if it doesn't exist
893 - small fixes to MIME mailcap test command handling, more MIME tests in the sample
897 - wxGenericDragImage now allows virtual image drawing, and
898 flicker-free dragging is now possible
899 - Added wxPrinter::GetLastError
900 - Fixed wxLogGui reentrancy problem
901 - Paper names now translated
903 - Generic validator now caters for more cases (integers in
904 wxTextCtrl, strings in wxChoice, wxComboBox)
905 - Fixed crash when docview On... functions return FALSE. Show
906 error message when an non-existent filename is typed into the Open
908 - Corrected Baltic font encoding handling
909 - wxImage: enhanced TIFF code, added new platform-independent BMP
911 - wxKeyEvent::GetKeyCode() and HasModifiers() added and documented
912 - Fixed wxPropertyForm crashes in sample
913 - wxWizard now calls TransferDataFromWindow() before calling
914 wxWizardPage::GetNext() fixing an obvious bug
918 - wxWindow::GetCharWidth/Height now calculated accurately.
919 This will affect all .wxr dialog resources, so for
920 backward compatibility, please set
921 wxDIALOG_UNIT_COMPATIBILITY to 1 in setup.h
922 - wxListCtrl: set item text in LIST_ITEM_ACTIVATED events
923 - wxTextCtrl: implemented setting colours for rich edit controls
924 - wxColour now accepts both grey and gray
925 - BC++ DLL compilation fixed
926 - Watcom C++ makefiles improved for JPEG and TIFF compilation
927 - Fixed submenu accelerator bug
928 - Fixed dialog focus bug (crash if the previous window to have
929 the focus was destroyed before the dialog closed)
930 - Too-small default wxTextCtrl height fixed
931 - fixed "missing" initial resize of wxMDIChildFrame
932 - wxFrame restores focus better
933 - Now ignore wxTHICK_FRAME in wxWindow constructor: only relevant to
934 frames and dialogs, interferes with other window styles otherwise
935 (sometimes you'd get a thick frame in a subwindow)
936 - wxTextCtrl insertion point set to the beginning of the control by SetValue
937 - Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.
938 - wxFileDialog: adjusts struct size if there's an error (struct
939 sizes can be different on different versions of Windows)
940 - wxImageList::GetSize() documented and added to wxMSW
941 - fixed default dialog style to make them non resizeable again
942 - fixed wxFrame::IsShown() which always returned TRUE before
946 - Please see docs/gtk/changes.txt.
950 - Small compilation fixes
966 - Added wxCHMHelpController, for invoking MS HTML Help
967 files. This works under VC++ only
968 - Modal dialog handling improved
969 - Printer dialog now modal
984 - Added docs/tech for technical notes
988 - Started new contrib hierarchy that mirrors
989 the main lib structure; moved OGL and MMedia into it
994 - wxDateTime replaces and extends old wxDate and wxTime classes (still
995 available but strongly deprecated) with many new features
996 - wxLongLong class provides support for (signed) 64 bit integers
997 - wxCmdLineParser class for parsing the command line (supporting short and
998 long options, switches and parameters of different types)
999 - it is now possible to build wxBase under Win32 (using VC++ only so far)
1000 and BeOS (without thread support yet)
1001 - wxThread class modified to support both detached and joinable threads, also
1002 added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
1004 - wxDir class for enumerating files in a directory
1005 - wxLog functions are now (more) MT-safe
1006 - wxStopWatch class, timer functions have more chances to return correct
1007 results for your platform (use ANSI functions where available)
1008 - wxString::ToLong, ToULong, ToDouble methods and Format() static one added
1009 - buffer overflows in wxString and wxLog classes fixed (if snprintf() function
1011 - wxArray::RemoveAt() replaces deprecated wxArray::Remove(index)
1015 - Added wxImage::Rotate.
1016 - new wxCalendarCtrl class for picking a date interactively
1017 - wxMenu(Bar)::Insert() and Remove() functions for dynamic menu management
1018 - wxToolBar supports arbitrary controls (not only buttons) and can be
1019 dynamically changed (Delete/Insert functions)
1020 - vertical toolbars supported by MSW and GTK native wxToolBar classes
1021 - wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
1022 - "file open" dialog allows selecting multiple files at once (contributed by
1024 - wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
1025 MIME types if available (Unix only)
1026 - wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
1027 - TIFF support added (libtiff required and included in the distribution)
1028 - PCX files can now be written (256 and 24 bits)
1029 - validators may work recursively if wxWS_EX_VALIDATE_RECURSIVELY is set
1030 - wxScrolledWindow now has keyboard interface
1031 - wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
1032 - added wxEncodingConverter and improved wxFontMapper
1033 for dealing with conversions between different encodings,
1034 charsets support in wxLocale and wxHTML
1035 - wxDragImage class added
1036 - samples/help improved to show standard and advanced HTML help
1037 controllers, as well as native help
1038 - moved wxTreeLayout class to main lib
1042 - wxFrame::MakeFullScreen added.
1043 - support for enhanced metafiles added, support for copying/pasting metafiles
1044 (WMF and enhanced ones) fixed/added.
1045 - implemented setting colours for push buttons
1046 - wxStatusBar95 may be now used in dialogs, panels (not only frames) and can be
1047 positioned along the top of the screen and not only at the bottom
1048 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
1049 - loading/saving big (> 32K) files in wxTextCtrl works
1050 - tooltips work with wxRadioBox
1051 - wxBitmap/wxIcon may be constructed from XPM included into a program, as in
1053 - returning FALSE from OnPrintPage() aborts printing
1054 - VC++ makefiles and project files made (mostly) consistent
1055 - wxSetCursorEvent added
1059 - wxFontMapper endless recursion bug (on some systems) fixed
1060 - wxGTK synthesizes wxActivateEvents
1061 - UpdateUI handlers may be used with wxTextCtrl
1065 - wxMenu::Enable works
1066 - wxToolBar bugs fixed
1067 - OGL samples made to work again
1071 - almost complete rewrite of wxHtmlHelpController,
1072 including faster search, bookmarks, printing, setup dialog
1073 and cross-platform binary compatible .cached files for faster
1074 loading of large helpbooks, case insensitive search
1075 split into 3 parts: wxHtmlHelpData, Frame and Controller
1076 - added support for charsets and <meta> tag
1077 - added support for font faces and justified paragraphs,
1078 taken some steps to prepare wxHTML for frames
1079 - added dynamic pushing/popping of wxHtmlParser tag handlers
1080 - improved HTML printing
1081 - added extensive table of HTML characters substitutions ( etc.)
1082 - fixed wxHtmlWindow flickering, several minor bugfixes
1083 - added some tags: <address>, <code>, <kbd>, <samp>, <small>, <big>,
1084 fixed handling of relative and absolute font sizes in <font size>
1087 NOTE: for changes after wxWindows 2.1.0 b4, please see the CVS
1090 2.1.0, b4, May 9th 1999
1091 -----------------------
1095 - JPEG support added.
1096 - Many fixes and changes not thought worth mentioning in this file :-)
1100 - wxNotebook changes: can add image only; wxNB_FIXEDWIDTH added;
1102 - JPEG support added.
1103 - Fixes for Cygwin compilation.
1104 - Added wxGA_SMOOTH and wxFRAME_FLOAT_ON_PARENT styles.
1105 - Many fixes people didn't tell this file about.
1112 - Some changes for Unicode support, including wxchar.h/cpp.
1115 2.0.1 (release), March 1st 1999
1116 -------------------------------
1121 - Slider/spinbutton fixes.
1125 - Fixed problems with <return> in dialogs/panels.
1126 - Fixed window cursor setting.
1127 - Fixed toolbar sizing and edge-clipping problems.
1128 - Some makefile fixes.
1136 - Added wxUSE_SOCKETS.
1137 - More topic overviews.
1138 - Put wxPrintPaperType, wxPrintPaperDatabase into
1139 prntbase.h/cpp for use in non-PostScript situations
1140 (e.g. Win16 wxPageSetupDialog).
1143 Beta 5, February 18th 1999
1144 --------------------------
1148 - wxExecute improved.
1152 - Fixed wxWindow::IsShown (::IsWindowVisible doesn't behave as
1154 - Changed VC++ makefiles (.vc) so that it's possible to have
1155 debug/release/DLL versions of the library available simultaneously,
1156 with names wx.lib, wx_d.lib, wx200.lib(dll), wx200_d.lib(dll).
1157 - Added BC++ 5 IDE files and instructions.
1158 - Fixed wxChoice, wxComboBox constructor bugs (m_noStrings initialisation).
1159 - Fixed focus-related crash.
1163 - Cured asynchronous wxExecute crash.
1164 - Added repaint event handlers to wxFrame, wxMDIChildFrame.
1168 - wxLocale documented.
1169 - Added include filenames to class reference.
1170 - wxHelpController API changed: SetBrowser becomes SetViewer,
1171 DisplaySection works for WinHelp, help sample compiles under Windows
1172 (though doesn't display help yet).
1174 Beta 4, February 12th 1999
1175 --------------------------
1179 - Miscellaneous fixes.
1183 - Makefiles for more compilers and samples; Cygwin makefiles
1185 - Added VC++ project file for compiling wxWindows as DLL.
1189 - Added OnEraseBackground invocation.
1190 - Added wxRETAINED implementation for wxScrolledWindow.
1191 - Cured scrolling display problem by adding XmUpdateDisplay.
1192 - Tried to make lex-ing in the makefile more generic (command line
1193 syntax should apply to both lex and flex).
1194 - Changed file selector colours for consistency (except for buttons:
1195 crashes for some reason).
1196 - Fixed wxMotif version of wxImage::ConvertToBitmap (used new instead
1197 of malloc, which causes memory problems).
1201 - Further doc improvements.
1202 - wxGenericValidator added.
1203 - Added wxImageModule to image.cpp, so adds/cleans up standard handlers
1206 Beta 3, January 31st 1999
1207 -------------------------
1211 - wxClipboard/DnD API changes (still in progress).
1212 - wxToolTip class added.
1213 - Miscellaneous fixes.
1217 - wxRegConfig DeleteAll bug fixed.
1218 - Makefiles for more compilers.
1219 - TWIN32 support added.
1220 - Renamed VC++ makefiles from .nt to .vc, and
1221 factored out program/library settings.
1222 - Fixed wxIniConfig bug.
1226 - A few more colour fixes.
1227 - wxGLCanvas and OpenGL samples working.
1228 - Some compiler warnings fixed.
1229 - wxChoice crash fix.
1230 - Dialog Editor starting to work on Motif.
1234 - wxBusyCursor class added.
1235 - Added samples/dde.
1236 - More doc improvements, incl. expanding docs/html/index.htm.
1238 Beta 2, January 1999
1239 --------------------
1245 - 16-bit BC++ compilation/linking works albeit without the resource system.
1249 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
1251 - Cured some widget table clashes.
1252 - Added thread support (Robert).
1253 - wxPoem sample now works.
1257 - Rearranged documentation a bit.
1258 - Sash window uses area of first frame/dialog to paint over when drawing
1259 the dragged sash, not just the sash window itself (it clipped to the right
1261 - Made resource sample use the correct Cancel button id.
1262 - Moved wxProp to main library (generic directory), created proplist
1264 - Added bombs and fractal samples.
1266 Beta 1, December 24th 1998
1267 --------------------------
1273 wxMSW, wxMotif: not in sync with this release.
1276 Alpha 18, December 29th 1998
1277 ----------------------------
1281 - Win16 support working again (VC++ 1.5)
1282 - Win16 now uses generic wxNotebook, wxListCtrl,
1283 wxTreeCtrl -- more or less working now, although
1284 a little work on wxNotebook is still needed.
1285 Under 16-bit Windows, get assertion when you click
1287 - Wrote 16-bit BC++ makefiles: samples don't yet link.
1288 - Added CodeWarrior support to distribution courtesy
1293 - Cured scrolling problem: scrollbars now show/hide themselves
1294 without (permanently) resizing the window.
1295 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
1296 that disabled scrollbar paging.
1297 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
1299 - Removed major bug whereby dialogs were unmanaged automatically
1300 when any button was pressed.
1301 - Fixed colours of wxWindow scrollbars, made list and text controls
1302 have a white background.
1303 - Fixed dialog colour setting.
1304 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
1305 they have sensible colours by default.
1306 - Fixed a bug in wxStaticBox.
1307 - Cured wxTreeCtrl bug: now works pretty well!
1308 - Debugged DrawEllipticArc (a ! in the wrong place).
1309 - Added SetClippingRegion( const wxRegion& region ).
1310 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
1312 Alpha 17, November 22nd 1998
1313 ----------------------------
1317 - More documentation updates, especially for
1318 wxLayoutWindow classes and debugging facilities.
1319 - Changed wxDebugContext to use wxDebugLog instead
1321 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
1322 However, DLL support may be broken for BC++ since
1323 VC++ 6 required changing of WXDLLEXPORT keyword
1325 - Numerous miscellaneous changes.
1329 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
1330 were too buggy (probably not design for dynamic addition/removal of
1332 - Some improvements to the wxNotebook implementation.
1333 - wxToolBar now uses a bulletin board instead of a form, in an attempt
1334 to make it possible to add ordinary wxControls to a toolbar.
1335 - Cured problem with not being able to use global memory operators,
1336 by defining two more global operators, so that the delete will match
1337 the debugging implementation.
1338 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
1339 global memory operators (usually OK) and #defining new to be
1340 WXDEBUG_NEW (sometimes it might not be OK).
1341 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
1342 - Added a parent-existence check to popup menu code to make it not crash.
1343 - Added some optimization in wxWindow::SetSize to produce less flicker.
1344 It remains to be seen whether this produces any resize bugs.
1346 It's a long time since I updated this file. Previously done:
1348 - wxFrame, wxDialog done.
1349 - wxScrolledWindow done (but backing pixmap not used at present).
1350 - wxBitmap done though could be tidied it up at some point.
1351 - Most basic controls are there, if not rigorously tested.
1352 - Some MDI support (menus appear on child frames at present).
1353 - wxNotebook almost done.
1354 - wxToolBar done (horizontal only, which would be easy to extend
1355 to vertical toolbars).
1359 - Colour and font changing done (question mark over what happens
1361 - Accelerators done (for menu items and buttons). Also event loop
1362 tidied up in wxApp so that events are filtered through ProcessXEvent.
1363 - wxWindow::GetUpdateRegion should now work.
1365 Alpha 16, September 8th 1998
1366 ----------------------------
1370 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
1372 - Guilhem's socket classes added, plus wxsocket sample.
1373 - A few more makefiles added.
1374 - GnuWin32/BC++ compatibility mods.
1375 - Further doc updates.
1376 - wxProp updates for correct working with wxGTK.
1380 - First start at Motif port.
1381 - Made makefiles for wxMotif source directory and minimal sample.
1382 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
1383 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
1384 wxMenu, wxMenuItem, wxMenuBar
1386 Alpha 15, August 31st 1998
1387 --------------------------
1391 - wxBitmap debugged.
1392 - wxDC::GetDepth added.
1393 - Contribution added whereby wxBitmap will be
1394 converted to DC depth if they don't match.
1395 - wxConfig API improved, documentation updated.
1396 - Printing classes name conventions cleaned up.
1397 - wxUpdateUIEvent now derives from wxCommandEvent
1398 so event can travel up the window hierarchy.
1400 Alpha 14, July 31st 1998
1401 ------------------------
1405 - Toolbar API has been simplified, and now
1406 wxFrame::GetClientArea returns the available client
1407 area when toolbar, status bar etc. have been accounted for.
1408 wxFrame::CreateToolBar added in line with CreateStatusBar.
1409 - Documentation updates, incl. for wxToolBar.
1410 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
1411 - Various additions from other folk, e.g. streams, wxConfig
1412 changes, wxNotebook.
1413 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
1415 Alpha 13, July 8th 1998
1416 -----------------------
1420 - Implemented wxPoint as identical to POINT on Windows, and
1421 altered wxDC wxPoint functions to use wxPoint directly in
1422 Windows functions, for efficiency.
1423 - Cured wxASSERT bug in wxStatusBar95.
1424 - #ifdefed out some bits in oleutils.cpp for compilers that
1426 - Added some operators to wxPoint, wxSize.
1427 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
1429 Alpha 12, July 7th 1998
1430 -----------------------
1434 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
1435 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
1437 Alpha 11, July 3rd 1998
1438 -----------------------
1442 - Added thread.h, thread.cpp.
1443 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
1445 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
1446 SetTextColor to SetTextColour, and added or made public several
1447 wxMenuItem accessors.
1448 - Added two overloads to wxRegion::Contains. Added
1449 wxRegion::IsEmpty for a more consistent naming convention.
1450 - Added Vadim's wxDataObject and wxDropSource.
1451 - ENTER/LEAVE events now work.
1452 - Cured wxMemoryDC bug where the DC wasn't being deleted.
1453 - Cured wxGauge SetSize major bugginess.
1454 - Cured problem where if a GDI object was created on the stack,
1455 then went out of scope, then another object was selected into
1456 the DC, GDI objects would leak. This is because the assignment
1457 to e.g. wxDC::m_pen would delete the GDI object without it first
1458 being selected out of the DC. Cured by selecting the old DC object
1459 first, then doing the assignment.
1460 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
1461 - Various other bug fixes and additions.
1465 - Major work on Dialog Editor (still plenty to go).
1466 - Expanded documentation a bit more.
1468 Alpha 10, May 7th 1998
1469 ----------------------
1473 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
1474 and wxIcon functions so that you can specify what size of
1475 icon should be loaded. Probably will remain a Windows-specific thing.
1476 - wxStatusBar95 now works for MDI frames.
1477 - Toolbars in MDI frames now behave normally. They still
1478 require application-supplied positioning code though.
1479 - Changed installation instructions, makefiles and batch files
1480 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
1481 change to support Mingw32/EGCS. Bison now used by default.
1483 Alpha 9, April 27th 1998
1484 ------------------------
1488 - Cured bug in wxStatusBar95 that caused a crash if multiple
1490 - Added Gnu-Win32 b19/Mingw32 support by changing resource
1491 compilation and pragmas.
1492 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
1493 commands because VZ changed the id setting in wxMenu::MSWCommand.
1497 - Corrected some bugs, such as the wxModule compilation problem.
1498 - Added Gnu-Win32 b19/Mingw32 support by changing resource
1499 compilation and pragmas.
1500 - Changed SIZEOF to WXSIZEOF.
1502 Alpha 8, April 17th 1998
1503 ------------------------
1507 - Added IsNull to wxGDIObject to check if the ref data is present or not.
1508 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
1510 - Added wxJoystick class and event handling, and simple demo.
1511 - Added simple wxWave class. Needs Stop() function.
1512 - Added wxModule (module.h/module.cpp) to allow definition
1513 of modules to be initialized and cleaned up on wxWindows
1515 - Start of Mingw32 compatibility (see minimal and dialogs samples
1516 makefile.m95 files, and install.txt).
1517 - Note: Windows printing has stopped working... will investigate.
1519 - Updated wxString: bug fixes, added wxArrayString, some
1520 compatibility functions.
1521 - Updated log.h/cpp, added wxApp::CreateLogTarget.
1522 - file.h: new wxTempFile class.
1523 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
1524 - statbr95: wxStatusBar95 control.
1525 - registry.h/cpp: wxRegKey class for Win95 registry.
1526 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
1527 - wxConfig and wxFileConfig classes.
1531 - Added src/other/png, src/other/zlib directories.
1532 - Added samples/png.
1533 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
1534 Porters, please check particularly your wxTreeCtrl and wxListCtrl
1536 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
1538 Alpha 7, March 30th 1998
1539 ------------------------
1543 - Added tab classes, tab sample.
1544 - Now can return FALSE from OnInit and windows will be
1545 cleaned up properly before exit.
1546 - Improved border handling so panels don't get borders
1548 - Debugged MDI activation from Window menu.
1549 - Changes to memory debug handling, including checking for
1550 memory leaks on application exit - but see issues.txt for
1552 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
1553 to allow maintenance of an icon in the Windows 95 taskbar
1555 - Got MFC sample working (MFC and wxWindows in the same
1556 application), partly by tweaking ntwxwin.mak settings.
1557 - Got DLL compilation working again (VC++).
1558 - Changed wxProp/Dialog Editor filenames.
1562 - Added tab classes, tab sample.
1563 - Revised memory.cpp, memory.h slightly; memory.h now #defines
1564 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
1565 now checks for leaks on exit. Added memcheck sample.
1566 See src/msw/issues.txt for more details.
1567 - resource.h, resource.cpp changed to make wxDefaultResourceTable
1568 a pointer. Now initialize resource system with
1569 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
1570 allow better control of memory.
1571 - wxString now derives from wxObject, to enable memory leak
1573 - Added some #include fixes in various files, plus changed
1574 float to long in wxToolBar files.
1576 Alpha 6, March 10th 1998
1577 ------------------------
1581 - Found stack error bug - stopped unwanted OnIdle recursion.
1582 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
1583 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
1584 check if the number of top-level windows is zero before
1585 exiting. Also, wxApp::GetTopWindow will return either
1586 m_topWindow or the first member of wxTopLevelWindows, so you
1587 don't have to call wxApp::SetTopWindow.
1588 - Added dynarray.h/dynarray.cpp (from Vadim).
1589 - Added first cut at OLE drag and drop (from Vadim). dnd sample
1590 added. Drop target only at this stage. See src/msw/ole/*.cpp,
1591 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
1592 Doesn't work with GnuWin32 - no appropriate headers e.g. for
1594 Doesn't work with BC++ either - crashes on program startup.
1595 - Added Vadim's owner-draw modifications - will probably remain
1596 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
1597 - Added wxLB_OWNERDRAW for owner-draw listboxes.
1598 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
1599 Doesn't entirely work for WIN16.
1600 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
1601 can also be used as an argument to wxMenu::Append, not just for
1602 internal implementation.
1603 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
1604 in makeg95.env, together with mingw32.bat). However, resource
1605 binding is not working yet so most apps with dialogs crash.
1609 - Added Vadim's dynarray.h, dynarray.cpp.
1610 - Added Vadim's menuitem.cpp.
1611 - Added Windows-specific wxCheckListBox,
1612 owner-draw wxListBox, and drag-and-drop
1613 (see docs/msw/changes.txt).
1615 Alpha 5, 14th February 1998
1616 --------------------------
1620 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
1621 DISTRIBUTIONS. This change log will therefore now refer to
1622 the Windows-specific code only. See docs/changes.txt for generic
1624 - Removed Windows-specific reference counting system (GDI
1625 resources were cleaned up in idle time) - minimal
1626 advantages now we have a wxWin reference counting system.
1627 - Added missing WXDLLEXPORT keywords so DLL compilation works
1629 - Removed most warnings for GnuWin32 compilation.
1630 - Added wxRegion/wxRegionIterator, but haven't yet used it in
1635 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
1636 DISTRIBUTIONS. This change log will therefore now refer to
1637 the generic code only. See docs/msw/changes.txt for Windows-specific
1639 - Readmes, change logs and installation files now go in
1640 platform-specific directories under docs, e.g. docs/msw,
1642 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
1643 created dynamically, not as a global object.
1644 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
1645 - Changed names of some include/wx/generic headers to be
1646 consistent and to conform to gcc pragma conventions. Also
1647 changed choicesg.cpp to choicdgg.cpp.
1648 - Added gcc pragmas.
1649 - Added gtk inclusion in include/wx headers.
1650 - Added consistent file headings to source and headers.
1651 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
1652 added a few references to wxTransString.
1653 - Added operator to wxTransString that converts automatically
1654 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
1655 - samples/internat now works (minimally).
1656 - Added wxMouseEvent::GetPosition and
1657 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
1658 - Made wxSize and wxRect contain longs not ints.
1659 - Cured some memory leaks (thanks Vadim).
1660 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
1661 will only keep processing OnIdle if it returns TRUE from
1664 Alpha 4, 31st January 1998
1665 --------------------------
1669 - Changed wxDC functions to take longs instead of floats. GetSize now takes
1670 integer pointers, plus a version that returns a wxSize.
1671 - const keyword added to various wxDC functions.
1672 - Under Windows, wxDC no longer has any knowledge of whether
1673 an associated window is scrolled or not. Instead, the device
1674 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
1675 - wxScrolledWindow applications can optionally override the virtual OnDraw
1676 function instead of using the OnPaint event handler. The wxDC passed to
1677 OnDraw will be translated by PrepareDC to reflect scrolling.
1678 When drawing outside of OnDraw, must call PrepareDC explicitly.
1679 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
1681 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
1682 to help printing with multiple pages.
1683 - IPC classes given base classes (wxConnectionBase etc.) which
1684 define the API used by different implementations. DDE
1685 implementation updated to use these base classes.
1686 - wxHelpInstance now separated into wxHelpControllerBase (base
1687 for all implementations), wxWinHelpController (uses standard
1688 WinHelp), wxXLPHelpController (talks to wxHelp by DDE or
1689 TCP/IP). There will be others eventually, such as
1690 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
1691 - Added Vadim Zeitlin's wxString class plus
1692 internationalization code (gettext simulation, wxLocale, etc.).
1693 New files from Vadim:
1699 src\common\string.cpp
1703 No longer use GNU wxString files.
1704 - Split off file-related functions into include\wx\filefn.h and
1705 src\common\filefn.cpp.
1706 - Borland C++ support (WIN32) for main library and
1707 samples, using makefile.b32 files.
1708 - Preparation done for allowing BC++ to compile wxWin as a DLL,
1709 including changes to defs.h.
1710 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
1712 - Added wxShowEvent (generated when window is being shown or
1714 - Got minimal, docview, mdi samples working for 16-bit VC++ and
1715 cured 16-bit problem with wxTextCtrl (removed global memory
1717 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
1719 Alpha 3, September 1997
1720 -----------------------
1724 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
1725 - Instigated new file hierarchy, split files and classes up more logically.
1726 - PrologIO and some other utils now put into core library.
1727 - Revamped print/preview classes, added wxPageSetupDialog.
1728 - Started documentation.
1730 Alpha 2, 30th April 1997
1731 ------------------------
1735 - EVT_... macros now have at least one argument, for conformance
1736 with MetroWerks compiler.
1737 - Added ids to .wxr file format.
1738 - Got Dialog Editor compiled and running again but need
1739 to extend functionality to be in line with new controls.
1740 Added dialoged\test app to allow dynamic loading of .wxr files
1741 for testing purposes.
1742 - Rewrote wxBitmap to allow installable file type
1744 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
1745 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
1747 - Added back wxRadioBox.
1748 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
1751 Alpha 1, 5th April 1997
1752 -----------------------
1756 At this point, the following has been achieved:
1758 - A lot, but not all, of the code has been revamped for better
1759 naming conventions, protection of data members, and use of
1760 wxString instead of char *.
1761 - Obsolete functionality deleted (e.g. default wxPanel layout,
1762 old system event system) and code size reduced.
1763 - Class hierarchy changed (see design doc) - base classes such
1764 as wxbWindow now removed.
1765 - No longer includes windows.h in wxWin headers, by using stand-in
1766 Windows types where needed e.g. WXHWND.
1768 - wxScrolledWindow, wxStatusBar and new MDI classes added.
1769 MDI is now achieved using separate classes, not window styles.
1770 - wxSystemSettings added, and made use of to reflect standard
1772 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
1773 settings mucho rationalised.
1774 - All windows are now subclassed with the same window proc to make
1775 event handling far more consistent. Old internal wxWnd and derived
1777 - API for controls revised, in particular addition of
1778 wxValidator parameters and removal of labels for some controls.
1779 - 1 validator written: see examples/validate.
1780 - Event table system introduced (see most samples and
1781 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
1782 made more flexible, with Push/PopEventHandler allowing a chain
1784 - wxRadioBox removed - will be added back soon.
1785 - Toolbar class hierarchy revised:
1787 wxToolBarSimple (= old wxToolBar)
1788 wxToolBar95 (= old wxButtonBar under Win95
1789 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
1790 - Constraint system debugged somewhat (sizers now work properly).
1791 - wxFileDialog, wxDirDialog added; other common dialogs now
1792 have class equivalents. Generic colour and font dialogs
1793 rewritten to not need obsolete panel layout.
1794 - .wxr resource system partially reinstated, though needs
1795 an integer ID for controls. Hopefully the resource system
1796 will be replaced by something better and more efficient
1798 - Device contexts no longer stored with window and accessed
1799 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
1801 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
1802 determines whether labels are shown. Other Win95-specific flags
1803 introduced, e.g. for showing ticks.
1804 - Styles introduced for dealing with 3D effects per window, for
1805 any window: all Win95 3D effects supported, plus transparent windows.
1806 - Major change to allow 3D effect support without CTL3D, under
1808 - Bitmap versions of button and checkbox separated out into new
1809 classes, but unimplemented as yet because I intend to remove
1810 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
1811 - utils/wxprop classes working (except maybe wxPropertyFormView)
1812 in preparation for use in Dialog Editor.
1813 - GNU-WIN32 compilation verified (a month or so ago).