summaryrefslogtreecommitdiffstats
path: root/remoting/client/x11_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed dependence on remoting/client from remoting/protocol.sergeyu@chromium.org2010-11-051-1/+4
* Chromoting: Rename HostConnection to ConnectionToHostgarykac@chromium.org2010-11-041-2/+2
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-1/+1
* This is a monster CL.ajwong@chromium.org2010-10-041-2/+6
* Pass ClientContext, HostConnection and ChromotingView into the input handler ...garykac@chromium.org2010-08-251-1/+1
* Change ClientConfig to be a struct since it's just a dumb data carrier.ajwong@chromium.org2010-07-271-1/+1
* Refactor the client code for the X11 version.garykac@google.com2010-07-201-236/+23
* Fixed up some comments while I was looking at these files.dmaclach@chromium.org2010-06-301-1/+1
* Hookup the ChromotingPlugin into the refactored implementationajwong@chromium.org2010-06-171-12/+11
* Coverity: Fix missing return in error check in remoting::X11Client::DoInitX11.mattm@chromium.org2010-06-161-0/+1
* Add cmdline options to set the hostjid, jid and auth token for the chromotinggarykac@google.com2010-06-111-74/+67
* Enable chromoting in the build by defaulthclam@chromium.org2010-06-111-4/+9
* Implement a chromoting client using X11hclam@chromium.org2010-06-091-0/+262