summaryrefslogtreecommitdiffstats
path: root/src/undo.c
AgeCommit message (Expand)Author
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-14undo: save maxrow, maxcol, modflg values before and after changes, so they ca...Andrés
2021-06-12Fix in paste_yanked_ents when pasting (with Pv) over same place where data wa...Andrés
2021-06-10work on issue #569. still WIPAndrés
2021-06-08Fix not updating graph correctly after yanking cells with references, pasting...Andrés
2021-06-07Fix in dismiss undo itemAndrés
2021-06-07small fix when pasting yanked entsAndrés
2021-06-07copy_to_undostruct() now keep in added/removed list struct ent_ptr * (that kn...Andrés
2021-05-28rearranged some files in directoriesAndrés
2021-05-28CommentsAndrés
2021-05-27Added struct sheet * as parameter to some functionsAndrés
2021-05-27Undo with multisheet. Move between sheets when undoing/redoingAndrés
2021-05-24Fix in calc_mobile_cols. Renamed dep_graph.c to graph.cAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-20changes to support multisheetAndrés
2021-04-28Added EvalRange() so that the graph is not evaluated entirely all the time. R...Andrés
2021-04-19Free col_frozed correctlyAndrés
2021-04-18undo of freeze/unfreeze commandsAndrés
2021-04-14work on multiple frozen rows/columns. changed calc_offscr functionsAndrés
2021-04-06handle undo/red of ir/ic/dr/dc when having hidden rows/cols. fix in :showrows...Andrés
2021-04-05handle rowformat in vert_bottom (L command of normal mode)Andrés
2021-04-05undo/redo of ir, dr should handle rowformatAndrés
2021-04-05modify rowformat after insert and delete of rowsAndrés
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-04-01fix typov0.8.1Andrés
2021-04-01Revert "Improve undo / yank using malloc for batches"Andrés
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-03-31Minimize copy_to_undostruct callsAndrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-22Work on issues #473 #201Andrés
2017-07-29Doxygen comments in undo.c.Charles Edward Pax
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-09Arrenged commentsandmarti1424
2017-04-05cleaned color.candmarti1424
2017-04-03more work cleningandmarti1424
2017-04-03undo of dc: updated colformatandmarti1424
2017-04-02undo: added aux_ents to fix issues while undo/redoing changes over ents/rows/...andmarti1424
2017-03-28Clean some codeandmarti1424
2017-03-27little fix in undo.c to prevent a memory leakandmarti1424
2017-03-21Changes for issue #158mongo
2017-03-13Fix in dismiss_undo_itemandmarti1424
2017-03-11add comment to undo supportandmarti1424
2017-02-05Check not to copy duplicate ent in copy_to_undostructandmarti1424
2017-01-31Changes in ERR error propagation during evalandmarti1424
2017-01-30removed blank spacesandmarti1424
2017-01-28Changes when an ent is removed:mongo