41 Commits

Author SHA1 Message Date
Sascha Kruse
820cfe7315 Basic dbus functionality reintroduced 2013-02-18 04:30:57 +00:00
Sascha Kruse
74bae9ee0b get rid of str_array 2013-02-17 03:38:48 +01:00
Sascha Kruse
8e29c4dc5b replace r_line_cache stuff 2013-02-17 03:04:27 +01:00
Sascha Kruse
6de8d785ff use GSList for rules 2013-02-16 10:41:06 +01:00
Sascha Kruse
1b90d82972 update copyright year 2013-01-17 00:39:47 +01:00
Sascha Kruse
f2075a3409 more options for separator color 2012-12-22 17:12:27 +01:00
Sascha Kruse
4b7c856c0a add padding 2012-12-21 13:46:20 +01:00
Sascha Kruse
131016878b run script via rule 2012-12-21 12:27:24 +01:00
Sascha Kruse
aa514c94eb better error handling 2012-12-19 22:23:40 +01:00
Sascha Kruse
9a662f2313 extract urls 2012-12-19 15:04:27 +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
e16b1764f8 refactor draw_win 2012-12-11 01:20:21 +01:00
Sascha Kruse
609f20c99c indent --no-tabs -linux 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
78d7daed12 negative width within geometry
See github issue #72
2012-10-20 14:44:50 +02:00
Sascha Kruse
eaf0bc8308 Merge branch 'master' into progress_hint 2012-10-08 19:04:44 +02:00
progandy
bcd3a79b1c document new placeholder 2012-10-08 12:38:53 +02:00
Sascha Kruse
fa3e498c4e make use of asprintf 2012-10-08 08:58:53 +02:00
progandy
fe1b2fd30e process and display progress hints (hint 'value', range 0-100) using placeholder %p 2012-10-07 22:04:36 +02:00
Sascha Kruse
8d8834a8f3 move enums and structs to dunst.h 2012-08-30 06:28:14 +02:00
Sascha Kruse
be626b68a5 draw separator line between notifications 2012-08-30 01:47:24 +02:00
Sascha Kruse
2f5d8d7afb cleanup draw_win 2012-08-16 23:18:37 +02:00
Sascha Kruse
d4f38c0533 utils.{c,h} 2012-07-25 10:07:54 +02:00
Sascha Kruse
4380af776f rewrite keyboard shortcut handling
this adds more flexibility to the shourtcuts since now you can have
separate modifiers for different keys.
2012-07-23 11:36:58 +02:00
Sascha Kruse
9e1261c350 move file tail back to end 2012-07-22 22:43:32 +02:00
Sascha Kruse
a5cc76c986 filter duplicate messages 2012-07-01 08:06:33 +02:00
Sascha Kruse
454fb4ebed org.freedesktop.Notifications.NotificationClosed 2012-07-01 04:09:55 +02:00
Sascha Kruse
7e696cc02d alignment 2012-07-01 01:32:22 +02:00
Sascha Kruse
70cdb3535c support proper closing and replacing requests 2012-06-25 19:19:16 +02:00
Sascha Kruse
99b482c484 send proper message id to client 2012-06-25 19:16:48 +02:00
Sascha Kruse
d6f3868cc0 use generic list for rules 2012-06-25 19:16:48 +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
Sascha Kruse
b6ae405050 license 2012-06-20 23:42:36 +02:00
Sascha Kruse
9b4d9ec205 Merge branch 'xft' into next
Conflicts:
	config.mk
2012-06-12 13:59:51 +02:00
Sascha Kruse
acf56a41e9 xft 2012-06-12 13:51:41 +02:00
Sascha Kruse
c18be50fd3 config parsing 2012-03-19 00:10:23 +01:00
Sascha Kruse
9ac34f6010 make rules linked list instead of array 2012-03-18 07:04:12 +01:00
Sascha Kruse
6d36786fc0 added format to rules 2011-11-15 01:21:08 +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