aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/Clipboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-1/+1
| | | | | | We mostly use classical C strings, but the memory management around them can get confusing and error prone. Let's use std::string for the cases where we need to return a newly allocated string.
* Improved clipboard APIPierre Ossman2019-07-011-1/+4
| | | | | Change the internal clipboard API to use a request based model in order to be prepared for more advanced clipboard transfers.
* Clean up internal clipboard handlingPierre Ossman2019-07-011-1/+2
| | | | | | We now filter incoming data, which means we can start assuming the clipboard data is always null terminated. This allows us to clean up a lot of the internal handling.
* Replace Windows specific thread handlingPierre Ossman2016-07-071-1/+0
| | | | Use the platform independent primitives instead.
* Define ~Notifier as virtual, to avoid GCC warning about "virtualPeter Åstrand2008-12-111-0/+1
| | | | | | | | functions but non-virtual destructor". git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3377 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+66
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519