aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaQt.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Backed out changeset: 8bc19ede3b51Neil1-27/+11
2016-02-24Retry copying to clipboard if it fails as another application may have opened itJason Hallam1-11/+27
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-1/+1
2015-04-09Avoid "absolute-value" warning from clang 3.6.Neil1-2/+2
2014-09-12Allow choice between windowed and inline IME.Neil1-0/+6
2014-07-15Implement separate timers for each type of periodic activity and turn them on...Neil Hodgson1-24/+42
2014-05-02Use exact SciFnDirect function signature for DirectFunction as earlier versionNeil1-2/+2
2014-05-01Use explicit call as implicit conversion operator does not work in context.Neil1-1/+1
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil1-12/+4
2014-02-10Fix 'possible loss of data' warnings on 64-bit Windows.Neil1-7/+7
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil1-0/+2
2013-09-04Turn off idle events on destruction.Neil1-0/+1
2013-08-11Avoid QMacPasteboardMime on Qt >= 5.0 since it is not implemented yet.Neil Hodgson1-2/+2
2013-08-10Backed out change #4739 for Qt 5 on OS X as the code was LGPL.Neil1-24/+0
2013-08-10Fix building qith Qt 5 on OS X.Neil1-0/+24
2013-08-09Move wrapping, edge and visual adjustments from Editor to ViewStyle.Neil1-1/+1
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-35/+10
2013-05-26Switch SelectionText to use a std::string to hold the data and to provide acc...nyamatongwe1-7/+7
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