summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-01Replace some tag dispatch with if constexprMaxime Coste
2020-05-30Merge commit 'krobelus/05-highlight-replace-ranges-crash^'Maxime Coste
2020-05-29Fix unintended interpretation of ranges length syntaxMaxime Coste
2020-05-29Avoid to_remove vector in select helper functionMaxime Coste
2020-05-29Add a range based remove_if overloadMaxime Coste
2020-05-28refactor: remove extra semicolonsJohannes Altmanninger
2020-05-28Fix invalid regions with begin > end being generatedMaxime Coste
2020-05-19Merge remote-tracking branch 'krobelus/paragraph-begin-oob'Maxime Coste
2020-05-19Output debug memory stats in a nice tableMaxime Coste
2020-05-17Fix crash when selecting previous paragraph at buffer beginJohannes Altmanninger
2020-05-17Refactor: use is_eol() as elsewhere in this functionJohannes Altmanninger
2020-05-17Fix use of unportable MSG_CMSG_CLOEXECMaxime Coste
2020-05-12Fix CSI u parsing of some special keysMaxime Coste
2020-05-10Support piping data to client stdinMaxime Coste
2020-05-10Fix select_sentence going past the end of the bufferMaxime Coste
2020-05-03Merge remote-tracking branch 'krobelus/kak-c-initial-buffer-pos'Maxime Coste
2020-05-02Fix traling whitespacesMaxime Coste
2020-05-02Add support for alpha channel in colorsMaxime Coste
2020-05-01Fix +line:col initial buffer position when connecting to sessionJohannes Altmanninger
2020-04-27Fix clang compilationMaxime Coste
2020-04-27Merge branch 'netbsd-1' of https://github.com/krytarowski/kakouneMaxime Coste
2020-04-27Support multi-line replace-rangesMaxime Coste
2020-04-27Do not replace partially selected ranges in replace-ranges highlighterMaxime Coste
2020-04-27Fix highlighting empty ranges at end of line and begin of lineMaxime Coste
2020-04-27Factor option based highlightersMaxime Coste
2020-04-23Fix get_kak_binary_path() for NetBSDKamil Rytarowski
2020-04-21Fix issue with select object and empty matchesMaxime Coste
2020-04-13Parse ascii newline/tab/escape as special keys instead of control keysMaxime Coste
2020-04-13Fix internal command namingMaxime Coste
2020-04-13Merge remote-tracking branch 'lenormf/fix-3410'Maxime Coste
2020-04-09Merge branch 'netbsd' of http://github.com/niacat/kakouneMaxime Coste
2020-04-06Support empty ranges in replace-ranges highlighterMaxime Coste
2020-03-30Add -override support to add-highlighterMaxime Coste
2020-03-29Fix empty strings not being zero terminatedMaxime Coste
2020-03-27Untie focus reporting and mouse handlingMaxime Coste
2020-03-22|| -> or for consistencynia
2020-03-22Fix build on NetBSDnia
2020-03-20Remove posB from information given by the diff algorithmMaxime Coste
2020-03-20Remove uses of reverse_iterator in diff implementationMaxime Coste
2020-03-17src: Fix a compilation bug with g++-8Frank LENORMAND
2020-03-15Merge remote-tracking branch 'Anfid/scroll-test'Maxime Coste
2020-03-15Merge remote-tracking branch 'occivink/arrange-buffers'Maxime Coste
2020-03-14Fix invalid access to deleted line when updating insert completionMaxime Coste
2020-03-14Allow reading from fifo in readonly buffersMaxime Coste
2020-03-13Merge remote-tracking branch 'lenormf/fix-completion-escaping'Maxime Coste
2020-03-13Merge remote-tracking branch 'lenormf/fix-Makefile-compiler-string'Maxime Coste
2020-03-13Merge remote-tracking branch 'lenormf/fix-3399'Maxime Coste
2020-03-13Handle invalid utf8 in command line a bit betterMaxime Coste
2020-03-12src: Don't escape completion candidates with `\`Frank LENORMAND
2020-03-12rc Makefile: Fix the predicate to detect `g++`Frank LENORMAND