ladybird/Userland/Applications/Spreadsheet
davidot 4ef1e8f226 Spreadsheet: No longer use vm.exception() to signal exception state
Instead, use the completions which are returned directly. This means we
no longer have to worry about the global VM state when running code.
2022-02-08 09:12:42 +00:00
..
CellType Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
Readers Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
Writers Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
Cell.cpp Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
Cell.h Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
CellSyntaxHighlighter.cpp Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
CellSyntaxHighlighter.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CellTypeDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
CellTypeDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Spreadsheet: Use FileSystemAccessClient for the reading of files 2022-01-15 22:20:15 +03:30
CondFormatting.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
ConditionalFormatting.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
CondView.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
csv_export.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
csv_import.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
ExportDialog.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
ExportDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HelpWindow.cpp Spreadsheet: Use FileSystemAccessClient for the reading of files 2022-01-15 22:20:15 +03:30
HelpWindow.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ImportDialog.cpp Spreadsheet: Use FileSystemAccessClient for the reading of files 2022-01-15 22:20:15 +03:30
ImportDialog.h Spreadsheet: Use FileSystemAccessClient for the reading of files 2022-01-15 22:20:15 +03:30
JSIntegration.cpp Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
JSIntegration.h LibJS: Refactor interpreter to use Script and Source Text Modules 2022-01-22 01:21:18 +00:00
main.cpp SpreadSheet: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
Position.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
select_format_page.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
Spreadsheet.cpp Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
Spreadsheet.h Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
SpreadsheetModel.cpp Spreadsheet: No longer use vm.exception() to signal exception state 2022-02-08 09:12:42 +00:00
SpreadsheetModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SpreadsheetView.cpp Spreadsheet: Background fill color after reaching vertical end 2022-01-03 22:30:04 +03:30
SpreadsheetView.h Spreadsheet: Call SheetModel::update() instead of invalidate() 2021-08-10 05:21:49 +04:30
SpreadsheetWidget.cpp SpreadSheet: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
SpreadsheetWidget.h SpreadSheet: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
Workbook.cpp Spreadsheet: Enable dynamic import of javascript modules 2022-01-22 01:21:18 +00:00
Workbook.h SpreadSheet: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00