about summary refs log tree commit diff stats
path: root/widgets/spinner.go
Commit message (Expand)AuthorAgeFilesLines
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Implement style configuration.Kalyan Sriram2020-08-061-2/+4
* Revert "Implement style configuration."Reto Brunner2020-07-301-4/+2
* Implement style configuration.Kalyan Sriram2020-07-301-2/+4
* Revert "Add Style configuration"Drew DeVault2020-05-281-4/+2
* Add Style configurationReto Brunner2020-05-271-2/+4
* Add modify-labels commandReto Brunner2019-09-121-3/+3
* Allow custom spinner via config filePaul Spooren2019-08-301-19/+10
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-111-2/+2
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-8/+2
* widgets/spinner: fix Spinner.frame raceSimon Ser2019-04-271-12/+15
* Display message subjects in message listDrew DeVault2019-03-141-1/+1
* Lay out message list widget basic designDrew DeVault2019-03-141-0/+12
* Add loading spinnerDrew DeVault2019-01-131-0/+80
l.com> 2013-01-05 17:13:52 +0200 committer Dmitry Podgorny <pasis.ua@gmail.com> 2013-01-05 17:13:52 +0200 feature request #114' href='/danisanti/profani-tty/commit/configure.ac?id=d20354968a4968b4a7dc1b38886f387aff981135'>d2035496 ^
a16c53f5 ^
2655d9e8 ^
7d6e64a5 ^
d2035496 ^
7d6e64a5 ^

d2035496 ^
7d6e64a5 ^


d2035496 ^









78841f2e ^


d2035496 ^


78841f2e ^


d2035496 ^


03dd5f58 ^
d2035496 ^
03dd5f58 ^
d2035496 ^
03dd5f58 ^
d2035496 ^
d28930ea ^
d2035496 ^
03dd5f58 ^
d2035496 ^
5b769a3f ^
d2035496 ^
c588a118 ^
28f5cdf7 ^
2655d9e8 ^

d28930ea ^
d2035496 ^
d28930ea ^
8e0d8d2a ^
11066f20 ^
d2035496 ^
5b769a3f ^
11066f20 ^
d2035496 ^





8230275f ^
c2e94bfb ^
2655d9e8 ^
b80bf037 ^
3c062438 ^



11066f20 ^

2655d9e8 ^

8014e902 ^
2655d9e8 ^


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