summaryrefslogtreecommitdiff
path: root/Userland/Utilities/notify.cpp
AgeCommit message (Expand)Author
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-31notify: Port to LibMainKenneth Myhra
2021-12-30Utilities/notify: Propagate errors in Gfx::Bitmap loadingcreator1creeper1
2021-12-19Userland/Notify: Check if optional icon arg is null before loadingMax Trussell
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling