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.hh
Age
Commit message (
Expand
)
Author
2022-12-06
Load buffer in command line order
Maxime Coste
2021-03-11
Always redraw after getting some user input
Maxime Coste
2019-04-12
Prevent conversion to client on suspend from disconnecting other clients
Maxime Coste
2019-04-04
Fix detection of client ungraceful disconnection
Maxime Coste
2018-03-25
Cleanup client name validation code
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-28
Expose client pid as $kak_client_pid
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-01-29
Remove unused WindowAndSelections timestamp field
Maxime Coste
2017-01-19
Only touch new clients selections when target coord are explicit
Maxime Coste
2016-12-01
Rework handling of initial coordinates so that init commands can change them
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-28
Add more memory domains to certain data
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-03
destroy buffer manager first but clear clients before destroying buffers.
Maxime Coste
2015-10-08
Detect ungraceful exits, and backup modified buffers in these cases
Maxime Coste
2015-08-26
Reorganize slightly local client creation
Maxime Coste
2015-06-03
Get rid of the mode trash, delete mode directly when leaving on_key
Maxime Coste
2015-02-12
Cleanup and refactor externally modified buffer reloading
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-11-29
Rework client pending key handling, fix insert/normal timers
Maxime Coste
2014-11-25
Separate events between normal and urgent ones
Maxime Coste
2014-10-20
Port more code to StringView instead of const String&
Maxime Coste
2014-08-12
Defer deletion of buffers to after the event loop
Maxime Coste
2014-05-13
SelectionList know its buffer and timestamp
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-04-07
Add support for querying client environement variables
Maxime Coste
2014-04-07
Add ClientManager::complete_client_name
Maxime Coste
2014-01-27
Fix compilation with clang 3.4
Maxime Coste
2013-12-20
Get rid of Editor for good
Maxime Coste
2013-12-07
Add Client* ClientManager::get_client_ifp() that can return nullptr
Maxime Coste
2013-11-14
Extract InputHandler from Client
Maxime Coste
2013-09-13
Rework client name change
Maxime Coste
2013-09-12
rename InputHandler to Client
Maxime Coste
2013-09-12
Move Client responsibilities to InputHandler
Maxime Coste
2013-04-15
Handle SIGHUP gracefully
Maxime Coste
2013-04-15
move Client as a public class instead of a ClientManager implementation detail
Maxime Coste
2013-02-07
ClientManager: move the Client inner class detail in the cpp file
Maxime Coste
2013-01-28
InputHandler have it's own context
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2013-01-07
Autoname client on creation, and access client name from shell with $kak_client
Maxime Coste
2012-12-28
new clients always takes last used buffer, support multiple file on command line
Maxime Coste
2012-12-18
Support initial command passing when a client is connecting
Maxime Coste
2012-12-03
ClientManager: support naming clients and accessing client's context by name
Maxime Coste
2012-11-22
ClientManager: store client with a unique_ptr
Maxime Coste
2012-11-22
move Window ownership to the ClientManager instead of the Buffer
Maxime Coste
[next]