summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Icon.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-09Applications: Add a new NetworkSettings applicationMaciej
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-20LibGUI: Make GUI::try_create_default_icon() tolerate single-size iconsAndreas Kling
2021-12-17LibGUI: Add ErrorOr wrapper for default icon creationAstraeus-
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
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-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling