about summary refs log tree commit diff stats
path: root/geom.lua
Commit message (Expand)AuthorAgeFilesLines
* stop pretending globals are localKartik K. Agaram2022-07-111-3/+1
* clean upKartik K. Agaram2022-06-171-10/+0
* more precise shape selectionKartik K. Agaram2022-06-171-7/+18
* correct commit f3abc2cbf2Kartik K. Agaram2022-06-171-2/+0
* bugfix: checking if a point is on a manhattan lineKartik K. Agaram2022-05-301-1/+19
* rectangle and square shapesKartik K. Agaram2022-05-181-1/+23
* split keyboard handling between Text and DrawingKartik K. Agaram2022-05-171-3/+3
* several more modulesKartik K. Agaram2022-05-171-0/+131
d='n123' href='#n123'>123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163