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
2026-02-12
Use const and simplify expressions in DrawEOL.
Neil
1
-14
/
+9
2026-02-08
Simplify FillLineRemainder and calling FillLineRemainder.
Neil
1
-23
/
+20
2026-02-07
Use std::array for text measurement cases where it only adds a little code.
Neil
1
-4
/
+5
2026-02-07
Warning avoidance and code tidying.
Neil
1
-15
/
+23
2026-02-07
Avoid some warnings to make more interesting issues visible.
Neil
4
-12
/
+14
2026-02-07
Rename some xStart to xOrigin as xStart was used for different purposes.
Neil
2
-23
/
+23
2026-01-31
Use min and max instead of conditional code.
Neil
1
-22
/
+11
2026-01-31
Fix some warnings from magic numbers and else after return.
Neil
1
-7
/
+6
2026-01-17
Hoist calculation of last style of line into function and simplify logic.
Neil
3
-8
/
+14
2026-01-14
Hoist EOL annotation padding calculations into functions.
Neil
1
-39
/
+45
2026-01-14
Encapsulate updating maximum width for scroll bar adjustment.
Neil
2
-12
/
+11
2026-01-26
Minor simplifications in Editor::Indent.
Neil
1
-18
/
+13
2026-01-26
Small optimizations and adding noexcept for column calculations.
Neil
2
-18
/
+23
2026-01-19
Allow Euro in code page 936 for byte 0x80.
Zufu Liu
2
-1
/
+8
2026-01-10
Feature [feature-requests:#184]. Small optimization.
Nathaniel Braun
2
-2
/
+2
2026-01-08
Feature [feature-requests:#184]. Add option to disable drag/drop editing
Nathaniel Braun
11
-4
/
+60
2026-01-07
Bug [#2491]. Fix lexing after undo at end of document.
Neil
2
-1
/
+8
2025-12-31
Bug [#2495]. Fix crash when using ScintillaDocument object.
Stefan Löffler
2
-2
/
+7
2025-12-29
Bug [#2494]. Add const to ScintillaDocument and ScintillaEdit methods.
Stefan Löffler
5
-51
/
+55
2025-12-27
Bug [#2493]. Add include of cstdint to provide intptr_t and uintptr_t.
Stefan Löffler
2
-0
/
+3
2025-12-22
Small optimization avoids retrieving font ascent twice.
Zufu Liu
1
-2
/
+3
2025-12-22
Feature [feature-requests:#1571]. Improve determination of monospace.
Zufu Liu
1
-2
/
+2
2025-12-18
Convert old style cast into more specific C++ cast.
Zufu Liu
1
-2
/
+4
2025-12-18
Feature [feature-requests:#1573]. Replace archaic PASCAL with current CALLBACK.
Zufu Liu
2
-10
/
+10
2025-12-08
Bug [#2488]. Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND.
Neil
6
-2
/
+156
2025-12-08
Use symbolic constants and simplify code.
Neil
1
-24
/
+22
2025-12-04
Replace 'magic' literals with named constants.
Neil
2
-14
/
+22
2025-12-04
Feature [feature-requests:#1564]. Use vector to store FoldMaps as map is not
Neil
4
-15
/
+31
2025-12-04
Feature [feature-requests:#1564]. Remove DBCSSetFoldMap as never called.
Neil
2
-5
/
+0
2025-12-04
Feature [feature-requests:#1564]. Simplify Fold.
Neil
1
-4
/
+7
2025-12-04
Use const where reasonable.
Neil
1
-2
/
+2
2025-11-28
Apply rule-of-5 since painter holds a resource.
Neil
1
-0
/
+5
2025-11-27
Feature [feature-requests:#1564]. Ensure DCBS fold map initialized and folding
Neil
2
-4
/
+4
2025-11-10
Added tag rel-5-5-8 for changeset afc75d68d333
Neil
1
-0
/
+1
2025-11-05
Updates for version 5.5.8.
Neil
9
-20
/
+20
2025-11-04
Feature [feature-requests:#1569]. Update to Unicode 16.
Neil
3
-21
/
+121
2025-11-04
Standardize parameter name for SCI_AUTOCSETIMAGESCALE for change #9752.
Neil
1
-1
/
+1
2025-11-03
Support ptrdiff_t if it has the same storage size as int, but does *not* alia...
Robin Haberkorn
5
-2
/
+14
2025-10-29
Feature [feature-requests:#1567]. Remove unnecessary InvalidateStyleRedraw call.
YX Hao
1
-1
/
+0
2025-10-29
Feature [feature-requests:#1567]. Fix bug when indenting rectangular selection.
Zufu Liu
3
-0
/
+30
2025-10-29
Feature [feature-requests:#1567]. Fix running tests in Visual C++ debugger.
Neil
1
-3
/
+5
2025-10-13
Fix Cocoa bidirectional mode crash when scrolled before start of document.
Neil Hodgson
2
-1
/
+4
2025-10-12
Bug [#2487]. Reduce work performed for SetSelectionSerialized.
Zufu Liu
1
-1
/
+1
2025-10-12
Suppress #error diagnostics in files generated by Qt.
Zufu Liu
1
-1
/
+1
2025-10-12
Bug [#2487]. When undo restores selection, ensure selection redrawn correctly.
Zufu Liu
2
-0
/
+5
2025-09-29
Update suppressions for cppcheck 2.18.
Neil
1
-6
/
+0
2025-09-29
Bug [#2486]. Eliminate special macOS default calltip color
Jiří Techet
2
-6
/
+4
2025-07-03
Feature [feature-requests:#1563]. Move main range in selection serialized form.
Zufu Liu
5
-41
/
+54
2025-06-26
Fix some typos and indentation.
Neil
4
-11
/
+11
2025-06-22
Stop making .BSC file as not needed and shows warnings.
Neil
1
-1
/
+1
[next]