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
2021-04-30
Improve prompt handling
Markus F.X.J. Oberhumer
2021-02-15
Add + key to duplicate selections and <a-+> to merge overlapping ones
Maxime Coste
2021-01-03
Add missing limits includes
Maxime Coste
2020-12-20
Add Timer::disable() to be more explicit than set_next_date(TimePoint::max())
Maxime Coste
2020-12-01
Avoid potential use after free of the mode name
Maxime Coste
2020-12-01
Ensure InputModes are kept alive during their idle logic
Maxime Coste
2020-11-18
Restore auto-select on return, add a flag to disable that for commands
Maxime Coste
2020-11-17
Revert "Auto-insert prompt menu completions on <ret> if any text was entered"
Maxime Coste
2020-11-01
Auto-insert prompt menu completions on <ret> if any text was entered
Maxime Coste
2020-10-20
Disable auto-insertion of menu completion when no text was entered
Maxime Coste
2020-10-19
Auto-insert best completion on space for menu completions
Maxime Coste
2020-10-19
Add support for explicit completion in prompt mode
Maxime Coste
2020-07-05
Fix selections getting unsorted on scroll
Maxime Coste
2020-06-28
Refactor mouse press/release handling to support 3 buttons
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-16
Replace ModeChange hooks by ModePush and ModePop
Maxime Coste
2019-09-15
Allow scrolling while dragging mouse
Maxime Coste
2019-09-07
Fix modifiers support with mouse events
Maxime Coste
2019-08-19
Make scrolling speed configurable
Maxime Coste
2019-07-21
Slight code cleanup in prompt history handling
Maxime Coste
2019-07-06
fix a few typos
Joachim Henke
2019-06-23
Use register to store prompt history
Maxime Coste
2019-05-29
Do not merge selections on backspace in insert mode
Maxime Coste
2019-05-17
Introduce Menu completion flags to auto select best candidate
Maxime Coste
2019-04-28
Fix typo
Alex Leferry 2
2019-02-27
Fixed all reorder warnings
Justin Frank
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-12-20
src: Add support for right click events
Frank LENORMAND
2018-11-25
Merge remote-tracking branch 'lenormf/rename-auto_complete'
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-09-04
Add readline word erase bindings, throw in clipboard for good measure
Maxime Coste
2018-09-03
Change line editing bindings to match readline's
Maxime Coste
2018-08-27
Add toggling capabilities for <c-o> in Insert and Prompt mode
Delapouite
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-07-19
src: Rename `auto_complete` to `autocomplete`
Frank LENORMAND
2018-07-15
Fix manual insert completion menu not getting automatically hidden
Maxime Coste
2018-07-15
Add support for <a-;> in prompt mode
Maxime Coste
2018-07-15
Change autoshowcompl to auto_complete with insert|prompt possible values
Maxime Coste
2018-07-05
Change `a` on end of line behaviour to be consistent
Maxime Coste
2018-06-19
Fix two <s-tab> requiered to access last completion in prompt
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-14
Rename Context::Flags::Transient to Context::Flags::Draft
Maxime Coste
2018-05-03
Add support for explicit menu selection from the UI
Maxime Coste
2018-05-02
Refactor buffer undo tree
Maxime Coste
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-07
Make FaceRegistry scoped
Maxime Coste
[next]