summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-05Fix bug in WrapHighlighter::do_compute_display_setupMaxime Coste
2019-07-25src: De-indent docstrings passed to command/option/mapping definitionsFrank LENORMAND
2019-07-22Ensure current context switches away from buffer on delete-bufferMaxime Coste
2019-07-21save command history in execute-keys by defaultMaxime Coste
2019-07-21Slight code cleanup in prompt history handlingMaxime Coste
2019-07-21Merge branch 'master' of http://github.com/jo-he/kakouneMaxime Coste
2019-07-21More functional style for '*' codeMaxime Coste
2019-07-21Merge remote-tracking branch 'lenormf/fix-2994'Maxime Coste
2019-07-09Filter non-extra_word_chars completion candidates using CodepointsMaxime Coste
2019-07-09Use -O0 for debug buildsMaxime Coste
2019-07-07allow for mapping the Insert keyJoachim Henke
2019-07-07Merge remote-tracking branch 'lenormf/fix-history-size'Maxime Coste
2019-07-07Merge branch 'master' of http://github.com/jo-he/kakouneMaxime Coste
2019-07-06fix a few typosJoachim Henke
2019-07-06Fix build on FreeBSDTobias Kortkamp
2019-07-02src: Cap the maximum size of history registersFrank LENORMAND
2019-07-01src: Use all selections to generate a pattern upon hitting `*`Frank LENORMAND
2019-07-01Kakoune v2019.07.01Maxime Coste
2019-06-29Merge remote-tracking branch 'lenormf/fix-2907-2'Maxime Coste
2019-06-29Merge remote-tracking branch 'codesoap/rename_moduleload'Maxime Coste
2019-06-27Fix quoting of tuple optionsMaxime Coste
2019-06-25Rename ModuleLoad hook to ModuleLoadedcodesoap
2019-06-24src: Enforce case sensitivity when parsing function keysFrank LENORMAND
2019-06-24Unify register saving/restoring to a VectorMaxime Coste
2019-06-23Fix silly typoMaxime Coste
2019-06-23Put -Og flag in CXXFLAGS, not CPPFLAGSMaxime Coste
2019-06-23Merge remote-tracking branch 'eraserhd/debug-optimizations'Maxime Coste
2019-06-23Tweak history restoring behaviourMaxime Coste
2019-06-23Use register to store prompt historyMaxime Coste
2019-06-23Add support for `echo -quoting (raw|kakoune|shell)` switchMaxime Coste
2019-06-23Make quoting opt-in by using $kak_quoted_...Maxime Coste
2019-06-19Refactor option_to_string quoting support, introduce Quoting::RawMaxime Coste
2019-06-18Move dropped free windoes to the window trashMaxime Coste
2019-06-16Do not add window pointing to deleted buffers in the free window listMaxime Coste
2019-06-15Merge remote-tracking branch 'lenormf/fix-2966'Maxime Coste
2019-06-15Merge remote-tracking branch 'eraserhd/fifo-fixes'Maxime Coste
2019-06-14src: Make sure the iterator is inbound before decrementing itFrank LENORMAND
2019-06-11Fix emission of BufReadFifo eventsJason Felice
2019-06-11Refuse to overwrite an existing session socketMaxime Coste
2019-06-10Add a gather overload that infer element typeMaxime Coste
2019-06-04Merge remote-tracking branch 'eraserhd/minor-remote-fixes'Maxime Coste
2019-05-29Refactor message writingJason Felice
2019-05-29Do not merge selections on backspace in insert modeMaxime Coste
2019-05-29Null terminate gdb auto-load scriptMaxime Coste
2019-05-29Fix BufferedWriter triggering std::terminate on exception when writingMaxime Coste
2019-05-29Fix trailing slash removal code with root directoryMaxime Coste
2019-05-28Fix the man path for OpenBSDcodesoap
2019-05-28Avoid using gzips '-k' for compatibilitycodesoap
2019-05-23Do not try to send remaining data on a closed socketMaxime Coste
2019-05-21Add -Og for debug buildsJason Felice