summaryrefslogtreecommitdiffstats
path: root/src/cmds.h
AgeCommit message (Collapse)Author
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-26Added struct sheet * as parameter to some functionsAndrés
2021-05-24export xlsx with multiple sheetsAndrés
2021-05-23define rev in help.c rather than on version.hAndrés
2021-05-20changes to support multisheetAndrés
2021-05-14Save triggers when saving files. Renamed auto_justify to auto_fitAndrés
2021-05-12revamp spreadsheet display and movement handlingNicolas Pitre
This is to cope with multiple combinations of hidden and frozen rows and/or columns ... and to make the code more understandable.
2021-05-02Added @evaluate and @sevaluateAndrés
2021-04-18undo of freeze/unfreeze commandsAndrés
2021-04-07handled issue #374Andrés
2021-04-06handle undo/red of ir/ic/dr/dc when having hidden rows/cols. fix in ↵Andrés
:showrows command.
2021-04-05wrap supportAndrés
2021-04-05save row formats to sc files. Added command to load them to gram.yAndrés
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-04-01Revert "Improve undo / yank using malloc for batches"Andrés
This reverts commit 7633c8e177ff19a5ff0ccbfc1c28ac624ac38e06.
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-03-26work on issue #457Andrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2019-02-14Expand fcopy's functionalityLars Lenckowski
2017-07-27Doxygen comments in header files.Charles Edward Pax
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-06more cleaning and doc tui.cmongo
2017-04-05more cleaningmongo
2017-04-05more cleaningmongo
2017-04-03clean in deletecolmongo
2017-03-28Changes in deleterow functionsandmarti1424
2017-03-13let and slet functions now handle undo/redomongo
2017-02-01Free read errorsandmarti1424
2017-01-31Improved csv import timemongo
2017-01-28Changes when an ent is removed:mongo
When one or more ents are removed by dr dc sk sh commands, is_deleted flag is set. That makes REF appears in formulas of ents that depend on the deleted ents. When one or more ents are removed by 'x' command, is_deleted flag is not set. That preserves references in other ents that depend on the deleted ents, returning zero as evaluation result.
2016-10-18sum special command renamed to fsummongo
2016-10-18Added UNDO and LOCK check to fcopy special command. Added fcopy to gram.ymongo
2016-05-17shift: skmongo
2016-04-25Changed default branch name to devmongo
2016-04-15Renamed src.scim2 to srcmongo