about summary refs log tree commit diff stats
path: root/undo.lua
Commit message (Expand)AuthorAgeFilesLines
* bring back a level of wrappingKartik K. Agaram2022-08-151-1/+2
* superfluous lineKartik K. Agaram2022-08-151-1/+0
* clean up a few more loose endsKartik K. Agaram2022-08-141-2/+0
* new fork: rip out drawing supportKartik K. Agaram2022-08-141-13/+1
* line.y -> line_cache.starty in a few more placesKartik K. Agaram2022-07-271-2/+2
* separate data structure for each line's cache dataKartik K. Agaram2022-07-171-0/+11
* add state arg to a few functionsKartik K. Agaram2022-07-121-24/+24
* group all editor globalsKartik K. Agaram2022-07-121-20/+20
* stop saving the entire file when modifying drawingsKartik K. Agaram2022-06-101-4/+2
* undo creating new drawingsKartik K. Agaram2022-06-101-0/+5
* crisp font renderingKartik K. Agaram2022-06-021-1/+0
* more efficient undo/redoKartik K. Agaram2022-06-021-2/+35
* renameKartik K. Agaram2022-06-021-1/+1
* after much struggle, a brute-force undoKartik K. Agaram2022-06-021-0/+78
='author Simon Ser <contact@emersion.fr> 2019-04-27 15:56:38 +0000 committer Drew DeVault <sir@cmpwn.com> 2019-04-27 14:28:26 -0400 worker/types: fix Worker.Callbacks race condition' href='/akspecs/aerc/commit/worker/worker.go?h=0.5.0&id=9ef2a57b51601cc0e18824bbfe8026891da1a38d'>9ef2a57 ^
b5d5e0d ^
1265d9c ^

b5d5e0d ^
d24e471 ^


b5d5e0d ^
d24e471 ^
6394e38 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28