index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
res
/
js
Age
Commit message (
Expand
)
Author
2021-12-12
Spreadsheet: Reimplement ranges as lazy objects instead of arrays
Ali Mohammad Pur
2021-11-21
CI: Bump prettier to latest version (2.4.1)
Linus Groh
2021-09-24
Spreadsheet: Add missing examples
Monroe Clinton
2021-08-28
Spreadsheet: Use strict mode for runtime.js
Linus Groh
2021-08-28
Spreadsheet: Replace loose with strict equality operators in runtime.js
Linus Groh
2021-08-28
Spreadsheet: Remove custom JS string split function implementation
Linus Groh
2021-08-28
Spreadsheed: Call native functions in runtime.js on thisSheet
Linus Groh
2020-12-29
Spreadsheet: Add a 'contents' getter/setter to Position
AnotherTest
2020-11-30
Spreadsheet: Implement infinit-scroll for columns
AnotherTest
2020-10-31
Spreadsheet: Add support for example views and hyperlinks in the docs
AnotherTest
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-28
Spreadsheet: Add the 'lookup' and 'reflookup' functions
AnotherTest
2020-09-28
Spreadsheet: Add a 'choose' function
AnotherTest
2020-09-28
Spreadsheet: Let the cells know their own position in the sheet
AnotherTest
2020-08-28
Spreadsheet: Add a whole bunch of basic statistical functions
AnotherTest
2020-08-28
Spreadsheet: Document the behaviour of the 'R' function/tag
AnotherTest
2020-08-27
Spreadsheet: Add support for multiple sheets
AnotherTest
2020-08-24
Spreadsheet: Reformat the runtime file to comply with js standards
AnotherTest
2020-08-24
Spreadsheet: Document runtime functions and add a help window
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest