Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | LibCore: Use ErrorOr<T> for Core::File::copy_file() | Andreas Kling |
2021-11-08 | LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() | Andreas Kling |
2021-09-11 | AK: Replace the mutable String::replace API with an immutable version | Idan Horowitz |
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-02 | HackStudio: Remove unused includes | Marcus Nilsson |
2021-05-02 | HackStudio: Use common copy functions in ProjectTemplate.cpp | Valtteri Koskivuori |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-21 | HackStudio: Convert String::format() => String::formatted() | Andreas Kling |
2021-02-13 | HackStudio: Project templates and New Project dialog | Nick Vella |