- 02 Jan, 2026 9 commits
-
-
Erik Reider authored
-
Erik Reider authored
Would fail if clearing all notifications with `C` which would hide the window. When later opening the Control Center, shortcuts wouldn't work until manually focused. Might be a Sway bug, but this fixes it on my end.
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
Instead of getting the first/last notification in the AnimatedList, we get the first/last non-destroyed item
-
- 29 Dec, 2025 1 commit
-
-
Erik Reider authored
* Remove unneeded code + DBus methods that should be internal * Moved CC and NotiDaemon out of SwayncDaemon * Moved NotificationCloseButton into its own file * De-singletonified the NotificationWindow Widget * Fixed formatting * Hide the C compilers warnings when compiling * Revamped and vastly simplified notification removal logic * Redirect stdout to /dev/null in uncrustify GitHub Action Makes it easier to know what files fail without needing to search the output logs * Changed enum NotificationType POPUP -> FLOATING
-
- 25 Dec, 2025 4 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
Caused when the notification windows input region is set right after a notification has been removed, before the AnimatedLists size-allocation has been re-computed. Can be reproduced by running this command in sway: `notify-send "test 1" -u critical; notify-send "test 2" -t 2000; sleep 1; swaymsg "output * power off"; notify-send "test 3" -t 500; sleep 3; swaymsg "output * power on"`
-
- 23 Dec, 2025 1 commit
-
-
NewbieSaibot authored
-
- 21 Nov, 2025 1 commit
-
-
0rteip authored
-
- 11 Nov, 2025 1 commit
-
-
Erik Reider authored
* Moved ExpanableGroup into its own file * Noti Group: Cull non-visible notifications + don't calc transforms every frame Makes sure that only visible notifications are allocated and rendered. Also moves the transforms on size-allocate instead of every frame. Should improve performance. :) * Fixed expandable group not re-allocating on scroll * Fixed floating notifications warning on first map
-
- 05 Nov, 2025 1 commit
-
-
Erik Reider authored
-
- 28 Oct, 2025 1 commit
-
-
Erik Reider authored
-
- 18 Oct, 2025 4 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
- 17 Oct, 2025 1 commit
-
-
Erik Reider authored
-
- 15 Oct, 2025 1 commit
-
-
Erik Reider authored
-
- 13 Oct, 2025 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
- 12 Oct, 2025 5 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
* Updated uncrustify config * Added uncrustify GitHub Action * Formatted all vala files * Updated vala-lint config
-
- 11 Oct, 2025 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
* Initial Action matching class for config added * Added filtering logic * Added documentation * Handle config serialization for notification-action-filter
-
- 10 Oct, 2025 1 commit
-
-
Erik Reider authored
* Fixed Notification widgets not being disposed of properly * Fix notifications loading in whole image size instead of scaling it down * Fixed floating Notifications not being fully destroyed for quick notifications
-
- 07 Oct, 2025 3 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
JS Deck authored
Queue close from windows animation callback instead of calling it directly; fix null pointer (double cleanup) in certain scenarios (#649)
-
- 25 Sep, 2025 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
-