Sascha Kruse
97bf419028
Merge branch 'b_fix_markup-only_one_replace' of git://github.com/matcatc/dunst into fix_markup
2013-01-19 04:09:30 +01:00
Sascha Kruse
35ccdcf2fb
updated changelog
2013-01-19 03:21:15 +01:00
Matthew Todd
3beb9e42dc
Replace all occurrences of markup in notification.
...
fix_markup previously would only replace one occurrence of needle in the
notification string. So we'd end up with some markup's making it
through, if there was more than one of a particular kind.
Introduces new function string_replace_all and calls it from fix_markup.
2013-01-16 21:15:23 -08:00
Sascha Kruse
1b90d82972
update copyright year
2013-01-17 00:39:47 +01:00
Sascha Kruse
dfb48b0e5f
change description texts
2013-01-16 22:41:42 +01:00
Sascha Kruse
749cef5452
added INSTALL file
...
fixes issue #87
2013-01-11 01:34:15 +01:00
Sascha Kruse
9f49bcf7e9
redo mouse click position calculation
2013-01-08 02:46:08 +01:00
Sascha Kruse
d092d17a54
update default dunstrc to more pleasing defaults
...
This introduces i3 like colors
2013-01-08 02:40:38 +01:00
Sascha Kruse
0689d6643c
initialize variables for startup notification
2013-01-03 20:49:06 +01:00
Sascha Kruse
ee8ccb18c7
fix memory corruption
2013-01-03 20:48:45 +01:00
Sascha Kruse
a51f564037
new option: igonre_newline
...
see github issue 83
2013-01-02 12:21:53 +01:00
Sascha Kruse
414d3d056a
account for padding on mouse click calculation
...
this should hopefully fix gihub issue #84
2012-12-28 21:23:44 +01:00
Sascha Kruse
f2075a3409
more options for separator color
2012-12-22 17:12:27 +01:00
Sascha Kruse
3175b041b1
fix error in README.pod
2012-12-22 12:48:51 +01:00
Sascha Kruse
5c96d1f63e
updated dunstrc comment
...
height in geometry is measured in notifications, not lines
2012-12-22 08:01:22 +01:00
Sascha Kruse
f46f9bff17
replace string "\n" with char '\n'
...
this way we don't need the extra check for the string "\n" in
do_word_wrap and rstrip strips newlines away.
fixes github issue #80
2012-12-21 16:04:48 +01:00
Sascha Kruse
f054dab8be
horizontal padding
2012-12-21 15:46:25 +01:00
Sascha Kruse
67b54e2ace
framing
2012-12-21 15:35:51 +01:00
Sascha Kruse
dd1b2f3cc7
don't add space infront of summary
...
fix github issue #79
2012-12-21 15:30:24 +01:00
Sascha Kruse
2650d3667c
fix height when (x more) is added
2012-12-21 14:14:23 +01:00
Sascha Kruse
adfe14c782
remove unnecessary redirect from dunst_espeak.sh
2012-12-21 14:03:45 +01:00
Sascha Kruse
4b7c856c0a
add padding
2012-12-21 13:46:20 +01:00
Sascha Kruse
94e8fed7c5
prevent the zombie apocalypse
2012-12-21 13:03:54 +01:00
Sascha Kruse
4820f0da13
example script
2012-12-21 12:36:45 +01:00
Sascha Kruse
23925815b1
remove unused variable browser_cmd
2012-12-21 12:27:29 +01:00
Sascha Kruse
131016878b
run script via rule
2012-12-21 12:27:24 +01:00
Sascha Kruse
aa0b63b270
add rule name when loading rule from ini
2012-12-21 11:54:22 +01:00
Sascha Kruse
2f3ea0fcf2
allow NULL as default in ini_get_string
2012-12-21 11:53:35 +01:00
Sascha Kruse
83c523cf53
asprintf wrapper
2012-12-19 22:34:47 +01:00
Sascha Kruse
aa514c94eb
better error handling
2012-12-19 22:23:40 +01:00
Sascha Kruse
8617ce7b2d
actually add url to browser command
2012-12-19 19:28:37 +01:00
Sascha Kruse
67774c3e46
Merge branch 'next'
2012-12-19 17:45:07 +01:00
Sascha Kruse
d519bb6531
get rid of warnings in utils.{c,h}
2012-12-19 16:49:02 +01:00
Sascha Kruse
02bd587935
allow parameters to dmenu and browser calls
2012-12-19 16:38:14 +01:00
Sascha Kruse
42e49a7b34
context menu for urls
2012-12-19 15:56:15 +01:00
Sascha Kruse
9a662f2313
extract urls
2012-12-19 15:04:27 +01:00
Sascha Kruse
b5f4feee27
Makefile: add debug target
2012-12-19 11:58:21 +01:00
Sascha Kruse
e30692da88
simplify Makefile
2012-12-19 11:53:10 +01:00
Sascha Kruse
5c699e5bfe
don't strip newline from summary
2012-12-19 02:01:37 +01:00
Sascha Kruse
b46d02bfd7
don't strip newline from summary
2012-12-19 02:01:00 +01:00
Sascha Kruse
3918fd32a8
print notification on startup
2012-12-13 22:50:13 +01:00
Sascha Kruse
43b2b3bb1d
don't try to replace NULL icon
2012-12-13 22:49:11 +01:00
Sascha Kruse
6de6ef0619
fix left mouse click
2012-12-12 14:25:01 +01:00
Sascha Kruse
73e4ab0e00
fix height calculation
2012-12-12 14:06:04 +01:00
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