summaryrefslogtreecommitdiffstats
path: root/src/trigger.c
AgeCommit message (Collapse)Author
2021-06-19fix build when lua-devel libs are not availableNicolas Pitre
Without this, the following error occurs: ld: trigger.o: in function `do_trigger': sc-im/src/trigger.c:222: undefined reference to `doLuaTrigger_cell' collect2: error: ld returned 1 exit status
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-21changes to support multisheetAndrés
2021-05-20changes to support multisheetAndrés
2021-05-14Save triggers when saving files. Renamed auto_justify to auto_fitAndrés
2021-05-11trigger: Avoid segfault when not being able to load module. #325Andrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2018-07-24Use sc_info to report trigger exit codemikeymell
2018-03-21changed parse_str function so can handle white spacesmongo
2017-07-29Doxygen comments in trigger.c.Charles Edward Pax
2017-04-26gnuplot interactionmongo
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-05cleaned color.candmarti1424
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo
2017-03-17Removed tabsmongo
2017-03-16Search for for lua trigger and c trigger included. Now the lua scripts are ↵roman65536
search in ~/.scim/lua/ or /usr/local/share/scim/lua C triggers have to be placed in ~/.scim/module/ or /usr/local/share/scim/module
2017-03-15Changed error messagemongo
2017-03-15moved ATBL to vmtbl.cmongo
2017-03-15more cleanuproman65536
2017-03-15Warnings cleanup and compilation time switches.roman65536
2017-03-14Add filesandmarti1424