summaryrefslogtreecommitdiff
path: root/framebuffer/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-081-4/+5
| | | | docuemntation warnings
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-0/+2
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* Use selection_copy_to_clipboard instead of peering at core innards.Michael Drake2012-08-021-38/+1
|
* Simple clipboard support. Only used within browser window.Michael Drake2012-08-011-0/+186