summaryrefslogtreecommitdiff
path: root/Base/res/js
AgeCommit message (Expand)Author
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