summaryrefslogtreecommitdiffstats
path: root/src/gram.y
AgeCommit message (Expand)Author
2023-08-21Merge branch 'pr-832' into devAndrés
2023-08-17Allow :ccopy to copy full representation of cellsNicholas Todoroff
2023-08-10Include string.h where neededSijmen J. Mulder
2023-06-01Merge branch 'pr-626' into devAndrés
2023-06-01Merge branch 'pr-814' into devmongo
2023-06-01Merge branch 'pr-789' into devmongo
2023-05-08fix issue #784, exposes row and column of calling cell in @lua scriptgzagatti
2023-03-06Fix UB on parser error and buffer overrun in yylexevan
2023-02-03work on issue 778Andrés
2023-01-11add input_edit_mode settingChristian Zangl
2022-10-19added more detailed error in gram.yAndrés
2022-07-05Allow changing default_open_file_under_cursor_cmd at runtimeJoe Dight
2022-03-23work on issue 697Andrés
2022-02-03Added ignore_hidden configuration variable. #653 #674Andrés
2021-12-17store offscr_sc values when saving sc files. restore them when loading sc files.Andrés
2021-09-19work on issue #594Andrés
2021-06-16rebuild graph in delete_sheetAndrés
2021-06-15Modified marks to support multisheet. now you can have mark 'a' on sheet1 and...Andrés
2021-06-15modify yanklist to be ent_ptr. Backslash double quotes in cpasteAndrés
2021-06-07Added test5: yank and paste with referencesAndrés
2021-06-02Added test3 and test4Andrés
2021-05-28rearranged some files in directoriesAndrés
2021-05-27Added struct sheet * as parameter to some functionsAndré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-25Consider sheet in dep graphAndrés
2021-05-24Fix in calc_mobile_cols. Renamed dep_graph.c to graph.cAndrés
2021-05-24forgot to include function.c and function.hAndrés
2021-05-24removed --sheet and --filename_with_mode.Andrés
2021-05-24reference cells from different sheets in formulasAndrés
2021-05-24Added :renamesheet commandAndrés
2021-05-24export xlsx with multiple sheetsAndrés
2021-05-23Do not allow deletting last sheet in a fileAndrés
2021-05-23handle loading file with sheets and not repeating Sheet 1Andrés
2021-05-23added delete_sheet and delete_doc functionsAndrés
2021-05-22free session/roman/sheetsAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-20adding commands in gram.yAndrés
2021-05-20changes to support multisheetAndrés
2021-05-14Save triggers when saving files. Renamed auto_justify to auto_fitAndrés
2021-05-11work on issue #554Andrés
2021-05-08update gmyrow gmycol before calling @getentAndrés
2021-05-07make @getent workAndrés
2021-05-03Moved S_FORMAT placementAndrés
2021-05-02Added @evaluate and @sevaluateAndrés
2021-04-30Added EXPORT in gram.y and --quiet command parameterAndrés
2021-04-28Added EvalRange() so that the graph is not evaluated entirely all the time. R...Andrés
2021-04-27Added new exec_lua configuration variableAndrés