summaryrefslogtreecommitdiff
path: root/framebuffer/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-105/+0
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* 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