about summary refs log tree commit diff stats
path: root/031transforms.cc
Commit message (Collapse)AuthorAgeFilesLines
* 5863Kartik Agaram2020-01-021-61/+8
| | | | | | | | | Just clarified for myself why `subx translate` and `subx run` need to share code: emulation supports the tests first and foremost. In the process we clean up our architecture for levels of layers. It's a good idea but unused once we reconceive of "level 1" as just part of the test harness.
* 5670Kartik Agaram2019-09-191-0/+65
03:46 +0100 incremented version number and updated pydoc html files' href='/akspecs/ranger/commit/doc/pydoc/ranger.gui.color.html?h=v1.2.1&id=34a60763e79546e0f84e30fbcc430632f3dbb39e'>34a60763 ^
b3556b21 ^









f07bb12f ^














b3556b21 ^
34a60763 ^
f07bb12f ^























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