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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
Mentioning second bug report for 2110.
rel-4-2-0
Neil
1
-1
/
+3
2019-07-02
Updated version number.
Neil
1
-1
/
+1
2019-07-02
Readying 4.2.0 release.
Neil
8
-19
/
+17
2019-07-02
Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined behaviour.
Neil
1
-3
/
+2
2019-07-02
Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined behaviour.
Neil
1
-2
/
+2
2019-07-01
Use noexcept on Document where reasonable with no effect on external interface.
Neil
2
-81
/
+82
2019-07-01
Use noexcept in HighlightDelimiter - its a simple struct.
Neil
1
-5
/
+5
2019-07-01
Bug [#2115]. Fix undefined behaviour of shifting signed 1 by 31.
Zufu Liu
1
-2
/
+2
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
15
-47
/
+95
2019-06-29
Bug [#2115]. Fix undefined behaviour of shifting negative values.
Zufu Liu
1
-2
/
+3
2019-06-29
Bug [#2111]. Retracted change to IME on GTK.
Neil
2
-11
/
+0
2019-06-28
Bug [#2116]. Fix deletion of isolated invalid bytes.
Zufu Liu
2
-11
/
+30
2019-06-22
Bug [#1924]. Option to allow block carets to trail selection ranges.
Neil
6
-4
/
+17
2019-06-21
Bug [#2106]. Place line caret in correct location for line caret with block OVR.
Neil
4
-1
/
+14
2019-06-25
Avoid cppcheck warnings by using same names in declaration and definition.
Neil
1
-2
/
+2
2019-06-25
Bug [#2098]. Remove unused variable.
Zufu Liu
1
-2
/
+1
2019-06-25
Bug [#2098]. Fix single quoted strings where '" (quote, double quote) was seen
Zufu Liu
2
-1
/
+5
2019-06-25
Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.
Zufu Liu
2
-1
/
+5
2019-06-25
Updating file download sizes to be in megabytes.
Neil
1
-2
/
+2
2019-06-24
For encodings other than UTF-8, split input up into characters before calling
Neil Hodgson
1
-16
/
+29
2019-06-24
On Cocoa, stop internal failures for missing fonts.
Neil Hodgson
1
-3
/
+5
2019-06-23
Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7594.
Neil Hodgson
1
-1
/
+1
2019-06-22
Bug [#2111]. Reset IME when mouse is clicked on GTK.
Hodong Kim
2
-0
/
+13
2019-06-22
Suppress GCC 8 diagnostic Wcast-function-type as this occurs many times for
Neil Hodgson
1
-0
/
+3
2019-06-22
Remove CHECK_DEPRECATED option as deprecations always checked.
Neil Hodgson
1
-4
/
+1
2019-06-22
Feature [feature-requests:#1297] Updates to types of LineScroll,
Zufu Liu
2
-7
/
+7
2019-06-22
Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.
Neil
1
-1
/
+1
2019-06-22
Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as
Neil
8
-42
/
+42
2019-06-22
Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.
Neil
2
-11
/
+41
2019-06-22
Feature [feature-requests:#1297] Tweak aliases so that acronyms longer than 2
Neil
1
-7
/
+5
2019-06-22
Feature [feature-requests:#1297] Explain in change log.
Neil
1
-0
/
+6
2019-06-18
Feature [feature-requests:#1297] 7: Add value aliases for PascalCase constants.
Neil
2
-1
/
+170
2019-06-18
Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
4
-5
/
+21
2019-06-18
Feature [feature-requests:#1297] 6: Add enumeration types to APIs.
Neil
1
-124
/
+125
2019-06-18
Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from IndicatorS...
Neil
1
-5
/
+15
2019-06-18
Feature [feature-requests:#1297] 4: Add enu for IndicValue and UndoFlags to
Neil
1
-0
/
+5
2019-06-18
Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.
Neil
1
-0
/
+1
2019-06-18
Feature [feature-requests:#1297] 3: Add pointer type to ScintillaCallable.py.
Neil
1
-1
/
+1
2019-06-18
Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py.
Neil
1
-1
/
+2
2019-06-18
Feature [feature-requests:#1297] 3: Use pointer type in documentation.
Neil
1
-27
/
+32
2019-06-18
Feature [feature-requests:#1297] 3: Add pointer type.
Neil
1
-11
/
+12
2019-06-18
Feature [feature-requests:#1297] 2: Add line type to ScintillaCallable.py.
Neil
1
-2
/
+2
2019-06-18
Feature [feature-requests:#1297] 2: Add line type to WidgetGen.py
Neil
1
-1
/
+2
2019-06-18
Feature [feature-requests:#1297] 2: Use position and line more in documentation.
Neil
2
-329
/
+344
2019-06-18
Feature [feature-requests:#1297] 2: Replace int with position or line where that
Neil
1
-118
/
+119
2019-06-18
Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script from scite to
Neil
1
-0
/
+218
2019-06-17
Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
Zufu Liu
9
-36
/
+49
2019-06-17
Fix trailing space.
Neil
1
-1
/
+1
2019-06-16
Fix Xcode static analysis warning by renmaing GetImage to CreateImage.
Neil Hodgson
3
-8
/
+8
2019-06-15
Bug [#2110]. Limit text returned from WM_GETTEXT to length specified in wParam.
Neil
4
-21
/
+185
[next]