aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaQt.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-09Move wrapping, edge and visual adjustments from Editor to ViewStyle.Neil1-1/+1
Move printing parameters into a separate struct.
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-35/+10
case conversion of Unicode text in accordance with Unicode.
2013-05-26Switch SelectionText to use a std::string to hold the data and to provide ↵nyamatongwe1-7/+7
accessors to this data. Add a length argument to DropAt, although previous signature still available.
2013-05-04Replacing raw pointers and allocations with std::vector and std::string.nyamatongwe1-6/+4
2013-04-26QInputContext is no longer available in Qt 5.Neil Hodgson1-0/+2
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+772
at Scientific Toolworks, Inc. with additions performed for Wingware.