aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaEditBase.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-10Fix 'possible loss of data' warnings on 64-bit Windows.Neil1-2/+2
2014-02-10Bug [#1575]. On Qt 5.x double click treated as triple click.Neil1-0/+6
2013-10-31Fix drawing of scrollbars, where previous contents were not drawn over.Neil1-1/+1
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil1-1/+14
2013-05-02For modifier keys, QApplication::keyboardModifiers() instead of event->modifi...nyamatongwe1-11/+11
2013-05-01Set mouse tracking to false when widget is hiddenJohn Ehresman1-0/+3
2013-04-26modifierTranslated only used on X11 so only define it there.Neil Hodgson1-0/+2
2013-04-26QInputContext is no longer available in Qt 5.Neil Hodgson1-0/+2
2012-09-24Added autoCompleteCancelled signalJohn Ehresman1-0/+4
2012-06-29Fix 64-bit compilation errors on Windows.nyamatongwe1-3/+3
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+635