Age | Commit message (Expand) | Author |
---|---|---|
2020-12-23 | Spreadsheet: Prompt user before closing with unsaved changes | Xavier Cooney |
2020-11-24 | Spreadsheet: Add support for importing from and exporting to CSV files | AnotherTest |
2020-11-15 | Everywhere: Add missing <AK/ByteBuffer.h> includes | Andreas Kling |
2020-09-21 | LibJS: Rename InterpreterScope => InterpreterExecutionScope | Andreas Kling |
2020-09-21 | Spreadsheet: Always keep the workbook interpreter in VM scope | AnotherTest |
2020-09-20 | LibJS+Clients: Add JS::VM object, separate Heap from Interpreter | Andreas Kling |
2020-08-27 | Spreadsheet: Add support for multiple sheets | AnotherTest |
2020-08-27 | Spreadsheet: Move sheet management to a Workbook class | AnotherTest |