summaryrefslogtreecommitdiff
path: root/framebuffer/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Update framebuffer frontend to cope with split operations table headersVincent Sanders2014-10-161-1/+1
|
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-1/+4
|
* split browser gui operations upVincent Sanders2014-01-151-2/+8
|
* move remaining gui operations to tableVincent Sanders2014-01-141-2/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Update framebuffer front end to implement new clipboard API.Michael Drake2013-01-081-89/+34
|
* 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