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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
Fix warning from g++.
Neil
1
-1
/
+1
2020-04-10
Fix some warnings from Clang-Tidy.
Neil
1
-6
/
+5
2020-04-10
Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively matches '?'.
Neil
1
-3
/
+5
2020-04-10
Bug [#2167]. Add line copy format on clipboard, compatible with Visual Studio.
Justin Dailey
1
-1
/
+33
2020-01-06
Bug [#2147]. Don't clear clipboard before copying text.
Neil
1
-1
/
+0
2020-01-05
Fix some warnings.
Neil
1
-1
/
+1
2019-12-13
Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
Neil
1
-10
/
+0
2019-09-28
Avoid calling virtual methods during destruction to stop warnings.
Neil
1
-8
/
+21
2019-01-29
Bug [#1548]. Avoid call implemented in Qt 5.9 with earlier versions of Qt.
Neil
1
-0
/
+2
2019-01-24
Bug [#1548]. Implement calltips on Qt.
Andrea Ricchi
1
-1
/
+26
2019-01-03
Avoid shadowing of AutoSurface.
Neil
1
-3
/
+3
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-4
/
+6
2018-05-26
Add necessary headers and move includes to be in same order.
Neil
1
-2
/
+2
2018-05-01
Remove cast that is not needed.
Neil
1
-1
/
+1
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-1
/
+1
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-08-02
Switch default modifier key for rectangular selections from Ctrl to Alt on Li...
Neil Hodgson
1
-4
/
+0
2017-07-04
Dropping files fires the SCN_URIDROPPED notification instead of inserting text.
Justin Dailey
1
-0
/
+16
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-8
/
+0
2017-04-19
Use "override" for GTK+ and Qt platform layers.
Neil
1
-1
/
+1
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-2
/
+2
2017-04-07
Use same parameter names in declarations and definitions.
Neil
1
-3
/
+3
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-4
/
+4
2016-02-29
Backed out changeset: 8bc19ede3b51
Neil
1
-27
/
+11
2016-02-24
Retry copying to clipboard if it fails as another application may have opened it
Jason Hallam
1
-11
/
+27
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
-2
/
+2
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-0
/
+6
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-24
/
+42
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
1
-2
/
+2
2014-05-01
Use explicit call as implicit conversion operator does not work in context.
Neil
1
-1
/
+1
2014-05-01
Consolidate insertion for paste into Editor class and perform line end
Neil
1
-12
/
+4
2014-02-10
Fix 'possible loss of data' warnings on 64-bit Windows.
Neil
1
-7
/
+7
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-0
/
+2
2013-09-04
Turn off idle events on destruction.
Neil
1
-0
/
+1
2013-08-11
Avoid QMacPasteboardMime on Qt >= 5.0 since it is not implemented yet.
Neil Hodgson
1
-2
/
+2
2013-08-10
Backed out change #4739 for Qt 5 on OS X as the code was LGPL.
Neil
1
-24
/
+0
2013-08-10
Fix building qith Qt 5 on OS X.
Neil
1
-0
/
+24
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-1
/
+1
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-35
/
+10
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-7
/
+7
2013-05-04
Replacing raw pointers and allocations with std::vector and std::string.
nyamatongwe
1
-6
/
+4
2013-04-26
QInputContext is no longer available in Qt 5.
Neil Hodgson
1
-0
/
+2
2012-05-17
Qt platform layer added. Based on an implementation from Jason Haslam
nyamatongwe
1
-0
/
+772