summaryrefslogtreecommitdiff
path: root/amiga/clipboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clear the StopChunks before scanning for the UTF8 chunk, otherwise we risk th...Chris Young2012-08-031-0/+19
* Support pasting the UTF8 chunk of clipboard IFF FTXT when present, instead of...Chris Young2012-08-031-5/+39
* Also write a (duplicate) UTF8 chunk, irregardless of the "UTF-8 clipboard" op...Chris Young2012-08-031-0/+11
* Remove extraneous functionageChris Young2012-08-031-10/+2
* Use core clipboard copy function. ami_selection_to_text() will need fixing as...Chris Young2012-08-031-18/+1
* Move Push- and PopChunk out of the selection_traversal functionChris Young2012-08-031-51/+30
* fix buildChris Young2012-03-261-1/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+5
* Don't break the clipboard when copying 'nothing'.Chris Young2012-02-121-7/+9
* 8*4=32, NOT 24. Copied UTF-8 text will now paste correctly into RA-OWB.Chris Young2012-01-151-3/+3
* Accept codeset 1 (undefined) as 106 (UTF-8) when pasting from theChris Young2012-01-151-2/+5
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
* Support dragging from global history to hotlistChris Young2011-12-021-1/+1
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
* Delete some dead frames stuff.Michael Drake2011-09-051-3/+0
* Fix warningsChris Young2011-07-231-8/+10
* Fix up Amiga front end.Michael Drake2011-07-131-2/+2
* avoid crashChris Young2011-06-151-1/+2
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* Ensure selection drags to NetSurf text boxes are always UTF-8Chris Young2011-04-301-3/+7
* Ensure drags to string gadgets are in local charsetChris Young2011-04-301-2/+7
* Convert _from_ UTF-8 and translate the converted string, not the originalChris Young2011-04-301-3/+4
* Avoid crash if conversion to local charset fails.Chris Young2011-04-301-2/+15
* Fix DSI when drag savingChris Young2011-04-291-3/+64
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-1/+3
* Pass space down to ami_add_to_clipboardChris Young2010-12-201-1/+1
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-0/+1
* Selection drags now use clipboard unit 1 instead of 0. This stops the user'sChris Young2010-10-241-6/+26
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and (b...Chris Young2010-09-281-0/+4
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it is...Chris Young2010-07-271-5/+19
* ami_easy_clipboard just got easier, and a buffer overrun/memory leak got fixedChris Young2010-07-241-65/+12
* Fix menu disable on tab switch and CutChris Young2010-07-241-3/+72
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-7/+31
* Purge parserutilsChris Young2010-05-031-2/+5
* Changes required for new-cacheChris Young2010-03-281-3/+7
* Missing WITH_NS_SVG #ifdefChris Young2009-05-191-0/+2
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-0/+14
* IFF save now works - needed an unexpected NULL as the first parameter to DTM_...Chris Young2009-05-161-9/+0
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-161-67/+7
* Copy and save images in IFF ILBM format. Currently, the data in the BODY chu...Chris Young2009-05-161-1/+83
* Move gui_drag_save_selection() into the same file as gui_drag_save_object() a...Chris Young2009-03-241-4/+0
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-1/+1
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-251-0/+238