X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d7609197ed33bc76c8212705f305fe7cc33d62f..d86939c4c948c98d9f840e728c8c1ae2a99e1e4f:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index 32b73af0a4..71bbc0f38c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,5 +1,23 @@ -wxWindows 2 Change Log ----------------------- +---------------------------- +wxWindows 2.5/2.6 Change Log +---------------------------- + +INCOMPATIBLE CHANGES SINCE 2.4.x +================================ + +OTHER CHANGES +============= + +2.5.0 +----- + +Unix: + +- fixed compilation on systems with zlib installed but < 1.1.3 version + + +OLD CHANGES +=========== INCOMPATIBLE CHANGES SINCE 2.2.x ================================ @@ -170,11 +188,50 @@ wxThread and related classes: OTHER CHANGES ============= +2.4.0 +----- + +wxMSW: + +- fixed loss of client data in wxChoice::SetString() + +2.3.4 +----- + +All: + +- added (partial) Indonesian translations (Bambang Purnomosidi D. P.) +- added wxSizer::Show()/Hide() (Carl Godkin) +- fixed bugs in wxDateTime::SetToWeekDay()/GetWeek() + +Unix (Base/GUI): + +- minor OpenBSD compilation/linking fixes, now builds OOB under OpenBSD 3.1 +- don't include -I/usr/include nor -I/usr/local/include in wx-config output +- shared library symbols are now versioned on platforms that support it (Linux) + +wxGTK: +- Further work for GTK 2.0 and Unicode support. +- Addition of native frame site grip. + +wxX11: +- Unicode support through Pango library. + +wxMSW: + +- fixed crashes in wxListCtrl under XP +- added context menu for rich edit wxTextCtrl + +wxHTML: + +- fixed wxHTML to work in Unicode build + 2.3.3 ----- wxBase: +- building wxBase with Borland C++ is now supported (Michael Fieldings) - wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram) - fixes to the command line parsing error and usage messages - modified wxFileName::CreateTempFileName() to open the file atomically @@ -185,13 +242,11 @@ wxBase: after (non standard) STL hash_map - wxLocale now works in Unicode mode - wxLocale can now load message catalogs in arbitrary encoding -- fixed the bug related to the redrawing on resize introduced in 2.3.2 -- added static wxFontMapper::Get() accessor (use of wxTheFontMapper is now - deprecated) - added wxShutdown() function (Marco Cavallini) - added wxEXPLICIT macro - IPC classes improved and memory leaks fixed (Michael Fielding). Global buffer removed, duplication in docs removed +- debug new/free implementations made thread-safe Unix (Base/GUI): @@ -216,7 +271,8 @@ All (GUI): wxHashTable - added IFF image handler - fixed using custom renderers in wxGrid which was broken in 2.3.2 -- support for multiple images in one file added to wxImage (TIFF, GIF and ICO formats) +- support for multiple images in one file added to wxImage + (TIFF, GIF and ICO formats) - support for CUR and ANI files in wxImage added (Chris Elliott) - wxTextCtrl::GetRange() added - added wxGetFontFromUser() convenience function @@ -239,10 +295,15 @@ All (GUI): - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList renamed to wxGenericImageList, so they can be used on wxMSW (Rene Rivera). +- Added wxTreeEvent::IsEditCancelled so the application can tell + whether a label edit was cancelled. +- added static wxFontMapper::Get() accessor (use of wxTheFontMapper is now + deprecated) wxMSW: - small appearance fixes for native look under Windows XP +- fixed the bug related to the redrawing on resize introduced in 2.3.2 - fixed multiple bugs in wxExecute() with IO redirection - refresh the buttons properly when the window is resized (Hans Van Leemputten) - huge (40*) speed up in wxMask::Create() @@ -280,6 +341,8 @@ wxMSW: - don't fail to register remaining window classes if one fails to register - wxFontDialog effects only turned on if a valid colour was provided in wxFontData +- Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text control alignment. +- Bitmap printing uses 24 bits now, not 8. wxGTK: @@ -295,6 +358,7 @@ wxGTK: - implemented wxChoice::Delete() - fixed bad memory leak in wxFileDialog (Chris Elliott) - made internal GC pool dynamically growable +- added GTK+ 2 and Unicode support wxMotif: @@ -306,6 +370,19 @@ wxMotif: - fixed wxSpinCtrl and wxStaticLine when used with sizers - wxStaticBitmap now shows transparent icons correctly +wxX11: + +- added generic MDI implementation (Hans Van Leemputten) +- first cut at wxSocket support (not yet working) + +wxMac: + +- Many improvements + +wxOS2: + +- First alpha-quality release + wxHTML: - fixed wxHtmlHelpController's cache files handling on big endian machines