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
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
2018-03-30
Support full redraws during shell execution and handle resize there
Maxime Coste
2018-03-05
Support changing autoreload option directly from the reload message
Maxime Coste
2018-02-27
Add [scratch] indicator in context info
Delapouite
2018-02-05
Handle errors while reloading buffer gracefully
Maxime Coste
2018-01-26
Reset normal mode before hiding the reload buffer info box
Maxime Coste
2017-09-19
Add '[debug]' context_info for debug buffers
Delapouite
2017-08-29
avoid literal eol in status lines, replace them with another symbol
Maxime Coste
2017-08-28
Expose client pid as $kak_client_pid
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-06-16
Hide info/menu when they are anchored to an invisible buffer coord
Maxime Coste
2017-06-04
Log errors written to the status line inside the debug buffer as well
Maxime Coste
2017-05-13
Tweak buffer change code so that WinDisplay hooks can use info boxes
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-03-16
Try to clean up option include a bit
Maxime Coste
2017-03-11
Increase modelinefmt configuration power
Dan Rosén
2017-01-24
Add a `RawKey` hook for raw user input hooking
Maxime Coste
2017-01-22
Fix client destruction when there is an InsertMode mode still alive
Maxime Coste
2017-01-19
Only touch new clients selections when target coord are explicit
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-04
Add `Modal` InfoStyle used for bufer reload info box
Maxime Coste
2016-12-07
Ensure content of expanded strings in modelinefmt is not interpreted as markup
Maxime Coste
2016-11-30
Ensure all available input is handled before going back to main loop
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-11-26
Add a 'keys' debug flag, showing the keystrokes comming to clients
Maxime Coste
2016-11-03
Run WinDisplay hook on creation of clients
Maxime Coste
2016-10-29
Display a status line message when Kakoune is waiting on a shell to complete
Maxime Coste
2016-10-13
Always allow to delete a buffer, just recreate a scratch buffer if needed
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
[next]