summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-19Add a RegisterModified hookMaxime Coste
2020-07-19Code style tweaksMaxime Coste
2020-07-07Handle SIGTERM as a graceful exit, similar to the `:kill!` commandMaxime Coste
2020-07-05Fix selections getting unsorted on scrollMaxime Coste
2020-07-04Add User hook supportMaxime Coste
2020-06-28Fix 'error: non-constant-expression cannot be narrowed...'Igor Böhm
2020-06-28Refactor mouse press/release handling to support 3 buttonsMaxime Coste
2020-06-27Refactor how InsetCompletionHide hook parameter is computedMaxime Coste
2020-06-25Merge remote-tracking branch 'lenormf/key-percent'Maxime Coste
2020-06-16A module is not loaded after failing during loadMaxime Coste
2020-06-09Do not include non-primitive option value in *SetOption hook filterMaxime Coste
2020-06-07Fix select wiping capturesMaxime Coste
2020-06-03src: Introduce a <percent> named keyFrank LENORMAND
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