1. wxLongLong and wxDateTime compilation fixed for the compilers without native
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 21 Dec 1999 01:44:45 +0000 (01:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 21 Dec 1999 01:44:45 +0000 (01:44 +0000)
commitcd0b170911637899ac3c126367ee5821f357c185
tree92b7d2c70059d027032274ca86cbddef04ab0512
parente35edde9c351bd084bd93e9a277a8b2e564b67cb
1. wxLongLong and wxDateTime compilation fixed for the compilers without native
   "long long" type (and some code in timercmn.cpp too)
2. wxDate and wxTime reimplemented using wxDateTime (old versions tagged as
   OLD_DATE_AND_TIME)
3. wxString::To(U)Long and ToDouble added and documented
4. bug with combobox in toolbar (drop down list wasn't dismissed) fixed
5. several wxDateTime::Parse() functions implemented
6. added support for coloured buttons under MSW (not completely finished)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
docs/changes.txt
docs/latex/wx/wxstring.tex
include/wx/date.h
include/wx/datetime.h
include/wx/datetime.inl
include/wx/longlong.h
include/wx/msw/button.h
include/wx/string.h
include/wx/time.h
src/common/cmndata.cpp
src/common/datetime.cpp
src/common/longlong.cpp
src/common/string.cpp
src/common/timercmn.cpp
src/common/txtstrm.cpp
src/common/variant.cpp
src/msw/button.cpp
src/msw/combobox.cpp
src/msw/window.cpp