summaryrefslogtreecommitdiffstats
path: root/remoting/host/clipboard_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-2/+2
* Replace string16 with base::string16 in gpu, media, and remoting.brettw@chromium.org2013-12-121-2/+2
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Switched base::win:MessageWindow to use a callback instead of a delegate inte...alexeypa@chromium.org2013-06-251-11/+9
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-211-6/+6
* 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
* Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."dbeam@chromium.org2013-05-241-5/+5
* Allow multiple base::MessagePumpForUI instances to be created simultanenously...alexeypa@chromium.org2013-05-241-5/+5
* Moved code implementing message-only windows to a dedicated class (Windows on...alexeypa@chromium.org2013-03-301-96/+53
* Make sanity-checking consistent for events received via IPC and on-the-wire.wez@chromium.org2013-02-271-3/+7
* [Chromoting] Make some logging levels in ClipboardWin more appropriate.simonmorris@chromium.org2012-07-281-2/+2
* [Chromoting] Handle CR-LF correctly when transferring text items to and from ...simonmorris@chromium.org2012-06-021-2/+3
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-311-3/+13
* Add missing base/threading/platform_thread import.kalman@chromium.org2012-05-241-0/+1
* [Chromoting] The Windows IT2Me host gets any new text items it finds on the c...simonmorris@chromium.org2012-05-161-8/+116
* [Chromoting] Let a Windows IT2Me host write to the clipboard.simonmorris@chromium.org2012-05-111-0/+200