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
/
client.cc
Age
Commit message (
Expand
)
Author
2025-07-08
Replace std::unique_ptr with a custom implementation
Maxime Coste
2025-06-27
Prevent changing Client's buffer while locked
Maxime Coste
2025-06-03
Prevent deletion of buffers while creating new windows
Maxime Coste
2025-03-24
Default InputHandler::handle_key() synthesized argument
Johannes Altmanninger
2024-12-09
Print elapsed time when blocked on opening file for writing
Johannes Altmanninger
2024-09-16
Rename Window::display_position to display_coord
Maxime Coste
2024-08-19
Merge remote-tracking branch 'arrufat/includes-cleanup'
Maxime Coste
2024-08-16
include headers cleanup
Adrià Arrufat
2024-08-14
Reduce number of included headers
Maxime Coste
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-08-12
Move most info/status clear logic to client
Maxime Coste
2024-07-22
Handle word completion when recording macros
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
2024-03-31
Revert "Send SIGTERM on <c-c>, to more reliably kill background jobs"
Johannes Altmanninger
2024-03-08
Send SIGTERM on <c-c>, to more reliably kill background jobs
Johannes Altmanninger
2024-02-06
Use different hash algorithms for strings and file hashing
Maxime Coste
2023-09-28
Add an InlineInformation face distinct from Information
Loric Brevet
2023-09-02
Do not make cursor visible after mouse scrolling and view commands
Maxime Coste
2023-08-27
Remove Window::force_redraw()
Maxime Coste
2023-05-21
Add <c-g> to cancel current operation
Maxime Coste
2023-03-13
Slight refactoring of bracketed paste feature
Maxime Coste
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2023-02-21
Fix fatal exception when checking if buffer needs to be reloaded
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-08-17
Rename key_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2021-09-21
src: Show a `readonly` modeline tag when relevant
Frank LENORMAND
2021-08-17
Move control character escaping responsibility to the terminal UI
Maxime Coste
2021-07-12
Quit server on SIGINT when it was not signaled by Kakoune itself
Maxime Coste
2019-12-28
Redraw relevant clients after adding/removing highlighters
Maxime Coste
2019-12-16
Fix WinResize hook getting triggered during urgent event processing
Maxime Coste
2019-12-04
Merge remote-tracking branch 'lenormf/reload-buffer-hash'
Maxime Coste
2019-12-03
src: Reload buffers when their contents' hash changes
Frank LENORMAND
2019-11-24
Replace tab characters with spaces in info/echo
Maxime Coste
2019-11-24
Rework ncurses info display, crop content when overlflowing
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-11
Add mode information to next-key mode name
Maxime Coste
2019-11-09
Add static or const where useful
Jason Felice
2019-09-26
Remove unneeded NCursesUI::Window::mark_dirty and redraws
Maxime Coste
2019-07-22
Ensure current context switches away from buffer on delete-buffer
Maxime Coste
2019-02-27
Fixed all reorder warnings
Justin Frank
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-07-25
Obtain a new window for a client before releasing the current one
Maxime Coste
2018-07-09
Add BufReload hook which is triggered on buffer reload
Christopher Fredén
2018-06-19
Change Search completion to display on top of the modeline
Maxime Coste
2018-06-11
Add position offset to Window to limit moves with search menu style
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
[next]