Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Spreadsheet: Add "final" to JS objects and tweak declarations | Andreas Kling | |
2020-08-28 | Spreadsheet: Reorganise the sources a bit | AnotherTest | |
This commit just moves some code around: - Give Cell its own file - Pull all forward-declared classes/structs into Forward.h - Clean up the order of member functions a bit | |||
2020-08-27 | Spreadsheet: Add support for multiple sheets | AnotherTest | |
This also refactors the js integration stuff to allow sheets to reference each other safely. |