1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Feb 2000 23:33:15 +0000 (23:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Feb 2000 23:33:15 +0000 (23:33 +0000)
commit225fe9d6efa8294e0582a046dee2c4c608bd06dc
treebacf6f9981051397e8f12c886ebecd01d75adb33
parent18d2e17080a0bea4b85e0ad7223cfc6bcdab0e1e
1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
2. define LVS_EX_FULLROWSELECT ourselves if compiler headers don't
3. wxSafeYield() will only reenable windows which had been enabled, not all
   windows in the application
4. selection in wxTreeCtrl is not broken after dnd operation
5. wxRegKey::Rename() added, regtest sample shows copying/moving/renaming keys
   and values now
6. wxListEvent accessors made const
7. wxListCtrl sets client data field in generated events under MSW too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/listctrl.h
include/wx/msw/mdi.h
include/wx/msw/registry.h
src/common/utilscmn.cpp
src/generic/logg.cpp
src/msw/listctrl.cpp
src/msw/mdi.cpp
src/msw/registry.cpp
src/msw/treectrl.cpp