summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-22Remove unnecessary workaround in Buffer::insertMaxime Coste
2022-02-18Do not keep MappedFile fd openedMaxime Coste
2022-02-15Merge remote-tracking branch 'krobelus/c-n-autocomplete'Maxime Coste
2022-02-15Merge remote-tracking branch 'krobelus/different-select-cmd-no-dupe'Maxime Coste
2022-02-15Merge remote-tracking branch 'Qeole/pr/crash-colors'Maxime Coste
2022-02-15Merge remote-tracking branch 'Screwtapello/validate_alpha-is-constexpr'Maxime Coste
2022-02-12Make Color::validate_alpha() a constexpr function.Tim Allen
2022-02-11Filter duplicate completions only if they have the same select cmdJohannes Altmanninger
2022-02-11Faces: Check that underline colour comes before base/attributes markersQeole
2022-02-07Make <c-n> show completion menu again when autocomplete is offJohannes Altmanninger
2022-02-02Fix regex alternation execution priorityMaxime Coste
2022-02-01Fix modified keys not being mappable in goto modeMaxime Coste
2022-01-24Merge remote-tracking branch 'Screwtapello/fix-session-name-error'Maxime Coste
2022-01-24Use strerror to display execve failuresMaxime Coste
2022-01-24Do not insert any end-of-line when piping data outMaxime Coste
2022-01-23Restore goto case insensitiveness, refuse to map upper caseMaxime Coste
2022-01-18When reporting an invalid session name, report the correct name.Tim Allen
2022-01-09Do not show custom completions when autocomplete is offJohannes Altmanninger
2021-12-20Fix invalid line joining logic with multiple selection per lineMaxime Coste
2021-12-14Bug fix: use only iswlower() in RankedMatch::is_word_boundary()Sidharth Kshatriya
2021-12-11Fix mode line inconsistency between normal and insert modesChris Webb
2021-12-11Fix explicit line completionMaxime Coste
2021-12-11Fix parsing nul bytes in regexMaxime Coste
2021-12-11Fix spurious warning likely due to String::Data not being std compliantMaxime Coste
2021-12-11Make space a named key to correctly handle shift modifierMaxime Coste
2021-11-25Clang is still unhappy, trying another approach with defining my own conceptMaxime Coste
2021-11-25Avoid using standard conceptsMaxime Coste
2021-11-25Templatize parse_quoted to avoid utf8 decoding with ascii delimiterMaxime Coste
2021-11-25small regex impl code style tweakMaxime Coste
2021-11-21Try to fix more CI failures related to C++20Maxime Coste
2021-11-21Fix clang C++20 compilation issuesMaxime Coste
2021-11-21More C++20 refactoringsMaxime Coste
2021-11-21Use std::remove_cvref instead of std::decayMaxime Coste
2021-11-21Convert comparisons to spaceship operatorMaxime Coste
2021-11-21Replace std::enable_if with requiresMaxime Coste
2021-11-21Micro-optimize regex character class/type matchingMaxime Coste
2021-11-21Reduce the amount of Regex VM Instruction codeMaxime Coste
2021-11-21Merge remote-tracking branch 'lenormf/debug_mode-gdb_script'Maxime Coste
2021-11-21Merge branch 'doc_highlighter_switch' of http://github.com/fennewald/kakouneMaxime Coste
2021-11-16Documented -override switch for add-highlighterCarson
2021-11-15Fixes #4432: JSON UI only shows stdin when connecting to an existing sessionSidharth Kshatriya
2021-11-11Recognize both <tab> and <c-i> as forward jumpMaxime Coste
2021-11-08src makefile: Install GDB types in debug modeFrank LENORMAND
2021-11-07Kakoune 2021.11.08Maxime Coste
2021-11-05src highlighters: Factorise docstringsFrank LENORMAND
2021-11-04src highlighters: Sort instantiationsFrank LENORMAND
2021-11-02use shifted key codes on kittyJason Felice
2021-11-02Keep command_fifo read fd open instead of closing/reopeningMaxime Coste
2021-11-02Merge remote-tracking branch 'sidkshatriya/remove-kak-history-file'Maxime Coste
2021-11-02Fix DECRPM parsing for 2026Maxime Coste