serenity/Userland/Applications/Spreadsheet
Andreas Kling 8b7d27b349 LibJS+LibWeb: More bringing module loading closer to spec
In particular, this patch removes three host hooks on JS::VM in favor
of the new JS-side module loading stuff.
2023-12-03 20:46:55 +01:00
..
CellType LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 2023-10-07 07:13:52 +02:00
Readers
Tests
Writers
Cell.cpp LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 2023-10-07 07:13:52 +02:00
Cell.h
CellSyntaxHighlighter.cpp
CellSyntaxHighlighter.h
CellTypeDialog.cpp Spreadsheet: Make cell metadata hint return String 2023-10-06 08:20:11 +02:00
CellTypeDialog.h
CMakeLists.txt
CondFormatting.gml
ConditionalFormatting.h
CondView.gml
csv_export.gml
csv_import.gml
ExportDialog.cpp
ExportDialog.h
Forward.h
HelpWindow.cpp
HelpWindow.h
ImportDialog.cpp
ImportDialog.h
JSIntegration.cpp LibJS: Add basic monomorphic caching for PutById property access 2023-11-09 16:02:14 +01:00
JSIntegration.h LibJS: Add basic monomorphic caching for PutById property access 2023-11-09 16:02:14 +01:00
main.cpp Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00
Position.h
select_format_page.gml
Spreadsheet.cpp LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
Spreadsheet.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
SpreadsheetModel.cpp Userland: Store MIME keys as String in Core::MimeData 2023-09-29 14:40:21 +01:00
SpreadsheetModel.h
SpreadsheetView.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
SpreadsheetView.h
SpreadsheetWidget.cpp LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 2023-10-27 16:51:03 -06:00
SpreadsheetWidget.h
Workbook.cpp LibJS+LibWeb: More bringing module loading closer to spec 2023-12-03 20:46:55 +01:00
Workbook.h LibJS: Always allocate ExecutionContext objects on the malloc heap 2023-11-29 09:48:18 +01:00