summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-31Parse more data at each fifo buffer readMaxime Coste
2021-03-31Profile individual command runtimeMaxime Coste
2021-03-31Tweak completion quoting behaviour once againMaxime Coste
2021-03-22Rename separator-cursor to cursor-separatorhss
2021-03-21Don't use optionals for storing active separator stringhss
2021-03-20Only use separator-cursor for the first line number in a wrapped linehss
2021-03-20Compare column_length of line-number separatorshss
2021-03-20Use optionals more wisely in line-numbershss
2021-03-19line-number: Add option to use a different separator on the current linehss
2021-03-12Fix typo in file.ccMaxime Coste
2021-03-11Do not use replace write method when writing to a non-regular fileMaxime Coste
2021-03-11Always redraw after getting some user inputMaxime Coste
2021-03-11Do not select on non-urgent fd when handling only urgent eventsMaxime Coste
2021-03-11Merge remote-tracking branch 'eraserhd/fifo-performance-fixes'Maxime Coste
2021-03-09Use inplace_merge() for rangesJason Felice
2021-03-08Binary search for first range to changeJason Felice
2021-03-04Refactor pipe reader/writerMaxime Coste
2021-03-03Raise ThreadedVM initial thread capacity to 16Maxime Coste
2021-03-03Re-use the Regex VM when completing filenames to reduce allocationsMaxime Coste
2021-03-02Re-tweak command name completion behaviourMaxime Coste
2021-02-25Follow ECMA specification for regex whitespaceJacob Collins
2021-02-25Tweak requoting behaviourMaxime Coste
2021-02-16Fix splitting display line in front of a replaced rangeMaxime Coste
2021-02-15Add + key to duplicate selections and <a-+> to merge overlapping onesMaxime Coste
2021-02-11Fix CSI u support for escape keyMaxime Coste
2021-02-01Fix resizing strings to -1 lengthMaxime Coste
2021-01-26Check XDG_RUNTIME_DIR owner before creating session directoryMaxime Coste
2021-01-22Write to stderr if execve failsMaxime Coste
2021-01-22Fix performance issue in show-matching highlighter on big buffersMaxime Coste
2021-01-22Slight code cleanup in generate_envMaxime Coste
2021-01-15Distinguish <c-h> and Backspace on terminals where that is possible.Tim Allen
2021-01-04Merge branch 'master' of http://github.com/Woolworths/kakouneMaxime Coste
2021-01-04Merge remote-tracking branch 'cole-h/trim-only-one-newline'Maxime Coste
2021-01-02command_manager: only remove last eol in %sh{} expansionsCole Helbling
2021-01-03Merge remote-tracking branch 'jimt/master'Maxime Coste
2021-01-03Add missing limits includesMaxime Coste
2021-01-01Fix message typoJim Tittsler
2020-12-25Avoid non-POSIX ln -r switchMaxime Coste
2020-12-23commands: add "registers" subcommand to :debugCole Helbling
2020-12-22remove unused variable changes_trackerJean Abed
2020-12-20Add Timer::disable() to be more explicit than set_next_date(TimePoint::max())Maxime Coste
2020-12-09Add a libexec/ directory and use it to find the kak commandMaxime Coste
2020-12-05Merge remote-tracking branch 'occivink/no-sel-remaining-alt-space'Maxime Coste
2020-12-03Throw no_selections_remaining when using <a-space>Olivier Perret
2020-12-01Avoid potential use after free of the mode nameMaxime Coste
2020-12-01Ensure InputModes are kept alive during their idle logicMaxime Coste
2020-11-22Merge remote-tracking branch 'AndrewVos/ignore-indent-on-line-completion'Maxime Coste
2020-11-20Ignore indent when completing linesAndrew Vos
2020-11-18Restore auto-select on return, add a flag to disable that for commandsMaxime Coste
2020-11-17Revert "Auto-insert prompt menu completions on <ret> if any text was entered"Maxime Coste