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
path:
root
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
Updated release date.
rel-5-5-7
Neil
2
-3
/
+3
2025-06-03
Updates for version 5.5.7.
Neil
3
-10
/
+10
2025-06-01
Add SCI_SCROLLVERTICAL API.
Neil
2
-0
/
+24
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
1
-0
/
+4
2025-05-16
Feature [feature-requests:#1488]. Update IME cursor position inside retrieve
johnsonj
1
-0
/
+4
2025-05-16
Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.
Neil
1
-0
/
+4
2025-05-12
Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.
orbitalquark
2
-0
/
+16
2025-05-11
Feature [feature-requests:#1476]. Fix IME delete surrounding when tentative
johnsonj
1
-0
/
+4
2025-05-05
Bug [#2416]. Reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fix
Neil Hodgson
1
-0
/
+5
2025-04-27
Added a table for virtual space options.
Neil
1
-1
/
+30
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-18
Control restoring vertical scroll position for undo with
Neil
2
-0
/
+12
2025-04-17
Tweak SC_MARK_BAR to be slightly wider.
Neil
1
-0
/
+11
2025-03-30
Bug [#2468]. Update documentation of which notifications use each field.
rel-5-5-6
Neil
1
-6
/
+9
2025-03-29
Updates for version 5.5.6.
Neil
3
-10
/
+10
2025-03-29
Add note for change set 9715.
Neil
1
-0
/
+3
2025-03-29
Bug [#2469]. Return enumeration type from MarkerSymbolDefined to match
Neil
1
-0
/
+4
2025-03-29
Feature [feature-requests:#1550]. Document shape limitation for EOL annotations.
Neil
1
-1
/
+3
2025-03-27
Optimize case-insensitive DBCS search to be around 5 times faster by using 64K
Neil
1
-0
/
+4
2025-03-25
Feature [feature-requests:#1546]. Fix building for ARM64 on Win32.
Ahmet Sait
1
-0
/
+6
2025-03-24
Add canonical self links to help Google crawler.
Neil
1
-0
/
+1
2025-03-20
Bug [#2465]. Signal autoCompleteSelection converts from local encoding when not
8day
1
-0
/
+5
2025-03-18
Use DirectWrite for autocompletion lists when DirectWrite chosen for document
Neil
1
-0
/
+3
2025-03-13
Add values to character set table and style name (column 1) like other tables.
Neil
1
-24
/
+47
2025-03-08
Bug [#2466]. Avoid dwell start when mouse moved outside the Scintilla widget.
Gianluca Vaccari
1
-0
/
+5
2025-02-25
Bug [#2463]. Disallow case changes if the range contains protected text
Joachim Mairboeck
1
-0
/
+5
2025-02-27
Bug [#2464]. On Qt, draw clipped UTF-8 text correctly.
Neil
1
-0
/
+12
2025-02-22
Updates for version 5.5.5.
Neil
3
-10
/
+10
2025-02-14
For wrapping, try to break lines without separating letters from modifiers.
Neil
1
-0
/
+1
2025-02-12
Document SC_TECHNOLOGY_DIRECT_WRITE_1 and reformat technology choice as a table.
Neil
1
-10
/
+49
2025-02-12
Implement Direct2D/DirectWrite 1.1. Add SC_TECHNOLOGY_DIRECT_WRITE_1 to use an
Neil
1
-0
/
+6
2025-02-06
Bug [#2460]. Workaround incorrect scaling of "reverse arrow" cursor under Win...
Jiří Techet
1
-0
/
+4
2025-02-05
Feature [feature-requests:#1543] Add "Releases" anchor to navigate to Releases.
Neil
1
-1
/
+2
2025-02-04
Fix segmentation of long lexemes to avoid breaking before modifiers like accents
Neil
1
-0
/
+3
2025-02-01
Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and
Neil
2
-1
/
+14
2025-01-26
Bug [#1539]. Fix some incorrect tags.
Zufu Liu
1
-2
/
+2
2025-01-25
Bug [#1224]. Use enum for undo selection history and make API names more
Neil
2
-7
/
+28
2025-01-22
Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.
Neil
2
-0
/
+16
2025-01-05
Feature [feature-requests:#1539]. Fix documentation structure.
Zufu Liu
1
-1
/
+1
2025-01-04
Fix bug where double-click stopped working after running for weeks.
Neil
1
-0
/
+11
2024-12-15
Updates for version 5.5.4.
rel-5-5-4
Neil
3
-10
/
+10
2024-11-24
Bug [#2457]. Fix moving line down to empty final line and moving empty final
pawelzwronek
1
-0
/
+4
2024-12-01
Feature [feature-requests:#1535]. Improve performance of DBCS text by avoiding
Zufu Liu
1
-0
/
+4
2024-11-25
Bug [#2456]. Fix wrapping removed lines.
Pawel Z Wronek
1
-0
/
+6
2024-11-20
Bug [#2454]. Add "NUL-terminated" qualifiers to APIs that NUL-terminate result.
Neil
1
-4
/
+4
2024-11-17
Feature [feature-requests:#1533]. Improve performance of SCI_BRACEMATCH by only
Zufu Liu
1
-0
/
+4
2024-10-26
Documented SC_MOD_CHANGEEOLANNOTATION and updated SC_MODEVENTMASKALL.
Neil
1
-2
/
+12
2024-10-26
On GTK, allow middle click to insert multiple times within a document.
Colomban Wendling
1
-0
/
+4
[next]