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 (
Expand
)
Author
Files
Lines
2025-07-03
Feature [feature-requests:#1563]. Move main range in selection serialized form.
master
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
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-12
Squash some warnings, mostly by defining constants symbolically.
Neil
3
-22
/
+26
2025-06-12
Bug [#2482]. Force list colours to be opaque.
Sven Ritter
2
-2
/
+16
2025-06-08
Added tag rel-5-5-7 for changeset ba0e2f317940
Neil
1
-0
/
+1
2025-06-08
Updated release date.
rel-5-5-7
Neil
2
-3
/
+3
2025-06-03
Updates for version 5.5.7.
Neil
9
-20
/
+20
2025-06-01
Add SCI_SCROLLVERTICAL API.
Neil
15
-4
/
+84
2025-05-29
Recreate all pixmaps if any null as this may better handle cases where some
Neil
3
-10
/
+6
2025-05-29
Minor validity fixes.
Neil
1
-3
/
+3
2025-05-28
Bug [#2481]. Refresh pixmaps later inside Paint so non-null when dereferenced in
Neil
2
-3
/
+6
2025-05-25
Feature [feature-requests:#1557]. Simplify LineLayout deallocation.
Zufu Liu
2
-25
/
+3
2025-05-24
Remove line end space.
Zufu Liu
8
-8
/
+8
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
Feature [feature-requests:#1488]. Update IME cursor position inside retrieve
johnsonj
2
-0
/
+11
2025-05-16
Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.
Neil
2
-0
/
+10
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-13
Remove directories no longer included in Scintilla and document Qt.
Neil
1
-2
/
+2
2025-05-12
Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.
orbitalquark
15
-14
/
+97
2025-05-12
Fix building for Qt on Linux. Was broken by change 9738 (0327fa0f000b).
Neil Hodgson
1
-1
/
+1
2025-05-11
Feature [feature-requests:#1476]. Fix IME delete surrounding when tentative
johnsonj
2
-0
/
+8
2025-05-10
Change CallTipPosStart to a 'get' to match CallTipSetPosStart.
Mitchell Foral
1
-1
/
+1
2025-05-06
Feature [feature-requests:#1476]. Simplify code for retrieve surrounding text.
johnsonj
1
-17
/
+2
2025-05-05
Bug [#2416]. Reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fix
Neil Hodgson
2
-0
/
+7
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-27
Added a table for virtual space options.
Neil
1
-1
/
+30
2025-04-26
For Korean IME VK_HANJA key, simplify code and avoid duplication and warnings.
Neil
1
-19
/
+14
2025-04-23
Encapsulate IME input context fully in IMContext class. All access to HIMC goes
Neil
1
-71
/
+86
2025-04-23
Fix inaccuracy in description of margin 2 which hasn't defaulted to showing
Neil
1
-3
/
+3
2025-04-23
Added link to video on writing a lexer and using wxStyledTextCtrl.
Neil
1
-0
/
+2
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
7
-89
/
+34
2025-04-19
Decrease warnings for reinterpret_cast since it is a common Win32 idiom to pass
Neil
1
-6
/
+6
2025-04-19
Move most of the implementation of the static ListBoxX::ControlWndProc to the
Neil
1
-22
/
+25
2025-04-18
Control restoring vertical scroll position for undo with
Neil
7
-4
/
+21
2025-04-17
Tweak SC_MARK_BAR to be slightly wider.
Neil
2
-1
/
+12
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
2025-04-04
Indent makefile more consistently to help clarify structure.
Neil
1
-9
/
+9
2025-04-03
Turn on type conversion warnings for GCC and fix them.
Neil
13
-41
/
+48
[next]