X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c28cb884dea6d938fb9403260bde82cdea3d533a..d5f330f9bc5554984deca9db625b515a87c8098d:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index a65d67661c..04e981bdcd 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -8,6 +8,8 @@ wxWidgets 2.5 Change Log - For more verbose changes, see the manual All: - new classes for reading and writing ZIP files (M.J.Wetherell) +- large files support for wxFFile (M.J.Wetherell) +- classes in the manual are now cross-referenced (Zbigniew Zagórski) - Norwegian (Bokmål) translation added (Hans F. Nordhaug) - wxDynamicLibrary::HasSymbol() added - added wxTextInputStream::operator>>(wchar_t) for compilers which support this @@ -30,6 +32,7 @@ All: All (GUI): +- wxSplitterWindow now supports gravity parameter (Zbigniew Zagórski) - recursive wxSizer::GetItem returns item of given window, sizer or nth index - wxLayoutConstraints now use best size, not current size, for AsIs() condition - wxSizer::Add/Insert etc. now returns pointer to wxSizerItem just added and this @@ -88,7 +91,7 @@ wxUniv: All: -- support for huge (>2 Gb) files (Tim Kosse) +- support for large (>2 Gb) files in wxFile (Tim Kosse) - number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten) - fixed memory leak in wxURL when using a proxy (Steven Van Ingelgem) - fixed bug in wxDateTime::Set(jdn) when DST was in effect