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
/
DevTools
/
HackStudio
/
ProjectTemplate.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
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