about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling.Christian Storm2015-02-171-2/+2
* Updated copyrightJames Booth2015-02-101-1/+1
* Replaced colours with theme_item_tJames Booth2014-11-161-22/+34
* Show indicator when form has unsaved changesJames Booth2014-09-161-8/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Moved status_bar_resizeJames Booth2014-07-181-2/+3
* Tidied xmlconsoleJames Booth2014-04-151-8/+0
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+1
* Removed statusbar functions from ui.hJames Booth2014-04-071-42/+26
* Removed dirty flag from statusbarJames Booth2014-04-061-42/+53
* Inlined status_bar_update_timeJames Booth2014-04-061-21/+12
* Removed strcpy callsJames Booth2014-04-021-2/+1
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+1
* Bind remaining ui functions in main.cJames Booth2013-12-231-12/+17
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-24/+36
* Show current window in status barJames Booth2013-10-021-0/+25
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-0/+14
* Refactored status bar indicatorsJames Booth2013-08-301-105/+60
* Handle ">" indicator when more than 10 wins openJames Booth2013-08-291-47/+167
* Refactor updating window statusesJames Booth2013-08-281-30/+18
* Fixed showing active console after login failJames Booth2013-08-281-0/+7
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-35/+58
* small refactoring in statusbar.cDmitry Podgorny2013-08-241-5/+11
* removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-4/+4
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Added ui subdir to sourceJames Booth2013-02-021-0/+285
5a58b845'>^
ef0157ff ^
a614f048 ^








c9383c72 ^

a614f048 ^



c9383c72 ^

a614f048 ^





















ef0157ff ^
f07bb12f ^
62cd83ba ^


f07bb12f ^








62cd83ba ^
f07bb12f ^







ef0157ff ^
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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130