summaryrefslogtreecommitdiff
path: root/cocoa/selection.m
Commit message (Collapse)AuthorAgeFilesLines
* complete move of remaining core gui functionsVincent Sanders2014-01-151-0/+1
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-9/+0
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Various warning squashes and fixes.Michael Drake2013-02-221-1/+1
|
* Remove unused function.Michael Drake2013-01-081-7/+0
|
* Fixups.Michael Drake2013-01-081-2/+1
|
* Untested update for new clipboard API.Michael Drake2013-01-081-20/+47
|
* Include browser_private.h.Michael Drake2012-08-221-0/+1
|
* Remove a bunch of unused includes.Michael Drake2012-08-201-1/+0
|
* 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 into core.Michael Drake2012-08-021-12/+1
|
* add missing includeVincent Sanders2012-07-261-0/+1
|
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-1/+3
| | | | svn path=/trunk/netsurf/; revision=11636
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-2/+2
| | | | svn path=/trunk/netsurf/; revision=11396
* Implementing selection and clipboard functions.Sven Weidauer2011-01-141-0/+95
svn path=/trunk/netsurf/; revision=11319