Applied wxImage::Scale() patch,
authorRobert Roebling <robert@roebling.de>
Mon, 11 Jun 2001 20:03:00 +0000 (20:03 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 11 Jun 2001 20:03:00 +0000 (20:03 +0000)
commit33611ebbd99217ef90f1178eed37e30385c121de
tree074adf104fd3d7b59d53e44130915cfbe7f103e9
parenta4054ad1cfd23565d59c2e14bd59201b37606f53
  Applied wxImage::Scale() patch,
  Added testing code for wxSplitterWindow bug.
  Added testing code for OnEraseBackground things.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
35 files changed:
samples/configure
samples/configure.in
samples/erase/Erase.icc [new file with mode: 0644]
samples/erase/EraseVC.dsp [new file with mode: 0644]
samples/erase/EraseVC.dsw [new file with mode: 0644]
samples/erase/Makefile.in [new file with mode: 0644]
samples/erase/descrip.mms [new file with mode: 0644]
samples/erase/erase.cpp [new file with mode: 0644]
samples/erase/erase.rc [new file with mode: 0644]
samples/erase/erase.rc0 [new file with mode: 0644]
samples/erase/erase.rc4 [new file with mode: 0644]
samples/erase/make_cw.mcp [new file with mode: 0644]
samples/erase/makefile.b32 [new file with mode: 0644]
samples/erase/makefile.bcc [new file with mode: 0644]
samples/erase/makefile.dos [new file with mode: 0644]
samples/erase/makefile.g95 [new file with mode: 0644]
samples/erase/makefile.sc [new file with mode: 0644]
samples/erase/makefile.sl [new file with mode: 0644]
samples/erase/makefile.twn [new file with mode: 0644]
samples/erase/makefile.unx [new file with mode: 0644]
samples/erase/makefile.va [new file with mode: 0644]
samples/erase/makefile.vc [new file with mode: 0644]
samples/erase/makefile.wat [new file with mode: 0644]
samples/erase/makemac.mcp [new file with mode: 0644]
samples/erase/makemac6.mcp [new file with mode: 0644]
samples/erase/minimal.def [new file with mode: 0644]
samples/erase/mondrian.ico [new file with mode: 0644]
samples/erase/mondrian.xpm [new file with mode: 0644]
samples/erase/mondros2.ico [new file with mode: 0644]
samples/splitter/splitter.cpp
src/common/image.cpp
src/gtk/win_gtk.c
src/gtk/window.cpp
src/gtk1/win_gtk.c
src/gtk1/window.cpp