about summary refs log tree commit diff stats
path: root/drawing_tests.lua
Commit message (Expand)AuthorAgeFilesLines
* right marginKartik K. Agaram2022-06-301-20/+20
* rip out notion of Line_widthKartik K. Agaram2022-06-301-40/+20
* keep drawings within the line width slider as wellKartik K. Agaram2022-06-221-20/+20
* correct commit f3abc2cbf2Kartik K. Agaram2022-06-171-1/+26
* autosave slightly less aggressivelyKartik K. Agaram2022-06-171-0/+30
* stop recording points for arcsKartik K. Agaram2022-06-151-1/+1
* all pending manual tests done!Kartik K. Agaram2022-06-141-2/+36
* test: undo moving pointKartik K. Agaram2022-06-141-0/+47
* test: undo naming a pointKartik K. Agaram2022-06-141-0/+43
* test: autosave after name/move/delete of pointKartik K. Agaram2022-06-141-0/+22
* test: autosave after any shapeKartik K. Agaram2022-06-141-0/+26
* tests: deleting points/shapesKartik K. Agaram2022-06-141-1/+105
* test: moving a pointKartik K. Agaram2022-06-141-0/+40
* test: naming a pointKartik K. Agaram2022-06-141-0/+35
* tests for drawing polygonsKartik K. Agaram2022-06-141-10/+171
* more drawing testsKartik K. Agaram2022-06-141-0/+132
* start writing some tests for drawingsKartik K. Agaram2022-06-141-0/+30
100 committer James Booth <boothj5@gmail.com> 2012-10-03 23:47:10 +0100 Started work on chat session, and chat states' href='/danisanti/profani-tty/commit/src/chat_session.h?id=f8de28232e353794617e402dc0ebf05b57728cc5'>f8de2823 ^
5792cd59 ^
5ce97728 ^
270ac035 ^
5792cd59 ^
270ac035 ^


5ce97728 ^


f8de2823 ^
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