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
2017-05-22
Do not avoid eol in insert mode vertical movement
Maxime Coste
2017-05-22
Fix bug where idle timers of disabled modes were still run
Maxime Coste
2017-05-17
small code cleanups
Maxime Coste
2017-05-07
Respect tabstop in Buffer::offset_coord
Maxime Coste
2017-05-07
Do not use any display information to determine where the cursor moves
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-04-03
Change prompt completion to only update when idle
Maxime Coste
2017-03-30
Add an InsertDelete hook
Maxime Coste
2017-03-16
Use a HashMap to store the normal mode keymap
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-03-03
Add docstring support for mappings, and use them in autoinfo
Maxime Coste
2017-02-14
Make numeric registers setable
Maxime Coste
2017-02-01
Also execute prompt callback when just starting
Maxime Coste
2017-01-25
Only restore cursor position after an append if we still have cursor > anchor
Maxime Coste
2017-01-13
Fix capture group handling
Maxime Coste
2017-01-10
Fix: add missing pipe register in info
Delapouite
2017-01-08
Small code cleanups
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-27
Change the message when entering insert mode while readonly
Kevin Ballard
2016-12-21
Display a message when entering insert mode while readonly
Maxime Coste
2016-12-15
Fix reentrancy in InputeModes::Normal::on_key
Maxime Coste
2016-12-14
Add support for readline like <c-k> and <c-u> in prompts
Maxime Coste
2016-12-10
Ensure the line is correctly clamped in scroll_window
Maxime Coste
2016-12-07
Fix scrolling generating invalid buffer coordinates
Maxime Coste
2016-12-05
Fix buffer reload info box not being shown anymore
Maxime Coste
2016-12-04
Hide eventual info box when returning to normal mode
Maxime Coste
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-11-28
Add support for mouse in insert mode
Maxime Coste
2016-11-14
Propagate the hooks disabled state through prompt, menu, and command execution
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-10-23
Change handling of OpenLineAbove to fix first line edge cases
Maxime Coste
2016-10-13
Support Ctrl + mouse dragging to add a new selection
Maxime Coste
2016-10-03
Refactor hook disabling in normal mode
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-26
Make hook disabling work for all hooks, not only user hooks
Maxime Coste
2016-09-18
Make idle timeout and filesystem check timeout configurable
Maxime Coste
2016-08-22
Only drop blank prefixed history entries in command/shell prompts
Maxime Coste
2016-08-22
Cleanup history_push function
Maxime Coste
2016-07-28
Use the same logic for mouse wheel and (half) page up/down
Maxime Coste
2016-07-05
Use named keys for Return and Tab instead of <c-m> and <c-i>
Maxime Coste
2016-06-18
Keep prompt displayed on <c-r> and <c-v> in prompt mode
Maxime Coste
2016-06-16
Clear up info/menus and eventual prompts when reseting to normal mode
Maxime Coste
2016-05-20
Dont overwrite registers with empty macros
Maxime Coste
2016-04-19
Add a -password switch to :prompt to allow for more secure password entering
Maxime Coste
2016-04-13
Fix mistake in input_handler.cc
Maxime Coste
2016-04-13
Fix support for macro being recorded and replay during :exec (non draft)
Maxime Coste
2016-03-31
Document the null register
Maxime Coste
2016-03-24
Support getting back to original prefix with tab/shift-tab in prompts
Maxime Coste
[next]