about summary refs log tree commit diff stats
path: root/undo.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
r Timothee Cour <timothee.cour2@gmail.com> 2018-08-08 07:47:17 -0700 committer Andreas Rumpf <rumpf_a@web.de> 2018-08-08 16:47:17 +0200 add build_all.sh to allow 1-liner to build development version of the compiler (#8546)' href='/ahoang/Nim/commit/build_all.sh?h=devel&id=506418ef539a9142307235c0cd0183f0d7aec749'>506418ef5 ^
ec2bc2a50 ^
1f1d85bb9 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17