211 Commits

Author SHA1 Message Date
Sascha Kruse
362e45857c .clang_complete 2012-08-16 06:58:25 +02:00
Sascha Kruse
da718c4998 fix calculation of window position on multihead
Conflicts:
	dunst.c
2012-08-15 21:25:43 +02:00
Sascha Kruse
4a5778ec2f indent --no-tabs -linux 2012-08-15 00:00:43 +02:00
Sascha Kruse
fa6f7e24c0 remove unused x_offset from notification_buffer 2012-08-14 23:59:22 +02:00
Sascha Kruse
ca8b61d8ab refactor draw_win
move filling of notificaiton buffer into own function and other minor cleanup
2012-08-14 23:58:30 +02:00
Sascha Kruse
9eda03513e word_wrap 2012-08-14 17:14:07 +02:00
Sascha Kruse
03190b58bf no default keybindings 2012-08-13 00:51:58 +02:00
Sascha Kruse
a18d993401 "none" to disable keybinding 2012-08-13 00:49:30 +02:00
Sascha Kruse
2dbdc19e1f X(Un)grab wrapper with error handling 2012-08-13 00:49:21 +02:00
Sascha Kruse
59cb3a5247 fix notification age calculation
see github issue #52
2012-08-10 16:57:12 +02:00
Sascha Kruse
4590ecb234 fix deleting geometry on -history_key and -all_key 2012-08-09 11:09:40 +02:00
Sascha Kruse
e2ea1be9e9 make uninstall: remove correct *.service file 2012-08-02 18:51:21 +02:00
Sascha Kruse
cbd645d0d0 fix monitor option 2012-08-02 18:25:02 +02:00
Sascha Kruse
b7875450dd Merge branch '0.3.1' 2012-08-02 17:13:57 +02:00
Sascha Kruse
84009461a9 fix -mon
this was a regression
2012-08-02 17:10:49 +02:00
Sascha Kruse
4458ad140a VERSION="pre-0.4.0" 2012-07-31 13:32:41 +02:00
Sascha Kruse
057d1bc0f2 Merge remote-tracking branch 'origin/next' 2012-07-31 13:19:00 +02:00
Sascha Kruse
014b6f922e version 0.3.0 v0.3.0 2012-07-30 17:26:52 +02:00
Sascha Kruse
4df1053ac2 make clean: remove org.knopwob.dunst.git 2012-07-30 17:25:12 +02:00
Sascha Kruse
decbdb6f9e dunst.service -> org.knopwob.dunst.service 2012-07-30 17:21:56 +02:00
Sascha Kruse
ed10295289 dunst.service 2012-07-28 18:09:44 +02:00
Sascha Kruse
7d528475b6 CHANGELOG 2012-07-26 01:59:43 +02:00
Sascha Kruse
7fe7938460 moved monitor and follow_mode to config.h 2012-07-25 10:30:11 +02:00
Sascha Kruse
0750c5da0f make compilerflags appendable 2012-07-25 10:13:12 +02:00
Sascha Kruse
59886c1447 added rules to config.def.h 2012-07-25 10:07:54 +02:00
Sascha Kruse
311e2ff437 reintroduced config.h 2012-07-25 10:07:54 +02:00
Sascha Kruse
d4f38c0533 utils.{c,h} 2012-07-25 10:07:54 +02:00
Sascha Kruse
a369f5d344 initialize depricated_dunstrc_shortcuts 2012-07-25 10:07:06 +02:00
Sascha Kruse
b06a94c8fc display warning notification on depricated settings 2012-07-25 07:05:47 +02:00
Sascha Kruse
f05e80edf6 new function: warn(...) 2012-07-25 06:57:52 +02:00
Sascha Kruse
03411ac365 new function: die(...) 2012-07-25 06:34:31 +02:00
Sascha Kruse
1b4b7c3ae2 dunstrc: hint where the 'grave' key is 2012-07-24 17:58:59 +02:00
Sascha Kruse
e98492dcf2 follow focus 2012-07-24 13:56:27 +02:00
Sascha Kruse
0a9b650fc8 fix memory corruption 2012-07-23 13:17:14 +02:00
Sascha Kruse
14ce1713ab add comments to dunstrc 2012-07-23 11:53:14 +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
oblique
cf1d868666 handle properly XKeysymToKeycode's return 2012-07-21 05:09:16 +03:00
Sascha Kruse
a84e558d82 ungrab keyboard when no notification
This doesn't apply to history key.
2012-07-21 00:50:27 +02:00
Sascha Kruse
bab419f56f fix memoryleak 2012-07-18 03:48:50 +02:00
Sascha Kruse
f335ff2927 add NULL checks 2012-07-18 03:42:31 +02:00
Sascha Kruse
2dcf737e11 update AUTHORS 2012-07-18 00:57:20 +02:00
Sascha Kruse
841eea2f3e indent --no-tabs -linux 2012-07-18 00:47:59 +02:00
Sascha Kruse
160796a058 Merge branch 'master' of https://github.com/mil/dunst 2012-07-18 00:44:05 +02:00
Sascha Kruse
c85b40e90e don't segfault on closeNotification with unknown id 2012-07-17 00:31:57 +02:00
Sascha Kruse
ab0404c30d fix removing notifications from notification_queue
close_notification_by_id doesn't properly remove notifications from
notification_queue which causes an endless-loop in
move_all_notifications_to_history.
2012-07-16 23:33:43 +02:00
Miles Sandlar
fc74d6bf18 Added all_key to clear all messages by keybinding 2012-07-13 18:44:26 -04:00
Sascha Kruse
4507b704e0 don't initialize i to itself 2012-07-13 10:19:02 +02:00
Sascha Kruse
bbb02527b1 don't explicitly set CC 2012-07-13 10:18:35 +02:00
Sascha Kruse
335ac3f56f exit when display can't be opened 2012-07-13 10:08:14 +02:00