index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Spreadsheet
/
JSIntegration.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-01
LibJS: Use RTTI for inheritance checks
Andreas Kling
2020-12-29
Spreadsheet: Show a small inline doc window for the "current" function
AnotherTest
2020-12-29
Spreadsheet: Add a 'contents' getter/setter to Position
AnotherTest
2020-12-22
Spreadsheet: Fix invalid check in SheetGlobalObject::column_index()
AnotherTest
2020-12-22
Spreadsheet: Override `visit_edges()` and visit stored JS objects
AnotherTest
2020-11-30
Spreadsheet: Implement infinit-scroll for columns
AnotherTest
2020-09-28
Spreadsheet: Let the cells know their own position in the sheet
AnotherTest
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-25
Spreadsheet: Add conditional formatting
AnotherTest
2020-08-28
Spreadsheet: Setup and prepare for cell types
AnotherTest
2020-08-27
Spreadsheet: Add support for multiple sheets
AnotherTest