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
2022-03-09
Spreadsheet: Add CommonRange#unique()
u9g
2022-03-09
Spreadsheet: Add SplitRange class and CommonRange#filter
u9g
2022-03-05
Spreadsheet: Allow integer() to throw in weird cases
u9g
2022-03-05
Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange
u9g
2022-03-05
Spreadsheet: Put common Range(s) functionality into CommonRange class
u9g
2022-03-04
Spreadsheet: Prevent infinite loop in Range ctor
u9g
2022-03-04
Spreadsheet: Improve R function to support all of the examples
u9g
2022-03-04
Spreadsheet: Add Range(s).toArray()
u9g
2022-03-02
Spreadsheet: Make Range(s).forEach() return Position objects
u9g
2022-03-02
Spreadsheet: Add Range(s).at(ix)
u9g
2022-02-27
Spreadsheet: Add sumProduct(If) functions
u9g
2022-02-27
Spreadsheet: Add max(If)/min(If) function for ranges
u9g
2022-02-27
Spreadsheet: Add Range(s).first() functions
u9g
2022-02-23
Spreadsheet: Make Range.forEach() stop looping when it receives a Break
Ali Mohammad Pur
2022-02-22
Spreadsheet: Fix calling variable that wasn't defined
u9g
2022-02-21
Spreadsheet: Replace range function with R function
u9g
2022-02-21
Spreadsheet: Make R function syntax more simple
u9g
2022-02-21
Spreadsheet: Prevent infinite loop in Range ctor
u9g
2022-02-18
Spreadsheets: Add range functions to the Position class
u9g
2022-02-15
Spreadsheet: Make ranges vertically end-inclusive
u9g
2022-01-15
Spreadsheet: Implement the mode function
kleines Filmröllchen
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