summaryrefslogtreecommitdiff
path: root/src/remote.cc
AgeCommit message (Expand)Author
2013-07-24DisplayLine no longer map to a single buffer line, but to a buffer rangeMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-05-13support specifying colors with RGB componentsMaxime Coste
2013-04-15handle client_removed exception out of ClientManager as wellMaxime Coste
2013-04-11exceptions: use const char* what() instead of String description()Maxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-04-04UserInterface: status line messages are now DisplayLinesMaxime Coste
2013-04-04pass a color pair when displaying an information windowMaxime Coste
2013-04-04Pass a fg and bg color when displaying a menuMaxime Coste
2013-04-04compile with -pedantic option and fix warningsMaxime Coste
2013-04-02ConnectionAccepter: fix socket fd leakMaxime Coste
2013-04-02ClientAccepter triggers window redrawing after executing a commandMaxime Coste
2013-03-25fix some style problems detected by cppcheckMaxime Coste
2013-03-14move remoting code to remote.ccMaxime Coste
2013-03-12Modify network protocol to allow commands through the socketMaxime Coste
2013-03-06Use a ColorPair in DisplayAtoms instead of separate fg/bg colorsMaxime Coste
2013-01-14move input watching responsibility into UserInterface implementationsMaxime Coste
2013-01-11RemoteClient owns the FDWatcher of it's socketMaxime Coste
2013-01-10Refactor EventManagerMaxime Coste
2013-01-04various code style fixesMaxime Coste
2012-12-28new clients always takes last used buffer, support multiple file on command lineMaxime Coste
2012-12-18Support initial command passing when a client is connectingMaxime Coste
2012-12-14UserInterface: add info box supportMaxime Coste
2012-12-13remote.cc: move write function as member of MessageMaxime Coste
2012-12-13code cleanup in remote.ccMaxime Coste
2012-12-03RemoteClient: call get_key soon so that it may process a resize before size c...Maxime Coste
2012-11-19Remote: read now retry when it did not get all the expected dataMaxime Coste
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 mod...Maxime Coste
2012-10-28Handle all available input before redrawingMaxime Coste
2012-10-27Remote: fix resize handlingMaxime 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