added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-06-02 13:13:24 +00:00
parent 4bf6833edf
commit 056eb8dc99
3 changed files with 20 additions and 6 deletions

View File

@@ -87,6 +87,7 @@ Major new features in 2.8 release
wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
2.8.5
-----
@@ -100,13 +101,13 @@ All (GUI):
wxMSW:
- Correct problem with page setup dialog when using
Landscape mode.
- Correct problem with page setup dialog when using landscape mode
- Added msw.font.no-proof-quality system option, see manual for description
wxGTK:
- More work on setting defaults in GNOME print dialogs.
- Also made Landscape printing work as per wxMSW.
- Also made landscape printing work as per wxMSW.
- Add support for clipping in GNOME print backend.
- Speed up wxBitmap::Rescale()
- Add right button event for wxToolbar's tools (Tim Kosse)