about summary refs log tree commit diff stats
path: root/help.lua
Commit message (Expand)AuthorAgeFilesLines
* stop caching startyKartik K. Agaram2024-06-111-6/+6
* use editor state font for width calculationsKartik K. Agaram2024-01-121-5/+1
* get rid of to_textKartik K. Agaram2023-04-011-1/+1
* infrastructure for caching LÖVE text objectsKartik K. Agaram2022-08-241-6/+1
* bugfix: online helpKartik K. Agaram2022-07-221-6/+10
* replace globals with args in a few functionsKartik K. Agaram2022-07-121-2/+2
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-39/+39
* add state arg to few functionsKartik K. Agaram2022-07-121-110/+110
* group all editor globalsKartik K. Agaram2022-07-121-107/+107
* 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
* 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
* 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
* 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
81 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335