about summary refs log tree commit diff stats
path: root/src/tools/clipboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
|
* Update copyright yearMichael Vetter2023-01-101-1/+1
|
* Update copyright yearMichael Vetter2022-05-091-1/+1
|
* Update copyrightMichael Vetter2021-01-081-1/+1
|
* Apply coding styleMichael Vetter2020-07-071-1/+1
|
* Revert "Apply coding style"Michael Vetter2020-07-071-1/+1
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-1/+1
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
|
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Dont use clipboard_init yetMichael Vetter2019-10-291-1/+0
| | | | | | For now we initialize gtk in tray_init(). Should maybe use a general function and check in tray_init and clipboard_init whether gtk was already initialized.
* Add clipboard featureMichael Vetter2019-10-291-0/+43
Use GTK to take the text from the clipboard. Add `/paste` command which pastes this text now to console window.