summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-29Updated version (1.1.0.132.ga3cce0e.737 -> 1.1.0.140.g36ad645.745).Stefan Husmann
Changelog ========= Update Readme (36ad645) Merge pull request #287 from fkmclane/patch-1 (3126714) fix 'always_run_script' typo (d6e2e70) Add initial notification test suite (0deff44) Add the ability to call load_settings more than once (a788770) Move setting enums to settings.h (63bb4ad) Use include guards consistently (9646886) Fix memory leaks in the unit tests (f34b846) Add raw_icon and timeout to notification printout (a3cce0e) Merge pull request #285 from Stebalien/fix-double-free (1e735c6) Fix a double free in on_get_capabilities. (2b2992d) Fix Readme (5e9c3cb) Update README (97bc568) Vertically align icons (4afe2b6) Add missing semicolon (f51f9a1) Fix segfault when checking for duplicate notifications with raw icons (bba3cfe) Fix #281 bad free. Also fix a memory leak. (#282) (1e47739) Fix raw icon error handling in dunstify (dd4deb3) Implement raw icon support for dunstify (86c917f) Check file existence instead of null string (ec7905f) Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. (ce37a46) Initialise default icon before checking for duplicates (c4a002b) Merge pull request #278 from dunst-project/unit_testing (f0ca0c8) travis: irc notifications (a44a870) .travis.yml: add missing config (88760c9) travis: use ubuntu 14.04 (36e008d) .travis.yml: explicitly list dependencies (5b34cc2) initial .travis.yml (d468e3e) run tests on 'make test' (cfef422) Merge remote-tracking branch 'tsipinakis/master' into unit_testing (3dead11) remove unmaintained notice (23d8755) Move functional tests to a different subdirectory (2614b4d) Fix a few minor issues in the makefile & remove debug target (ae87efc) Remove unnecessary notification field initializations (655abd7) Initialize null fields with sane defaults in notification_init (9ec8dbe) Replace null checks with assert calls (c6d783f) Implement distclean target (86fbde2) Don't check return status of notification_create (0cb1524) Update functions in dbus.c to use camel_case for consistency (0a0c020) Implement notification_create function (de9c52f) Don't consider notifications duplicate if icon or urgency differ (6c9de72) Add systemd service unit to contrib (f32659a) Fix typos (810637b) Merge release notes into a single file (16256d3) Use the appropriate string search functions instead of strstr everywhere. (2c93c7a) Invalid boolean values should fall back to the default (187d3f9) Remove whitespace from empty line (a2e0a6e) Merge pull request #270 (bfd2422) Bring default config up to date (f54d698) The manpage should be built to the docs directory (e3cbe38) Fix incorrect indentation (ad65572) Fix compiler warnings when compiling dunstify (41d3b61) Add the test binary to gitignore (2fe2497) Update manpage (987ec09) Fix memory leak (7f86487) Add option parser test suite (b9619a1) Use the suite_ prefix for test suites (9333d68) Don't use ini_get_int to get doubles (bae745b) Merge branch 'master' of tsipinakis/dunst (7f12704) Fix raw data when icon position is off and uninitialized pointer (2d56296) Implement tests for most of the util functions (256440b) Remove unused function (756dee5) update readme with maintainership info (360985b) Fix uninitialized value warning and code indentation (2784950) Fix merge commit (d605c91) Merge pull request #174 (b6dafbd) Fix missing link README (b8364f4) Change README (dfdc082) Implement test target and add the first test (d441e95) Add 'greatest' testing framework (7ba0fe0) Move the main function to main.c (e0a8b23) Split clean and install targets to *-doc *-dunst (32fb32f) Move dunst source files to src/ (2df2e7d) Fix uninitialised pointer warning (4b36abf) Don't indent top-level comments (8cadd8f) Add expandtab to vim modelines & expand abbreviations (7e58e5c) Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated (9dd4768) Add note about ctrl+grave to default config (9db667b) Don't trim leading whitespace, fixes #208. (69537c2) Merge pull request #210 (812b3f9) Avoid allocations in string_replace_at when possible. (cf910b0) Consistent indentation. (9856666) Avoid allocations by performing stripping in-place (4b53e44) Fix/simplify notification_strip_markup (bed4877) add initial support for per-urgency frame-colors (8ee86dc) Add option to hide duplicates count (30085f7) Remove unneeded Xft include in x.h (40905c9) Fix: Multiple implicitly declared functions (8ca41b1) Fix: Add a couple of missing stdlib.h includes required for exit() (d2c63f1) Fix: Respect CFLAGS when building dunstify (be72e22) add some graceful termination handling (4f16213) fix memleaks (f25c294) Fix crash from uninitialized pointer value (539d4dd) unmaintained notice in README (2a62a04) Fix two segfaults trying to display invalid icons (7ba4c1c) Free original pixbuf after scaling (57d3b29) Add configuration option for icon scaling (ce8fe45) Scale images down if they exceed a certain size (342a235) Merge pull request #2 from jgriebler/master (ad2aef6) Actually fix segfault (9e80de6) Merge pull request #1 from jgriebler/master (cafedc3) Fix segfault while displaying startup notification (1c1d173) Merge icon handling from buglloc/master (33ab80f) Take lightweight tags into account in VERSION (f1b0e83) fix/sigsegv-due-to-null-notification-category (bd84bcb) fix/read-category-from-rule (94eecd6) Try to support raw image data (see knopwob/dunst#151 ) (a6d9626) Added support for more image formats for icons ( see knopwob/dunst#150 ) (b6f56be) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4) Text is vertically centered if the icon is on the right (cee294d) Horizontal padding is now inside the border too (bc31a63) Center text vertically when there's an icon (c8575e1) Fix padding when there's an icon (ae2ce4f)
2017-01-28Updated version (1.1.0.131.g1e735c6.736 -> 1.1.0.132.ga3cce0e.737).Stefan Husmann
Changelog ========= Add raw_icon and timeout to notification printout (a3cce0e) Merge pull request #285 from Stebalien/fix-double-free (1e735c6) Fix a double free in on_get_capabilities. (2b2992d) Fix Readme (5e9c3cb) Update README (97bc568) Vertically align icons (4afe2b6) Add missing semicolon (f51f9a1) Fix segfault when checking for duplicate notifications with raw icons (bba3cfe) Fix #281 bad free. Also fix a memory leak. (#282) (1e47739) Fix raw icon error handling in dunstify (dd4deb3) Implement raw icon support for dunstify (86c917f) Check file existence instead of null string (ec7905f) Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. (ce37a46) Initialise default icon before checking for duplicates (c4a002b) Merge pull request #278 from dunst-project/unit_testing (f0ca0c8) travis: irc notifications (a44a870) .travis.yml: add missing config (88760c9) travis: use ubuntu 14.04 (36e008d) .travis.yml: explicitly list dependencies (5b34cc2) initial .travis.yml (d468e3e) run tests on 'make test' (cfef422) Merge remote-tracking branch 'tsipinakis/master' into unit_testing (3dead11) remove unmaintained notice (23d8755) Move functional tests to a different subdirectory (2614b4d) Fix a few minor issues in the makefile & remove debug target (ae87efc) Remove unnecessary notification field initializations (655abd7) Initialize null fields with sane defaults in notification_init (9ec8dbe) Replace null checks with assert calls (c6d783f) Implement distclean target (86fbde2) Don't check return status of notification_create (0cb1524) Update functions in dbus.c to use camel_case for consistency (0a0c020) Implement notification_create function (de9c52f) Don't consider notifications duplicate if icon or urgency differ (6c9de72) Add systemd service unit to contrib (f32659a) Fix typos (810637b) Merge release notes into a single file (16256d3) Use the appropriate string search functions instead of strstr everywhere. (2c93c7a) Invalid boolean values should fall back to the default (187d3f9) Remove whitespace from empty line (a2e0a6e) Merge pull request #270 (bfd2422) Bring default config up to date (f54d698) The manpage should be built to the docs directory (e3cbe38) Fix incorrect indentation (ad65572) Fix compiler warnings when compiling dunstify (41d3b61) Add the test binary to gitignore (2fe2497) Update manpage (987ec09) Fix memory leak (7f86487) Add option parser test suite (b9619a1) Use the suite_ prefix for test suites (9333d68) Don't use ini_get_int to get doubles (bae745b) Merge branch 'master' of tsipinakis/dunst (7f12704) Fix raw data when icon position is off and uninitialized pointer (2d56296) Implement tests for most of the util functions (256440b) Remove unused function (756dee5) update readme with maintainership info (360985b) Fix uninitialized value warning and code indentation (2784950) Fix merge commit (d605c91) Merge pull request #174 (b6dafbd) Fix missing link README (b8364f4) Change README (dfdc082) Implement test target and add the first test (d441e95) Add 'greatest' testing framework (7ba0fe0) Move the main function to main.c (e0a8b23) Split clean and install targets to *-doc *-dunst (32fb32f) Move dunst source files to src/ (2df2e7d) Fix uninitialised pointer warning (4b36abf) Don't indent top-level comments (8cadd8f) Add expandtab to vim modelines & expand abbreviations (7e58e5c) Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated (9dd4768) Add note about ctrl+grave to default config (9db667b) Don't trim leading whitespace, fixes #208. (69537c2) Merge pull request #210 (812b3f9) Avoid allocations in string_replace_at when possible. (cf910b0) Consistent indentation. (9856666) Avoid allocations by performing stripping in-place (4b53e44) Fix/simplify notification_strip_markup (bed4877) add initial support for per-urgency frame-colors (8ee86dc) Add option to hide duplicates count (30085f7) Remove unneeded Xft include in x.h (40905c9) Fix: Multiple implicitly declared functions (8ca41b1) Fix: Add a couple of missing stdlib.h includes required for exit() (d2c63f1) Fix: Respect CFLAGS when building dunstify (be72e22) add some graceful termination handling (4f16213) fix memleaks (f25c294) Fix crash from uninitialized pointer value (539d4dd) unmaintained notice in README (2a62a04) Fix two segfaults trying to display invalid icons (7ba4c1c) Free original pixbuf after scaling (57d3b29) Add configuration option for icon scaling (ce8fe45) Scale images down if they exceed a certain size (342a235) Merge pull request #2 from jgriebler/master (ad2aef6) Actually fix segfault (9e80de6) Merge pull request #1 from jgriebler/master (cafedc3) Fix segfault while displaying startup notification (1c1d173) Merge icon handling from buglloc/master (33ab80f) Take lightweight tags into account in VERSION (f1b0e83) fix/sigsegv-due-to-null-notification-category (bd84bcb) fix/read-category-from-rule (94eecd6) Try to support raw image data (see knopwob/dunst#151 ) (a6d9626) Added support for more image formats for icons ( see knopwob/dunst#150 ) (b6f56be) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4) Text is vertically centered if the icon is on the right (cee294d) Horizontal padding is now inside the border too (bc31a63) Center text vertically when there's an icon (c8575e1) Fix padding when there's an icon (ae2ce4f)
2017-01-27Updated version (1.1.0.129.g5e9c3cb.734 -> 1.1.0.131.g1e735c6.736).Stefan Husmann
Changelog ========= Merge pull request #285 from Stebalien/fix-double-free (1e735c6) Fix a double free in on_get_capabilities. (2b2992d) Fix Readme (5e9c3cb) Update README (97bc568) Vertically align icons (4afe2b6) Add missing semicolon (f51f9a1) Fix segfault when checking for duplicate notifications with raw icons (bba3cfe) Fix #281 bad free. Also fix a memory leak. (#282) (1e47739) Fix raw icon error handling in dunstify (dd4deb3) Implement raw icon support for dunstify (86c917f) Check file existence instead of null string (ec7905f) Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. (ce37a46) Initialise default icon before checking for duplicates (c4a002b) Merge pull request #278 from dunst-project/unit_testing (f0ca0c8) travis: irc notifications (a44a870) .travis.yml: add missing config (88760c9) travis: use ubuntu 14.04 (36e008d) .travis.yml: explicitly list dependencies (5b34cc2) initial .travis.yml (d468e3e) run tests on 'make test' (cfef422) Merge remote-tracking branch 'tsipinakis/master' into unit_testing (3dead11) remove unmaintained notice (23d8755) Move functional tests to a different subdirectory (2614b4d) Fix a few minor issues in the makefile & remove debug target (ae87efc) Remove unnecessary notification field initializations (655abd7) Initialize null fields with sane defaults in notification_init (9ec8dbe) Replace null checks with assert calls (c6d783f) Implement distclean target (86fbde2) Don't check return status of notification_create (0cb1524) Update functions in dbus.c to use camel_case for consistency (0a0c020) Implement notification_create function (de9c52f) Don't consider notifications duplicate if icon or urgency differ (6c9de72) Add systemd service unit to contrib (f32659a) Fix typos (810637b) Merge release notes into a single file (16256d3) Use the appropriate string search functions instead of strstr everywhere. (2c93c7a) Invalid boolean values should fall back to the default (187d3f9) Remove whitespace from empty line (a2e0a6e) Merge pull request #270 (bfd2422) Bring default config up to date (f54d698) The manpage should be built to the docs directory (e3cbe38) Fix incorrect indentation (ad65572) Fix compiler warnings when compiling dunstify (41d3b61) Add the test binary to gitignore (2fe2497) Update manpage (987ec09) Fix memory leak (7f86487) Add option parser test suite (b9619a1) Use the suite_ prefix for test suites (9333d68) Don't use ini_get_int to get doubles (bae745b) Merge branch 'master' of tsipinakis/dunst (7f12704) Fix raw data when icon position is off and uninitialized pointer (2d56296) Implement tests for most of the util functions (256440b) Remove unused function (756dee5) update readme with maintainership info (360985b) Fix uninitialized value warning and code indentation (2784950) Fix merge commit (d605c91) Merge pull request #174 (b6dafbd) Fix missing link README (b8364f4) Change README (dfdc082) Implement test target and add the first test (d441e95) Add 'greatest' testing framework (7ba0fe0) Move the main function to main.c (e0a8b23) Split clean and install targets to *-doc *-dunst (32fb32f) Move dunst source files to src/ (2df2e7d) Fix uninitialised pointer warning (4b36abf) Don't indent top-level comments (8cadd8f) Add expandtab to vim modelines & expand abbreviations (7e58e5c) Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated (9dd4768) Add note about ctrl+grave to default config (9db667b) Don't trim leading whitespace, fixes #208. (69537c2) Merge pull request #210 (812b3f9) Avoid allocations in string_replace_at when possible. (cf910b0) Consistent indentation. (9856666) Avoid allocations by performing stripping in-place (4b53e44) Fix/simplify notification_strip_markup (bed4877) add initial support for per-urgency frame-colors (8ee86dc) Add option to hide duplicates count (30085f7) Remove unneeded Xft include in x.h (40905c9) Fix: Multiple implicitly declared functions (8ca41b1) Fix: Add a couple of missing stdlib.h includes required for exit() (d2c63f1) Fix: Respect CFLAGS when building dunstify (be72e22) add some graceful termination handling (4f16213) fix memleaks (f25c294) Fix crash from uninitialized pointer value (539d4dd) unmaintained notice in README (2a62a04) Fix two segfaults trying to display invalid icons (7ba4c1c) Free original pixbuf after scaling (57d3b29) Add configuration option for icon scaling (ce8fe45) Scale images down if they exceed a certain size (342a235) Merge pull request #2 from jgriebler/master (ad2aef6) Actually fix segfault (9e80de6) Merge pull request #1 from jgriebler/master (cafedc3) Fix segfault while displaying startup notification (1c1d173) Merge icon handling from buglloc/master (33ab80f) Take lightweight tags into account in VERSION (f1b0e83) fix/sigsegv-due-to-null-notification-category (bd84bcb) fix/read-category-from-rule (94eecd6) Try to support raw image data (see knopwob/dunst#151 ) (a6d9626) Added support for more image formats for icons ( see knopwob/dunst#150 ) (b6f56be) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4) Text is vertically centered if the icon is on the right (cee294d) Horizontal padding is now inside the border too (bc31a63) Center text vertically when there's an icon (c8575e1) Fix padding when there's an icon (ae2ce4f)
2017-01-23UpdateStefan Husmann
2017-01-21Updated version (1.1.0.123.gdd4deb3.728 -> 1.1.0.127.g4afe2b6.732).Stefan Husmann
Changelog ========= Vertically align icons (4afe2b6) Add missing semicolon (f51f9a1) Fix segfault when checking for duplicate notifications with raw icons (bba3cfe) Fix #281 bad free. Also fix a memory leak. (#282) (1e47739) Fix raw icon error handling in dunstify (dd4deb3) Implement raw icon support for dunstify (86c917f) Check file existence instead of null string (ec7905f) Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. (ce37a46) Initialise default icon before checking for duplicates (c4a002b) Merge pull request #278 from dunst-project/unit_testing (f0ca0c8) travis: irc notifications (a44a870) .travis.yml: add missing config (88760c9) travis: use ubuntu 14.04 (36e008d) .travis.yml: explicitly list dependencies (5b34cc2) initial .travis.yml (d468e3e) run tests on 'make test' (cfef422) Merge remote-tracking branch 'tsipinakis/master' into unit_testing (3dead11) remove unmaintained notice (23d8755) Move functional tests to a different subdirectory (2614b4d) Fix a few minor issues in the makefile & remove debug target (ae87efc) Remove unnecessary notification field initializations (655abd7) Initialize null fields with sane defaults in notification_init (9ec8dbe) Replace null checks with assert calls (c6d783f) Implement distclean target (86fbde2) Don't check return status of notification_create (0cb1524) Update functions in dbus.c to use camel_case for consistency (0a0c020) Implement notification_create function (de9c52f) Don't consider notifications duplicate if icon or urgency differ (6c9de72) Add systemd service unit to contrib (f32659a) Fix typos (810637b) Merge release notes into a single file (16256d3) Use the appropriate string search functions instead of strstr everywhere. (2c93c7a) Invalid boolean values should fall back to the default (187d3f9) Remove whitespace from empty line (a2e0a6e) Merge pull request #270 (bfd2422) Bring default config up to date (f54d698) The manpage should be built to the docs directory (e3cbe38) Fix incorrect indentation (ad65572) Fix compiler warnings when compiling dunstify (41d3b61) Add the test binary to gitignore (2fe2497) Update manpage (987ec09) Fix memory leak (7f86487) Add option parser test suite (b9619a1) Use the suite_ prefix for test suites (9333d68) Don't use ini_get_int to get doubles (bae745b) Merge branch 'master' of tsipinakis/dunst (7f12704) Fix raw data when icon position is off and uninitialized pointer (2d56296) Implement tests for most of the util functions (256440b) Remove unused function (756dee5) update readme with maintainership info (360985b) Fix uninitialized value warning and code indentation (2784950) Fix merge commit (d605c91) Merge pull request #174 (b6dafbd) Fix missing link README (b8364f4) Change README (dfdc082) Implement test target and add the first test (d441e95) Add 'greatest' testing framework (7ba0fe0) Move the main function to main.c (e0a8b23) Split clean and install targets to *-doc *-dunst (32fb32f) Move dunst source files to src/ (2df2e7d) Fix uninitialised pointer warning (4b36abf) Don't indent top-level comments (8cadd8f) Add expandtab to vim modelines & expand abbreviations (7e58e5c) Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated (9dd4768) Add note about ctrl+grave to default config (9db667b) Don't trim leading whitespace, fixes #208. (69537c2) Merge pull request #210 (812b3f9) Avoid allocations in string_replace_at when possible. (cf910b0) Consistent indentation. (9856666) Avoid allocations by performing stripping in-place (4b53e44) Fix/simplify notification_strip_markup (bed4877) add initial support for per-urgency frame-colors (8ee86dc) Add option to hide duplicates count (30085f7) Remove unneeded Xft include in x.h (40905c9) Fix: Multiple implicitly declared functions (8ca41b1) Fix: Add a couple of missing stdlib.h includes required for exit() (d2c63f1) Fix: Respect CFLAGS when building dunstify (be72e22) add some graceful termination handling (4f16213) fix memleaks (f25c294) Fix crash from uninitialized pointer value (539d4dd) unmaintained notice in README (2a62a04) Fix two segfaults trying to display invalid icons (7ba4c1c) Free original pixbuf after scaling (57d3b29) Add configuration option for icon scaling (ce8fe45) Scale images down if they exceed a certain size (342a235) Merge pull request #2 from jgriebler/master (ad2aef6) Actually fix segfault (9e80de6) Merge pull request #1 from jgriebler/master (cafedc3) Fix segfault while displaying startup notification (1c1d173) Merge icon handling from buglloc/master (33ab80f) Take lightweight tags into account in VERSION (f1b0e83) fix/sigsegv-due-to-null-notification-category (bd84bcb) fix/read-category-from-rule (94eecd6) Try to support raw image data (see knopwob/dunst#151 ) (a6d9626) Added support for more image formats for icons ( see knopwob/dunst#150 ) (b6f56be) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4) Text is vertically centered if the icon is on the right (cee294d) Horizontal padding is now inside the border too (bc31a63) Center text vertically when there's an icon (c8575e1) Fix padding when there's an icon (ae2ce4f)
2017-01-20Updated version (1.1.0.121.gec7905f.726 -> 1.1.0.123.gdd4deb3.728).Stefan Husmann
Changelog ========= Fix raw icon error handling in dunstify (dd4deb3) Implement raw icon support for dunstify (86c917f) Check file existence instead of null string (ec7905f) Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. (ce37a46) Initialise default icon before checking for duplicates (c4a002b) Merge pull request #278 from dunst-project/unit_testing (f0ca0c8) travis: irc notifications (a44a870) .travis.yml: add missing config (88760c9) travis: use ubuntu 14.04 (36e008d) .travis.yml: explicitly list dependencies (5b34cc2) initial .travis.yml (d468e3e) run tests on 'make test' (cfef422) Merge remote-tracking branch 'tsipinakis/master' into unit_testing (3dead11) remove unmaintained notice (23d8755) Move functional tests to a different subdirectory (2614b4d) Fix a few minor issues in the makefile & remove debug target (ae87efc) Remove unnecessary notification field initializations (655abd7) Initialize null fields with sane defaults in notification_init (9ec8dbe) Replace null checks with assert calls (c6d783f) Implement distclean target (86fbde2) Don't check return status of notification_create (0cb1524) Update functions in dbus.c to use camel_case for consistency (0a0c020) Implement notification_create function (de9c52f) Don't consider notifications duplicate if icon or urgency differ (6c9de72) Add systemd service unit to contrib (f32659a) Fix typos (810637b) Merge release notes into a single file (16256d3) Use the appropriate string search functions instead of strstr everywhere. (2c93c7a) Invalid boolean values should fall back to the default (187d3f9) Remove whitespace from empty line (a2e0a6e) Merge pull request #270 (bfd2422) Bring default config up to date (f54d698) The manpage should be built to the docs directory (e3cbe38) Fix incorrect indentation (ad65572) Fix compiler warnings when compiling dunstify (41d3b61) Add the test binary to gitignore (2fe2497) Update manpage (987ec09) Fix memory leak (7f86487) Add option parser test suite (b9619a1) Use the suite_ prefix for test suites (9333d68) Don't use ini_get_int to get doubles (bae745b) Merge branch 'master' of tsipinakis/dunst (7f12704) Fix raw data when icon position is off and uninitialized pointer (2d56296) Implement tests for most of the util functions (256440b) Remove unused function (756dee5) update readme with maintainership info (360985b) Fix uninitialized value warning and code indentation (2784950) Fix merge commit (d605c91) Merge pull request #174 (b6dafbd) Fix missing link README (b8364f4) Change README (dfdc082) Implement test target and add the first test (d441e95) Add 'greatest' testing framework (7ba0fe0) Move the main function to main.c (e0a8b23) Split clean and install targets to *-doc *-dunst (32fb32f) Move dunst source files to src/ (2df2e7d) Fix uninitialised pointer warning (4b36abf) Don't indent top-level comments (8cadd8f) Add expandtab to vim modelines & expand abbreviations (7e58e5c) Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated (9dd4768) Add note about ctrl+grave to default config (9db667b) Don't trim leading whitespace, fixes #208. (69537c2) Merge pull request #210 (812b3f9) Avoid allocations in string_replace_at when possible. (cf910b0) Consistent indentation. (9856666) Avoid allocations by performing stripping in-place (4b53e44) Fix/simplify notification_strip_markup (bed4877) add initial support for per-urgency frame-colors (8ee86dc) Add option to hide duplicates count (30085f7) Remove unneeded Xft include in x.h (40905c9) Fix: Multiple implicitly declared functions (8ca41b1) Fix: Add a couple of missing stdlib.h includes required for exit() (d2c63f1) Fix: Respect CFLAGS when building dunstify (be72e22) add some graceful termination handling (4f16213) fix memleaks (f25c294) Fix crash from uninitialized pointer value (539d4dd) unmaintained notice in README (2a62a04) Fix two segfaults trying to display invalid icons (7ba4c1c) Free original pixbuf after scaling (57d3b29) Add configuration option for icon scaling (ce8fe45) Scale images down if they exceed a certain size (342a235) Merge pull request #2 from jgriebler/master (ad2aef6) Actually fix segfault (9e80de6) Merge pull request #1 from jgriebler/master (cafedc3) Fix segfault while displaying startup notification (1c1d173) Merge icon handling from buglloc/master (33ab80f) Take lightweight tags into account in VERSION (f1b0e83) fix/sigsegv-due-to-null-notification-category (bd84bcb) fix/read-category-from-rule (94eecd6) Try to support raw image data (see knopwob/dunst#151 ) (a6d9626) Added support for more image formats for icons ( see knopwob/dunst#150 ) (b6f56be) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4) Text is vertically centered if the icon is on the right (cee294d) Horizontal padding is now inside the border too (bc31a63) Center text vertically when there's an icon (c8575e1) Fix padding when there's an icon (ae2ce4f)
2017-01-19Updated version (1.1.0.120.gce37a46.725 -> 1.1.0.121.gec7905f.726).Stefan Husmann
Changelog ========= Check file existence instead of null string (ec7905f) Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. (ce37a46) Initialise default icon before checking for duplicates (c4a002b) Merge pull request #278 from dunst-project/unit_testing (f0ca0c8) travis: irc notifications (a44a870) .travis.yml: add missing config (88760c9) travis: use ubuntu 14.04 (36e008d) .travis.yml: explicitly list dependencies (5b34cc2) initial .travis.yml (d468e3e) run tests on 'make test' (cfef422) Merge remote-tracking branch 'tsipinakis/master' into unit_testing (3dead11) remove unmaintained notice (23d8755) Move functional tests to a different subdirectory (2614b4d) Fix a few minor issues in the makefile & remove debug target (ae87efc) Remove unnecessary notification field initializations (655abd7) Initialize null fields with sane defaults in notification_init (9ec8dbe) Replace null checks with assert calls (c6d783f) Implement distclean target (86fbde2) Don't check return status of notification_create (0cb1524) Update functions in dbus.c to use camel_case for consistency (0a0c020) Implement notification_create function (de9c52f) Don't consider notifications duplicate if icon or urgency differ (6c9de72) Add systemd service unit to contrib (f32659a) Fix typos (810637b) Merge release notes into a single file (16256d3) Use the appropriate string search functions instead of strstr everywhere. (2c93c7a) Invalid boolean values should fall back to the default (187d3f9) Remove whitespace from empty line (a2e0a6e) Merge pull request #270 (bfd2422) Bring default config up to date (f54d698) The manpage should be built to the docs directory (e3cbe38) Fix incorrect indentation (ad65572) Fix compiler warnings when compiling dunstify (41d3b61) Add the test binary to gitignore (2fe2497) Update manpage (987ec09) Fix memory leak (7f86487) Add option parser test suite (b9619a1) Use the suite_ prefix for test suites (9333d68) Don't use ini_get_int to get doubles (bae745b) Merge branch 'master' of tsipinakis/dunst (7f12704) Fix raw data when icon position is off and uninitialized pointer (2d56296) Implement tests for most of the util functions (256440b) Remove unused function (756dee5) update readme with maintainership info (360985b) Fix uninitialized value warning and code indentation (2784950) Fix merge commit (d605c91) Merge pull request #174 (b6dafbd) Fix missing link README (b8364f4) Change README (dfdc082) Implement test target and add the first test (d441e95) Add 'greatest' testing framework (7ba0fe0) Move the main function to main.c (e0a8b23) Split clean and install targets to *-doc *-dunst (32fb32f) Move dunst source files to src/ (2df2e7d) Fix uninitialised pointer warning (4b36abf) Don't indent top-level comments (8cadd8f) Add expandtab to vim modelines & expand abbreviations (7e58e5c) Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated (9dd4768) Add note about ctrl+grave to default config (9db667b) Don't trim leading whitespace, fixes #208. (69537c2) Merge pull request #210 (812b3f9) Avoid allocations in string_replace_at when possible. (cf910b0) Consistent indentation. (9856666) Avoid allocations by performing stripping in-place (4b53e44) Fix/simplify notification_strip_markup (bed4877) add initial support for per-urgency frame-colors (8ee86dc) Add option to hide duplicates count (30085f7) Remove unneeded Xft include in x.h (40905c9) Fix: Multiple implicitly declared functions (8ca41b1) Fix: Add a couple of missing stdlib.h includes required for exit() (d2c63f1) Fix: Respect CFLAGS when building dunstify (be72e22) add some graceful termination handling (4f16213) fix memleaks (f25c294) Fix crash from uninitialized pointer value (539d4dd) unmaintained notice in README (2a62a04) Fix two segfaults trying to display invalid icons (7ba4c1c) Free original pixbuf after scaling (57d3b29) Add configuration option for icon scaling (ce8fe45) Scale images down if they exceed a certain size (342a235) Merge pull request #2 from jgriebler/master (ad2aef6) Actually fix segfault (9e80de6) Merge pull request #1 from jgriebler/master (cafedc3) Fix segfault while displaying startup notification (1c1d173) Merge icon handling from buglloc/master (33ab80f) Take lightweight tags into account in VERSION (f1b0e83) fix/sigsegv-due-to-null-notification-category (bd84bcb) fix/read-category-from-rule (94eecd6) Try to support raw image data (see knopwob/dunst#151 ) (a6d9626) Added support for more image formats for icons ( see knopwob/dunst#150 ) (b6f56be) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4) Text is vertically centered if the icon is on the right (cee294d) Horizontal padding is now inside the border too (bc31a63) Center text vertically when there's an icon (c8575e1) Fix padding when there's an icon (ae2ce4f)
2017-01-18Updated version (1.1.0.119.gc4a002b.724 -> 1.1.0.120.gce37a46.725).Stefan Husmann
Changelog ========= Fix svg icons and free call Now looks properly in folder for svg icons. Also g_free should be used for maybe_icon_path. (ce37a46) Initialise default icon before checking for duplicates (c4a002b) Merge pull request #278 from dunst-project/unit_testing (f0ca0c8) travis: irc notifications (a44a870) .travis.yml: add missing config (88760c9) travis: use ubuntu 14.04 (36e008d) .travis.yml: explicitly list dependencies (5b34cc2) initial .travis.yml (d468e3e) run tests on 'make test' (cfef422) Merge remote-tracking branch 'tsipinakis/master' into unit_testing (3dead11) remove unmaintained notice (23d8755) Move functional tests to a different subdirectory (2614b4d) Fix a few minor issues in the makefile & remove debug target (ae87efc) Remove unnecessary notification field initializations (655abd7) Initialize null fields with sane defaults in notification_init (9ec8dbe) Replace null checks with assert calls (c6d783f) Implement distclean target (86fbde2) Don't check return status of notification_create (0cb1524) Update functions in dbus.c to use camel_case for consistency (0a0c020) Implement notification_create function (de9c52f) Don't consider notifications duplicate if icon or urgency differ (6c9de72) Add systemd service unit to contrib (f32659a) Fix typos (810637b) Merge release notes into a single file (16256d3) Use the appropriate string search functions instead of strstr everywhere. (2c93c7a) Invalid boolean values should fall back to the default (187d3f9) Remove whitespace from empty line (a2e0a6e) Merge pull request #270 (bfd2422) Bring default config up to date (f54d698) The manpage should be built to the docs directory (e3cbe38) Fix incorrect indentation (ad65572) Fix compiler warnings when compiling dunstify (41d3b61) Add the test binary to gitignore (2fe2497) Update manpage (987ec09) Fix memory leak (7f86487) Add option parser test suite (b9619a1) Use the suite_ prefix for test suites (9333d68) Don't use ini_get_int to get doubles (bae745b) Merge branch 'master' of tsipinakis/dunst (7f12704) Fix raw data when icon position is off and uninitialized pointer (2d56296) Implement tests for most of the util functions (256440b) Remove unused function (756dee5) update readme with maintainership info (360985b) Fix uninitialized value warning and code indentation (2784950) Fix merge commit (d605c91) Merge pull request #174 (b6dafbd) Fix missing link README (b8364f4) Change README (dfdc082) Implement test target and add the first test (d441e95) Add 'greatest' testing framework (7ba0fe0) Move the main function to main.c (e0a8b23) Split clean and install targets to *-doc *-dunst (32fb32f) Move dunst source files to src/ (2df2e7d) Fix uninitialised pointer warning (4b36abf) Don't indent top-level comments (8cadd8f) Add expandtab to vim modelines & expand abbreviations (7e58e5c) Switch to _DEFAULT_SOURCE, _BSD_SOURCE is deprecated (9dd4768) Add note about ctrl+grave to default config (9db667b) Don't trim leading whitespace, fixes #208. (69537c2) Merge pull request #210 (812b3f9) Avoid allocations in string_replace_at when possible. (cf910b0) Consistent indentation. (9856666) Avoid allocations by performing stripping in-place (4b53e44) Fix/simplify notification_strip_markup (bed4877) add initial support for per-urgency frame-colors (8ee86dc) Add option to hide duplicates count (30085f7) Remove unneeded Xft include in x.h (40905c9) Fix: Multiple implicitly declared functions (8ca41b1) Fix: Add a couple of missing stdlib.h includes required for exit() (d2c63f1) Fix: Respect CFLAGS when building dunstify (be72e22) add some graceful termination handling (4f16213) fix memleaks (f25c294) Fix crash from uninitialized pointer value (539d4dd) unmaintained notice in README (2a62a04) Fix two segfaults trying to display invalid icons (7ba4c1c) Free original pixbuf after scaling (57d3b29) Add configuration option for icon scaling (ce8fe45) Scale images down if they exceed a certain size (342a235) Merge pull request #2 from jgriebler/master (ad2aef6) Actually fix segfault (9e80de6) Merge pull request #1 from jgriebler/master (cafedc3) Fix segfault while displaying startup notification (1c1d173) Merge icon handling from buglloc/master (33ab80f) Take lightweight tags into account in VERSION (f1b0e83) fix/sigsegv-due-to-null-notification-category (bd84bcb) fix/read-category-from-rule (94eecd6) Try to support raw image data (see knopwob/dunst#151 ) (a6d9626) Added support for more image formats for icons ( see knopwob/dunst#150 ) (b6f56be) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4) Text is vertically centered if the icon is on the right (cee294d) Horizontal padding is now inside the border too (bc31a63) Center text vertically when there's an icon (c8575e1) Fix padding when there's an icon (ae2ce4f)
2017-01-16updateStefan Husmann
2017-01-15add gtk2 as dependencyStefan Husmann
2017-01-12Updated version (1.1.0.30.g360985b.635 -> 1.1.0.31.g23d8755.636).Stefan Husmann
Changelog ========= remove unmaintained notice (23d8755) update readme with maintainership info (360985b) unmaintained notice in README (2a62a04) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4)
2017-01-10change clone URL, no update neededStefan Husmann
2016-11-22Updated version (1.1.0.29.g2a62a04.634 -> 1.1.0.30.g360985b.635).AUR Update Bot
Changelog ========= update readme with maintainership info (360985b) unmaintained notice in README (2a62a04) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4)
2016-10-28Updated version (1.1.0.28.gf601312.633 -> 1.1.0.29.g2a62a04.634).AUR Update Bot
Changelog ========= unmaintained notice in README (2a62a04) Merge pull request #237 from travisred/master (f601312) Fixed a couple of misspelled words (a724d8e) Merge pull request #235 from catharsis/settings-format-template-helptext-typofix (f0ca84e) settings: Trivial typo fix on format option description (3d11743) Merge pull request #230 from springworm/always_script (b7eb981) Merge branch 'always_script' of github.com:springworm/dunst into always_script (2ce9b72) add option to run scripts for suppressed notifications - fix #212 (504477e) add option to run scripts for suppressed notifications (dd63fad) Merge pull request #217 from dorkster/master (08fa6ea) Fix memory leaks (61ce42a) Merge pull request #209 from Nauxuron/master (f8e1e33) Merge pull request #204 from wavexx/rule_allow_markup (56b0a7c) Fix issue with ceil and floor (dfb4c93) Add notification_height option Fix the line_height description (f4cdb2a) Fix markup handling. (b5e00c4) Merge pull request #203 from akseli0x61/master (be0c965) Add instructions to set font size and multiple font options (2751c67) Merge pull request #200 from jan-schreib/check_malloc (9117df5) fix NULL check (2674268) check return values of malloc and handle error. (eedd220) Fix comparison of registration_id (f3fcc10) fix '-' and '_' matching in urls (4b7d1f7) fix spelling error (c319472) fix endless loop with duplicate sections (7160510) Merge pull request #190 from jb/master (3e621b9) Remove trailing spaces from all other files (d3ae6c5) Fix spelling in `dunstrc` (76419dc) Remove trailing whitespace in `.dunstrc` (30f2af4)
2015-11-08shortenedStefan Husmann
2015-10-01cosmeticsStefan Husmann
2015-09-19Changed config.h handlingStefan Husmann
2015-09-05updateStefan Husmann
2015-08-10change pkgverStefan Husmann
2015-06-11Initial importMoritz Maxeiner