summaryrefslogtreecommitdiffstats
path: root/remoting/host/disconnect_window_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+2
* Eliminate HICON leaks caused by creating icons from bitmap image.anpol2015-12-181-1/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-1/+1
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-1/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-1/+1
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-151-3/+3
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-2/+2
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-11/+11
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* 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