about summary refs log tree commit diff stats
path: root/help.lua
Commit message (Collapse)AuthorAgeFilesLines
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-39/+39
| | | | | Editor state initialization now depends on window dimensions, so we have to more carefully orchestrate startup.
* add state arg to few functionsKartik K. Agaram2022-07-121-110/+110
| | | | | | - draw_help_without_mouse_pressed - draw_help_with_mouse_pressed - current_shape
* group all editor globalsKartik K. Agaram2022-07-121-107/+107
| | | | We're still accessing them through a global. But we'll change that next.
* make colors easier to editKartik K. Agaram2022-07-111-4/+4
|
* keep online help inside of drawingKartik K. Agaram2022-07-041-2/+2
|
* rip out notion of Line_widthKartik K. Agaram2022-06-301-2/+2
|
* typosKartik K. Agaram2022-06-191-2/+2
|
* fix help for rectangles and squaresKartik K. Agaram2022-06-181-0/+20
| | | | Thanks John Blommers (https://github.com/akkartik/lines.love/issues/1#issuecomment-1159582457)
* bugfix: alignment of help screenKartik K. Agaram2022-06-151-33/+33
|
* make online help fit within a drawingKartik K. Agaram2022-06-041-9/+3
|
* yet another key conflictKartik K. Agaram2022-06-041-2/+2
|
* switch circles to 'o' to avoid conflicting with copyKartik K. Agaram2022-06-041-2/+2
|
* bugfix in helpKartik K. Agaram2022-06-041-2/+2
|
* switch freehand hotkey to eliminate conflict with searchKartik K. Agaram2022-06-021-1/+1
| | | | I'm now following Inkscape, and the mnemonic is 'pencil'.
* crisp font renderingKartik K. Agaram2022-06-021-70/+70
|
* help tweakKartik K. Agaram2022-05-211-1/+3
|
* support for naming pointsKartik K. Agaram2022-05-211-0/+2
| | | | There's still an absence of affordance showing when you're in naming mode.
* bugfix: missed rename in one fileKartik K. Agaram2022-05-211-2/+2
|
* a few more integer coordinatesKartik K. Agaram2022-05-191-33/+33
|
* rectangle and square shapesKartik K. Agaram2022-05-181-0/+16
|
* several more modulesKartik K. Agaram2022-05-171-0/+118
This is probably not ideal; let's see how it goes..
99bb0308881e57e502d2b545dfa3179058'>^
eb184e0 ^


3791ec0 ^

eb184e0 ^





d8675f6 ^
eb184e0 ^




3791ec0 ^


eb184e0 ^

3791ec0 ^

eb184e0 ^


6458d72 ^

605630c ^
6649dcc ^
3791ec0 ^
f777d21 ^


650a1fb ^
605630c ^
1e7e57d ^
6649dcc ^
c3e5f5c ^

6649dcc ^
f77a871 ^
1e7e57d ^

d8675f6 ^

140be1b ^
4e6c513 ^
d8675f6 ^
3657eae ^
650a1fb ^
6649dcc ^
650a1fb ^

6649dcc ^
650a1fb ^
0dfe729 ^


3657eae ^
6458d72 ^

f60c597 ^
6458d72 ^
f1a34ae ^
650a1fb ^

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
116
117
118
119
120
121
122
123
124
125
126
127