Commit Graph

  • d3f6c05590 True transparency support Nikita Zlobin 2020-05-04 19:45:02 +05:00
  • 7a094bc702 Clear window to prevent accumulations Nikita Zlobin 2020-05-04 18:58:39 +05:00
  • c09f0f029f style fix Nikita Zlobin 2020-05-04 02:42:18 +05:00
  • dbbaecfd1d Fix indentation Nikita Zlobin 2020-05-04 02:35:34 +05:00
  • 16e38a9a84 Don't draw frame with zero line width Nikita Zlobin 2020-05-03 16:24:59 +05:00
  • 4c4dc9aa95 Fix ugly rounded corners Nikita Zlobin 2020-05-03 14:28:14 +05:00
  • fb2ffd425e
    Merge pull request #711 from mrossinek/dunstctl-toggle-pause Nikos Tsipinakis 2020-05-02 10:05:48 +02:00
  • cfa8625699
    Fix boolean negation mrossinek 2020-05-02 10:01:51 +02:00
  • f868f51fcd
    Fix embedded XML mrossinek 2020-05-02 09:19:24 +02:00
  • 0dfcc1420d
    Change running to paused state on "server" side mrossinek 2020-05-01 21:54:53 +02:00
  • 2e301b1d39
    Fix indentation and use tabs for indents mrossinek 2020-05-01 21:35:08 +02:00
  • b8aa8c15e8
    Rename set-running to set-paused mrossinek 2020-05-01 19:37:43 +02:00
  • c45a9eac73
    Add toggle option to dunstctl set-running command mrossinek 2020-05-01 19:13:13 +02:00
  • 337ff1edb5
    Merge pull request #651 from bebehei/dunstctl Nikos Tsipinakis 2020-05-01 15:38:23 +02:00
  • 50a55f2ff1 Mention dunstctl in dunst man page Nikos Tsipinakis 2020-04-14 12:59:17 +02:00
  • 6ba430a818 Add dunstctl man page Nikos Tsipinakis 2020-04-14 12:57:22 +02:00
  • 5aa1863762 Rename status commands to running Nikos Tsipinakis 2020-04-14 11:34:18 +02:00
  • 94aa427a1b Fix dunstctl help alignment Nikos Tsipinakis 2020-04-10 12:06:34 +02:00
  • 23fa204e69 Use set -e Nikos Tsipinakis 2020-04-10 12:06:15 +02:00
  • a91adf9c80 Implement error handling in NotificationAction call Nikos Tsipinakis 2020-04-09 20:02:16 +02:00
  • 36eed785d2 dunstctl: Fix alignment in help message Nikos Tsipinakis 2020-04-09 20:01:48 +02:00
  • ec421f1ea1 Properly handle error conditions from dunstctl Nikos Tsipinakis 2020-04-09 19:38:27 +02:00
  • 9049bf15b2 Remove live status checking (for now) Nikos Tsipinakis 2020-04-09 18:15:01 +02:00
  • ee11dfa8fe Don't wake up after doing an action Nikos Tsipinakis 2020-04-09 17:50:43 +02:00
  • 936dbb039c dunstctl: Print help message on dbus communication failure Nikos Tsipinakis 2020-04-09 17:43:34 +02:00
  • b1f64b266b Wake up after changing status via dunstctl Nikos Tsipinakis 2020-04-09 17:30:36 +02:00
  • e14160bda6 dunstctl: Apply shellcheck suggestions Nikos Tsipinakis 2020-04-09 17:27:37 +02:00
  • 6a8401d85a dunstctl: Use = rather than == for string equality Nikos Tsipinakis 2020-04-09 17:23:56 +02:00
  • d45d26e257 dunstctl: Don't use function keyword Nikos Tsipinakis 2020-04-09 17:19:46 +02:00
  • 7e92619967 Add ability to trigger action of latest notification Benedikt Heine 2019-08-22 23:28:51 +02:00
  • 6b60c52ee1
    Merge pull request #708 from cdown/mouse_fallback Nikos Tsipinakis 2020-04-27 17:40:49 +02:00
  • e8fc45da63 follow=keyboard: Fall back to follow=mouse instead of XDefaultScreen() Chris Down 2020-04-27 16:10:10 +01:00
  • a3342d0ced Add debug command Benedikt Heine 2019-08-12 20:47:13 +02:00
  • e80e8e9eb5 Install dunstctl via make automatically Benedikt Heine 2019-08-11 15:28:03 +02:00
  • 72d68fcec4 Overhaul dunstctl Benedikt Heine 2019-08-11 15:13:16 +02:00
  • 305ab6c4e6 Add dunstctl shell script Felix Buehler 2019-08-10 19:18:43 +02:00
  • 55f4971a92 Add DBus interface to control dunst Benedikt Heine 2018-09-18 09:19:37 +02:00
  • 523d5e199e Make all target build dunstify as well Nikos Tsipinakis 2020-04-04 15:44:50 +02:00
  • b4633a0061
    Merge pull request #705 from mkrasnitski/list-conf-options Nikos Tsipinakis 2020-04-06 09:56:46 +02:00
  • 92a21487b2 Make some changes to default dunstrc Michael Krasnitski 2020-04-05 21:45:56 -04:00
  • 8bcc3070fb Use g_strsplit instead of homebrewing a solution Michael Krasnitski 2020-04-05 19:35:20 -04:00
  • a4a1a1ac9e Add tests for parsing lists from conf/cmdline. Michael Krasnitski 2020-04-05 03:25:05 -04:00
  • 506b4f2cfa Allow a mouse button to perform 1 or more actions in series. Michael Krasnitski 2020-03-22 02:37:04 -04:00
  • 94be674cf8 Add parsing of comma-separated list options from conf/cmdline. Michael Krasnitski 2020-03-21 02:23:07 -04:00
  • 0d038021a6 Update README to mention libnotify dependency Nikos Tsipinakis 2020-04-04 15:40:16 +02:00
  • 8fafc456cb
    Merge pull request #702 from braunbearded/fix-dunstify-installation Nikos Tsipinakis 2020-04-04 15:38:16 +02:00
  • c6f1f169a7 Always add libnotify as build dependency braunbearded 2020-04-04 14:15:37 +02:00
  • 520c36ad7a
    Replace coveralls badge with codecov Nikos Tsipinakis 2020-04-03 17:22:07 +02:00
  • 12873ccd78
    Merge pull request #701 from braunbearded/install-dunstify Nikos Tsipinakis 2020-04-03 17:03:59 +02:00
  • 697db7198d Uninstall dunstify stefan 2020-04-03 14:16:53 +02:00
  • 7e2b148262 Install dunstify stefan 2020-04-03 13:53:15 +02:00
  • 9e5a647092
    Merge pull request #700 from bebehei/ci Nikos Tsipinakis 2020-04-02 12:47:52 +02:00
  • c4fe74df37 Use Codecov, coveralls doesn't work at all Benedikt Heine 2020-03-31 23:37:12 +02:00
  • db76fff1ca Add coveralls settings Benedikt Heine 2020-03-31 17:54:13 +02:00
  • 29e02c2a29 Introduce Github Actions as CI Benedikt Heine 2020-03-31 15:30:09 +02:00
  • ef88e39de6
    Merge pull request #699 from tsipinakis/invalidate_actions Benedikt Heine 2020-03-31 16:43:29 +02:00
  • b3e640a8ef Remove CircleCI and Travis CI Benedikt Heine 2020-03-31 14:31:24 +02:00
  • 69e319c729 Invalidate actions after notification is closed Nikos Tsipinakis 2020-03-30 22:49:36 +02:00
  • 43c614559c Remove WantedBy in systemd unit file Nikos Tsipinakis 2020-03-21 21:22:50 +01:00
  • fbdef7b58a
    Merge pull request #694 from bebehei/issue-693-unset-home Nikos Tsipinakis 2020-03-13 16:45:31 +01:00
  • 9591af02a8 Retrieve user's home from passwd entry as fallback Benedikt Heine 2020-03-10 16:11:34 +01:00
  • dfd6e76de5
    Merge pull request #684 from chronus7/master Nikos Tsipinakis 2020-01-30 15:07:52 +02:00
  • 4c09883ef6 adding changes according to review chronus 2020-01-29 23:02:00 +01:00
  • e665eea97e adding content_alignment to config and documentation chronus 2020-01-26 11:44:31 +01:00
  • f9b6f6a066 fixing comparison issue in bottom alignment chronus 2020-01-25 16:43:42 +01:00
  • 89d7a81b9c Adding vertical content alignment control. chronus 2020-01-25 16:35:38 +01:00
  • 3f3082efb3
    Merge pull request #674 from xkr47/patch-min_icon_size-20191122 Nikos Tsipinakis 2019-12-18 15:14:38 +02:00
  • ad5d20bd6a Add tests for icon scaling math & loading Jonas Berlin 2019-12-17 22:16:29 +02:00
  • 03253e82f7 [ReviewFix] Remove bogous g_error_free() cal Jonas Berlin 2019-12-05 20:12:07 +02:00
  • 667503ef7d Cleanup, documentation Jonas Berlin 2019-12-04 20:59:19 +02:00
  • 87491192cb [RegressionFix] Slightly different valgrind leak trace in CI env Jonas Berlin 2019-12-03 22:34:17 +02:00
  • 9264b0f994 [ReviewFix] dunst.pod: Update icon scaling documentation Jonas Berlin 2019-12-03 21:29:22 +02:00
  • 445d305bf8 [ReviewFix] dunstrc: Add min_icon_size Jonas Berlin 2019-12-03 20:45:27 +02:00
  • e077b949a6 [ReviewFix] gdk_pixbuf_from_file: Update valgrind suppressions to match new code paths Jonas Berlin 2019-12-03 20:28:08 +02:00
  • 39c97e28f6 [ReviewFix] get_pixbuf_from_file: Free memory on error return Jonas Berlin 2019-12-03 20:27:31 +02:00
  • 364bce1ed0 Scale icons during loading to get best quality for e.g. vector images Jonas Berlin 2019-11-29 21:28:22 +02:00
  • ab3b5c2805 Implement #392 Jonas Berlin 2017-09-29 11:58:10 +03:00
  • 9e29406bb5 Fix dead pango reference link in manpage Nikos Tsipinakis 2019-08-22 12:58:29 +03:00
  • 68daebb713
    Merge pull request #656 from rootkiwi/master Nikos Tsipinakis 2019-08-22 12:55:57 +03:00
  • eddcd2bfdf Fix dead link to pango reference in dunstrc rootkiwi 2019-08-22 11:37:38 +02:00
  • 53e7f3d16a
    Merge pull request #650 from tsipinakis/bugfix/parse-empty Benedikt Heine 2019-08-10 20:06:11 +02:00
  • f37a5d1c64 option_parser: Fail early when parsing empty string Nikos Tsipinakis 2019-08-10 19:47:26 +03:00
  • 13307d2b17
    Merge pull request #647 from bebehei/issue-646-overflow-tests Nikos Tsipinakis 2019-08-09 16:29:12 +03:00
  • 52a8489043 Don't overflow when passing INT_MAX on DBus wire Benedikt Heine 2019-08-09 10:39:42 +02:00
  • 6c4eeda434 Start new release cycle Nikos Tsipinakis 2019-07-03 10:02:21 +03:00
  • 37474c127b Dunst v1.4.1 v1.4.1 Nikos Tsipinakis 2019-07-03 09:46:05 +03:00
  • 7ca6a98238 Fix dunstify.d being left behind on clean Nikos Tsipinakis 2019-07-03 09:29:00 +03:00
  • ac94eca79e Recheck fullscreen status on ConfigureNotify Nikos Tsipinakis 2019-06-20 10:27:55 +03:00
  • 69a682ce34 Fix call to draw when no notifications are available Nikos Tsipinakis 2019-06-19 10:55:23 +03:00
  • 700a3225f2 Increase notification character limit Nikos Tsipinakis 2019-06-18 14:16:11 +03:00
  • 7fc23b23d0 Fix argument terminator handling in dunstify Nikos Tsipinakis 2019-06-16 21:23:50 +03:00
  • 264df67a63 Fix negative width being ignored Nikos Tsipinakis 2019-05-02 12:31:24 +03:00
  • d6bd506669 Fix parsing of comments after a quoted string in the config Nikos Tsipinakis 2019-04-27 10:30:02 +03:00
  • 6cab789154
    Merge pull request #622 from dmgk/master Nikos Tsipinakis 2019-04-08 17:54:21 +03:00
  • 6e8de70c82 Make extract_urls regex more portable Dmitri Goutnik 2019-04-08 09:15:59 -05:00
  • dda26bfbe9 Fix dynamic width check Nikos Tsipinakis 2019-04-02 11:34:27 +03:00
  • c797b0e7b3 Start new release cycle Nikos Tsipinakis 2019-03-30 19:13:37 +02:00
  • cf7dec2989 Dunst v1.4.0 v1.4.0 Nikos Tsipinakis 2019-03-30 18:47:06 +02:00
  • ec040f6865 Add more documentation about each rule item Nikos Tsipinakis 2019-03-27 14:16:33 +02:00
  • b940b2703c Document {match,set}_transient Nikos Tsipinakis 2019-03-27 11:21:09 +02:00