summaryrefslogtreecommitdiff
path: root/amiga/clipboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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