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
/
input_handler.cc
Age
Commit message (
Expand
)
Author
2025-03-24
Fix prompt history recording when using mapped keys
Johannes Altmanninger
2025-03-24
Default InputHandler::handle_key() synthesized argument
Johannes Altmanninger
2025-03-22
Improve info box clearing behaviour
Maxime Coste
2025-02-05
Make Control modifier quote inserted registers in prompt mode
Maxime Coste
2024-10-22
Remove now unused CompletionFlags
Maxime Coste
2024-09-16
Rename Window::display_position to display_coord
Maxime Coste
2024-09-16
Do not return beginning of buffer whenever display to buffer coord fails
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-16
include headers cleanup
AdriĆ Arrufat
2024-08-14
Merge remote-tracking branch 'enricozb/enricozb/scroll-coordinates'
Maxime Coste
2024-08-12
Move debug utils to debug.hh/debug.cc
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-07-22
Handle word completion when recording macros
Maxime Coste
2024-07-19
Record macros in repeat last insert
Maxime Coste
2024-07-17
Clear info box and prompt on paste
Maxime Coste
2024-04-27
Don't capture local-scoped faces in prompt
Johannes Altmanninger
2024-04-01
Change mode_info to contain an optional NormalParams
Maxime Coste
2024-03-31
Support exposing some env vars as part of the mode information
Maxime Coste
2024-03-27
Do not make cursor visible when not dragging
Maxime Coste
2024-03-23
Refactor last insert recording logic
Maxime Coste
2024-03-22
Fix invalid access when recording keys
Maxime Coste
2024-02-24
Make insert repeat (.) more consistent
Tobias Pisani
2023-12-10
Mark refresh_ifn() implementation as an override in input_handler.cc
Chris Webb
2023-12-02
Merge remote-tracking branch 'krobelus/fuzzy-menu'
Maxime Coste
2023-11-21
Fix completion menu not getting hidden on no matches
Maxime Coste
2023-11-20
rc tools menu: replace menu builtin with a prompt-based implementation
Johannes Altmanninger
2023-11-14
Make shell-script-candidates completer run in the background
Maxime Coste
2023-11-14
Fix completion pager not rendering after <a-semicolon> in prompt
Johannes Altmanninger
2023-11-13
Avoid unnecessary copy of completion candidates
Johannes Altmanninger
2023-11-13
Change window_range to emit each element as a separate string
Maxime Coste
2023-09-19
Trigger auto completion refresh when necessary on completion select
Maxime Coste
2023-09-02
Do not make cursor visible after mouse scrolling and view commands
Maxime Coste
2023-08-23
Revert "Only make cursor visible after buffer or selection change"
Maxime Coste
2023-08-16
Only make cursor visible after buffer or selection change
Maxime Coste
2023-07-05
Refactor prompt history handling
Maxime Coste
2023-07-05
Merge remote-tracking branch 'krobelus/allow-history-in-mappings'
Maxime Coste
2023-07-04
Only auto-insert completion when at the end of the line
Maxime Coste
2023-06-17
Disable history only for prompts that are never shown in the UI
Johannes Altmanninger
2023-06-17
Use auto to avoid repeating type of dynamic cast
Johannes Altmanninger
2023-06-17
Rename "disable_history" stack state to "noninteractive"
Johannes Altmanninger
2023-05-29
Refactor KeymapManager to enfore setting is_executing on key iteration
Maxime Coste
2023-05-25
unmap: fail if the mapping is currently executing
Johannes Altmanninger
2023-04-22
Fix compile error: Compiler refuses to deduce alias template arguments on Dar...
Sidharth Kshatriya
2023-03-13
Slight refactoring of bracketed paste feature
Maxime Coste
2023-03-11
Make linewise bracketed paste match P behavior
Johannes Altmanninger
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2023-02-17
Complete arguments to "echo -to-file"
Johannes Altmanninger
[next]