summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-01fix typov0.8.1Andrés
2021-04-01Revert "Improve undo / yank using malloc for batches"Andrés
This reverts commit 7633c8e177ff19a5ff0ccbfc1c28ac624ac38e06.
2021-04-01Revert "modified version number"Andrés
This reverts commit 3835d039758dd5deee0bc21b32b34c89523f34d0.
2021-04-01modified version numberAndrés
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-04-01Preparing v0.8.1Andrés
2021-04-01Improve sort for +65k rowsAndrés
2021-03-31Minimize copy_to_undostruct callsAndrés
2021-03-30Added UNDO and YANK macrosAndrés
2021-03-30Update dependenciesAndrés
2021-03-28fixed memory leak when reading ods fileAndrés
2021-03-28fixed memory leak when searching for specified sheetAndrés
2021-03-28work on issue #218Andrés
2021-03-27fixed macros for ODSAndrés
2021-03-27Added ODS file importAndrés
2021-03-27Adde freeze to visual modeAndrés
2021-03-27Fix possible memory leak in add freeze functionAndrés
2021-03-26fix in mouse clickAndrés
2021-03-26Removed blank lines and added some commentsAndrés
2021-03-26work on issue #457Andrés
2021-03-26added control of maxcol with goto_last_col for other exports typesAndrés
2021-03-26work on issue #457Andrés
2021-03-26Work on issue #394 (latex export)Andrés
2021-03-26adding latex exportAndrés
2021-03-26work on issue #457Andrés
2021-03-25Recognise <SPACE> in mappings, rathern than simple ' 'Andrés
2021-03-25Work on #225 and #247Andrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-25Fixed bug on 'error' in gram.y - comment on issue #482Andrés
2021-03-25Updated doc to include mapping modificationsAndrés
2021-03-25Added mappings for command mode.Andrés
Handle <ESC> key in mappings. Fixed vmaps in get_mappings function.
2021-03-25Update year in LICENSEAndrés
2021-03-24work on ncurses segfault of issue #482Andrés
2021-03-24'H' shouldnt change center_hidden_rowsAndrés
2021-03-23work on issue #288Andrés
2021-03-23Merge pull request #531 from npitre/dict2Andrés M
dictionary.c: tiny code logic simplification
2021-03-23Work on issue #433Andrés
2021-03-23tiny code logic simplificationNicolas Pitre
No functional change.
2021-03-23work on issue #399. 'g' command of NORMAL_MODE changed to 'gt'Andrés
2021-03-23fix building when not setting macro UNDOAndrés
2021-03-23moved cmd multiplier to the left of modeAndrés
2021-03-23Merge branch 'freeze' of https://github.com/andmarti1424/sc-im into freezeAndrés
2021-03-23work on issue #287Andrés
2021-03-23work on issue #287Andrés
2021-03-23Merge pull request #530 from reportaman/lua-versionsAndrés M
Enabled higher versisons of lua by making compile independent of user's lua version Now lua version to link to is not hard-coded, so sc-im will link to whatever lua version user has installed as their default lua. If lua is not found, Makefile then checks for luaJIT & links to luaJIT instead. Given lua is checked before luaJIT, newer compiles will always link to latest version of lua user has, this is what most users would care about. For advanced users who care about high- performance of luaJIT & do not mind keeping their code compliant to Lua 5.1 & have both lua+luaJIT installed on their machines, they can comment part of Makefile (or remove lua from pkg-config path) to force sc-im to link to luaJIT.
2021-03-22Enabled higher versisons of lua by making compile independent of user's lua ↵Robin Stern
version. Now version to link to is not hard-coded, so it sc-im will link to whatever lua version user has installed as their default lua. If lua is not found, Makefile then checks for luajit & links to luajit instead. Given lua is checked before luajit, newer compiles will always link to latest version of lua user installs, this is what most users would care about. For advanced users who care about high-performance of luaJIT & do not mind keeping their code compliant to Lua 5.1 & have both lua+luaJIT installed on their machines, they can comment part of Makefile (or remove lua from pkg-config path) to force sc-im to link to luaJIT.
2021-03-22Merge pull request #529 from npitre/show_cursorAndrés M
add show_cursor to parser for runtime configuration
2021-03-22add show_cursor to parser for runtime configurationNicolas Pitre
2021-03-22More on issue #475Andrés
2021-03-22Work on issues #473 #201Andrés