121 Commits

Author SHA1 Message Date
Sascha Kruse
e30692da88 simplify Makefile 2012-12-19 11:53:10 +01:00
Sascha Kruse
b2a20c0524 list.{c,h} -> container.{c,h} 2012-12-12 09:05:56 +01:00
Sascha Kruse
eb5e8fb537 Merge branch 'master' of github.com:knopwob/dunst 2012-10-20 08:43:26 +02:00
Sascha Kruse
528ec0558b Make clean remove core 2012-10-13 19:54:42 +02:00
Sascha Kruse
286e0c5104 use own ini parsing 2012-10-08 08:58:47 +02:00
Sascha Kruse
1e8bd74938 proper name, title and version in manpage
This fixes github issue #55
2012-08-28 00:07:00 +02:00
Sascha Kruse
e2ea1be9e9 make uninstall: remove correct *.service file 2012-08-02 18:51:21 +02:00
Sascha Kruse
057d1bc0f2 Merge remote-tracking branch 'origin/next' 2012-07-31 13:19:00 +02:00
Sascha Kruse
4df1053ac2 make clean: remove org.knopwob.dunst.git 2012-07-30 17:25:12 +02:00
Sascha Kruse
decbdb6f9e dunst.service -> org.knopwob.dunst.service 2012-07-30 17:21:56 +02:00
Sascha Kruse
ed10295289 dunst.service 2012-07-28 18:09:44 +02:00
Sascha Kruse
311e2ff437 reintroduced config.h 2012-07-25 10:07:54 +02:00
Sascha Kruse
d4f38c0533 utils.{c,h} 2012-07-25 10:07:54 +02:00
Sascha Kruse
b0bf0b0b07 refactor/cleanup
* run code through `indent --no-tabs -linux`
 * use generic list implemenation for queues

This sould have been multiple commits but some git foobar on my part
made me loose the history :-/
2012-06-25 19:15:06 +02:00
Gergely Nagy
bdab09fec2 Migrate dunst from iniparser to inih.
Instead of using iniparser, which is rarely packaged, and is an
external dependency, use an embedded copy of inih instead, which is
only a hundred or so lines, and can do pretty much the same as
iniparser.

The benefit is one less external dependency, and it makes it easier
for distributions to package dunst.

Signed-off-by: Gergely Nagy <algernon@balabit.hu>
2012-06-20 16:51:27 +02:00
Sascha Kruse
cceae3ce10 copy example dunstrc to /usr/share/dunst/dunstrc 2012-06-12 19:25:20 +02:00
Sascha Kruse
5fa67d5f89 removed config.h and config.def.h
The need for them is replaced by dunstrc
2012-03-19 02:26:19 +01:00
Sascha Kruse
646daa018e fixed Makefile 2011-11-15 11:43:56 +01:00
Sascha Kruse
eb58f1338e README -> README.pod
Make use of githubs markup capabilities for READMEs.
2011-11-15 11:22:17 +01:00
Sascha Kruse
45ec236958 moved default values to config.h and added Rules
I know, this should be splitted into more than one commit. Shame on me.
2011-11-14 23:22:50 +01:00
Sascha Kruse
7f9dd0e3e7 Initial commit 2011-09-07 15:33:09 +02:00