summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-06-19Merge branch 'pr585' into devAndrés
2021-06-19fix build when lua-devel libs are not availableNicolas Pitre
2021-06-19Merge branch 'pr584' into devAndrés
2021-06-19fix screen leftover artifactsNicolas Pitre
2021-06-17Added missing includeAndrés
2021-06-17Merge branch 'pr582' into devAndrés
2021-06-17Merge branch 'pr581' into devAndrés
2021-06-17merge work by @npitre. PR 581: adjust row/col count on edge casesAndrés
2021-06-16Show old and new value when chainging config variableAndrés
2021-06-16simplify the clipboard code a bitNicolas Pitre
2021-06-16adjust row/col count on edge casesNicolas Pitre
2021-06-16Check curfile is set for autobackup - issue #580Andrés
2021-06-16Merge to mainAndrés
2021-06-16Merge work done by @npitre on issue #578Andrés
2021-06-16rebuild graph in delete_sheetAndrés
2021-06-15recalculate number of mobile rows if row height changes during displayNicolas Pitre
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-12work on issue 575Andrés
2021-06-12work on issue 575Andrés
2021-06-12work on issue 575. handle search of strings and numbers with multisheetAndrés
2021-06-12Copy alignment of strings when doing `Pf`.Andrés
2021-06-12Fix in paste_yanked_ents when pasting (with Pv) over same place where data wa...Andrés
2021-06-12Preparing to mergeAndrés
2021-06-12work on issue #569Andrés
2021-06-11Avoid reading passed maxcols maxrows when shifting left or up over last sheet...Andrés
2021-06-11Check string length when pasting from clipboardAndrés
2021-06-11work on issue #569Andrés
2021-06-10work on issue #569. still WIPAndrés
2021-06-10scroll correctly in edit mode when editing cells with long stringsAndrés
2021-06-10tui.c: do not alter row_format in show_content if not autowrapAndrés
2021-06-10work on issue #569Andrés
2021-06-09work on issue #569Andrés
2021-06-09Work on issue #568. Handle '<' '>' on mappingsAndrés
2021-06-08Fix not updating graph correctly after yanking cells with references, pasting...Andrés
2021-06-07Added test5: yank and paste with referencesAndrés
2021-06-07Fix in dismiss undo itemAndrés
2021-06-07updated versionAndrés
2021-06-07Update versionAndrés
2021-06-07Preparing to merge multisheet to default branchAndré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-06-02Added test3 and test4Andrés
2021-06-02Moved tests folder out of srcAndrés
2021-06-02Merge branch 'multisheet' of https://github.com/andmarti1424/sc-im into multi...Andrés
2021-06-02Added test in /testsAndrés
2021-06-01removed unneeded conditional when creating history structuresandmarti1424
2021-05-29synrefsAndrés
2021-05-28Fix in EvalRange when using multisheetAndrés