1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Feb 2000 02:41:07 +0000 (02:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Feb 2000 02:41:07 +0000 (02:41 +0000)
commit4aff28fc9b124fe1dcb9cb0870eef05cbd326767
tree7e11b7c4564803f5a8940831d16e4efefd143889
parent1d81a219db8aa714037662a66e22aac6f8430fc5
1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK
2. bug with multiline messages in wxLogGui fixed
3. wxLogGui visual enhancements (for MSW, don't know how it looks elsewhere)
4. fixed 2 nice (i.e. BIG) memory leaks in wxImage::Rotate()
5. modified the text sample to show the mouse events too
6. documented strange behaviour of LEAVE_WINDOW mouse event under MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/function.tex
docs/latex/wx/mouseevt.tex
samples/text/text.cpp
src/common/image.cpp
src/generic/logg.cpp
src/msw/dc.cpp
src/msw/window.cpp