1. fixed (to test) the bug with bitmaps without masks in wxImageList
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Jan 2000 21:38:51 +0000 (21:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Jan 2000 21:38:51 +0000 (21:38 +0000)
commit4b7f2165565bb33b149baf1272e28f9a61d579d3
treeeba4a627e64e133d9a6c8619f0a8b745efcea733
parent30b5fc118f6fa8bad8cd3692ca42c164aa5007f9
1. fixed (to test) the bug with bitmaps without masks in wxImageList
2. reorganized wxImageList a bit, created a new wxInvertMask() function
3. an incredibly ugly fix (?) for "unsatisfied constraints" warnings
4. added wxIcon and wxBitmap ctors from XPM
5. XPM handler now creates bitmaps with mask
6. added wxPrinterDC::BitBlt() and DrawBitmap(), cleared the horrible mess in
   the wxDC methods with the same names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/layout.h
include/wx/log.h
include/wx/msw/bitmap.h
include/wx/msw/dc.h
include/wx/msw/dcprint.h
include/wx/msw/icon.h
include/wx/msw/private.h
include/wx/window.h
src/common/wincmn.cpp
src/msw/bitmap.cpp
src/msw/dc.cpp
src/msw/dcprint.cpp
src/msw/icon.cpp
src/msw/imaglist.cpp
src/msw/notebook.cpp
src/msw/xpmhand.cpp