summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/Workbook.cpp
AgeCommit message (Expand)Author
2020-12-23Spreadsheet: Prompt user before closing with unsaved changesXavier Cooney
2020-11-24Spreadsheet: Add support for importing from and exporting to CSV filesAnotherTest
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-09-21LibJS: Rename InterpreterScope => InterpreterExecutionScopeAndreas Kling
2020-09-21Spreadsheet: Always keep the workbook interpreter in VM scopeAnotherTest
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-27Spreadsheet: Move sheet management to a Workbook classAnotherTest