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
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-22
Backport: Feature [feature-requests:#1297] Updates to types of LineScroll,
Zufu Liu
1
-2
/
+2
2019-06-22
Backport: Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla...
Neil
1
-5
/
+27
2019-06-22
Backport: Feature [feature-requests:#1297] Explain in change log.
Neil
1
-0
/
+6
2019-06-18
Backport: Feature [feature-requests:#1297] 3: Use pointer type in documentation.
Neil
1
-27
/
+32
2019-06-18
Backport: Feature [feature-requests:#1297] 2: Use position and line more in d...
Neil
1
-320
/
+334
2019-07-11
Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
mitchell
1
-0
/
+5
2019-07-11
Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie...
mitchell
1
-0
/
+4
2019-07-11
Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.
mitchell
1
-0
/
+13
2019-06-11
Updated release data for 3.10.6.
rel-3-10-6
mitchell
1
-2
/
+2
2019-06-07
Updated history with lexlua changes.
mitchell
1
-0
/
+6
2019-06-05
Preparing for 3.10.6 release.
mitchell
2
-6
/
+6
2019-06-05
Backport: Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.
Neil
1
-4
/
+4
2019-06-02
Backport: GTK+ was renamed to GTK in February 2019 so update documentation to...
Neil
5
-54
/
+54
2019-06-02
Backport: Clarify which API changes focus.
Neil
1
-2
/
+2
2019-05-28
Backport: Add folding for CMake 3 function/endfunction
Jad Altahan
1
-0
/
+4
2019-05-22
Backport: Support for VB2017 bin literals & digit separators
Jad Altahan
1
-0
/
+4
2019-05-22
Backport: Fix orphan text, moving to where it should be.
Zufu Liu
1
-2
/
+1
2019-05-17
Backport: Optimize InsertLines and DeleteLines for ContractionState if no fol...
Neil
1
-0
/
+4
2019-05-17
Backport: Fixed performance bug where line end positions were reset withot ne...
Neil
1
-0
/
+5
2019-05-04
Backport: Bug [#2102]. Explain behaviour when length argument longer than doc...
Zufu Liu
1
-2
/
+3
2019-05-27
Backport: Feature [feature-requests:#1280]. Lexer added for X12.
mitchell
1
-0
/
+4
2019-04-26
Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch...
Neil
1
-0
/
+6
2019-04-25
Backport: Fix bug where changing identifier sets in lexers preserved previous...
Neil
1
-0
/
+3
2019-04-25
Backport: Add section for next release.
Neil
1
-0
/
+8
2019-04-17
Backport: Document the character values in SCNotification::ch for SCN_CHARADDED.
Neil
1
-2
/
+5
2019-05-09
Updated version number for release.
rel-3-10-5
mitchell
3
-6
/
+17
2019-04-17
Fixed history formatting.
mitchell
1
-2
/
+2
2019-04-17
Added Lua LPeg lexer changes to history.
rel-3-10-4
mitchell
1
-0
/
+6
2019-04-17
Updated version number for release.
mitchell
3
-7
/
+7
2019-04-13
Backport: Reordered items for next release.
Neil
1
-10
/
+10
2019-04-11
Backport: Reorder change items to be similar to previous releases.
Zufu Liu
1
-8
/
+8
2019-04-11
Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ...
Zufu Liu
1
-0
/
+4
2019-04-10
Backport: Bug [#2093]. Fix exception when inserting DBCS text.
Zufu Liu
1
-0
/
+4
2019-04-07
Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Zufu Liu
3
-2
/
+7
2019-04-05
Backport: Bug [#2095]. gtk: Accessible: emit the text deletion signal before ...
Colomban Wendling
1
-0
/
+4
2019-04-05
Backport: Bug [#2094]. gtk: Accessible: use the built-in character position c...
Colomban Wendling
1
-0
/
+4
2019-04-06
Backport: Updated link to long term branch.
Neil
1
-1
/
+1
2019-04-05
Backport: Document adding source files.
Neil
2
-0
/
+33
2019-04-05
Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...
Neil
2
-0
/
+12
2019-03-31
Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-1
/
+3
2019-04-16
Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...
mitchell
2
-0
/
+17
2019-03-28
Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK.
Neil
1
-0
/
+4
2019-03-12
Backport: Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.
Neil
1
-2
/
+2
2019-03-05
Backport: Implement QueueIdleWork on Win32.
Neil
1
-0
/
+3
2019-03-31
Backport Avoid hangs in idle styling modes caused by high-priority idle work ...
mitchell
1
-0
/
+3
2019-03-05
Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*.
Neil
1
-0
/
+3
2019-03-09
Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...
Jad Altahan
1
-0
/
+11
2019-03-09
Added Lua LPeg lexer changes to history.
rel-3-10-3
mitchell
1
-0
/
+6
2019-03-04
Backport: Fix capitalisation.
Neil
1
-2
/
+2
2019-03-09
Updated version number for release.
mitchell
3
-7
/
+7
[next]