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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Minor simplifications in Editor::Indent.
master
Neil
1
-18
/
+13
4 days
Small optimizations and adding noexcept for column calculations.
Neil
2
-18
/
+23
11 days
Allow Euro in code page 936 for byte 0x80.
Zufu Liu
1
-1
/
+4
2026-01-10
Feature [feature-requests:#184]. Small optimization.
Nathaniel Braun
1
-1
/
+1
2026-01-08
Feature [feature-requests:#184]. Add option to disable drag/drop editing
Nathaniel Braun
2
-2
/
+11
2026-01-07
Bug [#2491]. Fix lexing after undo at end of document.
Neil
1
-1
/
+4
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-08
Bug [#2488]. Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND.
Neil
3
-2
/
+32
2025-12-08
Use symbolic constants and simplify code.
Neil
1
-24
/
+22
2025-12-04
Feature [feature-requests:#1564]. Use vector to store FoldMaps as map is not
Neil
2
-10
/
+21
2025-12-04
Feature [feature-requests:#1564]. Remove DBCSSetFoldMap as never called.
Neil
2
-5
/
+0
2025-12-04
Use const where reasonable.
Neil
1
-2
/
+2
2025-11-27
Feature [feature-requests:#1564]. Ensure DCBS fold map initialized and folding
Neil
1
-1
/
+1
2025-11-04
Feature [feature-requests:#1569]. Update to Unicode 16.
Neil
2
-21
/
+117
2025-11-03
Support ptrdiff_t if it has the same storage size as int, but does *not* alia...
Robin Haberkorn
2
-2
/
+3
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
1
-0
/
+8
2025-10-13
Fix Cocoa bidirectional mode crash when scrolled before start of document.
Neil Hodgson
1
-1
/
+1
2025-10-12
Bug [#2487]. Reduce work performed for SetSelectionSerialized.
Zufu Liu
1
-1
/
+1
2025-10-12
Bug [#2487]. When undo restores selection, ensure selection redrawn correctly.
Zufu Liu
1
-0
/
+1
2025-09-29
Bug [#2486]. Eliminate special macOS default calltip color
Jiří Techet
1
-6
/
+0
2025-07-03
Feature [feature-requests:#1563]. Move main range in selection serialized form.
Zufu Liu
2
-29
/
+31
2025-06-26
Fix some typos and indentation.
Neil
1
-1
/
+1
2025-06-17
Feature [feature-requests:#1557]. Fix finding sub-line of position in
Zufu Liu
1
-10
/
+8
2025-06-17
Feature [feature-requests:#1557]. Shorten expression.
Zufu Liu
1
-1
/
+1
2025-06-01
Add SCI_SCROLLVERTICAL API.
Neil
4
-4
/
+46
2025-05-29
Recreate all pixmaps if any null as this may better handle cases where some
Neil
3
-10
/
+6
2025-05-28
Bug [#2481]. Refresh pixmaps later inside Paint so non-null when dereferenced in
Neil
1
-3
/
+2
2025-05-25
Feature [feature-requests:#1557]. Simplify LineLayout deallocation.
Zufu Liu
2
-25
/
+3
2025-05-24
Remove line end space.
Zufu Liu
6
-6
/
+6
2025-05-24
Change the line wrap memory growth strategy to handle huge documents better.
Zufu Liu
1
-2
/
+2
2025-05-20
Feature [feature-requests:#1557]. Simplify line wrapping.
Zufu Liu
1
-15
/
+7
2025-05-18
Modify wrapping fix to be more efficient.
Zufu Liu
2
-7
/
+4
2025-05-16
Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.
Neil
1
-0
/
+6
2025-05-16
Silence warning with intermediate constant.
Neil
1
-1
/
+2
2025-05-15
Remove else after return when that clarifies code.
Neil
1
-104
/
+90
2025-05-12
Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.
orbitalquark
4
-0
/
+11
2025-05-03
Use noexcept, emplace_back, avoid a cast, and simplify code.
Neil
2
-9
/
+10
2025-05-03
Remove else after return when that clarifies code.
Neil
1
-61
/
+42
2025-04-22
Silence warnings for else-after, no default in switch, default destructor,
Neil
1
-26
/
+18
2025-04-22
Move common IME code from platform layers to ScintillaBase.
Neil
2
-0
/
+32
2025-04-18
Control restoring vertical scroll position for undo with
Neil
2
-4
/
+6
2025-04-17
Tweak SC_MARK_BAR to be slightly wider.
Neil
1
-1
/
+1
2025-04-10
Avoid 'magic' number with constexpr and add comments.
Neil
1
-8
/
+12
2025-04-08
Simplify code and fix impossible INTEGER_OVERFLOW warning from Coverity.
Neil
1
-4
/
+4
2025-04-08
Fix impossible INTEGER_OVERFLOW warning from Coverity.
Neil
1
-1
/
+1
2025-04-08
Fix COPY_INSTEAD_OF_MOVE performance warning from Coverity.
Neil
1
-1
/
+1
2025-04-08
Silence warning.
Neil
1
-2
/
+1
[next]