summaryrefslogtreecommitdiff
path: root/seamless.c
AgeCommit message (Expand)Author
2017-11-02Fix minor spelling mistakesRené Genz
2017-10-20Markup unused parametersHenrik Andersson
2017-09-26Remove unused variableHenrik Andersson
2017-01-26Rework the logging systemHenrik Andersson
2016-05-24indent-all.shremijouannet
2014-09-11diag message spelling fix: persitent > persistentPeter Åstrand
2014-07-03Document the new seamless protocol command PERSISTENTHenrik Andersson
2014-07-02Added seamless_reset_state() and use it whenever aHenrik Andersson
2013-09-16Corrected DEBUG_SEAMLESS statement; use same style for both "got" andPeter Åstrand
2013-01-21Intitial implementation of seamless connection sharing:Henrik Andersson
2012-11-22run of indent-allHenrik Andersson
2012-10-23Indented with indent-all. Peter Åstrand
2011-01-03Fixed indentation.Henrik Andersson
2010-01-12Changed license to GPLv3Peter Åstrand
2008-07-11update the copyright yearJay Sorg
2008-03-07Applied patch:Peter Åstrand
2007-06-18Implement support for icons in SeamlessRDP.Pierre Ossman
2007-06-13Control seamless debug output via configure.Pierre Ossman
2007-01-08prefix BOOL with RD_Jay Sorg
2007-01-04copyright year updateJay Sorg
2006-04-28Add a destroy group command to SeamlessRDP for when entire groups of windowsPierre Ossman
2006-04-20Don't print server side debug messages unless WITH_DEBUG_SEAMLESS is defined.Pierre Ossman
2006-03-22Support for the new HIDE/UNHIDE commands.Pierre Ossman
2006-03-21Support for window groups and modal windows.Pierre Ossman
2006-03-20Cleaned up SeamlessRDP functions: All utility functions are prefixed with sw_.Peter Åstrand
2006-03-20Basic infrastructure for receiving seamless ACK:s.Pierre Ossman
2006-03-20Increase length to include the newline character.Pierre Ossman
2006-03-20Add serial numbers to protocol.Pierre Ossman
2006-03-17Send back our local positions upon changes, but only after a small timeout.Peter Åstrand
2006-03-17Detect focus changes and send FOCUS to the server.Pierre Ossman
2006-03-17Support for seamless window restacking (ZCHANGE).Pierre Ossman
2006-03-16Don't activate seamless mode until we have a working connection with thePierre Ossman
2006-03-15Use strtol for signed variables.Peter Åstrand
2006-03-15Support for SeamlessRDP SYNCBEGIN/SYNCENDPeter Åstrand
2006-03-15Changed strtoll/strtol to strtoul.Peter Åstrand
2006-03-15Using strtoll for window ids, since strtol is signed, and we need toPeter Åstrand
2006-03-13Always printing what we are sending, when DEBUG_SEAMLESS is enabled.Peter Åstrand
2006-03-10Implemented seamless_send_state.Peter Åstrand
2006-03-10Always call strtol with zero base, to be tolerantPeter Åstrand
2006-03-10Parsing the new CREATE command, with parent parameter.Peter Åstrand
2006-03-10SETSTATE is not two ops: TITLE and STATEPeter Åstrand
2006-03-10Removed the version numbers from SeamlessRDP commandsPeter Åstrand
2006-03-10Initial support for SeamlessRDPPeter Åstrand