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
2024-09-08
Add terminal_title terminal ui_option to control the title
Maxime Coste
2024-09-02
Explicitely call try_accept on InsertCompleter
Maxime Coste
2024-09-02
Fix <c-r> use-after-free InsertCompletionHide touches used register
Johannes Altmanninger
2024-08-26
Do not gather full input data in a single string when piping
Maxime Coste
2024-08-26
Fix includes for debug build
Maxime Coste
2024-08-26
Merge remote-tracking branch 'arrufat/update-double-underline-main'
Maxime Coste
2024-08-24
Add back <cwchar> for wcwidth in src/unicode.hh
Chris Webb
2024-08-19
Merge remote-tracking branch 'arrufat/includes-cleanup'
Maxime Coste
2024-08-19
Don't interpret the \n input byte as <ret>
Johannes Altmanninger
2024-08-19
Decode XTerm's formatOtherKeys=0 encoding
Johannes Altmanninger
2024-08-19
Decode kitty keyboard protocol's numlock keys
Johannes Altmanninger
2024-08-16
include headers cleanup
Adrià Arrufat
2024-08-15
Add double underline in main version notes
Adrià Arrufat
2024-08-15
Remove some more unnecessary includes
Maxime Coste
2024-08-15
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Maxime Coste
2024-08-14
Remove unused wrap_to and reduce string_utils headers
Maxime Coste
2024-08-14
Remove tuple use from ranges.hh
Maxime Coste
2024-08-14
Reduce number of included headers
Maxime Coste
2024-08-14
Merge remote-tracking branch 'lenormf/fix-3972'
Maxime Coste
2024-08-14
Fix json-ui scroll support
Maxime Coste
2024-08-14
Merge remote-tracking branch 'enricozb/enricozb/scroll-coordinates'
Maxime Coste
2024-08-14
Merge remote-tracking branch 'arrufat/support-double-underline'
Maxime Coste
2024-08-14
More include fixes
Maxime Coste
2024-08-14
Add missing include for non libstdc++ builds
Maxime Coste
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-08-12
Reduce exposed headers from context.hh
Maxime Coste
2024-08-12
Extract format implementation to its own file
Maxime Coste
2024-08-12
Remove void_t and use requires instead
Maxime Coste
2024-08-12
Move most info/status clear logic to client
Maxime Coste
2024-08-08
Delay NormalMode clearing of status line and info box to next idle
Maxime Coste
2024-08-06
fix mouse scrolling
Enrico Zandomeni Borba
2024-08-04
fix mouse coord underflow
Enrico Zandomeni Borba
2024-08-04
add scroll coordinates
Enrico Zandomeni Borba
2024-08-04
Add support for double underline
Adrià Arrufat
2024-08-04
Move most code in regex_impl inside the anonymous namespace
Maxime Coste
2024-07-27
Reduce templatization further to reduce binary size
Maxime Coste
2024-07-24
De-templatize regex selection code
Maxime Coste
2024-07-24
Merge remote-tracking branch 'JustTaken/view-offset'
Maxime Coste
2024-07-22
Fix logic to get minimun custom offset
JustTaken
2024-07-22
Allow escaping commas in the -buffer argument to eval/exec
Tobias Pisani
2024-07-22
Handle word completion when recording macros
Maxime Coste
2024-07-20
Take in account scrolloff when moving viewport
JustTaken
2024-07-21
De-templatize select_object
Maxime Coste
2024-07-21
Disable UnitTest fully in non KAK_DEBUG builds
Maxime Coste
2024-07-19
Record macros in repeat last insert
Maxime Coste
2024-07-18
Bump history max size to 1000
Maxime Coste
2024-07-17
Clear info box and prompt on paste
Maxime Coste
2024-07-15
Improve error message for alternations in lookarounds and add tests
Maxime Coste
2024-07-01
Merge remote-tracking branch 'PJungkamp/directory-changed'
Maxime Coste
[next]