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_manager.cc
Age
Commit message (
Expand
)
Author
2019-07-22
Ensure current context switches away from buffer on delete-buffer
Maxime Coste
2019-06-18
Move dropped free windoes to the window trash
Maxime Coste
2019-06-16
Do not add window pointing to deleted buffers in the free window list
Maxime Coste
2019-04-13
Run ClientClose hook before exiting the client itself
Maxime Coste
2019-04-12
Prevent conversion to client on suspend from disconnecting other clients
Maxime Coste
2019-04-08
Refactor ClientManager::clear
Maxime Coste
2019-04-08
Add a ClientCreate and ClientClose hook
Maxime Coste
2019-04-04
Run WinClose hook when clearing all free windows
Maxime Coste
2019-04-04
Fix detection of client ungraceful disconnection
Maxime Coste
2019-02-17
Fix uses of std::remove_if
Maxime Coste
2019-02-17
Run WinClose hook before putting the window into trash
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-04-23
Change client default name: "unnamed0" → "client0"
Delapouite
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-03-25
Cleanup client name validation code
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-23
Restore client name after converting to client
Maxime Coste
2018-01-21
Do not block when waiting for next event if we have pending input
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
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-07-19
Migrate code to c++14
Maxime Coste
2017-05-27
Small code tweak
Maxime Coste
2017-01-29
Remove unused WindowAndSelections timestamp field
Maxime Coste
2017-01-21
Support the +line syntax for clients as well.
Maxime Coste
2017-01-19
Only touch new clients selections when target coord are explicit
Maxime Coste
2016-12-01
Fix crash when quitting the first client while another client is connected
Maxime Coste
2016-12-01
Rework handling of initial coordinates so that init commands can change them
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-05
Support deleting a buffer even if another client is in insert mode on it
Maxime Coste
2016-10-13
Always allow to delete a buffer, just recreate a scratch buffer if needed
Maxime Coste
2016-10-11
Only create a default *scratch* when we dont have any non debug buffers
Maxime Coste
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-05-14
Delay window deletion until we get back to main loop
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-03-03
destroy buffer manager first but clear clients before destroying buffers.
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2016-02-11
Fix buffer deletion logic
Maxime Coste
2016-02-10
Fix use of dead temporary strings in completions
Maxime Coste
2016-02-09
Migrate most completion to ranked match
Maxime Coste
2015-12-23
Extract jump list handling in a JumpList struct
Maxime Coste
2015-12-14
Support quitting while executing RuntimeError hooks
Maxime Coste
2015-11-10
Try to switch to last buffer when removing the current one
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
2015-10-08
Detect ungraceful exits, and backup modified buffers in these cases
Maxime Coste
2015-08-26
Add a kill command that kills the current session
Maxime Coste
[next]