index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
FileIconProvider.cpp
Age
Commit message (
Expand
)
Author
2021-08-20
LibGUI: Reduce amount we init for FileIconProvider::filetype_image_icon
Andrew January
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-03
LibGUI/FileIconProvider: Return s_file_icon when stat() fails
Marcus Nilsson
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProvider
Andreas Kling
2021-04-09
Base+LibGUI: Add an familiar-looking icon for the desktop directory
Andreas Kling
2021-03-27
LibGUI: Return symlink fallback icon if target icon cannot be determined
Linus Groh
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling