summaryrefslogtreecommitdiff
path: root/src/client_manager.hh
AgeCommit message (Expand)Author
2012-11-22move Window ownership to the ClientManager instead of the BufferMaxime Coste
2012-11-20Let client manager handle deleting clientMaxime Coste
2012-11-07Fix buffer deletion from a client when another is editing itMaxime Coste
2012-11-05Move client drawing responsiblity to the ClientManagerMaxime Coste
2012-11-05Rework Window creation, avoid using the same window in multiple clientsMaxime Coste
2012-10-31refactor Client creationMaxime Coste
2012-10-30use custom Client::operator=(Client&&) to drop safe counts firstMaxime Coste
2012-10-30Add a ClientManager for managing client lifetimesMaxime Coste