summaryrefslogtreecommitdiff
path: root/amiga/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a function to create ready-cleared memoryChris Young2015-01-101-4/+5
|
* Fix amiga/clipboard.c for new structureChris Young2014-11-161-6/+6
|
* Fix warnings, remove unused code.Chris Young2014-11-091-26/+12
|
* remove unecessary include of browser.h in amiga frontendVincent Sanders2014-10-171-1/+1
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-8/+10
|
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-1/+1
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-1/+0
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-13/+12
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-1/+1
|
* fixup amiga build errorsVincent Sanders2014-01-161-1/+8
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-11/+0
|
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-1/+1
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-4/+4
| | | | where it is not necessary.
* fixup issues with new options API mergeVincent Sanders2013-05-281-2/+2
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* avoid potential crah on exitChris Young2013-04-091-1/+2
|
* Remove obsolete ami_selection_to_textChris Young2013-02-221-29/+0
|
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-221-14/+15
|
* Update for new core selection handling.Michael Drake2013-02-221-2/+2
|
* Fix reading of clipboardChris Young2013-01-101-2/+3
|
* Get CSET using PropChunk rather than StopChunkChris Young2013-01-091-28/+11
|
* Remove unused variablesChris Young2013-01-091-5/+3
|
* Convert to UTF-8 before doing length calculations (untested)Chris Young2013-01-091-47/+52
|
* Re-implement reading the clipboard using CollectionChunk; this removes the ↵Chris Young2013-01-081-41/+70
| | | | need for an initial UTF8 chunk scan and allows the chunks to be collated before sending back to the core. Untested and length calculations ignore charset conversion.
* Fix drag selectionChris Young2013-01-081-4/+3
|
* remove gui_copy_to_clipbaord call - this needs fixingChris Young2013-01-081-2/+3
|
* re-enable ami_drag_selectionChris Young2013-01-081-2/+0
|
* fix typoChris Young2013-01-081-1/+1
|
* Update copy to new API (untested), pasting needs work, ami_drag_selection ↵Chris Young2013-01-081-84/+41
| | | | needs thought.
* Pass UTF-8 text length for conversionChris Young2012-11-101-3/+1
|
* Get presence of text input cleanly.Michael Drake2012-08-201-3/+1
|
* Use selection_get_copy instead of selection_traverse. Note: untested.Michael Drake2012-08-131-24/+16
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-2/+5
|
* Remove any forcing of UTF-8 in the clipboard, as internally NetSurf will use ↵Chris Young2012-08-031-6/+2
| | | | the UTF8 chunks now.
* Clear the StopChunks before scanning for the UTF8 chunk, otherwise we risk ↵Chris Young2012-08-031-0/+19
| | | | thinking a CHRS chunk is a UTF8 chunk.
* Support pasting the UTF8 chunk of clipboard IFF FTXT when present, instead ↵Chris Young2012-08-031-5/+39
| | | | of CHRS
* Also write a (duplicate) UTF8 chunk, irregardless of the "UTF-8 clipboard" ↵Chris Young2012-08-031-0/+11
| | | | option. We don't support pasting UTF8 chunks yet.
* Remove extraneous functionageChris Young2012-08-031-10/+2
|
* Use core clipboard copy function. ami_selection_to_text() will need fixing ↵Chris Young2012-08-031-18/+1
| | | | as it still needs selection_traverse()
* Move Push- and PopChunk out of the selection_traversal functionChris Young2012-08-031-51/+30
|
* fix buildChris Young2012-03-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=13729
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+5
| | | | svn path=/trunk/netsurf/; revision=13548
* Don't break the clipboard when copying 'nothing'.Chris Young2012-02-121-7/+9
| | | | | | Don't touch clipboard contents when copying 'nothing'. svn path=/trunk/netsurf/; revision=13442
* 8*4=32, NOT 24. Copied UTF-8 text will now paste correctly into RA-OWB.Chris Young2012-01-151-3/+3
| | | | svn path=/trunk/netsurf/; revision=13405
* Accept codeset 1 (undefined) as 106 (UTF-8) when pasting from theChris Young2012-01-151-2/+5
| | | | | | | clipboard. This should allow us to at least paste from broken ports of MorphOS apps. svn path=/trunk/netsurf/; revision=13404
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Support dragging from global history to hotlistChris Young2011-12-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13219
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12928
* Delete some dead frames stuff.Michael Drake2011-09-051-3/+0
| | | | svn path=/trunk/netsurf/; revision=12723