summaryrefslogtreecommitdiffstatshomepage
path: root/clipboard.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2019-02-281-1/+1
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
* Don't panic if win.AddClipboardFormatListener fails (it's not supported on XP)Alexander Neumann2015-09-111-1/+1
* Clipboard: Add ContentsChanged eventAlexander Neumann2015-08-111-1/+22
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-18/+18
* Add basic clipboard supportAlexander Neumann2013-05-171-0/+140