]> git.saurik.com Git - wxWidgets.git/commitdiff
upported changes from 2.8.5 (at the very least this simplifies merging between branches)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jun 2007 13:23:41 +0000 (13:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jun 2007 13:23:41 +0000 (13:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index b6d1d7e36dfee1689045962754894e57c571eb9f..693a7236306a353eeba15a72d9b3e299304c8000 100644 (file)
@@ -158,9 +158,19 @@ wxX11:
 
 wxMSW:
 
+- Correct problem with page setup dialog when using landscape mode
 - Added msw.font.no-proof-quality system option, see manual for description
 - Fix appearance of notebook with non-top tabs under Windows Vista
 
+wxGTK:
+
+- More work on setting defaults in GNOME print dialogs.
+- 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)
+
+
 2.8.4
 -----