summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2022-02-02fix swapped arguments on lsetformAndrés
2022-01-20Fixed typoAndrés
2022-01-20fix special keys in help pageAndrés
2022-01-16Merge branch 'dev'Andrés
2022-01-16Updated CHANGES fileAndrés
2022-01-16filter.c added commentAndrés
2022-01-16Updated ReadmeAndrés
2021-12-21work on issue #637Andrés
2021-12-17store offscr_sc values when saving sc files. restore them when loading sc files.Andrés
2021-12-15work on issue #642Andrés
2021-12-15fix in unformat. call to copy_to_undostruct with wrong parameters.Andrés
2021-12-06work on issue 638 588Andrés
2021-12-06work on issue 637Andrés
2021-12-03change colors of help pageAndrés
2021-12-01Merge branch 'main' of https://github.com/andmarti1424/sc-imAndrés
2021-12-01Merge branch 'pr-631' into devAndrés
2021-12-01Updated CHANGES fileAndrés
2021-12-01Merge pull request #639 from andmarti1424/revert-631-mainAndrés Martinelli
Revert "Adjust Makefile to have logic for clipboard commands"
2021-12-01Revert "Adjust Makefile to have logic for clipboard commands"Andrés Martinelli