summaryrefslogtreecommitdiff
path: root/Base/res/js
AgeCommit message (Expand)Author
2022-03-09Spreadsheet: Add CommonRange#unique()u9g
2022-03-09Spreadsheet: Add SplitRange class and CommonRange#filteru9g
2022-03-05Spreadsheet: Allow integer() to throw in weird casesu9g
2022-03-05Spreadsheet: Add find, findIndex, indexOf, & has to CommonRangeu9g
2022-03-05Spreadsheet: Put common Range(s) functionality into CommonRange classu9g
2022-03-04Spreadsheet: Prevent infinite loop in Range ctoru9g
2022-03-04Spreadsheet: Improve R function to support all of the examplesu9g
2022-03-04Spreadsheet: Add Range(s).toArray()u9g
2022-03-02Spreadsheet: Make Range(s).forEach() return Position objectsu9g
2022-03-02Spreadsheet: Add Range(s).at(ix)u9g
2022-02-27Spreadsheet: Add sumProduct(If) functionsu9g
2022-02-27Spreadsheet: Add max(If)/min(If) function for rangesu9g
2022-02-27Spreadsheet: Add Range(s).first() functionsu9g
2022-02-23Spreadsheet: Make Range.forEach() stop looping when it receives a BreakAli Mohammad Pur
2022-02-22Spreadsheet: Fix calling variable that wasn't definedu9g
2022-02-21Spreadsheet: Replace range function with R functionu9g
2022-02-21Spreadsheet: Make R function syntax more simpleu9g
2022-02-21Spreadsheet: Prevent infinite loop in Range ctoru9g
2022-02-18Spreadsheets: Add range functions to the Position classu9g
2022-02-15Spreadsheet: Make ranges vertically end-inclusiveu9g
2022-01-15Spreadsheet: Implement the mode functionkleines Filmröllchen
2021-12-12Spreadsheet: Reimplement ranges as lazy objects instead of arraysAli Mohammad Pur
2021-11-21CI: Bump prettier to latest version (2.4.1)Linus Groh
2021-09-24Spreadsheet: Add missing examplesMonroe Clinton
2021-08-28Spreadsheet: Use strict mode for runtime.jsLinus Groh
2021-08-28Spreadsheet: Replace loose with strict equality operators in runtime.jsLinus Groh
2021-08-28Spreadsheet: Remove custom JS string split function implementationLinus Groh
2021-08-28Spreadsheed: Call native functions in runtime.js on thisSheetLinus Groh
2020-12-29Spreadsheet: Add a 'contents' getter/setter to PositionAnotherTest
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-10-31Spreadsheet: Add support for example views and hyperlinks in the docsAnotherTest
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-28Spreadsheet: Add the 'lookup' and 'reflookup' functionsAnotherTest
2020-09-28Spreadsheet: Add a 'choose' functionAnotherTest
2020-09-28Spreadsheet: Let the cells know their own position in the sheetAnotherTest
2020-08-28Spreadsheet: Add a whole bunch of basic statistical functionsAnotherTest
2020-08-28Spreadsheet: Document the behaviour of the 'R' function/tagAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-24Spreadsheet: Reformat the runtime file to comply with js standardsAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest