Commit Graph

  • 4aa4e93123 Format the settings file better Nikos Tsipinakis 2017-02-04 15:18:14 +02:00
  • 0c7406f1ba Merge pull request #290 from 'EdwardBetts-master' Eizen 2017-02-01 12:45:18 -03:00
  • d73526975e fix spelling mistakes Edward Betts 2017-02-01 10:02:01 +00:00
  • c7a19d9eb8 Update Changelog Eizen 2017-01-30 16:36:15 -03:00
  • 36ad645c47 Update Readme Eizen 2017-01-29 16:18:22 -03:00
  • 3126714b79 Merge pull request #287 from fkmclane/patch-1 Nikos Tsipinakis 2017-01-29 19:48:42 +02:00
  • d6e2e70cd8 fix 'always_run_script' typo Foster McLane 2017-01-29 12:30:24 -05:00
  • 0deff4412e Add initial notification test suite Nikos Tsipinakis 2017-01-29 14:15:19 +02:00
  • a788770a0f Add the ability to call load_settings more than once Nikos Tsipinakis 2017-01-29 14:11:20 +02:00
  • 63bb4ad857 Move setting enums to settings.h Nikos Tsipinakis 2017-01-27 16:33:23 +02:00
  • 964688699e Use include guards consistently Nikos Tsipinakis 2017-01-27 16:27:09 +02:00
  • f34b846041 Fix memory leaks in the unit tests Nikos Tsipinakis 2017-01-27 16:11:04 +02:00
  • a3cce0ec2f Add raw_icon and timeout to notification printout Nikos Tsipinakis 2017-01-28 12:16:20 +02:00
  • 1e735c69a6 Merge pull request #285 from Stebalien/fix-double-free Nikos Tsipinakis 2017-01-27 16:48:29 +02:00
  • 2b2992de38 Fix a double free in on_get_capabilities. Steven Allen 2017-01-26 16:38:38 -08:00
  • 5e9c3cbc95 Fix Readme Eizen 2017-01-23 17:00:47 -03:00
  • 97bc56847b Update README Eizen 2017-01-23 16:39:34 -03:00
  • 4afe2b6924 Vertically align icons Nikos Tsipinakis 2017-01-21 09:37:02 +02:00
  • f51f9a19b7 Add missing semicolon Nikos Tsipinakis 2017-01-21 09:19:02 +02:00
  • bba3cfe700 Fix segfault when checking for duplicate notifications with raw icons Nikos Tsipinakis 2017-01-21 09:13:03 +02:00
  • 1e477395d9 Fix #281 bad free. Also fix a memory leak. (#282) John Chen 2017-01-21 14:38:36 +08:00
  • dd4deb3b00 Fix raw icon error handling in dunstify Nikos Tsipinakis 2017-01-20 19:54:00 +02:00
  • 86c917fc95 Implement raw icon support for dunstify Nikos Tsipinakis 2017-01-20 19:26:16 +02:00
  • ec7905f50f Check file existence instead of null string Eizen 2017-01-18 16:58:48 -03:00
  • ce37a46b0f Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. Eizen 2017-01-18 01:06:27 -03:00
  • c4a002bc79 Initialise default icon before checking for duplicates Nikos Tsipinakis 2017-01-16 17:46:06 +02:00
  • f0ca0c8e6b Merge pull request #278 from dunst-project/unit_testing Nikos Tsipinakis 2017-01-14 20:32:56 +02:00
  • a44a870728 travis: irc notifications Sascha kruse 2017-01-13 19:08:24 +01:00
  • 88760c98bd .travis.yml: add missing config Sascha kruse 2017-01-13 19:04:34 +01:00
  • 36e008d3ac travis: use ubuntu 14.04 Sascha kruse 2017-01-13 18:51:26 +01:00
  • 5b34cc2455 .travis.yml: explicitly list dependencies Sascha kruse 2017-01-13 18:42:08 +01:00
  • d468e3ed5c initial .travis.yml Sascha kruse 2017-01-13 18:37:01 +01:00
  • cfef422515 run tests on 'make test' Sascha kruse 2017-01-13 17:37:01 +01:00
  • 3dead11869 Merge remote-tracking branch 'tsipinakis/master' into unit_testing Sascha kruse 2017-01-13 17:36:08 +01:00
  • 23d8755b81 remove unmaintained notice Sascha kruse 2017-01-12 16:01:21 +01:00
  • 2614b4d06e Move functional tests to a different subdirectory Nikos Tsipinakis 2017-01-04 11:13:21 +02:00
  • ae87efc0a2 Fix a few minor issues in the makefile & remove debug target Nikos Tsipinakis 2017-01-04 10:38:34 +02:00
  • 655abd7cc8 Remove unnecessary notification field initializations Nikos Tsipinakis 2017-01-01 19:37:32 +02:00
  • 9ec8dbe5db Initialize null fields with sane defaults in notification_init Nikos Tsipinakis 2017-01-01 18:06:27 +02:00
  • c6d783f5e2 Replace null checks with assert calls Nikos Tsipinakis 2017-01-01 17:13:35 +02:00
  • 86fbde2de1 Implement distclean target Nikos Tsipinakis 2017-01-01 17:08:10 +02:00
  • 0cb1524cc6 Don't check return status of notification_create Nikos Tsipinakis 2017-01-01 17:05:25 +02:00
  • 0a0c02021d Update functions in dbus.c to use camel_case for consistency Nikos Tsipinakis 2016-12-22 20:00:45 +02:00
  • de9c52f98f Implement notification_create function Nikos Tsipinakis 2016-12-22 19:38:49 +02:00
  • 6c9de72c7d Don't consider notifications duplicate if icon or urgency differ Nikos Tsipinakis 2016-12-22 19:09:16 +02:00
  • f32659adb7 Add systemd service unit to contrib Eizen 2016-12-21 01:57:16 -03:00
  • 810637b2b6 Fix typos Nikos Tsipinakis 2016-12-18 17:14:02 +02:00
  • 16256d316e Merge release notes into a single file Eizen 2016-12-17 17:25:46 -03:00
  • 2c93c7a277 Use the appropriate string search functions instead of strstr everywhere. Luke Shumaker 2013-09-18 21:08:57 -04:00
  • 187d3f9ab9 Invalid boolean values should fall back to the default Nikos Tsipinakis 2016-12-15 19:13:08 +02:00
  • a2e0a6efe7 Remove whitespace from empty line Nikos Tsipinakis 2016-12-15 18:38:34 +02:00
  • bfd24224aa Merge pull request #270 Eizen 2016-12-13 20:36:55 -03:00
  • f54d698cba Bring default config up to date Nikos Tsipinakis 2016-12-11 14:14:18 +02:00
  • e3cbe3883a The manpage should be built to the docs directory Nikos Tsipinakis 2016-12-11 13:48:12 +02:00
  • ad6557239a Fix incorrect indentation Nikos Tsipinakis 2016-12-11 13:41:43 +02:00
  • 41d3b61f3c Fix compiler warnings when compiling dunstify Nikos Tsipinakis 2016-12-11 13:26:20 +02:00
  • 2fe2497506 Add the test binary to gitignore Nikos Tsipinakis 2016-12-11 13:23:25 +02:00
  • 987ec09dec Update manpage Eizen 2016-12-03 17:44:16 -03:00
  • 7f8648742f Fix memory leak Eizen 2016-12-03 17:42:17 -03:00
  • b9619a1460 Add option parser test suite Nikos Tsipinakis 2016-12-03 19:33:40 +02:00
  • 9333d68656 Use the suite_ prefix for test suites Nikos Tsipinakis 2016-12-03 19:19:10 +02:00
  • bae745b1fd Don't use ini_get_int to get doubles Nikos Tsipinakis 2016-12-03 19:16:32 +02:00
  • 7f12704b07 Merge branch 'master' of tsipinakis/dunst Eizen 2016-11-22 15:35:27 -03:00
  • 2d562968c0 Fix raw data when icon position is off and uninitialized pointer Eizen 2016-11-22 15:22:28 -03:00
  • 256440b25a Implement tests for most of the util functions Nikos Tsipinakis 2016-11-22 18:47:38 +02:00
  • 756dee58c7 Remove unused function Nikos Tsipinakis 2016-11-22 17:55:28 +02:00
  • 360985b11a update readme with maintainership info Sascha Kruse 2016-11-22 13:24:57 +01:00
  • 2784950f45 Fix uninitialized value warning and code indentation Eizen 2016-11-22 01:47:42 -03:00
  • d605c91790 Fix merge commit Eizen 2016-11-20 00:03:25 -03:00
  • b6dafbd444 Merge pull request #174 Eizen 2016-11-19 23:58:17 -03:00
  • b8364f4104 Fix missing link README Eizen 2016-11-19 20:16:35 -03:00
  • dfdc082687 Change README Eizen 2016-11-19 20:11:21 -03:00
  • d441e950d8 Implement test target and add the first test Nikos Tsipinakis 2016-11-19 12:26:00 +02:00
  • 7ba0fe03ae Add 'greatest' testing framework Nikos Tsipinakis 2016-11-19 12:17:23 +02:00
  • e0a8b233c2 Move the main function to main.c Nikos Tsipinakis 2016-11-19 12:15:39 +02:00
  • 32fb32f96f Split clean and install targets to *-doc *-dunst Nikos Tsipinakis 2016-11-19 12:08:27 +02:00
  • 2df2e7d06c Move dunst source files to src/ Nikos Tsipinakis 2016-11-19 11:54:03 +02:00
  • 4b36abff9a Fix uninitialised pointer warning Nikos Tsipinakis 2016-11-18 21:30:48 +02:00
  • 8cadd8f905 Don't indent top-level comments Nikos Tsipinakis 2016-11-17 22:11:08 +02:00
  • 7e58e5c64c Add expandtab to vim modelines & expand abbreviations Nikos Tsipinakis 2016-11-17 20:27:46 +02:00
  • 9dd4768a1f Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated Nikos Tsipinakis 2016-11-17 19:50:00 +02:00
  • 9db667be45 Add note about ctrl+grave to default config Jack Henschel 2016-07-07 12:45:59 +02:00
  • 69537c2c1d Don't trim leading whitespace, fixes #208. vimbaer 2015-01-18 21:44:21 +01:00
  • 812b3f972f Merge pull request #210 Eizen 2016-11-10 00:33:41 -03:00
  • cf910b0683 Avoid allocations in string_replace_at when possible. Yuri D'Elia 2014-12-21 22:14:19 +01:00
  • 98566667c7 Consistent indentation. Yuri D'Elia 2014-12-21 22:12:54 +01:00
  • 4b53e44d92 Avoid allocations by performing stripping in-place Yuri D'Elia 2014-12-21 22:05:16 +01:00
  • bed4877d7b Fix/simplify notification_strip_markup Yuri D'Elia 2014-12-21 14:58:10 +01:00
  • 8ee86dc477 add initial support for per-urgency frame-colors Jakob Nixdorf 2014-03-12 12:22:12 +01:00
  • 30085f7abd Add option to hide duplicates count Moritz Luedecke 2016-06-25 13:38:24 +02:00
  • 40905c9ff8 Remove unneeded Xft include in x.h Ilya Tumaykin 2016-07-29 02:10:45 +01:00
  • 8ca41b13a8 Fix: Multiple implicitly declared functions Ilya Tumaykin 2016-07-29 02:22:36 +01:00
  • d2c63f1f00 Fix: Add a couple of missing stdlib.h includes required for exit() Ilya Tumaykin 2016-07-29 02:14:35 +01:00
  • be72e22c38 Fix: Respect CFLAGS when building dunstify Ilya Tumaykin 2016-07-29 01:53:01 +01:00
  • 4f16213f9f add some graceful termination handling kongo2002 2015-07-20 15:20:54 +02:00
  • f25c294569 fix memleaks kongo2002 2015-07-20 11:47:07 +02:00
  • 539d4dd102 Fix crash from uninitialized pointer value Justin Jacobs 2015-03-10 11:21:39 -04:00
  • 2a62a045cc unmaintained notice in README Sascha Kruse 2016-10-28 15:17:52 +02:00
  • 7ba4c1cc9b Fix two segfaults trying to display invalid icons Johannes M. Griebler 2016-10-16 22:29:10 +02:00
  • 57d3b293a2 Free original pixbuf after scaling Johannes M. Griebler 2016-10-16 12:18:45 +02:00