1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Userland/DevTools/HackStudio/Git
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
..
DiffViewer.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DiffViewer.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
GitFilesModel.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
GitFilesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
GitFilesView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
GitFilesView.h Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
GitRepo.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
GitRepo.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GitWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
GitWidget.h HackStudio: Fix GitWidget issues with switching between projects 2021-08-22 10:30:06 +02:00