1. fixes for DrawRotatedText(), drawing sample extended to show it
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Dec 1999 00:09:40 +0000 (00:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Dec 1999 00:09:40 +0000 (00:09 +0000)
commit696e1ea0b7cee1394693a0e507bbf49c9863952b
tree22f6cf92ae9480d16985211f86f580eb62248c62
parentc8ce6bccc3a92ad6844f72515c152f333436d37e
1. fixes for DrawRotatedText(), drawing sample extended to show it
2. implemented colour/font support for wxTreeCtrl items
3. corrected a bug in wxListCtrl colour/font support code, the items should
   now be deleted ok
4. SetProcessAffinityMask() correction, wxThread::SetConcurrency() kind of
   works (difficult to test on a UP machine)
5. wxMimeType::EnumAllFileTypes() added, works (somewhat) under MSW
6. made default fonts under MSW 10 points and not 12 - this is the standard
   size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/mimetype.h
include/wx/msw/treectrl.h
include/wx/treectrl.h
samples/console/console.cpp
samples/drawing/drawing.cpp
src/common/gdicmn.cpp
src/common/mimetype.cpp
src/msw/dc.cpp
src/msw/listctrl.cpp
src/msw/thread.cpp
src/msw/treectrl.cpp