aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit/ScintillaDocument.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Backport: Use override for methods in WatcherHelper.Neil1-6/+6
2018-03-28Backport: Change '.' to '->' as Document::decorations was changed to a pointe...Neil Hodgson1-4/+4
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code tha...Neil1-1/+0
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+1
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-2/+0
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil1-0/+1
2017-07-18Backport: Bug [#1959]. Eliminate extra layer in signal emission for document.Justin Dailey1-48/+19
2017-05-21Make SparseVector work with move-only types.Neil1-0/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-2/+2
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-0/+1
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+1
2015-06-04Use static_cast instead of C-style casts to avoid warnings.Neil1-41/+41
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-1/+1
2014-10-10Ensure can see standard exceptions and so build.Neil1-0/+1
2014-09-12Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.Neil1-0/+4
2014-08-06Feature [feature-requests:#1064]. Add a get_character method on the document.Neil1-0/+4
2013-12-19Expose the EOLMode on the document object.Neil Hodgson1-0/+8
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+286