1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 04:07:34 +00:00
serenity/Userland/Applications/ThemeEditor
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
CMakeLists.txt ThemeEditor: Convert layout to GML 2021-10-28 11:23:44 +02:00
main.cpp ThemeEditor: Add support for FlagRoles 2021-11-05 23:34:22 +01:00
PreviewWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
PreviewWidget.h ThemeEditor: Display the theme's window icons in the preview 2021-10-28 11:23:44 +02:00
ThemeEditor.gml ThemeEditor: Add support for FlagRoles 2021-11-05 23:34:22 +01:00