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
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2023-02-17
Complete arguments to "echo -to-file"
Johannes Altmanninger
2023-02-14
Fix scroll_window not ensuring cursor lies on a codepoint start
Maxime Coste
2023-01-08
Remove bogus assertions preventing mouse clicks in insert mode
Johannes Altmanninger
2022-11-28
Fix pasting after when selections are overlapping
Maxime Coste
2022-11-10
Merge remote-tracking branch 'krobelus/undo-selection-change'
Maxime Coste
2022-09-02
Allow to undo and redo selection changes
Johannes Altmanninger
2022-09-02
Prepare to record selection changes as perceived by the user
Johannes Altmanninger
2022-08-17
Rename key_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2022-07-28
Merge remote-tracking branch 'krobelus/support-shift-backspace'
Maxime Coste
2022-07-21
Remove redundant check for menu bit
Johannes Altmanninger
2022-07-10
Make Shift+Backspace erase a character in insert mode
Johannes Altmanninger
2022-07-05
Remove <esc> as end macro recording, Q should be enough
Maxime Coste
2022-07-05
Distinguish between non-eol max column target and plain max column
Maxime Coste
2022-07-05
Store HistoryRegisters with most recent entry in front
Maxime Coste
2022-06-30
Insert all register values in prompt after <c-r> when Alt-modified
Maxime Coste
2022-06-04
Merge remote-tracking branch 'krobelus/shift-space'
Maxime Coste
2022-06-04
Code style cleanups around insert completer
Maxime Coste
2022-05-29
Run InsertCompletionHide hook before insertions that close completion menu
Johannes Altmanninger
2022-05-01
Remove invalid assert in ScopedForceNormal destructor
Maxime Coste
2022-04-16
Make Shift+Space insert a space in insert mode
Johannes Altmanninger
2022-04-12
Fix crash when deleting a buffer from a user mapping
Maxime Coste
2021-12-11
Fix mode line inconsistency between normal and insert modes
Chris Webb
2021-12-11
Make space a named key to correctly handle shift modifier
Maxime Coste
2021-10-10
Split InsertMode into InsertMode and PasteMode
Maxime Coste
2021-08-17
Move control character escaping responsibility to the terminal UI
Maxime Coste
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
[prev]
[next]