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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-02
Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction.
John Ehresman
5
-7
/
+7
2024-02-28
Fix failures with values larger than 0xffffff in 32-bit builds.
Neil
2
-28
/
+28
2024-02-28
Add variant of UTF8Classify that takes a char* so that client code does not have
Neil
3
-19
/
+22
2024-02-27
Restore change history to the extent possible when restoring undo history.
Neil
3
-67
/
+82
2024-02-18
Restore change history when restoring undo history.
Neil
3
-0
/
+63
2024-02-16
Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.
Neil
7
-16
/
+59
2024-02-15
Avoid reinterpret_cast and add const.
Neil
2
-4
/
+14
2024-02-15
Mark Document methods noexcept where they call noexcept CellBuffer methods.
Neil
1
-8
/
+8
2024-02-15
Perform validation of undo state when SCI_SETUNDOCURRENT called, setting status
Neil
6
-12
/
+57
2024-02-14
Ensure no exceptions when deleting undo history.
Neil
2
-1
/
+7
2024-02-14
Remove redundant inline from constexpr functions.
Neil
1
-5
/
+5
2024-02-09
Implement API to read and write undo history from applications.
Neil
7
-2
/
+276
2024-02-09
Avoid overhead of extra start actions that delimited user operations. Now relies
Neil
4
-111
/
+118
2024-02-02
Implement ScaledVector to store undo positions and lengths using less memory in
Neil
2
-19
/
+149
2024-02-01
Change UndoHistory from an array-of-structs to a struct-of-arrays to allow each
Neil
2
-56
/
+77
2024-02-01
Prefer member initializers. Simplify logic.
Neil
2
-14
/
+6
2024-02-01
Store undo text in ScrapStack, a single allocation instead of one allocation per
Neil
3
-36
/
+81
2024-02-01
Add UndoAction class as internal type for undo actions and make Action a struct
Neil
6
-48
/
+66
2024-02-01
Move UndoHistory into its own module that is accessible from CellBuffer and
Neil
4
-340
/
+398
2024-01-27
Use noexcept where reasonable.
Neil
2
-32
/
+32
2024-01-27
Feature [feature-requests:#1458] Reduce memory used for undo actions.
Zufu Liu
2
-14
/
+9
2024-01-02
Simplify choosing caret position when undoing contiguous deletions.
Neil
1
-22
/
+6
2023-12-30
Since ranges is never empty, replace test with assertion.
Neil
1
-9
/
+6
2023-12-30
Avoid unnecessary use of push_back and emplace_back by preserving ranges[0].
Neil
2
-18
/
+21
2023-12-27
Avoid warnings by initializing, using const, and moving assignment out of if.
Neil
1
-6
/
+6
2023-12-23
Add break to avoid warning from Visual Studio code analysis.
rel-5-4-1
Neil
1
-1
/
+1
2023-12-21
Bug [#2405]. Avoid character fragments in regular expression search results.
Zufu Liu
3
-6
/
+20
2023-12-20
Add IDocumentEditable interface for efficient interaction with document objects.
Neil
3
-9
/
+23
2023-12-15
Bug [#2289]. Protect SCI_REPLACETARGET* from application changing target in
Neil
1
-9
/
+19
2023-12-14
Bug [#2405]. Fix regular expression bug in reverse direction where shortened
Zufu Liu
1
-20
/
+17
2023-12-14
Remove noexcept from MatchFlags since IsWordEndAt is not noexcept.
Neil
1
-1
/
+1
2023-12-12
Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when using
Zufu Liu
1
-28
/
+33
2023-12-08
Throw error when allocating more than 2G without SC_DOCUMENTOPTION_TEXT_LARGE.
Neil
1
-0
/
+4
2023-12-02
Bug [#2157]. Fix regular expression search for word begin \< and word end \>.
Zufu Liu
3
-12
/
+32
2023-12-01
Remove gcc Wconversion warnings from header.
Neil
1
-2
/
+3
2023-11-25
Feature [feature-requests:#1503] Use std::array for bittab and simplify use.
Zufu Liu
2
-20
/
+17
2023-11-24
Feature [feature-requests:#1502] Simplify FlagSet expressions.
Zufu Liu
3
-17
/
+10
2023-11-06
Ctrl-click on a selection deselects it in multiple selection mode.
Neil
1
-2
/
+16
2023-11-06
Simplify variable flow in ButtonDownWithModifiers and enforce with const to make
Neil
1
-12
/
+11
2023-11-06
Mouse capture and automatic scrolling are always started and stopped together so
Neil
2
-12
/
+16
2023-11-06
Extract DropSelection into a method so it can be reused.
Neil
2
-3
/
+8
2023-11-05
Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
Neil
4
-0
/
+34
2023-11-05
Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
Neil
2
-27
/
+44
2023-11-05
Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.
Neil
1
-0
/
+3
2023-11-23
Feature [feature-requests:#1503] Reduce variable scope.
Zufu Liu
2
-63
/
+48
2023-11-21
Type harmonization.
Zufu Liu
1
-1
/
+1
2023-11-21
Feature [feature-requests:#1502] Improve speed of LineLayoutCache::Invalidate
Zufu Liu
2
-9
/
+8
2023-11-21
Bug [#2413]. Fix regular expression search failure.
Zufu Liu
2
-11
/
+15
2023-11-19
Avoid warnings for static_cast and potential overflow.
Neil
1
-1
/
+2
2023-11-19
Avoid warning for uninitialized variable.
Neil
1
-1
/
+1
[next]