about summary refs log tree commit diff stats
path: root/select.lua
Commit message (Expand)AuthorAgeFilesLines
* manually maintain mouse button press stateKartik K. Agaram2023-12-011-1/+1
* audit all assertsKartik K. Agaram2023-11-181-5/+5
* bugfix: inscript's bugKartik K. Agaram2023-06-041-6/+2
* change how we handle clicks above top marginKartik K. Agaram2023-06-031-0/+3
* get rid of recent_mouseKartik K. Agaram2023-06-011-10/+1
* idea: set recent_mouse on mouse eventsKartik K. Agaram2023-06-011-3/+2
* ah, I see the problemKartik K. Agaram2023-06-011-6/+1
* some temporary logging to catch a bugKartik K. Agaram2023-06-011-0/+4
* App.width can no longer take a TextKartik K. Agaram2023-04-011-5/+2
* generalize a functionKartik K. Agaram2022-08-181-1/+1
* simpler location comparisonKartik K. Agaram2022-08-171-5/+2
* swap return valuesKartik K. Agaram2022-08-171-1/+1
* use line cache for drawings as wellKartik K. Agaram2022-07-201-1/+1
* separate data structure for each line's cache dataKartik K. Agaram2022-07-171-0/+1
* switch to line index in a functionKartik K. Agaram2022-07-171-1/+1
* switch to line index in a functionKartik K. Agaram2022-07-171-1/+1
* drop some redundant args when clearing the cacheKartik K. Agaram2022-07-171-1/+1
* deduce left/right from state where possibleKartik K. Agaram2022-07-121-13/+13
* add state arg to a few functionsKartik K. Agaram2022-07-121-2/+2
* add state arg to a few functionsKartik K. Agaram2022-07-121-1/+1
* add state arg to a few functionsKartik K. Agaram2022-07-121-2/+2
* add state arg to a few functionsKartik K. Agaram2022-07-121-60/+60
* group all editor globalsKartik K. Agaram2022-07-121-47/+47
* make colors easier to editKartik K. Agaram2022-07-111-2/+2
* stop pretending globals are localKartik K. Agaram2022-07-111-2/+0
* add args to some functionsKartik K. Agaram2022-07-081-1/+1
* add args to some functionsKartik K. Agaram2022-07-081-1/+1
* add args to some functionsKartik K. Agaram2022-07-081-1/+1
* add args to some functionsKartik K. Agaram2022-07-081-10/+10
* drop an arg from a functionKartik K. Agaram2022-07-081-1/+1
* bugfix: deleting a selection spanning pagesKartik K. Agaram2022-06-261-0/+4
* extract a functionKartik K. Agaram2022-06-231-2/+1
* bugfix: crash in Text.up() after returnKartik K. Agaram2022-06-191-7/+7
* mouse buttons are integers, not stringsKartik K. Agaram2022-06-141-1/+1
* override mouse state lookups in testsKartik K. Agaram2022-06-121-2/+2
* fix a second BSOD in #4 :/Kartik K. Agaram2022-06-121-1/+1
* bugfix: cut (C-x) without first selecting anythingKartik K. Agaram2022-06-091-0/+2
* moveKartik K. Agaram2022-06-091-6/+6
* speeding up copy, attempt 1Kartik K. Agaram2022-06-091-4/+4
* more precise search highlightingKartik K. Agaram2022-06-031-0/+3
* extract a functionKartik K. Agaram2022-06-031-0/+24
* extract a couple of filesKartik K. Agaram2022-06-031-0/+153
64b97872fe63ecea367c525'>^
8c8c21f ^

80e891a ^


8c8c21f ^

80e891a ^

8c8c21f ^

80e891a ^
5b2e3a0 ^
80e891a ^
8c8c21f ^
80e891a ^
8c8c21f ^




8c8c21f ^




80e891a ^
8c8c21f ^




5b2e3a0 ^
8c8c21f ^



80e891a ^

5b2e3a0 ^
6728a11 ^
8c8c21f ^
5b2e3a0 ^
8c8c21f ^



5b2e3a0 ^

8c8c21f ^

80e891a ^





d35213e ^




8c8c21f ^
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115