wxWidgets/samples/html/test
Vadim Zeitlin 03a187ccae wxHtmlWindow background drawing fixes for OS X and optimizations
1. Avoid crashes under OS X due to attempts to copy window contents to the
   backing store bitmap: this doesn't work under OS X so avoid it by always
   painting the background from OnPaint() itself, while still generating the
   erase background events for compatibility.

2. Don't double buffer wxHtmlWindow drawing if the window is already double
   buffered.

3. Don't allocate backing store bitmap on the heap, this is useless as bitmaps
   are already pointer-lile -- so just use invalid bitmap instead of NULL
   bitmap pointer.

4. Update the html/test sample to show the effects of custom erase background
   handler in wxHtmlWindow (it overrides the background bitmap painting).



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-18 17:32:20 +00:00
..
8859_2.htm
cp1250.htm
foo.png
i18n.gif
imagemap.htm
imagemap.png
listtest.htm
makefile.bcc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.gcc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
Makefile.in don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles 2009-05-12 09:13:36 +00:00
makefile.unx update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.vc update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makefile.wat update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
makemac6.mcp
pic2.bmp
pic.png
regres.htm
subsup.html
tables.htm add support for table border width attribute (closes #10610) 2009-04-25 23:19:04 +00:00
test_vc7.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
test_vc8.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
test_vc9.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
test.bkl
test.cpp wxHtmlWindow background drawing fixes for OS X and optimizations 2009-06-18 17:32:20 +00:00
test.dsp link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
test.htm
test.rc