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
sciteco-rel-5-5-8
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-06-24
Backport: On Cocoa, stop internal failures for missing fonts.
Neil Hodgson
1
-3
/
+5
2019-06-23
Backport: Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7...
Neil Hodgson
1
-1
/
+1
2019-06-22
Backport: Bug [#2111]. Reset IME when mouse is clicked on GTK.
Hodong Kim
2
-0
/
+13
2019-06-22
Backport: Suppress GCC 8 diagnostic Wcast-function-type as this occurs many t...
Neil Hodgson
1
-0
/
+3
2019-06-22
Backport: Remove CHECK_DEPRECATED option as deprecations always checked.
Neil Hodgson
1
-4
/
+1
2019-06-22
Backport: Feature [feature-requests:#1297] Updates to types of LineScroll,
Zufu Liu
2
-7
/
+7
2019-07-11
Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.
mitchell
2
-1
/
+2
2019-06-22
Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...
Neil
8
-43
/
+42
2019-06-22
Backport: Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla...
Neil
2
-11
/
+41
2019-06-22
Backport: Feature [feature-requests:#1297] Tweak aliases so that acronyms lon...
Neil
1
-7
/
+5
2019-06-22
Backport: Feature [feature-requests:#1297] Explain in change log.
Neil
1
-0
/
+6
2019-06-18
Backport: Feature [feature-requests:#1297] 7: Add value aliases for PascalCas...
Neil
2
-1
/
+170
2019-06-18
Backport: Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
4
-5
/
+21
2019-06-18
Backport: Feature [feature-requests:#1297] 6: Add enumeration types to APIs.
Neil
1
-122
/
+123
2019-06-18
Backport: Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from ...
Neil
1
-5
/
+16
2019-06-18
Backport: Feature [feature-requests:#1297] 4: Add enu for IndicValue and Undo...
Neil
1
-0
/
+5
2019-06-18
Backport: Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.
Neil
1
-0
/
+1
2019-06-18
Backport: Feature [feature-requests:#1297] 3: Add pointer type to ScintillaCa...
Neil
1
-1
/
+1
2019-06-18
Backport: Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py.
Neil
1
-1
/
+2
2019-06-18
Backport: Feature [feature-requests:#1297] 3: Use pointer type in documentation.
Neil
1
-27
/
+32
2019-06-18
Backport: Feature [feature-requests:#1297] 3: Add pointer type.
Neil
1
-11
/
+12
2019-06-18
Backport: Feature [feature-requests:#1297] 2: Add line type to ScintillaCalla...
Neil
1
-2
/
+2
2019-06-18
Backport: Feature [feature-requests:#1297] 2: Add line type to WidgetGen.py
Neil
1
-1
/
+2
2019-06-18
Backport: Feature [feature-requests:#1297] 2: Use position and line more in d...
Neil
2
-329
/
+344
2019-06-18
Backport: Feature [feature-requests:#1297] 2: Replace int with position or li...
Neil
1
-118
/
+119
2019-06-18
Backport: Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script ...
Neil
1
-0
/
+218
2019-07-11
Updated curses platform.
mitchell
1
-1
/
+1
2019-07-11
Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
mitchell
9
-24
/
+36
2019-06-17
Backport: Fix trailing space.
Neil
1
-1
/
+1
2019-06-16
Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage.
Neil Hodgson
3
-8
/
+8
2019-07-11
Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie...
mitchell
4
-21
/
+185
2019-06-15
Backport: Test Scintilla GetStatus and SetStatus.
Neil
1
-0
/
+7
2019-06-15
Backport: Suppress some warnings for new DataFlex lexer.
Neil
1
-0
/
+1
2019-07-11
Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.
mitchell
10
-2
/
+705
2019-06-11
Added tag rel-3-10-6 for changeset 08973e00da9c
mitchell
1
-0
/
+1
2019-06-11
Updated release data for 3.10.6.
rel-3-10-6
mitchell
1
-2
/
+2
2019-06-07
Updated BACKPORTING.
mitchell
1
-0
/
+2
2019-06-07
Updated history with lexlua changes.
mitchell
1
-0
/
+6
2019-06-06
Updated curses platform makefile.
mitchell
1
-1
/
+1
2019-06-05
Updated BACKPORTING.
mitchell
1
-3
/
+7
2019-06-05
Preparing for 3.10.6 release.
mitchell
8
-18
/
+18
2019-06-05
Backport: Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.
Neil
1
-4
/
+4
2019-06-04
Backport: Fix extra white space.
Neil
1
-2
/
+2
2019-06-04
Backport: Bug [#2104]. Use '%.0f' and casts to double to fix printf format st...
Neil
1
-4
/
+8
2019-06-02
Backport: GTK+ was renamed to GTK in February 2019 so update documentation to...
Neil
6
-56
/
+56
2019-06-02
Backport: Clarify which API changes focus.
Neil
1
-2
/
+2
2019-06-04
lexlua: Support single quotes in C++14 integer literals.
mitchell
1
-1
/
+5
2019-06-02
lexlua: Updated Markdown lexer.
mitchell
1
-6
/
+24
2019-05-29
Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT a...
Neil
2
-4
/
+4
2019-05-29
Backport: Resolve some Core Guidelines warnings
Jad Altahan
1
-23
/
+23
[next]