1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jul 1999 21:01:04 +0000 (21:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jul 1999 21:01:04 +0000 (21:01 +0000)
commit0655ad290a99dc0d4e8ea86aec60c7833a53be53
tree9dd091339452d195b08019c6ac2a16495068420f
parentf61815af20ebb943000d36ea01489f6115e4061c
1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary
   old code which didn't send them anyhow removed). It also allows to veto the
   changes, but this feature is not portable and as such is not documented.
2. wxBitmapBuuton doesn't lose its bitmap any more
3. wxImage::ConvertToBitmap() doesn't crash if image is !Ok() but just
   returns wxNullBitmap.
4. wxProgressDialog looks much nicer under Windows and its estimated/elapsed/
   remaining time fields actually show some non random numbers now
5. MDI client window doesn't flicker because wxMDIParentFrame doesn't position
   it at (0, 0) first before moving it to correct location
6. other minor fixes...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/generic/progdlgg.h
include/wx/msw/bmpbuttn.h
include/wx/msw/spinbutt.h
include/wx/spinbutt.h
src/common/image.cpp
src/generic/progdlgg.cpp
src/gtk/spinbutt.cpp
src/gtk1/spinbutt.cpp
src/msw/bmpbuttn.cpp
src/msw/button.cpp
src/msw/frame.cpp
src/msw/mdi.cpp
src/msw/spinbutt.cpp
src/msw/window.cpp