summaryrefslogtreecommitdiff
path: root/src/remote.hh
AgeCommit message (Collapse)Author
2013-03-12Modify network protocol to allow commands through the socketMaxime Coste
2013-01-11RemoteClient owns the FDWatcher of it's socketMaxime Coste
2013-01-10Refactor EventManagerMaxime Coste
Watching a file descriptor is now done using a FDWatcher object
2012-12-18Support initial command passing when a client is connectingMaxime Coste
2012-12-14UserInterface: add info box supportMaxime Coste
using the info command, you can display an arbitrary string in a tooltip box.
2012-11-19add some debug output to RemoteUIMaxime Coste
2012-10-30Add a ClientManager for managing client lifetimesMaxime Coste
2012-10-29NCurses: refactor status line handling, and disambiguate status line from ↵Maxime Coste
mode line
2012-10-28Handle all available input before redrawingMaxime Coste
2012-10-26remote: send resize message when neededMaxime Coste
2012-10-26remote: check read/write results, detect disconnectionsMaxime Coste
2012-10-25send actual dimensions of remote client at connectionMaxime Coste
2012-10-23Add some remote client support protocol codeMaxime Coste