summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FileIconProvider.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-01-01LibGUI: Avoid unnecessary copies in FileIconProviderBen Wiederhake
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-13LibGUI: Use PNGImageDecoderPlugin for ELF icon extractionAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::clone()Andreas Kling
2021-08-20LibGUI: Reduce amount we init for FileIconProvider::filetype_image_iconAndrew January
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-03LibGUI/FileIconProvider: Return s_file_icon when stat() failsMarcus Nilsson
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-15LibELF: Remove sketchy use of "undefined" ELF::Image::SectionAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProviderAndreas Kling
2021-04-09Base+LibGUI: Add an familiar-looking icon for the desktop directoryAndreas Kling
2021-03-27LibGUI: Return symlink fallback icon if target icon cannot be determinedLinus Groh
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling