summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/HelpWindow.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-28Spreadsheet: Make function examples easier to readroughjericho
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-15Spreadsheet: Use FileSystemAccessClient for the reading of filesGlenford Williams
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-31Spreadsheet: Make the 'Help' window accessoryMarco Cutecchia
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
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-29AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()Max Wipfli
2021-05-07Applications: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling