60 Commits

Author SHA1 Message Date
Nikos Tsipinakis
7e58e5c64c Add expandtab to vim modelines & expand abbreviations
Add expandtab to vim modelines so that spaces are expanded to tabs, make
life easier for people that have vim configured to use tabs by default.

Expand modeline abbreviations to improve readability.
2016-11-17 20:27:46 +02:00
Jakob Nixdorf
8ee86dc477 add initial support for per-urgency frame-colors 2016-11-06 16:52:13 -03:00
Ilya Tumaykin
8ca41b13a8 Fix: Multiple implicitly declared functions
https://github.com/knopwob/dunst/issues/267
2016-10-29 02:52:53 -03:00
Sascha Kruse
3cd7f24fdd config for max history length
fix #177
2014-06-16 20:54:06 +02:00
Gjum
01327a6bc4 Add option to align icons left or right 2014-02-26 22:43:53 +01:00
Sascha Kruse
ced9186cf1 removed the rest of old drawing code 2013-02-22 18:36:24 +00:00
Sascha Kruse
e82da9d5e7 indent -linx --no-tabs 2013-02-21 23:23:54 +00:00
Sascha Kruse
0a04bceb6f move x_* functions to x.c 2013-02-21 23:14:23 +00:00
Sascha Kruse
5bc68ffc4b move global variables related to x in struct 2013-02-21 23:04:43 +00:00
Sascha Kruse
f88cc4e831 renamed draw.{c,h} x.{c,h} 2013-02-21 20:03:00 +00:00
Sascha Kruse
4e92d61804 notification.{c,h} 2013-02-21 18:02:20 +00:00
Sascha Kruse
e07744fd49 move context_menu related stuff into menu.{c,h} 2013-02-21 03:08:04 +00:00
Sascha Kruse
a587fea56f moved rules related stuff to rules.{c,h} 2013-02-21 01:37:57 +00:00
Sascha Kruse
be5940bc74 settings.{c,h}
Put all global variables that store user settings into
a struct to keep the namespace clean. Move loading of
settings into own file so that only the namespace of
settings.c gets polluted with the stuff from config.h
2013-02-21 01:22:46 +00:00
Sascha Kruse
3a3edab374 cleanup win_* function names 2013-02-20 10:30:54 +01:00
Sascha Kruse
f2e42aabfd cleanup notification_* function names 2013-02-20 10:26:12 +01:00
Sascha Kruse
1ac31d9397 wake_up() call from init_notification to onNotify 2013-02-19 01:31:17 +00:00
Sascha Kruse
62e92c7625 add actions to context menu 2013-02-18 10:03:54 +00:00
Sascha Kruse
03ec6e2864 fix compile warnings 2013-02-18 08:31:24 +00:00
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