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
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
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-07-05
Use named keys for Return and Tab instead of <c-m> and <c-i>
Maxime Coste
2016-06-16
Clear up info/menus and eventual prompts when reseting to normal mode
Maxime Coste
2016-05-16
We do need a force redraw on resize for menu, info and status bar
Maxime Coste
2016-05-14
Delay window deletion until we get back to main loop
Maxime Coste
2016-05-09
Keep a pointer to current client in windows so that window hooks can access it
Maxime Coste
2016-04-11
Merge remote-tracking branch 'lenormf/buffer-padding'
Maxime Coste
2016-03-30
Replace menu and info when they actually moved
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-03-08
Force redraw everything, not just refresh
Maxime Coste
2016-03-07
Rework client redrawing, delay menu/info methods until next refresh
Maxime Coste
2016-03-07
Move <c-l> handling to normal mode from client
Maxime Coste
2016-03-07
Handle <c-l> redrawing on the server side
Maxime Coste
2016-03-06
Only call UserInterface::refresh when the UI has been modified
Maxime Coste
2016-03-02
Use the general code path for reload info box handling in Client
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2016-02-17
Allow users to chose how the buffers are padded
Frank LENORMAND
2015-12-14
Support quitting while executing RuntimeError hooks
Maxime Coste
2015-11-20
Move enum option handling in enum.hh and refactor enum options
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
[prev]
[next]