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.hh
Age
Commit message (
Expand
)
Author
2025-03-24
Default InputHandler::handle_key() synthesized argument
Johannes Altmanninger
2024-10-22
Remove now unused CompletionFlags
Maxime Coste
2024-08-15
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-07-22
Handle word completion when recording macros
Maxime Coste
2024-04-01
Fix std::optional used instead of Optional
Maxime Coste
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
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-09-02
Do not make cursor visible after mouse scrolling and view commands
Maxime Coste
2023-08-13
Minor formatting tweaks
Maxime Coste
2023-06-17
Disable history only for prompts that are never shown in the UI
Johannes Altmanninger
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2021-10-10
Split InsertMode into InsertMode and PasteMode
Maxime Coste
2020-03-15
Merge remote-tracking branch 'Anfid/scroll-test'
Maxime Coste
2020-02-27
Make `on_next_key_with_autoinfo()` respect `idle_timeout`
Nicolas Ouellet-Payeur
2019-11-28
Update scroll behavior
Mikhail Pogretskiy
2019-11-11
Add mode information to next-key mode name
Maxime Coste
2019-10-17
Remove explicit sizes from make_array calls
Maxime Coste
2019-09-15
Allow scrolling while dragging mouse
Maxime Coste
2019-06-23
Use register to store prompt history
Maxime Coste
2019-03-24
Extract shell script completion code into structs
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-07-15
Change autoshowcompl to auto_complete with insert|prompt possible values
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2017-11-12
Move Array and ConstexprVector to a constexpr_utils.hh header
Maxime Coste
2017-11-08
InputHandler: handle of last insert keys happening in nested modes
Maxime Coste
2017-10-31
Prompt: display the fallback text everytime the prompt is empty
Maxime Coste
2017-10-28
Display the fallback value in prompts
Maxime Coste
2017-08-18
Respecify EnumDescs array sizes manually to workaround clang-3.6 bug
Maxime Coste
2017-08-12
Remove size redundancy in enum_desc function declaration
Maxime Coste
2017-06-25
Remember count when repeating last insert
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-03-15
Migrate to a more value based meta programming model
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-11-02
Propagate NormalParams to user mappings
Maxime Coste
2016-10-24
Make o/O open multiple lines when a count is given
Maxime Coste
2016-08-22
Only drop blank prefixed history entries in command/shell prompts
Maxime Coste
2016-07-28
Use the same logic for mouse wheel and (half) page up/down
Maxime Coste
2016-04-19
Add a -password switch to :prompt to allow for more secure password entering
Maxime Coste
2016-04-13
Fix support for macro being recorded and replay during :exec (non draft)
Maxime Coste
2016-03-22
User mappings and :exec are always executed in normal mode
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2015-12-12
Fix input mode keep alive handling, use a refcount for input modes
Maxime Coste
2015-11-26
Remind user hooks disable when replaying last insert
Maxime Coste
2015-11-20
Move enum option handling in enum.hh and refactor enum options
Maxime Coste
2015-11-18
Change autoinfo option to be a flags option, document flags options
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
[next]