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
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
2012-11-20
Let client manager handle deleting client
Maxime Coste
2012-11-07
Fix buffer deletion from a client when another is editing it
Maxime Coste
2012-11-05
Move client drawing responsiblity to the ClientManager
Maxime Coste
2012-11-05
Rework Window creation, avoid using the same window in multiple clients
Maxime Coste
2012-10-31
refactor Client creation
Maxime Coste
2012-10-30
use custom Client::operator=(Client&&) to drop safe counts first
Maxime Coste
2012-10-30
Add a ClientManager for managing client lifetimes
Maxime Coste