index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
qt
/
ScintillaEditBase
/
ScintillaQt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-05-13
Make single argument constructors explicit where simple to avoid possibility of
Neil
1
-1
/
+1
2015-04-09
Avoid "absolute-value" warning from clang 3.6.
Neil
1
-0
/
+1
2014-10-10
Ensure can see standard exceptions and so build.
Neil
1
-0
/
+1
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-2
/
+8
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+3
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
1
-1
/
+1
2013-08-10
Backed out change #4739 for Qt 5 on OS X as the code was LGPL.
Neil
1
-36
/
+0
2013-08-10
Fix building qith Qt 5 on OS X.
Neil
1
-0
/
+36
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+2
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-0
/
+1
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
1
-1
/
+0
2012-05-17
Qt platform layer added. Based on an implementation from Jason Haslam
nyamatongwe
1
-0
/
+158