summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/JSIntegration.h
AgeCommit message (Collapse)Author
2020-09-08Spreadsheet: Add "final" to JS objects and tweak declarationsAndreas Kling
2020-08-28Spreadsheet: Reorganise the sources a bitAnotherTest
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-27Spreadsheet: Add support for multiple sheetsAnotherTest
This also refactors the js integration stuff to allow sheets to reference each other safely.