Aaron Marcher
c4779c9b15
Removed #define for unknown_str
...
Debugging #define is very difficult. The performance overhead of static const
char is negligible.
2017-08-12 13:27:30 +02:00
Aaron Marcher
be12b6b350
Removed #define for update interval
...
Debugging #define, especially in mathematical constructs is very
difficult. The performance overhead of static const int is negligible.
2017-08-12 13:16:12 +02:00
Aaron Marcher
0c2ee7df91
Updated LICENSE
...
Extended Ali H. Fardan contribution dates
2017-08-12 12:55:53 +02:00
Aaron Marcher
6f01174392
Fixed possible NULL-deref and removed unnecessary XOpenDisplay()
...
- Added a check for the return value of XOpenDisplay() in main().
This fixes a possible NULL-deref.
- Removed unnsecessary XOpenDisplay and XCloseDisplay from
keyboard_indicators(). The ones in main() are sufficent.
2017-08-11 14:33:02 +02:00
Aaron Marcher
6b8384ef2f
Reformatted LICENSE to fit 75 character width
2017-08-10 22:43:56 +02:00
Aaron Marcher
d35e518e39
New README in plain text
2017-08-10 21:49:37 +02:00
Aaron Marcher
b6fb77c7ac
Removed TODO.md
2017-08-10 21:10:17 +02:00
Aaron Marcher
5134a480b5
Removed CONTRIBUTING.md
2017-08-10 21:08:53 +02:00
Aaron Marcher
b3eed601e5
Moved contributors to LICENSE
2017-08-10 21:06:48 +02:00
Aaron Marcher
dad6dc6300
Copyright sign (C) is not required in LICENSE
...
According to https://opensource.org/licenses/ISC
2017-08-10 20:32:14 +02:00
Aaron Marcher
be4cffef39
Removed .gitignore from repository
...
A file outside the repository (.git/info/exclude) can replace this and
suits better for this usecase.
2017-08-10 20:30:52 +02:00
Aaron Marcher
999cf00490
new arg.h version by frign
2017-08-10 11:31:57 +02:00
aaron marcher
4b4b2ac079
add num_files() function for maildirs ;)
2017-08-06 15:02:16 +02:00