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