12 Commits

Author SHA1 Message Date
Luke Shumaker
2c93c7a277 Use the appropriate string search functions instead of strstr everywhere.
This mostly means using strchr, but I also found:
  option_parser.c:load_ini_file:
    - replace multiple calls to strstr with strpbrk
  notification.c:notification_init:
    - replace string_replace in a while loop with a single call to
      string_replace_char

redo string replace all
2016-12-17 17:00:43 -03:00
Nikos Tsipinakis
41d3b61f3c Fix compiler warnings when compiling dunstify 2016-12-11 13:26:20 +02:00
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
Sascha Kruse
27eb2bcbe6 remove trailing whitespaces 2014-03-08 19:03:50 +01:00
Giuliano Schneider
844186b77d fixed "warning: ‘g_type_init’ is deprecated" 2013-04-30 13:45:34 +02:00
Sascha Kruse
162a2edbea dunstify: update help for --replace and --close 2013-03-08 07:59:21 +01:00
Sascha Kruse
44612489ab Merge branch 'cairo' of ssh://thinky/home/knopwob/src/c/dunst into cairo 2013-02-25 20:43:00 +00:00
Sascha Kruse
8b706d3f21 dunstify add hint support 2013-02-25 20:42:44 +00:00
Sascha Kruse
783b2cc821 fix segfault when no actions are specified 2013-02-25 14:43:48 +01:00
Sascha Kruse
9c53223034 dunstify: add actions support 2013-02-23 06:30:43 +00:00
Sascha Kruse
71d95394fd replace notify.py with dunstify 2013-02-23 04:51:37 +00:00
Sascha Kruse
5827411c64 dunstify 2013-02-23 04:20:29 +00:00