Age | Commit message (Collapse) | Author |
|
Changelog
=========
Merge pull request #353 from sfs/raw-icon-from-image_data (68aa1f2)
parse raw icons from the (deprecated) image_data attribute (d61a618)
Merge pull request #348 from bebehei/usage-one-output (f8aaa21)
print usage only on stdout (b7ff4f9)
Merge pull request #333 from bebehei/gtk3 (111fcaf)
Merge pull request #346 from bebehei/reorder-getopt (f143012)
Merge pull request #170 from lathan/not_windoze (7246926)
add backwards compatibility for icon_folders option (9acb9fd)
change order of option_get_* to be displayed during --help (677e1f1)
replace 'folder' with 'path' in icon functionality (4d03acc)
Merge pull request #345 from bebehei/typo-1 (7104c42)
fix typos and reformat print output (7443021)
Merge pull request #342 from bebehei/readability-improvement (9065f2f)
improve readability in dbus.c (c998034)
Make icon set via rules take priority over raw icons (86cbc1d)
depend on gtk3 instead of gtk2 (855d4bb)
Remove remnants from the compile-time multi-monitor support (b06475b)
Start new release cycle (4573b92)
|
|
Changelog
=========
Merge pull request #348 from bebehei/usage-one-output (f8aaa21)
print usage only on stdout (b7ff4f9)
Merge pull request #333 from bebehei/gtk3 (111fcaf)
Merge pull request #346 from bebehei/reorder-getopt (f143012)
Merge pull request #170 from lathan/not_windoze (7246926)
add backwards compatibility for icon_folders option (9acb9fd)
change order of option_get_* to be displayed during --help (677e1f1)
replace 'folder' with 'path' in icon functionality (4d03acc)
Merge pull request #345 from bebehei/typo-1 (7104c42)
fix typos and reformat print output (7443021)
Merge pull request #342 from bebehei/readability-improvement (9065f2f)
improve readability in dbus.c (c998034)
Make icon set via rules take priority over raw icons (86cbc1d)
depend on gtk3 instead of gtk2 (855d4bb)
Remove remnants from the compile-time multi-monitor support (b06475b)
Start new release cycle (4573b92)
|
|
|
|
|
|
Changelog
=========
Merge pull request #345 from bebehei/typo-1 (7104c42)
fix typos and reformat print output (7443021)
Merge pull request #342 from bebehei/readability-improvement (9065f2f)
improve readability in dbus.c (c998034)
Make icon set via rules take priority over raw icons (86cbc1d)
Remove remnants from the compile-time multi-monitor support (b06475b)
Start new release cycle (4573b92)
|
|
Changelog
=========
Merge pull request #342 from bebehei/readability-improvement (9065f2f)
improve readability in dbus.c (c998034)
Make icon set via rules take priority over raw icons (86cbc1d)
Remove remnants from the compile-time multi-monitor support (b06475b)
Start new release cycle (4573b92)
|
|
Changelog
=========
Make icon set via rules take priority over raw icons (86cbc1d)
Remove remnants from the compile-time multi-monitor support (b06475b)
Start new release cycle (4573b92)
|
|
Changelog
=========
Remove remnants from the compile-time multi-monitor support (b06475b)
Start new release cycle (4573b92)
|
|
Changelog
=========
|
|
Changelog
=========
Add deprecation warning for the frame section (599db75)
Change the default value of max_icon_size to 0 (79fec8a)
Make per_monitor_dpi take precedence over Xft.dpi (842a35d)
Add force_xinerama option (c547f6e)
Add format string for raw progress value (44ac026)
Merge pull request #332 from bebehei/fieldlength-max (d206f24)
truncate overlong messages (fixes #248) (717c747)
Move systemd service file to the root directory (abc5436)
Rename image files in documentation (b2a6dbd)
Remove bounce setting (a08fba4)
Rearrange the settings into groups (264b546)
Move frame settings to the global section (5e2c781)
Merge pull request #330 from miseran/click_action (2927140)
Handle clicks on release instead of press (d9977cb)
Move url prefix removal to open_browser (c8e6f31)
Allow middle click on notification to invoke action (e04bfe0)
Add frame and experimental to the section list excluded from rules (aec3533)
Rework documentation (31144c2)
Add identically named command line flags for all settings (2df3c22)
Merge pull request #315 from Tadly/master (ce28250)
Merge pull request #324 from hobarrera/dont-hardcode-DISPLAY (1d0bfb2)
Install the systemd user service file by default (94da3ee)
Make dunst.service part of graphical-session (7c96787)
Don't hardcode a DISPLAY variable (52b08e4)
Redraw the window after an expose event (8b74a75)
Add warning if RandR initialization fails (56dfc25)
Remove unused verbosity variable (ce623af)
added body-hyperlinks to capabilities as it is supported (2587173)
Fix uninitialized class name in dpi handling (03c82c2)
Use container-based builds with travis (17e1dbf)
Make travis compile and test using all multimon extensions (06c4cf6)
Make travis only notify if the build changes status (c445d14)
Remove .clang_complete (c9d9046)
Update readme to reflect the new dependencies (394ac9b)
Make selecting which multi-monitor selection to use simpler (3357743)
Add per_monitor_dpi experimental setting (43b4d4b)
Refactor monitor handling to keep track of all screens (52600cd)
Move screen related code into a new file (0a6b105)
Move x.{c,h} to a different subdirectory (ebea092)
Add auto-detect dpi method (4dd628c)
Add DPI detection method (cc3a08c)
Fix minor memory leak (a604658)
Remove unused dependencies (3c38741)
Merge pull request #312 from hobarrera/document-actions (259030a)
Document actions and how to interact with them (f669425)
Update changelog to comply with the github markdown spec (f6438a1)
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Add force_xinerama option (c547f6e)
Add format string for raw progress value (44ac026)
Merge pull request #332 from bebehei/fieldlength-max (d206f24)
truncate overlong messages (fixes #248) (717c747)
Move systemd service file to the root directory (abc5436)
Rename image files in documentation (b2a6dbd)
Remove bounce setting (a08fba4)
Rearrange the settings into groups (264b546)
Move frame settings to the global section (5e2c781)
Merge pull request #330 from miseran/click_action (2927140)
Handle clicks on release instead of press (d9977cb)
Move url prefix removal to open_browser (c8e6f31)
Allow middle click on notification to invoke action (e04bfe0)
Add frame and experimental to the section list excluded from rules (aec3533)
Rework documentation (31144c2)
Add identically named command line flags for all settings (2df3c22)
Merge pull request #315 from Tadly/master (ce28250)
Merge pull request #324 from hobarrera/dont-hardcode-DISPLAY (1d0bfb2)
Install the systemd user service file by default (94da3ee)
Make dunst.service part of graphical-session (7c96787)
Don't hardcode a DISPLAY variable (52b08e4)
Redraw the window after an expose event (8b74a75)
Add warning if RandR initialization fails (56dfc25)
Remove unused verbosity variable (ce623af)
added body-hyperlinks to capabilities as it is supported (2587173)
Fix uninitialized class name in dpi handling (03c82c2)
Use container-based builds with travis (17e1dbf)
Make travis compile and test using all multimon extensions (06c4cf6)
Make travis only notify if the build changes status (c445d14)
Remove .clang_complete (c9d9046)
Update readme to reflect the new dependencies (394ac9b)
Make selecting which multi-monitor selection to use simpler (3357743)
Add per_monitor_dpi experimental setting (43b4d4b)
Refactor monitor handling to keep track of all screens (52600cd)
Move screen related code into a new file (0a6b105)
Move x.{c,h} to a different subdirectory (ebea092)
Add auto-detect dpi method (4dd628c)
Add DPI detection method (cc3a08c)
Fix minor memory leak (a604658)
Remove unused dependencies (3c38741)
Merge pull request #312 from hobarrera/document-actions (259030a)
Document actions and how to interact with them (f669425)
Update changelog to comply with the github markdown spec (f6438a1)
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Remove bounce setting (a08fba4)
Rearrange the settings into groups (264b546)
Move frame settings to the global section (5e2c781)
Merge pull request #330 from miseran/click_action (2927140)
Handle clicks on release instead of press (d9977cb)
Move url prefix removal to open_browser (c8e6f31)
Allow middle click on notification to invoke action (e04bfe0)
Add frame and experimental to the section list excluded from rules (aec3533)
Rework documentation (31144c2)
Add identically named command line flags for all settings (2df3c22)
Merge pull request #315 from Tadly/master (ce28250)
Merge pull request #324 from hobarrera/dont-hardcode-DISPLAY (1d0bfb2)
Install the systemd user service file by default (94da3ee)
Make dunst.service part of graphical-session (7c96787)
Don't hardcode a DISPLAY variable (52b08e4)
Redraw the window after an expose event (8b74a75)
Add warning if RandR initialization fails (56dfc25)
Remove unused verbosity variable (ce623af)
added body-hyperlinks to capabilities as it is supported (2587173)
Fix uninitialized class name in dpi handling (03c82c2)
Use container-based builds with travis (17e1dbf)
Make travis compile and test using all multimon extensions (06c4cf6)
Make travis only notify if the build changes status (c445d14)
Remove .clang_complete (c9d9046)
Update readme to reflect the new dependencies (394ac9b)
Make selecting which multi-monitor selection to use simpler (3357743)
Add per_monitor_dpi experimental setting (43b4d4b)
Refactor monitor handling to keep track of all screens (52600cd)
Move screen related code into a new file (0a6b105)
Move x.{c,h} to a different subdirectory (ebea092)
Add auto-detect dpi method (4dd628c)
Add DPI detection method (cc3a08c)
Fix minor memory leak (a604658)
Remove unused dependencies (3c38741)
Merge pull request #312 from hobarrera/document-actions (259030a)
Document actions and how to interact with them (f669425)
Update changelog to comply with the github markdown spec (f6438a1)
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Rearrange the settings into groups (264b546)
Move frame settings to the global section (5e2c781)
Merge pull request #330 from miseran/click_action (2927140)
Handle clicks on release instead of press (d9977cb)
Move url prefix removal to open_browser (c8e6f31)
Allow middle click on notification to invoke action (e04bfe0)
Add frame and experimental to the section list excluded from rules (aec3533)
Rework documentation (31144c2)
Add identically named command line flags for all settings (2df3c22)
Merge pull request #315 from Tadly/master (ce28250)
Merge pull request #324 from hobarrera/dont-hardcode-DISPLAY (1d0bfb2)
Install the systemd user service file by default (94da3ee)
Make dunst.service part of graphical-session (7c96787)
Don't hardcode a DISPLAY variable (52b08e4)
Redraw the window after an expose event (8b74a75)
Add warning if RandR initialization fails (56dfc25)
Remove unused verbosity variable (ce623af)
added body-hyperlinks to capabilities as it is supported (2587173)
Fix uninitialized class name in dpi handling (03c82c2)
Use container-based builds with travis (17e1dbf)
Make travis compile and test using all multimon extensions (06c4cf6)
Make travis only notify if the build changes status (c445d14)
Remove .clang_complete (c9d9046)
Update readme to reflect the new dependencies (394ac9b)
Make selecting which multi-monitor selection to use simpler (3357743)
Add per_monitor_dpi experimental setting (43b4d4b)
Refactor monitor handling to keep track of all screens (52600cd)
Move screen related code into a new file (0a6b105)
Move x.{c,h} to a different subdirectory (ebea092)
Add auto-detect dpi method (4dd628c)
Add DPI detection method (cc3a08c)
Fix minor memory leak (a604658)
Remove unused dependencies (3c38741)
Merge pull request #312 from hobarrera/document-actions (259030a)
Document actions and how to interact with them (f669425)
Update changelog to comply with the github markdown spec (f6438a1)
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Merge pull request #330 from miseran/click_action (2927140)
Handle clicks on release instead of press (d9977cb)
Move url prefix removal to open_browser (c8e6f31)
Allow middle click on notification to invoke action (e04bfe0)
Add frame and experimental to the section list excluded from rules (aec3533)
Rework documentation (31144c2)
Add identically named command line flags for all settings (2df3c22)
Merge pull request #315 from Tadly/master (ce28250)
Merge pull request #324 from hobarrera/dont-hardcode-DISPLAY (1d0bfb2)
Install the systemd user service file by default (94da3ee)
Make dunst.service part of graphical-session (7c96787)
Don't hardcode a DISPLAY variable (52b08e4)
Redraw the window after an expose event (8b74a75)
Add warning if RandR initialization fails (56dfc25)
Remove unused verbosity variable (ce623af)
added body-hyperlinks to capabilities as it is supported (2587173)
Fix uninitialized class name in dpi handling (03c82c2)
Use container-based builds with travis (17e1dbf)
Make travis compile and test using all multimon extensions (06c4cf6)
Make travis only notify if the build changes status (c445d14)
Remove .clang_complete (c9d9046)
Update readme to reflect the new dependencies (394ac9b)
Make selecting which multi-monitor selection to use simpler (3357743)
Add per_monitor_dpi experimental setting (43b4d4b)
Refactor monitor handling to keep track of all screens (52600cd)
Move screen related code into a new file (0a6b105)
Move x.{c,h} to a different subdirectory (ebea092)
Add auto-detect dpi method (4dd628c)
Add DPI detection method (cc3a08c)
Fix minor memory leak (a604658)
Remove unused dependencies (3c38741)
Merge pull request #312 from hobarrera/document-actions (259030a)
Document actions and how to interact with them (f669425)
Update changelog to comply with the github markdown spec (f6438a1)
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Add frame and experimental to the section list excluded from rules (aec3533)
Rework documentation (31144c2)
Add identically named command line flags for all settings (2df3c22)
Merge pull request #315 from Tadly/master (ce28250)
Merge pull request #324 from hobarrera/dont-hardcode-DISPLAY (1d0bfb2)
Install the systemd user service file by default (94da3ee)
Make dunst.service part of graphical-session (7c96787)
Don't hardcode a DISPLAY variable (52b08e4)
Redraw the window after an expose event (8b74a75)
Add warning if RandR initialization fails (56dfc25)
Remove unused verbosity variable (ce623af)
added body-hyperlinks to capabilities as it is supported (2587173)
Fix uninitialized class name in dpi handling (03c82c2)
Use container-based builds with travis (17e1dbf)
Make travis compile and test using all multimon extensions (06c4cf6)
Make travis only notify if the build changes status (c445d14)
Remove .clang_complete (c9d9046)
Update readme to reflect the new dependencies (394ac9b)
Make selecting which multi-monitor selection to use simpler (3357743)
Add per_monitor_dpi experimental setting (43b4d4b)
Refactor monitor handling to keep track of all screens (52600cd)
Move screen related code into a new file (0a6b105)
Move x.{c,h} to a different subdirectory (ebea092)
Add auto-detect dpi method (4dd628c)
Add DPI detection method (cc3a08c)
Fix minor memory leak (a604658)
Remove unused dependencies (3c38741)
Merge pull request #312 from hobarrera/document-actions (259030a)
Document actions and how to interact with them (f669425)
Update changelog to comply with the github markdown spec (f6438a1)
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
=========
Update changelog to comply with the github markdown spec (f6438a1)
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Merge pull request #309 from LukeShu/tidy-markup (96ebb46)
markup.c: markup_unquote(): Unquote things in the correct order (1f77b28)
markup.c: Tidy, expand comments (18c4b4b)
Add tests for markup functions (c645ba3)
Move markup handling into markup.{c,h} (0c84e53)
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
|
|
Changelog
=========
Merge pull request #303 from LukeShu/fix-warning-msg (1d4a26c)
option_parser: Fix inconsistent Warning message. (bf01932)
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Add example for the history_ignore rule to dunstrc (2126b21)
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
ASSERT_FALSE(expr == NULL) -> ASSERT(expr) (d8d267e)
Don't leave zombie processes if dmenu call fails (c23af0e)
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Merge pull request #299 from LukeShu/fix-nl (b034d31)
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Expand "\\n" to "\n" in the format string only; not message text. (e37bbad)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Don't unconditionally append to dmenu_input (375fcad)
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Improve dbus error handling (f624c42)
Print errors to stderr (37628f3)
Remove shrink the shrink option from the changelog (fccdce0)
Print usage information to stdout instead of stderr (2d53c89)
Remove a few more leftover memory allocation checks (92e83a9)
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Fix small bug (4df1a4b)
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Merge pull request #297 from Stebalien/dbus (62fcfa6)
Add dunst documentation to the systemd unit. (46e0a0e)
Change the systemd unit's WantedBy to default.target (3775b44)
Change the systemd service to a dbus unit (6f45c69)
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
|
|
|
|
|
|
Changelog
=========
Merge pull request #295 from Stebalien/patch-1 (6288fab)
Merge pull request #296 from quite/verbose (f5a7f03)
Allow dunst to be managed by systemd (f995f1c)
Makefile: just be verbose (2cf42f3)
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Merge pull request #292 from johnchen902/cleandebt (21b4194)
Use g_malloc0 where appropriate; remove unneeded null check (8ba62dc)
Fix missing * in option_parser.c (6568469)
Change malloc and related functions to glib ones. (17e2929)
Fix include. Add empty lines between include layers. (7037afb)
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Add missing dashes in the changelog (50fd0fa)
Default to the config.h default if markup is not set (eb2fda4)
Don't try to parse previously non-existent 'allow_markup' cmdline argument (faea581)
Switch changelog to markdown format (149f12e)
Use stdlibs boolean macros rather than Xlibs (345a821)
Rename hide_duplicates_count -> hide_duplicate_count (de20697)
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Add history_ignore rule (ceddf57)
Fix ignore_newline regardless of markup (3ef1506)
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Fix issue with loading config files with lines bigger than BUFSIZ (956f91f)
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
|
|
Changelog
=========
Take allow_markup into account if markup is not set (42a641c)
Use MARKUP_NULL in the default rules (3024aed)
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Fix icon alignment with dynamic width (ec96871)
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Remove unused function string_to_argv (3f5257f)
Replace string_to_argv util function with g_shell_parse_argv (0c49b49)
Fix alignment setting documentation (f0808f8)
Fix wrong config path in notification test suite (38856bc)
Check against MARKUP_NULL when checking if markup is set (4d55ccb)
Update changelog and man page (51d5e57)
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Add simple test for notification_replace_format (d445661)
Merge allow_markup and plain_text into markup (4e1b97f)
Format the settings file better (4aa4e93)
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Merge pull request #290 from 'EdwardBetts-master' (0c7406f)
fix spelling mistakes (d735269)
Update Changelog (c7a19d9)
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)
|
|
Changelog
=========
Update Changelog (c7a19d9)
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)
|
|
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)
|
|
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)
|