Added URL support to attribute objects and to wxRichTextCtrl,
authorJulian Smart <julian@anthemion.co.uk>
Thu, 26 Oct 2006 06:32:47 +0000 (06:32 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 26 Oct 2006 06:32:47 +0000 (06:32 +0000)
commitd2d0adc7765dfe904f0f7e97d85a2638c934a7d6
treeca74f8f6a5a57df9b2521252faf98acca547a31d
parenta60a5499953215f46062de58c0fe5df7b3a27a60
Added URL support to attribute objects and to wxRichTextCtrl,
generating a wxTextUrlEvent as appropriate.
Added outline list support and updated previews.
Added alignment support for bullets.
Added single right parenthesis support.
Added XML stylesheet reading/writing.
Changed SetBulletSymbol to SetBulletText so it can support
bullet text more generally (e.g. for cached outline list numbering)
Added wxRichTextRenderer to isolate e.g. bullet drawing and make
it customisable.
Added event handler support to wxRichTextBuffer.
Updated documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 files changed:
docs/latex/wx/classes.tex
docs/latex/wx/richtextattr.tex
docs/latex/wx/richtextbuffer.tex
docs/latex/wx/richtextctrl.tex
docs/latex/wx/richtextliststyledefinition.tex [new file with mode: 0644]
docs/latex/wx/richtextoverview.tex
docs/latex/wx/richtextstylesheet.tex
docs/latex/wx/textattrex.tex
include/wx/richtext/richtextbuffer.h
include/wx/richtext/richtextbulletspage.h
include/wx/richtext/richtextctrl.h
include/wx/richtext/richtextformatdlg.h
include/wx/richtext/richtexthtml.h
include/wx/richtext/richtextliststylepage.h
include/wx/richtext/richtextstyles.h
include/wx/richtext/richtextxml.h
src/richtext/richtextbuffer.cpp
src/richtext/richtextbulletspage.cpp
src/richtext/richtextctrl.cpp
src/richtext/richtexthtml.cpp
src/richtext/richtextindentspage.cpp
src/richtext/richtextliststylepage.cpp
src/richtext/richtextstyledlg.cpp
src/richtext/richtextstyles.cpp
src/richtext/richtextxml.cpp