summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-06-01fix typomongo
2023-06-01Merge branch 'pr-789' into devmongo
2023-06-01work on issue 816mongo
2023-06-01work on issue 816mongo
2023-05-08fix issue #784, exposes row and column of calling cell in @lua scriptgzagatti
2023-04-21Update readmeAndrés
2023-03-06Fix UB on parser error and buffer overrun in yylexevan
2023-03-06Fix buffer overrun in yylexevan
2023-02-17src/main.c: Make passing a file on command line consistent with :load with ↵Страхиња Радић
regards to loading configuration Signed-off-by: Страхиња Радић <contact@strahinja.org>
2023-02-03work on issue 778Andrés
2023-01-26add link to scimarkPim Snel
2023-01-26fix #775, wrong alignment of markdown exportPim Snel
2023-01-21Attempt to fix the Lua version situationTamas TEVESZ
Drawing heavily on #589 by @dlbeer, attempt to fix the utter nonsense pkg-config and all various distributors brought on the world by - Normalising 'lua-X.Y' and 'luaXY' notations to mean the same thing - Handle both notations existing on the system correctly - Picking the numerically highest version There is also an option to override this autodetection mechanism by setting the `LUA_PKGNAME` environment variable prior to kicking a build off, resulting in the specified Lua package to be used. Tested to be working on FreeBSD 13.1, Ubuntu 22.04 and Debian 11.
2023-01-12change version in dev/main to v0.8.4Andrés
2023-01-12Preparing v0.8.3v0.8.3Andrés
2023-01-11add input_edit_mode settingChristian Zangl
This will always go from input to edit mode when pressing ESC.
2022-10-21fix typo when saving cellcolorAndrés
2022-10-19update CHANGES fileAndrés
2022-10-19added more detailed error in gram.yAndrés
2022-10-19removed building warningsAndrés
2022-10-16Merge branch 'pr-740' into devAndrés
2022-10-16merge PR 740Andrés
2022-10-12Added logo to ReadmeAndrés
2022-10-12Added logo to ReadmeAndrés
2022-10-12Added logo to ReadmeAndrés
2022-10-12Added logo to ReadmeAndrés
2022-10-12Added logo to ReadmeAndrés
2022-10-12Added logo. Thanks master-of-mAndrés
2022-10-03Avoid reentering ':' in inputpad when refreshingAndrés
2022-09-22return to last active sheet on openV. Guruprasad
2022-08-26work on issue #734Andrés
2022-08-08work on issue #727Andrés
2022-07-13Preparing merge to mainAndrés
2022-07-08Merge branch 'pr-725b' into devAndrés
2022-07-05Allow changing default_open_file_under_cursor_cmd at runtimeJoe Dight
2022-07-02Merge branch 'pr-724' into devAndrés
2022-06-28Pass cell contents correctly when following linksJoe Dight
2022-04-19Merge pull request #705 from werkzeug/doc-fixAndrés Martinelli
update scimrc path in doc file
2022-04-19fix #700Andrés
2022-04-09update docwerkzeug
2022-03-23fix inputpad color after sc_errorAndrés
2022-03-23work on issue 697Andrés
2022-03-23Merge branch 'pr-694' into devAndrés
2022-03-23Merge branch 'pr-623' into devAndrés
2022-03-18import_csv: fix consec. quoted cells being mergedPJ v M
This fixes the issue where consecutive quoted fields in a ?sv file were being joined together in the importing phase. It changes the workings of the import_csv() procedure so that it correctly ignores quoted delimiters. A small helper function is introduced for this purpose, next_unquot_delim().
2022-03-18unspecial: LaTex: no quotes, escape underscorePJ v M
For writing a LaTex file, don't put quotes around the cell when the special characters already get escaped. In LaTex, the doublequote is not a special character, so they are printed literally in the pdf output. The underscore is a special character in LaTex, so add that to the list of characters to escape.
2022-03-18unspecial: don't assume comma, update descriptionPJ v M
Fix the unspecial() procedure in file.c : For writing a ?sv file, don't assume the delimiter is a comma when multiple delimiters are allowed. This leads to quoting when we shouldn't and not quoting when we should. Also updated the procedure's documentation with the current functionality.
2022-02-03Added ignore_hidden configuration variable. #653 #674Andrés
2022-02-02adding string functions to dep graphAndrés
2022-02-02work on issue #652Andrés