Sascha Kruse
|
345a35fe9f
|
dbus fetch all pending messages at once
|
2012-12-12 14:05:34 +01:00 |
|
Sascha Kruse
|
3af63f1ddc
|
stuff memory leak
|
2012-12-12 13:53:04 +01:00 |
|
Sascha Kruse
|
d866bb0c35
|
rstrip(n->msg)
This causes the dupliate detection to ignore trailing whitespaces
|
2012-12-12 13:38:45 +01:00 |
|
Sascha Kruse
|
70839e1321
|
fix segfault
|
2012-12-12 13:34:07 +01:00 |
|
Sascha Kruse
|
1b04f51d67
|
use n_queue for displayed notifications
|
2012-12-12 12:48:21 +01:00 |
|
Sascha Kruse
|
91fa27fbf4
|
n_history -> history
|
2012-12-12 12:06:51 +01:00 |
|
Sascha Kruse
|
1dd6e2587e
|
use queue for notification queue
|
2012-12-12 12:06:04 +01:00 |
|
Sascha Kruse
|
557a8e29fa
|
removed deprecated keyboard settings
|
2012-12-12 10:07:40 +01:00 |
|
Sascha Kruse
|
b641a9c881
|
use n_stack for history
|
2012-12-12 09:58:52 +01:00 |
|
Sascha Kruse
|
b2a20c0524
|
list.{c,h} -> container.{c,h}
|
2012-12-12 09:05:56 +01:00 |
|
Sascha Kruse
|
07ec142990
|
removed outdated TODOs
|
2012-12-12 08:57:03 +01:00 |
|
Sascha Kruse
|
843fbab958
|
use array for rules
|
2012-12-11 04:49:27 +01:00 |
|
Sascha Kruse
|
034505c356
|
draw_win don't draw separator after every line
|
2012-12-11 01:20:21 +01:00 |
|
Sascha Kruse
|
e380849c24
|
move stuff from draw_win to separate functions
|
2012-12-11 01:20:21 +01:00 |
|
Sascha Kruse
|
e16b1764f8
|
refactor draw_win
|
2012-12-11 01:20:21 +01:00 |
|
Sascha Kruse
|
69c55f25e5
|
include missing stdbool.h in draw.h
|
2012-12-11 01:20:21 +01:00 |
|
Sascha Kruse
|
db60c47226
|
Merge branch 'master' into next
|
2012-12-11 01:17:22 +01:00 |
|
Sascha Kruse
|
0de2e172ba
|
use pkg-config for (almost) all libs/includes
|
2012-12-10 14:10:31 +01:00 |
|
Sascha Kruse
|
a2c4a893e4
|
Merge branch 'master' into next
|
2012-12-10 03:21:07 +01:00 |
|
Sascha Kruse
|
2ed1a37e16
|
Merge pull request #76 from kmwhite/feature-adding_multiplatform_support
Adding platform checks to config.mk
|
2012-12-09 18:19:08 -08:00 |
|
Kristofer M White
|
1faee75ed1
|
Adding platform checks to config.mk
|
2012-12-09 19:35:40 -06:00 |
|
Sascha Kruse
|
a378aa9b19
|
pause/unpause via SIGUSR1/SIGUSR2
|
2012-12-08 15:45:10 +01:00 |
|
Sascha Kruse
|
d53ad1b376
|
remove unused #include <getopt.h>
|
2012-12-08 15:24:06 +01:00 |
|
Sascha Kruse
|
ae21145121
|
non recursive string_replace
Previous to this commit a replacement that also contains the needle
would cause an endless loop
|
2012-12-07 05:16:48 +01:00 |
|
Sascha Kruse
|
62ecd76cfe
|
add pause/resume info to manpage
|
2012-12-05 20:40:11 +01:00 |
|
Sascha Kruse
|
5c4469d56a
|
fix compiler warnings
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
808b37508a
|
pause end resume
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
a509b80c47
|
only react to Expose events when we are running
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
b074699a0a
|
remove unused function definitions
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
eb09078de6
|
define VERSION if not defined
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
02a3bce7ab
|
initialize val in option_get_bool
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
609f20c99c
|
indent --no-tabs -linux
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
3cc299537e
|
add some comments to setup()
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
2f72f58b4a
|
move stuff from main() to setup()
|
2012-12-05 20:16:33 +01:00 |
|
Sascha Kruse
|
3c8d8b00c6
|
make use of stdbool.h
|
2012-12-05 20:16:32 +01:00 |
|
Sascha Kruse
|
bdfa4301d7
|
add descriptions to usage
|
2012-10-20 15:35:04 +02:00 |
|
Sascha Kruse
|
78d7daed12
|
negative width within geometry
See github issue #72
|
2012-10-20 14:44:50 +02:00 |
|
Sascha Kruse
|
f682519ea9
|
make STATIC_CONFIG behave as expected again
|
2012-10-20 13:39:54 +02:00 |
|
Sascha Kruse
|
65d07c4f96
|
autocreate usage
|
2012-10-20 10:37:18 +02:00 |
|
Sascha Kruse
|
c192b962e5
|
dunst.c: switch to options_get_*
|
2012-10-20 10:14:02 +02:00 |
|
Sascha Kruse
|
46861cd4ae
|
minor fixes in options.c
|
2012-10-20 10:12:15 +02:00 |
|
Sascha Kruse
|
568c15c73f
|
option_get* handle empty cmdline_key
|
2012-10-20 09:43:11 +02:00 |
|
Sascha Kruse
|
1b2b1d2f03
|
add cmdline_get* and options_get*
|
2012-10-20 09:35:58 +02:00 |
|
Sascha Kruse
|
66a5845ecc
|
make default for ini_get_double a double
|
2012-10-20 08:49:18 +02:00 |
|
Sascha Kruse
|
eb5e8fb537
|
Merge branch 'master' of github.com:knopwob/dunst
|
2012-10-20 08:43:26 +02:00 |
|
Sascha Kruse
|
de4394ada8
|
always check both shift levels when looking up key
See github issue #73
|
2012-10-19 09:13:09 +02:00 |
|
Sascha Kruse
|
528ec0558b
|
Make clean remove core
|
2012-10-13 19:54:42 +02:00 |
|
Sascha Kruse
|
76e9f5b7a9
|
remove debug printf
|
2012-10-08 20:35:25 +02:00 |
|
Sascha Kruse
|
3ce47a9dfa
|
fix parsing of rules
|
2012-10-08 20:31:09 +02:00 |
|
Sascha Kruse
|
eaf0bc8308
|
Merge branch 'master' into progress_hint
|
2012-10-08 19:04:44 +02:00 |
|