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 (
Collapse
)
Author
Files
Lines
2017-10-26
Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share on macOS 10.13.
Chinh Nguyen
2
-5
/
+31
2017-10-23
Document style metadata APIs.
Neil
2
-3
/
+24
2017-10-23
Added tag rel-4-0-1 for changeset bd5c44cb0ab8
Neil
1
-0
/
+1
2017-10-18
Updates for 4.0.1 release.
rel-4-0-1
Neil
8
-16
/
+17
2017-10-16
Use const for interface CharacterIndexer and its implementation DocumentIndexer.
Neil
3
-10
/
+10
2017-10-16
Bug [#1975]. Avoid duplicate calls by using inline function instead of macro.
Zufu Liu
1
-5
/
+6
2017-10-15
Bug [#1977]. Folder treats triple-quoted f-strings like triple-quoted strings.
Zufu Liu
2
-3
/
+7
2017-10-15
Bug [#1978]. Minor undefined behaviour fixed.
Zufu Liu
2
-1
/
+5
2017-10-15
Change log.
Neil
1
-0
/
+1
2017-10-13
New pre_processor added recently to baan.
oirfeodent
1
-4
/
+6
2017-09-25
Avoiding comma operator warnings from Clang in lexers.
Neil Hodgson
3
-5
/
+15
2017-09-25
Update Xcode project files automatically for Xcode 9.
Neil Hodgson
2
-9
/
+19
2017-09-18
Bug [#1885]. Improve scrolling on macOS 10.12.
Neil Hodgson
2
-8
/
+19
2017-09-15
Bug [#1972]. Change encoding used in comments to UTF-8.
Zufu Liu
4
-4
/
+8
2017-09-14
Normalize whitespace.
Zufu Liu
5
-7
/
+6
2017-09-14
Remove automatically generated line end whitespace.
Zufu Liu
3
-191
/
+192
2017-09-13
Bug [#1971]. Fix line selection by clicking in the margin when scrolled.
Neil Hodgson
2
-0
/
+6
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
235
-641
/
+35
interfaces ILexer4 and IDocument.
2017-09-01
Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
7
-0
/
+9
2017-08-29
Fix issue, where in few cases the lexing needs to be done only for functions.
oirfeodent
2
-1
/
+7
2017-08-28
Include ILoader.h in public interface to Scintilla framework.
Neil Hodgson
1
-0
/
+4
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ↵
Neil
18
-14
/
+45
ILexer.h.
2017-08-28
Bug [#1966]. "defined A" removes "A" before replacing "defined" with value.
Jannick
2
-3
/
+5
2017-08-28
Bug [#1966]. #define A is treated as #define A 1.
Jannick
2
-0
/
+3
2017-08-28
Bug [#1966]. Default value of 0 for undefined preprocessor symbols.
Jannick
2
-2
/
+8
2017-08-25
Moved *StyleBits* APIs into deprecated category.
Neil
5
-17
/
+21
2017-08-19
Switched attribution.
Neil
1
-1
/
+1
2017-08-18
Bug [#1968]. Use sql.backslash.escapes for double quoted strings.
Justin Clift
2
-1
/
+15
2017-08-17
Added link to long term release page onmain page.
Neil
1
-0
/
+4
2017-08-16
Added tag rel-4-0-0 for changeset ec8e68de4ddb
Neil
1
-0
/
+1
2017-08-15
Delaying a day due to change with Lua in SciTE.
rel-4-0-0
Neil
2
-3
/
+3
2017-08-11
Include more of the 4.0.0 changes.
Neil
1
-0
/
+22
2017-08-11
Preparing for the 4.0.0 release.
Neil
8
-20
/
+25
2017-08-11
Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDC
Neil
3
-14
/
+12
as provisional.
2017-08-09
Include 3.7.6 long term release.
Neil
1
-3
/
+19
2017-08-07
Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" properties.
Zufu Liu
2
-2
/
+12
2017-08-02
Switch default modifier key for rectangular selections from Ctrl to Alt on ↵
Neil Hodgson
4
-11
/
+9
Linux.
2017-08-02
Improve description of HideSelection.
rhkramer
1
-1
/
+1
2017-07-29
Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Neil Hodgson
3
-6
/
+40
2017-07-29
SciTE changelog.
Neil
1
-0
/
+7
2017-07-23
Lexer style metadata uses arrays of struct literals but don't want noise of
Neil Hodgson
1
-2
/
+5
extra braces for each element so turn off warning.
2017-07-23
Avoid warning although it appears incorrect.
Neil Hodgson
1
-1
/
+1
2017-07-23
Bug [#1959]. Avoid problems with changes with different versions of Qt.
Neil Hodgson
3
-2
/
+7
2017-07-19
SciTE change log.
Neil Hodgson
1
-0
/
+5
2017-07-18
Bug [#1958]. Make doCommandBySelector work but avoid double effect of 'delete'
Neil Hodgson
2
-4
/
+12
key.
2017-07-18
Bug [#1959]. Eliminate extra layer in signal emission for document.
Justin Dailey
2
-62
/
+21
2017-07-17
Fix signed / unsigned comparison warnings.
Neil
1
-4
/
+4
2017-07-17
Ensures tests build after change set 6352.
Neil
1
-0
/
+2
2017-07-17
Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
12
-25
/
+27
2017-07-17
Casts required for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
2
-14
/
+21
[prev]
[next]