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
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
2016-03-22
User mappings and :exec are always executed in normal mode
Maxime Coste
2016-03-15
Reset line editor display pos when the text is reset
Maxime Coste
2016-03-15
Redisplay prompt on Prompt mode enabled
Maxime Coste
2016-03-11
Formatting fix
Maxime Coste
2016-03-09
Only select a completion when the menu was visible (or its the only one)
Maxime Coste
2016-03-07
Remove complete_prefix option and behaviour
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2016-02-05
More string usage cleanup
Maxime Coste
2015-12-12
Fix input mode keep alive handling, use a refcount for input modes
Maxime Coste
2015-11-30
Run InsertIdle after reseting completer to permit InsertIdle to display an in...
Maxime Coste
2015-11-26
Remind user hooks disable when replaying last insert
Maxime Coste
2015-11-25
Reject non ascii register names
Maxime Coste
2015-11-24
Add StatusLine{Mode,Info,Value} built in faces
Maxime Coste
2015-11-21
Fix onkey autoinfo
Maxime Coste
2015-11-18
Change autoinfo option to be a flags option, document flags options
Maxime Coste
2015-11-13
Support <c-v> to insert raw value in insert/prompt mode
Maxime Coste
2015-11-10
Disable history when executing maps
Maxime Coste
2015-11-10
Document default registers
Maxime Coste
2015-11-09
Refactor Normal input mode on_key method
Maxime Coste
2015-10-28
Fix mouse scrolling up stopping at line 2
Maxime Coste
2015-10-13
Fix file change detection not working in certain cases
Maxime Coste
2015-10-10
Tweak file change checking timeout handling
Maxime Coste
[prev]
[next]