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-10-10
Support specifying the user configuration with KAKOUNE_CONFIG_DIR
Maxime Coste
2019-10-10
Add unambiguous titles for infobox "enter combining operator"
Delapouite
2019-10-08
Check that stdin is readable before calling read
Maxime Coste
2019-10-03
Avoid negative initial coordinates
Maxime Coste
2019-09-26
Fix some clang warnings
Maxime Coste
2019-09-26
Remove unneeded NCursesUI::Window::mark_dirty and redraws
Maxime Coste
2019-09-25
Additional NCursesUI code cleanups
Maxime Coste
2019-09-25
Avoid unnecessary allocations in NCursesUI::Window::draw calls
Maxime Coste
2019-09-25
Refactor NCursesUI::Window to reduce the exposed methods
Maxime Coste
2019-09-25
Do not set O_NONBLOCK on stdin
Maxime Coste
2019-09-24
Restore stdin status flags on suspend and quit
Maxime Coste
2019-09-22
Merge remote-tracking branch 'laelath/suppress-init-list-lifetime-warning'
Maxime Coste
2019-09-22
Add support for parsing SS3 key sequences
Maxime Coste
2019-09-17
Added -Wno-init-list-lifetime to CXXFLAGS
Justin Frank
2019-09-17
Accept docstrings with last line not fully indented
Maxime Coste
2019-09-16
Restore palette before suspend
Maxime Coste
2019-09-16
Correctly restore terminal state on suspend
Maxime Coste
2019-09-16
Small style tweak
Maxime Coste
2019-09-16
Fix input coming in packets characters being dropped
Maxime Coste
2019-09-16
Fix multi-client server suspend
Maxime Coste
2019-09-16
Fix broken input after suspend
Maxime Coste
2019-09-16
Setup terminal raw mode without going through ncurses
Maxime Coste
2019-09-16
Get rid of ncurses based input parsing in favor of custom code
Maxime Coste
2019-09-15
Make arrow keys normal mode mappings instead of commands
Maxime Coste
2019-09-15
Allow scrolling while dragging mouse
Maxime Coste
2019-09-08
Fix printing of F12 key
Maxime Coste
2019-09-07
Rank a word-boundary after a non-word-boundary
Jean-Louis Fuchs
2019-09-07
Fix modifiers support with mouse events
Maxime Coste
2019-09-07
Rework custom CSI parsing code and add support for SGR (1006) mouse
Maxime Coste
2019-09-05
Remove unneeded uses of NCurses WINDOW*
Maxime Coste
2019-09-05
Extract most ncurses calls into NCursesUI::Window methods
Maxime Coste
2019-09-01
Introduce FunctionRef to replace std::function when not storing
Maxime Coste
2019-08-31
Limit the amounts of calls to get_extra_word_chars
Maxime Coste
2019-08-28
Merge remote-tracking branch 'eraserhd/pr/master/fix-kak-list-sessions'
Maxime Coste
2019-08-21
src: Send the stop signal to the entire process group
Frank LENORMAND
2019-08-20
Fix kak -l when $XDG_RUNTIME_DIR is set
Jason Felice
2019-08-19
Merge remote-tracking branch 'lenormf/indented-docstrings'
Maxime Coste
2019-08-19
Make scrolling speed configurable
Maxime Coste
2019-08-12
Fallback to wrapping in between 'word' when 'WORD' fails
Maxime Coste
2019-08-05
Use $XDG_RUNTIME_DIR
Jason Felice
2019-08-05
Fix bug in WrapHighlighter::do_compute_display_setup
Maxime Coste
2019-07-25
src: De-indent docstrings passed to command/option/mapping definitions
Frank LENORMAND
2019-07-22
Ensure current context switches away from buffer on delete-buffer
Maxime Coste
2019-07-21
save command history in execute-keys by default
Maxime Coste
2019-07-21
Slight code cleanup in prompt history handling
Maxime Coste
2019-07-21
Merge branch 'master' of http://github.com/jo-he/kakoune
Maxime Coste
2019-07-21
More functional style for '*' code
Maxime Coste
2019-07-21
Merge remote-tracking branch 'lenormf/fix-2994'
Maxime Coste
2019-07-09
Filter non-extra_word_chars completion candidates using Codepoints
Maxime Coste
2019-07-09
Use -O0 for debug builds
Maxime Coste
[next]