summaryrefslogtreecommitdiffstats
path: root/remoting/host/continue_window_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-5/+5
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-3/+3
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Remove ui/base/gtkdavidben@chromium.org2014-04-161-3/+3
* Remove _aura.cc files from remoting host.sergeyu@chromium.org2014-01-301-0/+121
* Fix remoting_unittests compilation in aura builds.sergeyu@chromium.org2012-05-171-109/+0
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-3/+3
* Refactor ContinueWindow::Show() to accept a callback parameter.lambroslambrou@chromium.org2011-11-231-7/+7
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-1/+1
* Make ChromotingHost::ui_strings() immutable. Use string16 for localized strings.sergeyu@chromium.org2011-08-181-6/+10
* Host process i18n and Linux implementation.jamiewalch@google.com2011-08-161-7/+8
* gtk: Use gtk_dialog_get_content_area() throughout.tfarina@chromium.org2011-08-051-1/+2
* Improvements to Linux Disconnect/Continue windows.lambroslambrou@chromium.org2011-07-061-31/+33
* Initial continue window implementation on mac.dmaclach@chromium.org2011-06-301-9/+4
* Chromoting's ContinueWindow implementation for Linux.lambroslambrou@chromium.org2011-06-221-4/+74
* Interface and stubs for continuation window.jamiewalch@chromium.org2011-06-161-0/+36