index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-12-14
Support rxvt style s-F11 and s-F12
fsub
2019-12-12
Merge remote-tracking branch 'Screwtapello/tmux-keys'
Maxime Coste
2019-12-11
src/ncurses_ui.cc: Add support for VT220-style Home and End keys.
Tim Allen
2019-12-10
Fix build on FreeBSD again
Tobias Kortkamp
2019-12-10
Kakoune v2019.12.10
Maxime Coste
2019-12-07
Add -scratch and -file switches to the rename-buffer command
Maxime Coste
2019-12-07
Update New flag and last save timestamp on buffer rename
Maxime Coste
2019-12-05
Optimize regex in command
Maxime Coste
2019-12-05
Restore regex optimization pass by introducing basic block analysis
Maxime Coste
2019-12-04
Do not decode utf-8 when looking for regex next start
Maxime Coste
2019-12-04
Merge remote-tracking branch 'lenormf/window-range'
Maxime Coste
2019-12-04
Merge remote-tracking branch 'lenormf/reload-buffer-hash'
Maxime Coste
2019-12-03
src: Reload buffers when their contents' hash changes
Frank LENORMAND
2019-12-03
Document that fg face is optional
Maxime Coste
2019-12-03
Merge remote-tracking branch 'lenormf/split-json'
Maxime Coste
2019-12-03
Merge remote-tracking branch 'Laaas/patch-1'
Maxime Coste
2019-12-03
Merge remote-tracking branch 'lenormf/fix-doc-face-base'
Maxime Coste
2019-12-03
Merge remote-tracking branch 'somasis/master'
Maxime Coste
2019-12-02
src: Document the base face syntax in `:set-face`
Frank LENORMAND
2019-12-01
src: Fix the build on Mac
Frank LENORMAND
2019-12-01
Pass inserted text ranges in InsertCompletionHide hook parameter
Maxime Coste
2019-11-29
buffer.hh: Fix building on musl+libc++
Kylie McClain
2019-11-30
Refactor diff to make allocating a diff vector optional
Maxime Coste
2019-11-28
Merge remote-tracking branch 'lenormf/fix-mmap-size-check'
Maxime Coste
2019-11-28
Merge remote-tracking branch 'lenormf/patch-2'
Maxime Coste
2019-11-28
Add a {\} marker to disable markup processing
Maxime Coste
2019-11-26
src: Check the filesize before calling `mmap()`
Frank LENORMAND
2019-11-26
Fix small info text not being displayed
Maxime Coste
2019-11-26
Merge remote-tracking branch 'lenormf/complete-expansion-reg'
Maxime Coste
2019-11-26
Merge remote-tracking branch 'lenormf/complete-expansion-file'
Maxime Coste
2019-11-25
src: Use `begin()` to get iterators
Frank LENORMAND
2019-11-24
Complete rename-buffer with filenames
Maxime Coste
2019-11-24
Replace tab characters with spaces in info/echo
Maxime Coste
2019-11-24
Rework ncurses info display, crop content when overlflowing
Maxime Coste
2019-11-23
Make wrap_lines a lazy range view
Maxime Coste
2019-11-23
src: Complete filenames in `%file{}` expansions
Frank LENORMAND
2019-11-23
src: Complete register names in `%reg{}` expansions
Frank LENORMAND
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-22
Fix crash when deleting buffers in a BufClose hook
Maxime Coste
2019-11-21
Add a -atomic switch to write and change clang.kak to take advantage
Maxime Coste
2019-11-18
src: Give a reason why `:rename-buffer` failed
Frank LENORMAND
2019-11-18
Fix recently introduced ncurses redraw artifact
Maxime Coste
2019-11-18
Ignore SIGTTOU
Maxime Coste
2019-11-17
Fix search menu trimmed entry display
Maxime Coste
2019-11-17
Move the forked server into a new session and process group
Maxime Coste
2019-11-17
src json: Limit the recursion depth to 100
Frank LENORMAND
2019-11-17
src: Move JSON parsing code to its own file
Frank LENORMAND
2019-11-17
Fix String::resize not zero-terminating
Maxime Coste
2019-11-13
Re-merge clear_to_eol in draw
Maxime Coste
2019-11-12
Fix display column computations
Jason Felice
[next]