summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-14Support rxvt style s-F11 and s-F12fsub
2019-12-12Merge remote-tracking branch 'Screwtapello/tmux-keys'Maxime Coste
2019-12-11src/ncurses_ui.cc: Add support for VT220-style Home and End keys.Tim Allen
2019-12-10Fix build on FreeBSD againTobias Kortkamp
2019-12-10Kakoune v2019.12.10Maxime Coste
2019-12-07Add -scratch and -file switches to the rename-buffer commandMaxime Coste
2019-12-07Update New flag and last save timestamp on buffer renameMaxime Coste
2019-12-05Optimize regex in commandMaxime Coste
2019-12-05Restore regex optimization pass by introducing basic block analysisMaxime Coste
2019-12-04Do not decode utf-8 when looking for regex next startMaxime Coste
2019-12-04Merge remote-tracking branch 'lenormf/window-range'Maxime Coste
2019-12-04Merge remote-tracking branch 'lenormf/reload-buffer-hash'Maxime Coste
2019-12-03src: Reload buffers when their contents' hash changesFrank LENORMAND
2019-12-03Document that fg face is optionalMaxime Coste
2019-12-03Merge remote-tracking branch 'lenormf/split-json'Maxime Coste
2019-12-03Merge remote-tracking branch 'Laaas/patch-1'Maxime Coste
2019-12-03Merge remote-tracking branch 'lenormf/fix-doc-face-base'Maxime Coste
2019-12-03Merge remote-tracking branch 'somasis/master'Maxime Coste
2019-12-02src: Document the base face syntax in `:set-face`Frank LENORMAND
2019-12-01src: Fix the build on MacFrank LENORMAND
2019-12-01Pass inserted text ranges in InsertCompletionHide hook parameterMaxime Coste
2019-11-29buffer.hh: Fix building on musl+libc++Kylie McClain
2019-11-30Refactor diff to make allocating a diff vector optionalMaxime Coste
2019-11-28Merge remote-tracking branch 'lenormf/fix-mmap-size-check'Maxime Coste
2019-11-28Merge remote-tracking branch 'lenormf/patch-2'Maxime Coste
2019-11-28Add a {\} marker to disable markup processingMaxime Coste
2019-11-26src: Check the filesize before calling `mmap()`Frank LENORMAND
2019-11-26Fix small info text not being displayedMaxime Coste
2019-11-26Merge remote-tracking branch 'lenormf/complete-expansion-reg'Maxime Coste
2019-11-26Merge remote-tracking branch 'lenormf/complete-expansion-file'Maxime Coste
2019-11-25src: Use `begin()` to get iteratorsFrank LENORMAND
2019-11-24Complete rename-buffer with filenamesMaxime Coste
2019-11-24Replace tab characters with spaces in info/echoMaxime Coste
2019-11-24Rework ncurses info display, crop content when overlflowingMaxime Coste
2019-11-23Make wrap_lines a lazy range viewMaxime Coste
2019-11-23src: Complete filenames in `%file{}` expansionsFrank LENORMAND
2019-11-23src: Complete register names in `%reg{}` expansionsFrank LENORMAND
2019-11-22Add support for markup in info boxesMaxime Coste
2019-11-22Fix crash when deleting buffers in a BufClose hookMaxime Coste
2019-11-21Add a -atomic switch to write and change clang.kak to take advantageMaxime Coste
2019-11-18src: Give a reason why `:rename-buffer` failedFrank LENORMAND
2019-11-18Fix recently introduced ncurses redraw artifactMaxime Coste
2019-11-18Ignore SIGTTOUMaxime Coste
2019-11-17Fix search menu trimmed entry displayMaxime Coste
2019-11-17Move the forked server into a new session and process groupMaxime Coste
2019-11-17src json: Limit the recursion depth to 100Frank LENORMAND
2019-11-17src: Move JSON parsing code to its own fileFrank LENORMAND
2019-11-17Fix String::resize not zero-terminatingMaxime Coste
2019-11-13Re-merge clear_to_eol in drawMaxime Coste
2019-11-12Fix display column computationsJason Felice