summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/JSIntegration.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-01LibJS: Use RTTI for inheritance checksAndreas Kling
2020-12-29Spreadsheet: Show a small inline doc window for the "current" functionAnotherTest
2020-12-29Spreadsheet: Add a 'contents' getter/setter to PositionAnotherTest
2020-12-22Spreadsheet: Fix invalid check in SheetGlobalObject::column_index()AnotherTest
2020-12-22Spreadsheet: Override `visit_edges()` and visit stored JS objectsAnotherTest
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-09-28Spreadsheet: Let the cells know their own position in the sheetAnotherTest
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-25Spreadsheet: Add conditional formattingAnotherTest
2020-08-28Spreadsheet: Setup and prepare for cell typesAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest