summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/HelpWindow.cpp
AgeCommit message (Expand)Author
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-23Spreadsheet: Allow Functions Help HorizontalSplitter to resizeOptimoos
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-04-18Spreadsheet: Sort functions by name in the help windowEli Youngs
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