]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
regenerated after adding DEBUG_ options
[wxWidgets.git] / docs / changes.txt
index c71e3f555a3d0524eacb067023b280e79637cd45..d3b9ad8063090e8927bf7808d4cd93762e77fa02 100644 (file)
@@ -123,9 +123,16 @@ All GUI ports:
   determine whether a window should receive idle events.
 - Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window
   styles for use with conservative idle and update event modes.
-- wxMSW and wxGTK now send menu update events only when a menu is
-  about to be used.
+- send menu update events only when a menu is about to be used (MSW/GTK)
 - improved event processing performance (Hans Van Leemputten)
+- added wxMirrorDC class
+- printing improvements: GetPageInfo() gets called after the DC has
+  been set and after OnPreparePrinting() has been called so it can
+  report the number of pages accurately; doesn't try to set
+  number of pages in print dialog, in common with other Windows apps;
+  wxHTML easy printing's preview shows number of pages
+  correctly; preview scrollbars are set correctly; keyboard navigation
+  improved
 
 Unix: