]> git.saurik.com Git - wxWidgets.git/commitdiff
Robert Lang's patch and wxRTC changes documented
authorJulian Smart <julian@anthemion.co.uk>
Fri, 27 Oct 2006 13:14:18 +0000 (13:14 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 27 Oct 2006 13:14:18 +0000 (13:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/latex/wx/richtextoverview.tex

index 6361f95effe9634683d45193c7ea06dec23b76a8..2e92d4a879e5ccec438291ea889600877afaf89c 100644 (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
index 59f406500a9ff067b616dd17ec6ac785637d3325..49f9b667cb2beb715ffaf465dd65ce509782554a 100644 (file)
@@ -382,12 +382,13 @@ Note that this problem also applies to separation of text fragments due to diffe
 This is a list of some of the features that have yet to be implemented. Help with them will be appreciated.
 
 \begin{itemize}\itemsep=0pt
-\item Printing
 \item RTF input and output
 \item Floating images, with content wrapping around them
 \item A ruler control
 \item Standard editing toolbars
 \item Tables
+\item Bitmap bullets
+\item Borders
 \item Text frames
 \end{itemize}