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
/
UndoHistory.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-28
Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its
Neil
1
-0
/
+1
2024-03-15
Feature [feature-requests:#1512]. Encapsulate access to position and length.
Zufu Liu
1
-2
/
+4
2024-03-02
Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction.
John Ehresman
1
-1
/
+1
2024-02-28
Fix failures with values larger than 0xffffff in 32-bit builds.
Neil
1
-2
/
+6
2024-02-27
Restore change history to the extent possible when restoring undo history.
Neil
1
-4
/
+4
2024-02-18
Restore change history when restoring undo history.
Neil
1
-0
/
+1
2024-02-16
Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.
Neil
1
-0
/
+4
2024-02-15
Perform validation of undo state when SCI_SETUNDOCURRENT called, setting status
Neil
1
-1
/
+4
2024-02-14
Ensure no exceptions when deleting undo history.
Neil
1
-0
/
+1
2024-02-09
Implement API to read and write undo history from applications.
Neil
1
-0
/
+18
2024-02-09
Avoid overhead of extra start actions that delimited user operations. Now relies
Neil
1
-9
/
+12
2024-02-02
Implement ScaledVector to store undo positions and lengths using less memory in
Neil
1
-3
/
+29
2024-02-01
Change UndoHistory from an array-of-structs to a struct-of-arrays to allow each
Neil
1
-10
/
+15
2024-02-01
Prefer member initializers. Simplify logic.
Neil
1
-5
/
+5
2024-02-01
Store undo text in ScrapStack, a single allocation instead of one allocation per
Neil
1
-5
/
+18
2024-02-01
Add UndoAction class as internal type for undo actions and make Action a struct
Neil
1
-3
/
+16
2024-02-01
Move UndoHistory into its own module that is accessible from CellBuffer and
Neil
1
-0
/
+66