Nikos Tsipinakis
652cb7efb4
Merge pull request #848 from lukasrad02/feature-mouse-action-context
...
Add mouse action to show context menu
2021-05-26 20:04:39 +02:00
Nikos Tsipinakis
7d91f978eb
Merge pull request #849 from fwSmit/wayland-surface
...
wayland: fix NULL pointer dereference
2021-05-26 19:52:39 +02:00
Nikos Tsipinakis
0994c57b3e
Merge pull request #856 from mgsloan/patch-1
...
Fix link to "Building" section in readme
2021-05-26 19:51:58 +02:00
fwSmit
cb6f2ca3b3
Merge pull request #867 from hastinbe/icon-static-capability
...
Add icon-static server capability
2021-05-16 11:19:19 +02:00
Beau Hastings
bd6abfcc5d
Add icon-static server capability
...
Dunst supports displaying the first frame of an icon, thus it should
announce that capability.
2021-05-14 16:54:51 +08:00
fwSmit
f2017eb3d6
Merge pull request #858 from bebehei/werror-on-ci
...
Add CFLAGS with -Werror for CI
2021-05-02 11:44:00 +02:00
Benedikt Heine
d9282b7f86
Add EXTRA_CFLAGS with -Werror for CI
2021-05-01 14:18:35 +02:00
Lukas Radermacher
efac6e70b0
Update docs
...
Document new mouse action open_url and rule action_name in dunstrc and docs/dunst.5.pod.
2021-04-28 21:43:21 +02:00
Lukas Radermacher
0dfc4ed738
Implement open_url and action_name
2021-04-28 21:43:20 +02:00
Lukas Radermacher
b49925c86d
Add "open_url" mouse action
2021-04-28 21:43:20 +02:00
Lukas Radermacher
8e80871c50
Add rule action_name
2021-04-28 21:43:20 +02:00
Lukas Radermacher
d5ee1febca
Add notification property default_action_name
2021-04-28 21:43:20 +02:00
Lukas Radermacher
941c527af9
Update docs
...
Document new mouse actions in dunstrc and docs/dunst.5.pod.
2021-04-28 21:43:20 +02:00
Lukas Radermacher
b66f8f362d
Change input.c to handle new actions
2021-04-28 21:43:11 +02:00
Michael Sloan
85ff05062c
Fix link to "Building" section in readme
2021-04-24 16:56:35 -06:00
fwsmit
af49b76586
wayland: fix NULL pointer dereference
2021-04-06 17:18:48 +02:00
Lukas Radermacher
6c61f3e5e2
Add notification-specific context menu
2021-04-05 16:06:15 +02:00
Lukas Radermacher
bec5e9d25a
Add "context_all" mouse action
2021-04-05 16:00:08 +02:00
Lukas Radermacher
790342b913
Add "context" mouse action
2021-04-05 14:14:52 +02:00
Nikos Tsipinakis
3acffdb194
Merge pull request #814 from fwSmit/wayland-improvements
...
Wayland improvements
2021-03-08 09:19:26 +02:00
Nikos Tsipinakis
7e22272ebb
Merge pull request #837 from fwSmit/dunst-readme
...
Dunst readme
2021-03-08 09:16:36 +02:00
fwsmit
7292bfcd89
docs: add section for autostarting dunst
2021-02-27 23:14:34 +01:00
fwsmit
8413ade9d7
readme: add screenshots and improve presentation
2021-02-27 23:14:34 +01:00
Nikos Tsipinakis
54b665898f
Merge pull request #834 from fwSmit/fallback-x11
...
Wayland: fallback to X11 output when initialization fails
2021-02-27 14:53:55 +02:00
fwsmit
f8a2ff48b3
output: remove unused win_visible function
...
This was used nowhere, and not even implemented for the wayland output.
2021-02-24 13:32:06 +01:00
fwsmit
a8b2058fcf
Wayland: fallback to X11 output when initialization fails
2021-02-24 13:32:06 +01:00
Nikos Tsipinakis
ceca7cfcc7
Add release checklist
2021-02-21 14:37:57 +02:00
Nikos Tsipinakis
598ec5797e
Start new release cycle
2021-02-21 14:28:37 +02:00
Nikos Tsipinakis
f615866248
Dunst v1.6.1: Fix incorrect makefile version
v1.6.1
2021-02-21 14:22:51 +02:00
Nikos Tsipinakis
5214a61e9f
Start new release cycle
2021-02-21 14:13:22 +02:00
Nikos Tsipinakis
0cec75e45e
Dunst v1.6.0
v1.6.0
2021-02-21 14:02:17 +02:00
Nikos Tsipinakis
ace514ffc7
Redraw buffer after showing window
...
For some reason if unpausing via dunstctl the window is invisible until
the next window update. Redrawing the buffer after showing fixes it.
Fixes #827
2021-02-21 12:53:32 +02:00
Nikos Tsipinakis
f976c2d44c
Fix warning about format string misuse
2021-02-21 12:17:29 +02:00
Nikos Tsipinakis
399489567c
Merge pull request #830 from tsipinakis/drop-commands
...
Drop support for DUNST_COMMAND_*
2021-02-20 16:11:07 +02:00
Nikos Tsipinakis
a94767e492
Drop support for DUNST_COMMAND_*
...
These commands may be used for a DoS attack. Specifically, an
application that's running from a sandbox (e.g. websites with
notification permission) can toggle the permissions.
This is a low severity issue but since dunstctl is available which
performs the exact same task there is no reason to leave this in.
Credit to Vít Šesták for reporting this.
2021-02-19 22:31:23 +02:00
Nikos Tsipinakis
2ba788d9c6
Merge pull request #819 from fwSmit/master
...
Fix background and highlight rules not working
2021-02-17 13:14:10 +02:00
Nikos Tsipinakis
6e972d30ca
Merge pull request #825 from fwSmit/makefile-wayland
...
Improve support for compiling without wayland
2021-02-17 13:13:24 +02:00
fwsmit
1f4278a5e2
Improve support for compiling without wayland
...
Fixes indent in makefile and improves README wording.
2021-02-13 20:23:26 +01:00
fwsmit
ec044eced0
Fix background and highlight rules not working
...
Classic copy paste error, this is why we need settings V2 (and tests for
the rules code, coming soon™)
2021-02-10 19:14:15 +01:00
fwsmit
0f588998fe
Wayland: fix "follow=none" not working.
2021-02-06 00:42:26 +01:00
fwsmit
500b00b344
Wayland: fix lots of messages when idle_threshold=0
2021-02-06 00:42:15 +01:00
fwsmit
36186d37ea
Wayland: Implement foreign toplevel manager protocol
...
Used for detecting if there is a fullscreen application open.
2021-02-06 00:42:04 +01:00
fwsmit
d7f93a3a69
Wayland: added basic touch support
...
Copy pasted from mako. I could not test.
2021-02-02 23:33:26 +01:00
Nikos Tsipinakis
814e620247
Merge pull request #802 from fwSmit/environment-variables
...
Set environment variables for scripts
2021-01-30 18:06:36 +02:00
fwsmit
bc3de38aa7
Slightly simplify and document script executing
2021-01-29 10:43:10 +01:00
fwsmit
52134ab8ce
Add documentation for environment variables passed to scripts
2021-01-29 10:43:10 +01:00
fwsmit
0d5cbfcfce
Set environment variables for scripts
2021-01-29 10:43:10 +01:00
fwsmit
293d71264e
Add tests for icon path
...
I also fixed a test that was broken because of different behaviour.
Now the first icon path is returned instead of the first valid icon
path.
2021-01-29 10:43:10 +01:00
fwsmit
59f994ee94
Extract icon path function from get_pixbuf_from_icon
2021-01-29 10:43:10 +01:00
Nikos Tsipinakis
e90f605a52
Merge pull request #799 from fwSmit/doc-update
...
Split man pages
2021-01-27 22:44:50 +02:00