X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d8864ac63ffeec01508110be0d07fe16af034c3..1c0f361be288df133c766e04cc857b3e4682b31a:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 72bb76d2ad..0e615bdc58 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -103,6 +103,9 @@ All: - wxDynamicCast() now uses static_cast internally and so using it with anything not deriving from wxObject will fail at compile time (instead of run-time) now +- when wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set, + wxHashMap/wxHashSet are just typedefs for them. This makes impossible + to forward declare these classes. All (GUI): @@ -133,6 +136,8 @@ wxMSW: - wxTaskBarIcon must be explicitly destroyed now, otherwise the application won't exit even though there are no top level windows - wxFileName::GetModificationTime() works with opened files too now +- wxDC::GetClippingBox() now works even for clipping regions created by Windows +- fixed wxFileDataObject in Unicode build (Alex D) wxMotif: