X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55e9fa681e229cc8782005f0fb7d3494734bc266..d3d49be8053a781a1aa3a720ac7803d99c1de84a:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index 7613845a12..3aa4ab3db1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,6 @@ ----------------------------- -wxWidgets 2.5/2.6 Change Log ----------------------------- +------------------------ +wxWidgets 2.5 Change Log +------------------------ INCOMPATIBLE CHANGES SINCE 2.4.x ================================ @@ -99,10 +99,14 @@ OTHER CHANGES All: -- Hindi translations added (Dhananjaya Sharma) +- Hindi translation added (Dhananjaya Sharma) +- Brazilian Portuguese translation added (E. A. Tacao) - 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 +137,13 @@ 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) +- subdindented paragraphs support (Tim Kosse) + +wxGTK: + +- added support for wxTE_RIGHT and wxTE_CENTRE styles under GTK2 (Mart Raudsepp) wxMotif: @@ -152,6 +163,11 @@ wxHTML: Unix: - fixed priorities of mailcap entries (David Hart) +- added "wx-config --libs=std," syntax (i.e. support for "std") + +wxODBC: +- Full Unicode support is now available +- BLOB support is working 2.5.1