summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)Author
2023-09-28Merge branch 'pr-833' into devmongo
2023-08-27Fixed typospolluks
2023-08-05work on issue 826Andrés
2023-06-01added commentmongo
2023-02-17src/main.c: Make passing a file on command line consistent with :load with re...Страхиња Радић
2021-06-15modify yanklist to be ent_ptr. Backslash double quotes in cpasteAndrés
2021-06-01removed unneeded conditional when creating history structuresandmarti1424
2021-05-28rearranged some files in directoriesAndrés
2021-05-28CommentsAndrés
2021-05-26Added struct sheet * as parameter to some functionsAndrés
2021-05-24Fix in calc_mobile_cols. Renamed dep_graph.c to graph.cAndrés
2021-05-23xlsx multisheet file loadingAndrés
2021-05-23define rev in help.c rather than on version.hAndrés
2021-05-22free session/roman/sheetsAndrés
2021-05-22changes to support multisheet. cleaning stuffAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-20changes to support multisheetAndrés
2021-05-14let rescol adjust to the entire rangeNicolas Pitre
2021-05-14Save triggers when saving files. Renamed auto_justify to auto_fitAndrés
2021-05-05free lua at exitAndrés
2021-04-14work on multiple frozen rows/columns. changed calc_offscr functionsAndrés
2021-04-06Open URL or file specified on cell (PR 401)Andrés
2021-04-05save row formats to sc files. Added command to load them to gram.yAndrés
2021-04-04Rows now can have height higher than 1 LINE. Its UNDO still pending.Andrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-22fix dictionary string parserNicolas Pitre
2021-03-21make show_cursor a runtime selectable optionNicolas Pitre
2021-03-20some more atoi(get_conf_value(...)) replacementsNicolas Pitre
2021-03-20remove predefined_conf_dNicolas Pitre
2021-03-20clean up and optimize the dictionary codeNicolas Pitre
2021-03-20Added macros to show_versionAndrés
2021-03-19work on #409Andrés
2021-03-17fixed typoAndrés
2021-03-12work on RGB colors. added DEFINE_COLOR commandAndrés
2021-03-07Merge pull request #390 from mipmip/pr-yacc-morescriptcommandsAndrés M
2020-04-10Merge pull request #337 from Sosthene-Guedon/feature-336Andrés M
2020-02-10update documentationPim Snel
2020-02-10read stdin after file loadingPim Snel
2020-02-06Merge pull request #386 from mipmip/pr-export-argument-mkdAndrés M
2020-02-06Merge pull request #384 from mipmip/pr-add-help-optionAndrés M
2020-02-06add --export_mkd optionPim Snel
2020-02-06escape tabPim Snel
2020-02-06extra newline at the endPim Snel
2020-02-06add --help option with usage informationPim Snel
2020-02-06Merge branch 'freeze' into addExecuteCommandPim Snel
2020-02-05add EXECUTE command for making non-interactive scripts more powerfullPim Snel
2019-10-06command line option to exportV. Guruprasad
2019-06-16Add config dir and file to --versionSosthène Guédon