]> git.saurik.com Git - wxWidgets.git/commit
Added rich text buffer clipboard support.
authorJulian Smart <julian@anthemion.co.uk>
Sun, 1 Oct 2006 14:46:03 +0000 (14:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 1 Oct 2006 14:46:03 +0000 (14:46 +0000)
commit0ca07313fb52c48ecf6b956593d8b3e961a5de63
tree2e4666a490dd2c807b2a2a833955dae793000473
parenteb753b56c4b01bc5a00ae19b48c0d7ea229ddf44
Added rich text buffer clipboard support.
Added double-left-click word selection support.
Now saves only the active attributes to XML.
Eliminated wxRichTextFragment class to allow  wxRichTextBuffer
to be used where wxRichTextFragment was used.
Fixed AddParagraph virtual function hiding warning.
Miscellaneous small wxRichTextCtrl bug fixes and cleanup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtext/richtextbuffer.h
include/wx/richtext/richtextctrl.h
src/richtext/richtextbuffer.cpp
src/richtext/richtextctrl.cpp
src/richtext/richtextxml.cpp