Sascha Kruse
820c4ee013
use last urgency colors for "x more" message
2012-02-02 02:04:01 +01:00
Sascha Kruse
712148dfad
don't get stuck in loop, for real
2011-12-30 00:53:18 +01:00
Sascha Kruse
d2bded47b1
don't get stuck in loop
2011-12-30 00:39:42 +01:00
Sascha Kruse
e1596e8992
fix looping over hints
2011-12-29 23:35:14 +01:00
Sascha Kruse
aceec39eb4
fixed typo in README/manpage
...
Thanks to altercation for spotting this.
2011-12-14 22:28:42 +01:00
Sascha Kruse
b1be9ee92c
delete clicked msg
2011-11-27 03:39:37 +01:00
Sascha Kruse
22759b87c5
ignore middle-click
2011-11-18 16:33:31 +01:00
Sascha Kruse
167d7c8671
show count of hidden msgs
2011-11-18 08:32:24 +01:00
Sascha Kruse
5915cbdd9f
new option to sort messages by order
2011-11-18 07:23:33 +01:00
Sascha Kruse
22859984ed
draw.c tab->spaces
2011-11-18 05:43:38 +01:00
Sascha Kruse
7134a26535
refactored dbus notify stuff
2011-11-18 04:39:47 +01:00
Sascha Kruse
98d7d17ad5
replace <br>,<br/> and <br />
2011-11-17 20:40:05 +01:00
Sascha Kruse
b42153d158
restore old defaults in config.h
2011-11-17 18:41:59 +01:00
Sascha Kruse
0e4b83912e
don't die on wrong types in dbus message
2011-11-17 18:41:03 +01:00
Sascha Kruse
76f4922ffc
fixed memory-leak
2011-11-15 20:12:27 +01:00
Sascha Kruse
6776c020e1
add dunst.1 to gitignore
2011-11-15 19:40:13 +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
822e5d2f8c
More granularity in verbosity
2011-11-15 11:14:27 +01:00
Sascha Kruse
91be3e1e4a
removed unused function definition
2011-11-15 08:51:45 +01:00
Sascha Kruse
d291bec15b
added some comments to config.def.h
2011-11-15 01:31:36 +01:00
Sascha Kruse
6d36786fc0
added format to rules
2011-11-15 01:21:08 +01:00
Sascha Kruse
4e7a12053d
added keybindings to config.def.h
2011-11-14 23:59:32 +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
ea702f0dad
refactor handling of the msgqueue
...
This should make things cleaner and easier to add filters in the future"
2011-11-14 20:48:57 +01:00
Sascha Kruse
a61e8ebada
reintroduced -v
...
This one was forgotten in the rewrite of the option parsing
2011-11-14 20:26:00 +01:00
Sascha Kruse
57ba1d5ffe
use getopt for option parsing
2011-11-14 17:12:13 +01:00
Sascha Kruse
9b89836e73
some cleanup
2011-11-14 16:04:06 +01:00
Sascha Kruse
f237d8df84
changed behaviour of mouseclicks
...
Now a rightclick on the message windows deletes ALL messages.
2011-11-05 10:45:59 +01:00
Sascha Kruse
349493c196
fixed tab<->spaces
2011-10-25 22:22:10 +02:00
Sascha Kruse
fa302a31a9
fixed typo in usage
2011-10-03 21:54:18 +02:00
Sascha Kruse
b878f3d851
removed unused _do_replace(...) function
2011-10-03 21:14:05 +02:00
Sascha Kruse
f192ee6bbf
removed unused pop(...) function
2011-10-03 21:10:13 +02:00
Sascha Kruse
96a632cfcc
cleanup of fix_markup(...)
2011-10-03 20:56:42 +02:00
Sascha Kruse
b65735970b
fix hang of pidgin on close
...
pidgin (and probably some other applications too) send closeNotification
to the server to close all open notifications and waits for a reply.
Send dummy reply for now to make them happy.
2011-10-03 12:47:17 +02:00
Sascha Kruse
f4508c1dbe
verbose-mode and output cleanup
2011-10-03 12:35:19 +02:00
Sascha Kruse
41401d0985
round timeout
...
round timeout of messages and prevent 0 > timeout > 500 from being
rounded to 0
2011-09-28 17:49:14 +02:00
Sascha Kruse
16320b0f8d
always handle XEvents
...
This prevents queueing up of key-presses when no window is shown, which
would close the message immediatly
2011-09-28 17:27:00 +02:00
Sascha Kruse
6240ebb237
replace newlines with space
2011-09-25 07:15:52 +02:00
Sascha Kruse
1f67c51cf2
removed -msg option
2011-09-25 07:14:24 +02:00
Sascha Kruse
916a2c0c60
read color hints
...
this commit enables dunst to read color informations for the
notifications from the message.
2011-09-24 01:29:22 +02:00
Sascha Kruse
5a5211006e
fixed segfault
...
thanks to chneukirchen
2011-09-24 00:45:14 +02:00
Sascha Kruse
f7109c9b19
fixed memoryleak
...
thanks to chneukirchen
2011-09-24 00:31:32 +02:00
Sascha Kruse
f84ace2b05
fixed unescaping of & < >
2011-09-18 16:16:58 +02:00
Sascha Kruse
ba6c00bad1
fixed wrong deletion order of messages
...
and gave the variable 'tmp' a better name
2011-09-17 18:59:29 +02:00
Sascha Kruse
6cec7aa72d
fixed warning when compiled with -Wextra
...
changed len (length of message in drawmsg) to unsigned int,
since a length can't be negative and the variable will be
compared to another unsigned int.
2011-09-17 15:40:18 +02:00
Sascha Kruse
f54975ba13
put colors into array
...
This way, the color can be simple selected by colors[urgency]
2011-09-17 14:57:48 +02:00
Sascha Kruse
929f5d6740
strip markups
...
strip <i></i><b></b><u></u></a><a href..><img src.../>
2011-09-16 22:59:16 +02:00
Sascha Kruse
c3440b97ac
more timeout option
...
added individual timeouts for each urgency-level
2011-09-16 22:24:16 +02:00
Sascha Kruse
8c48a33f31
Readded README
...
it seems github can't work with README.1
2011-09-16 01:40:20 +02:00