Commit Graph

17 Commits

Author SHA1 Message Date
Ben Olden-Cooligan
484941c7ad Rework cross-process coordination and support "Open With"
#146
2024-03-30 13:00:25 -07:00
Ben Olden-Cooligan
a86427cb90 Always ensure notifications are run on the UI thread 2024-01-13 15:45:01 -08:00
Ben Olden-Cooligan
b92362af02 C# 12: Use collection initializers 2023-12-06 20:17:50 -08:00
Ben Olden-Cooligan
1f0e529ca8 Mac: Don't depend on ClipRectangle
Starting in macOS 14 there is a new clipsToBounds property that defaults to false, which is a behavior change. This causes incompatibilities with anything that uses ClipRectangle directly or indirectly.

https://developer.apple.com/documentation/macos-release-notes/appkit-release-notes-for-macos-14#NSView

#227
2023-11-19 10:09:30 -08:00
Ben Olden-Cooligan
485c446b51 Re-implement console --progress
#83
2023-10-10 21:01:44 -07:00
Ben Olden-Cooligan
91fe5fc7f2 Use color scheme for notifications 2023-07-08 14:27:37 -07:00
Ben Olden-Cooligan
f27769b966 Add src param to donate urls 2023-04-30 10:41:49 -07:00
Ben Olden-Cooligan
c46b99d8c7 Wrap progress notification status text 2023-04-22 10:31:32 -07:00
Ben Olden-Cooligan
be8f55978e Don't align notification widths 2023-04-22 10:30:44 -07:00
Ben Olden-Cooligan
61d5b5de7b Fix unexpected wrapping 2023-04-16 14:35:44 -07:00
Ben Olden-Cooligan
fbbdeb3a39 Separate notification models and views
This fixes language switching while notifications are visible
2023-04-16 14:35:25 -07:00
Ben Olden-Cooligan
c085bfe90b Wrap notification text 2023-04-15 13:56:58 -07:00
Ben Olden-Cooligan
708cf0d0eb Set a minimum notification width 2023-04-15 13:51:23 -07:00
Ben Olden-Cooligan
258f88bb10 Relayout notifications when text is changed 2023-04-15 12:50:42 -07:00
Ben Olden-Cooligan
68a2aa0e58 Don't use rounded corners for notifications
Transparency isn't working at the moment.
2023-04-09 11:31:10 -07:00
Ben Olden-Cooligan
3918dff04c Add INotify interface and move types into Notifications namespace 2023-04-03 20:56:26 -07:00
Ben Olden-Cooligan
bb195cb5d0 WIP: Cross-platform notifications 2023-04-02 19:21:53 -07:00