Added a list style editor page to the formatting dialog.
authorJulian Smart <julian@anthemion.co.uk>
Thu, 19 Oct 2006 14:04:13 +0000 (14:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 19 Oct 2006 14:04:13 +0000 (14:04 +0000)
commitdadd4f5523e6ab9b489632f478958cd6dc8d03aa
treedf8914d9418c27122a19429fa211feb9b970275d
parent0c7e0a87719f1034c8a9b3e748f5e0ca1cdaeb13
Added a list style editor page to the formatting dialog.
Added a style organiser dialog, which can be used to browse
for and apply styles and can be limited to show one of
the three style types, or all three.
Added a font name cache since it's an expensive operation
that's used frequently by the rich text dialogs.
Added ability to switch off tooltips for new dialogs
(off by default). Improved the previews. Pressing tab or shift-tab
at the start of a list item now demotes or promotes the item.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
include/wx/richtext/richtextbuffer.h
include/wx/richtext/richtextctrl.h
include/wx/richtext/richtextformatdlg.h
include/wx/richtext/richtextliststylepage.h [new file with mode: 0644]
include/wx/richtext/richtextstyledlg.h [new file with mode: 0644]
include/wx/richtext/richtextstylepage.h
include/wx/richtext/richtextstyles.h
include/wx/richtext/richtextsymboldlg.h
src/richtext/richtextbuffer.cpp
src/richtext/richtextbulletspage.cpp
src/richtext/richtextctrl.cpp
src/richtext/richtextfontpage.cpp
src/richtext/richtextformatdlg.cpp
src/richtext/richtextindentspage.cpp
src/richtext/richtextliststylepage.cpp [new file with mode: 0644]
src/richtext/richtextstyledlg.cpp [new file with mode: 0644]
src/richtext/richtextstylepage.cpp
src/richtext/richtextstyles.cpp
src/richtext/richtextsymboldlg.cpp
src/richtext/richtexttabspage.cpp