| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -1/+2 |
* | Replace string16 with base::string16 in gpu, media, and remoting. | brettw@chromium.org | 2013-12-12 | 1 | -4/+6 |
* | Localized Chromoting Host on Mac and Linux. | alexeypa@chromium.org | 2013-07-31 | 1 | -42/+7 |
* | Revert 214379 "Localized Chromoting Host on Mac and Linux." | alexeypa@google.com | 2013-07-30 | 1 | -7/+42 |
* | Localized Chromoting Host on Mac and Linux. | alexeypa@chromium.org | 2013-07-30 | 1 | -42/+7 |
* | Revert 213997 "Localized Chromoting Host on Mac and Linux." | alexeypa@google.com | 2013-07-26 | 1 | -7/+42 |
* | Localized Chromoting Host on Mac and Linux. | alexeypa@chromium.org | 2013-07-26 | 1 | -42/+7 |
* | Update include paths in remoting for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Removed dependency on UiStrings now that the resources are properly localized. | alexeypa@chromium.org | 2013-07-09 | 1 | -56/+89 |
* | Use a direct include of strings headers in remoting/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Make some non-Linux code use "if (weak_ptr)" style | akalin@chromium.org | 2013-06-07 | 1 | -3/+3 |
* | Fix non-Linux uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-05 | 1 | -3/+3 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition. | dcheng@chromium.org | 2013-04-08 | 1 | -1/+1 |
* | Refactored the disconnect window such that it can be owned by the desktop env... | alexeypa@chromium.org | 2013-04-05 | 1 | -64/+70 |
* | Make remoting_unittests build on Win64 | jschuh@chromium.org | 2013-02-10 | 1 | -5/+5 |
* | Relanding r180433, now without build/some.gyp: | alexeypa@chromium.org | 2013-02-04 | 1 | -1/+1 |
* | Revert 180433 because build\some.gyp was added to the CL by mistake. | alexeypa@google.com | 2013-02-04 | 1 | -1/+1 |
* | Merged all Chromoting Host code into remoting_core.dll (Windows). | alexeypa@chromium.org | 2013-02-04 | 1 | -1/+1 |
* | Revert 179373. This makes the try jobs started by the commit queue fail. | marja@chromium.org | 2013-01-31 | 1 | -1/+1 |
* | Merged all Chromoting Host code into remoting_core.dll (Windows). | alexeypa@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Revert 179226 | kinuko@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Revert 179294, MAC linking is fixed by 179304 | vitalybuka@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)." | mattm@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Merged all Chromoting Host code into remoting_core.dll (Windows). | alexeypa@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Moved the localized strings from ChromotinHost to HostUserInterface, closer t... | alexeypa@chromium.org | 2013-01-16 | 1 | -22/+22 |
* | Make sure that the disconnect window handle is cleared when the window is des... | alexeypa@chromium.org | 2012-12-27 | 1 | -2/+2 |
* | Give DisconnectWindow some TLC. | wez@chromium.org | 2012-12-19 | 1 | -17/+20 |
* | Close the client session in case if the disconnect window could not be shown ... | alexeypa@chromium.org | 2012-12-13 | 1 | -110/+194 |
* | Make sure that DisconnectWindow class does not depend on ChromotingHost so it... | alexeypa@chromium.org | 2012-12-07 | 1 | -20/+14 |
* | Removed shortcut text from disconnect buttons. | jamiewalch@chromium.org | 2012-11-16 | 1 | -4/+1 |
* | Reposition the Disconnect dialog when work area dimensions change. | wez@chromium.org | 2012-08-13 | 1 | -29/+48 |
* | Chromoting: the Me2me host (on Mac and Windows) now presents a notification o... | alexeypa@chromium.org | 2012-05-11 | 1 | -17/+16 |
* | Use scoped_ptr<> to pass ownership in more places. | sergeyu@chromium.org | 2012-03-20 | 1 | -3/+3 |
* | Revert 121840 - Make scoped dc objects smarter | cpu@chromium.org | 2012-02-14 | 1 | -2/+2 |
* | Make scoped dc objects smarter | cpu@chromium.org | 2012-02-14 | 1 | -2/+2 |
* | Move code in src/remoting to the new callbacks. | sergeyu@chromium.org | 2011-11-10 | 1 | -1/+1 |
* | Centre the disconnect dialog at the bottom of the primary monitor. | jamiewalch@chromium.org | 2011-11-03 | 1 | -24/+39 |
* | Initial prototype minus drop-shadow. | jamiewalch@chromium.org | 2011-10-24 | 1 | -18/+124 |
* | Added l10n support to host dialogs on Windows. | jamiewalch@chromium.org | 2011-09-09 | 1 | -41/+25 |
* | Add support for Disconnect hot key in Windows. | garykac@google.com | 2011-08-12 | 1 | -15/+47 |
* | Split Chromoting's Disconnect button text into 2 parts: name + hotkeys. | garykac@chromium.org | 2011-08-11 | 1 | -0/+1 |
* | Use shared UI strings for Chromoting's Disconnect window (in Windows). | garykac@google.com | 2011-06-29 | 1 | -0/+14 |
* | Chromoting's ContinueWindow implementation for Windows. | garykac@google.com | 2011-06-22 | 1 | -29/+29 |
* | Move the Remoting Host plugin into its own sub-directory. | wez@chromium.org | 2011-06-21 | 1 | -1/+3 |
* | Cleanups in the host shutdown logic and some minor fixes. | sergeyu@chromium.org | 2011-06-20 | 1 | -1/+1 |
* | Initial Disconnect window implementation for Chromoting (Windows). | garykac@google.com | 2011-06-14 | 1 | -6/+115 |
* | Initial disconnect window framework and mac implementation. | jamiewalch@google.com | 2011-06-07 | 1 | -0/+34 |