Cameron Youell
|
c048cf2004
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 年之前 |
Lucas CHOLLET
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
2 年之前 |
MacDue
|
6cf8eeb7a4
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
|
2 年之前 |
Andreas Kling
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 年之前 |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 年之前 |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 年之前 |
Liav A
|
57e19a7e56
LibGfx: Re-structure the whole initialization pattern for image decoders
|
2 年之前 |
Ali Mohammad Pur
|
f96a3c002a
Everywhere: Stop shoving things into ::std and mentioning them as such
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
electrikmilk
|
1ab510c4bb
Base+LibGUI: Add Git folder icons
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Kenneth Myhra
|
4a57be824c
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
|
3 年之前 |
Lenny Maiorani
|
f912a48315
Userland: Change static const variables to static constexpr
|
3 年之前 |
Sam Atkins
|
8260135d4d
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
|
3 年之前 |
Ben Wiederhake
|
13acf603d8
LibGUI: Avoid unnecessary copies in FileIconProvider
|
3 年之前 |
Andreas Kling
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 年之前 |
Andreas Kling
|
5a79c69b02
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
|
3 年之前 |
Andreas Kling
|
2b866e3c9b
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
|
3 年之前 |
Andreas Kling
|
62ce7653cb
LibGUI: Use PNGImageDecoderPlugin for ELF icon extraction
|
3 年之前 |
Andreas Kling
|
a7f1f1c34b
LibCore: Use ErrorOr<T> for Core::File::open()
|
3 年之前 |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 年之前 |
Andreas Kling
|
2da4cfcc80
LibGfx: Use ErrorOr<T> for Bitmap::clone()
|
3 年之前 |
Andrew January
|
ac055554f6
LibGUI: Reduce amount we init for FileIconProvider::filetype_image_icon
|
3 年之前 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 年之前 |
Max Wipfli
|
fc6d051dfd
AK+Everywhere: Add and use static APIs for LexicalPath
|
4 年之前 |
Marcus Nilsson
|
5a8cc85328
LibGUI/FileIconProvider: Return s_file_icon when stat() fails
|
4 年之前 |
Linus Groh
|
d60ebbbba6
Revert "Userland: static vs non-static constexpr variables"
|
4 年之前 |
Lenny Maiorani
|
800ea8ea96
Userland: static vs non-static constexpr variables
|
4 年之前 |
Andreas Kling
|
16221305ad
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
|
4 年之前 |