index
:
notifyd
master
Desktop notification daemon for Hyprland: owns org.freedesktop.Notifications, publishes state as files for a quickshell renderer
by Danilo aka danix
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
/
notify
Age
Commit message (
Expand
)
Author
Files
Lines
28 hours
fix(notify): treat icons up to 256px as an app icon, not a preview
Danilo M.
2
-4
/
+10
28 hours
fix(notify): route icon-like content images to the app-icon slot
Danilo M.
3
-1
/
+163
28 hours
fix(notify): bound RowStride before the int64 guard
Danilo M.
2
-4
/
+31
28 hours
fix(notify): cap image dimensions and rank icon_data last
Danilo M.
4
-12
/
+104
28 hours
test(notify): cover image-data materialisation
Danilo M.
2
-0
/
+39
28 hours
test(notify): send -1, not 0, in the expiry assertion
Danilo M.
1
-1
/
+1
28 hours
feat(notify): materialise notification images
Danilo M.
2
-3
/
+53
28 hours
fix(notify): cover expiry cleanup and harden the image-removal guard
Danilo M.
3
-4
/
+49
28 hours
feat(notify): add the image field and its cleanup
Danilo M.
6
-14
/
+126
28 hours
fix(notify): search freedesktop icon layout and rank by effective size
Danilo M.
2
-14
/
+170
28 hours
feat(notify): resolve theme icon names to files
Danilo M.
2
-0
/
+228
29 hours
test(notify): actually exercise rowstride, 3-channel and short-data paths
Danilo M.
1
-7
/
+46
29 hours
feat(notify): parse the image hints and encode them to PNG
Danilo M.
2
-0
/
+235
32 hours
fix: honour the freedesktop expire_timeout direction
Danilo M.
2
-10
/
+14
32 hours
fix: close the review nits in the write path, query path and tests
Danilo M.
2
-3
/
+19
32 hours
feat: add the control interface and notifyctl
Danilo M.
1
-2
/
+33
32 hours
fix: delete the timer entry on natural expiry
Danilo M.
2
-2
/
+38
33 hours
feat: add the D-Bus service and the daemon
Danilo M.
3
-0
/
+303
33 hours
feat: publish the queue and history atomically
Danilo M.
2
-0
/
+124
33 hours
feat: add the notification store
Danilo M.
2
-0
/
+352
33 hours
fix: add the GPLv2 header to the policy test
Danilo M.
1
-0
/
+11
33 hours
feat: add the module and the notification policy
Danilo M.
2
-0
/
+184