1. wxDialogs are now destroyed when they go out of scope
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jun 1999 21:21:52 +0000 (21:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jun 1999 21:21:52 +0000 (21:21 +0000)
commitedccf4281bc8fbb9d8151240ba5b208339c9ac11
tree23a45ce12242e9a6f73e1e97ef85faab4a602ec3
parentf7bdcdd70dc6e74e35185559e1c2ff2cac3e9e6e
1. wxDialogs are now destroyed when they go out of scope
2. [GS]etDefaultItem() are now in wxPanel, not wxWindow
3. better checking for g_isPainting - hopefully no more false asserts
4. wxListCtrl not recreated any more when view changes, this corrects
   the bug with selection not working after view mode change
5. wxListCtrl now generates wxEVT_ITEM_ACTIVATED event
6. you can now press/toggle a button with a space
7. couple of other minor fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/event.h
include/wx/generic/panelg.h
include/wx/msw/button.h
include/wx/msw/listctrl.h
include/wx/msw/window.h
src/common/image.cpp
src/generic/panelg.cpp
src/msw/app.cpp
src/msw/button.cpp
src/msw/control.cpp
src/msw/dcclient.cpp
src/msw/dialog.cpp
src/msw/listctrl.cpp
src/msw/statbr95.cpp
src/msw/tbar95.cpp
src/msw/window.cpp