Maxime Coste
|
cb26948ad3
|
ClientManager: move the Client inner class detail in the cpp file
|
2013-02-07 19:25:42 +01:00 |
|
Maxime Coste
|
94bbf47cd4
|
InputHandler have it's own context
|
2013-01-28 13:48:34 +01:00 |
|
Maxime Coste
|
310ec1f791
|
move input watching responsibility into UserInterface implementations
|
2013-01-14 18:50:17 +01:00 |
|
Maxime Coste
|
8d4678a82e
|
Autoname client on creation, and access client name from shell with $kak_client
|
2013-01-07 13:59:09 +01:00 |
|
Maxime Coste
|
d4f155cae7
|
new clients always takes last used buffer, support multiple file on command line
|
2012-12-28 13:51:14 +01:00 |
|
Maxime Coste
|
26632726ad
|
Support initial command passing when a client is connecting
|
2012-12-18 21:20:36 +01:00 |
|
Maxime Coste
|
4a3f9d6187
|
ClientManager: support naming clients and accessing client's context by name
|
2012-12-03 18:56:53 +01:00 |
|
Maxime Coste
|
7bcd0353cb
|
ClientManager: store client with a unique_ptr
|
2012-11-22 14:17:46 +01:00 |
|
Maxime Coste
|
08ad8e8a40
|
move Window ownership to the ClientManager instead of the Buffer
|
2012-11-22 14:08:55 +01:00 |
|
Maxime Coste
|
533079c389
|
Let client manager handle deleting client
|
2012-11-20 18:54:35 +01:00 |
|
Maxime Coste
|
0f7948848e
|
Fix buffer deletion from a client when another is editing it
|
2012-11-07 14:02:23 +01:00 |
|
Maxime Coste
|
3daac4883e
|
Move client drawing responsiblity to the ClientManager
|
2012-11-05 19:58:04 +01:00 |
|
Maxime Coste
|
fedabb4176
|
Rework Window creation, avoid using the same window in multiple clients
|
2012-11-05 19:15:42 +01:00 |
|
Maxime Coste
|
74731b0d0f
|
refactor Client creation
|
2012-10-31 14:23:44 +01:00 |
|
Maxime Coste
|
6eef68124f
|
use custom Client::operator=(Client&&) to drop safe counts first
|
2012-10-30 18:13:57 +01:00 |
|
Maxime Coste
|
1ea4b3998a
|
Add a ClientManager for managing client lifetimes
|
2012-10-30 14:00:44 +01:00 |
|