Kovid Goyal
|
334adf9c1a
|
Ensure temp files and other resources are cleaned up even if kitty crashes or is SIGKILLed
|
2025-01-05 12:51:59 +05:30 |
|
Kovid Goyal
|
2c743dcdb2
|
Update sound support in desktop notifications spec
Add a short list of standard sound names.
|
2024-08-04 20:20:41 +05:30 |
|
Kovid Goyal
|
bd8162fa42
|
Add support for controlling the sound played with notifications
|
2024-08-03 13:46:38 +05:30 |
|
Kovid Goyal
|
adc9a61e2c
|
Add tests for id sanitization
|
2024-07-31 16:57:57 +05:30 |
|
Kovid Goyal
|
1f656eccbb
|
Fix tests for buttons functionality
|
2024-07-31 15:21:57 +05:30 |
|
Kovid Goyal
|
212d7accfc
|
Allow multiple types per notification
|
2024-07-29 20:52:54 +05:30 |
|
Kovid Goyal
|
eb1bb493a7
|
Ensure icon cache is cleared at exit
|
2024-07-29 15:24:18 +05:30 |
|
Kovid Goyal
|
ad48ecad40
|
Implement handling of icon names on Linux
|
2024-07-29 14:39:20 +05:30 |
|
Kovid Goyal
|
6e35289f8e
|
Allow sending icon data without an identifier
|
2024-07-29 10:41:05 +05:30 |
|
Kovid Goyal
|
eca487d15f
|
Add support for auto-expiring notifications
|
2024-07-28 20:14:39 +05:30 |
|
Kovid Goyal
|
d1a8772ac8
|
Add tests for alive queries
|
2024-07-28 17:27:09 +05:30 |
|
Kovid Goyal
|
083f158bbd
|
Implement a polling mode for close events
|
2024-07-28 15:35:22 +05:30 |
|
Kovid Goyal
|
2bffea2bdc
|
Implement updating of notifications
|
2024-07-28 12:25:35 +05:30 |
|
Kovid Goyal
|
59c175f312
|
Add test for filtering
|
2024-07-28 09:15:18 +05:30 |
|
Kovid Goyal
|
c59ab759a1
|
Allow well behaved applications to categorise notifications so that users can easily filter them out
|
2024-07-27 21:54:19 +05:30 |
|
Kovid Goyal
|
a473738001
|
Add tests for handling of icon metadata
|
2024-07-26 23:57:36 +05:30 |
|
Kovid Goyal
|
3d0747e713
|
Switch to SIMD accelerated base64 decoding for clipboard and notification requests
|
2024-07-26 23:57:33 +05:30 |
|
Kovid Goyal
|
ea112a6592
|
Start work on adding icon support to desktop notifications
|
2024-07-26 22:46:21 +05:30 |
|
Kovid Goyal
|
0813a3daff
|
Report if close events are supported in the query response
|
2024-07-25 18:59:31 +05:30 |
|
Kovid Goyal
|
f66a58ebe2
|
Decouple notification closed reporting from closing of notifications
|
2024-07-25 10:53:31 +05:30 |
|
Kovid Goyal
|
1c9d9e394c
|
Have close notifications indicate when notification is not found
|
2024-07-25 07:58:17 +05:30 |
|
Kovid Goyal
|
095e1917c1
|
Port the tests
|
2024-07-25 07:39:29 +05:30 |
|
Kovid Goyal
|
d68e49fe64
|
Start work on refactoring notifications handling
Makes the code cleaner and easily mockable for testing.
Also, add code to handle closing notifications on Linux.
|
2024-07-25 06:45:10 +05:30 |
|