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
2021-07-17
Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list
Neil
13
-12
/
+103
2021-07-20
Add OPTIMIZATION variable so caller can choose optimization level.
Neil
2
-3
/
+7
2021-07-18
Update lexer information to mention Lexilla.
Neil
1
-3
/
+4
2021-07-17
Updated dependencies.
Neil
3
-0
/
+3
2021-07-17
Added PLAT_QT_QML define for a Qt QML/Quick platform layer.
Neil
2
-0
/
+7
2021-07-17
Fix minor inconsistency with word searching results at start and end of document
Neil
3
-5
/
+20
2021-07-17
Extract word edge detection to prepare for fixing bug.
Neil
2
-8
/
+34
2021-07-15
Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices
Zufu Liu
13
-0
/
+60
2021-07-16
SplitVector::RoomFor does not resize when there is exactly enough room as this
Neil
1
-14
/
+16
2021-07-16
Feature [feature-requests:#1381] Fix position returned when in 2nd segment.
Neil
2
-1
/
+20
2021-07-16
Feature [feature-requests:#1381] Avoid strlen and more complex comparison.
Zufu Liu
1
-3
/
+3
2021-07-15
Feature [feature-requests:#1381] Move SplitView to header so it can be used more
Neil
4
-33
/
+55
2021-07-14
Feature [feature-requests:#1408] More accurate handling of invalid DBCS byte
Neil
2
-9
/
+64
2021-07-05
Feature [feature-requests:#1408] Check both bytes of potential DBCS character
Zufu Liu
3
-12
/
+70
2021-07-12
Add support for benchmarks and Russian text in the unit tests.
Neil
2
-0
/
+33
2021-07-12
Use SplitFindChar to rapidly seek for a byte value for case-sensitive searches.
Neil
1
-14
/
+62
2021-07-12
Create SplitView to avoid overhead of calling CellBuffer for reading characters.
Neil
1
-7
/
+44
2021-07-12
Optimize case-insensitive DBCS search.
Neil
1
-1
/
+1
2021-07-12
Rearrange and reformat code to minimize variable lifetime and bracket blocks.
Zufu Liu
1
-12
/
+21
2021-07-12
Feature [feature-requests:#1381] Optimize case sensitive search.
Zufu Liu
1
-4
/
+13
2021-07-12
Feature [feature-requests:#1381] Optimize case insensitive search for ASCII t...
Zufu Liu
2
-25
/
+52
2021-07-13
Restrict UTF8IsAscii to char and unsigned char to avoid failures when (signed)
Neil
2
-2
/
+7
2021-07-11
Add search tests with different encodings, case-matching options, and directi...
Neil
1
-4
/
+189
2021-07-11
Avoid some incorrect compiler warnings for out-of-bounds access by providing
Neil
1
-3
/
+3
2021-07-06
Feature [feature-requests:#1408] For DBCS on Win32, change WM_GETTEXTLENGTH and
Neil
1
-15
/
+45
2021-07-05
Feature [feature-requests:#1408] Remove IsDBCSLeadByteInvalid as only caller ...
Zufu Liu
1
-37
/
+0
2021-07-03
Feature [feature-requests:#1408] Merge branches for setting representations for
Zufu Liu
3
-14
/
+20
2021-07-03
Feature [feature-requests:#1408] Avoid sprintf for hexadecimal character blobs.
Zufu Liu
3
-5
/
+13
2021-07-03
Feature [feature-requests:#1408] Simplify code, remove IsDBCSTrailByteInvalid.
Zufu Liu
3
-75
/
+13
2021-07-03
Feature [feature-requests:#1408] Use positive IsDBCSTrailByteNoExcept function
Zufu Liu
3
-2
/
+46
2021-07-03
Update all version numbers in Xcode project. Was missed because of change to
Neil
2
-4
/
+5
2021-07-03
Remove remnants of support for including lexers in Scintilla.
Neil
11
-157
/
+14
2021-07-02
Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalid
Zufu Liu
3
-6
/
+37
2021-07-01
Add searching test cases for multi-byte encoding
Neil
4
-11
/
+61
2021-07-01
Hide profiling results.
Neil
1
-0
/
+1
2021-06-25
Feature [feature-requests:#1400] Set buffering when technology set.
Zufu Liu
4
-3
/
+49
2021-06-23
Fix API name.
Neil
1
-1
/
+1
2021-06-23
Update download link.
Neil
1
-1
/
+1
2021-06-23
Added tag rel-5-1-0 for changeset b152bb68c584
Neil
1
-0
/
+1
2021-06-21
Fix some warnings in unit tests.
rel-5-1-0
Zufu Liu
5
-24
/
+22
2021-06-21
Add tests for CharacterCategoryMap, RESearch, and Document.
Zufu Liu
6
-0
/
+218
2021-06-21
Avoid extra lookup for mapReprs.
Zufu Liu
1
-3
/
+3
2021-06-18
Updated for stable version 5.1.0.
Neil
9
-26
/
+25
2021-06-17
Move ScintillaCall from SciTE project.
Neil
5
-10
/
+4384
2021-06-17
Implement GetDirectStatusFunction on GTK.
Neil
1
-0
/
+3
2021-06-17
Add SciFnDirectStatus, a direct access function which also returns status so can
Neil
12
-10
/
+100
2021-06-11
Use more natural type avoiding cast and warning.
Neil
1
-2
/
+2
2021-06-11
Ensure variable initialised.
Neil
1
-1
/
+1
2021-06-11
Display warning if can't find line to update.
Neil
1
-0
/
+2
2021-06-10
Surround parameters with code tags styling as class 'parameter'.
Neil
1
-8
/
+8
[prev]
[next]