Robert Lang's patch and wxRTC changes documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-10-27 13:14:18 +00:00
parent 687b91d266
commit 96202eaa70
2 changed files with 9 additions and 1 deletions

View File

@@ -80,6 +80,12 @@ All (GUI):
- Renamed wxProgressDialog::UpdatePulse() to just Pulse().
- Added wxCollapsiblePane (Francesco Montorsi).
- Added wxSimpleHtmlListBox (Francesco Montorsi).
- Printing framework fixes by Robert J. Lang. Bugs fixed,
wxPrinterDC::GetPaperRect() and other functions added to allow
easier printing implementation, and the documentation updated.
- Many enhancements to wxRichTextCtrl including URL support,
formatting and symbol dialogs, print/preview, and better list
formatting.
Unix Ports:
@@ -92,6 +98,7 @@ wxGTK:
- Support wxALWAYS_SHOW_SB.
- Speed up MIME types loading. Only the GNOME database should be loaded under
GNOME etc. For this, the code queries the X11 session protocol.
- wxCaret redraw problem during scrolling fixed.
2.7.1