GNOME/KDE integration for wxMimeTypeManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-12-08 17:53:32 +00:00
parent c53a2bb3d3
commit b9517a0ae4
2 changed files with 456 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ all (GUI):
- wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
- "file open" dialog allows selecting multiple files at once (contributed by
John Norris)
- wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
MIME types if available (Unix only)
- wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
- TIFF support added (libtiff required and included in the distribution)