summaryrefslogtreecommitdiff
path: root/amiga/drag.c
Commit message (Collapse)AuthorAgeFilesLines
* Track the mouse pointer on a per-window basisChris Young2013-01-061-5/+6
|
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ↵Chris Young2013-01-031-5/+5
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+5
| | | | svn path=/trunk/netsurf/; revision=13548
* When dragging text selections to WB, pass the selection pointer to the save ↵Chris Young2012-01-021-2/+2
| | | | | | routine. svn path=/trunk/netsurf/; revision=13363
* Support dragging from global history to hotlistChris Young2011-12-021-4/+4
| | | | svn path=/trunk/netsurf/; revision=13219
* Complete extended context menusChris Young2011-10-231-6/+4
| | | | svn path=/trunk/netsurf/; revision=13076
* Move non-requester user file operations to file.cChris Young2011-10-151-41/+6
| | | | svn path=/trunk/netsurf/; revision=13065
* Add favicon to iconification iconChris Young2011-10-071-2/+1
| | | | svn path=/trunk/netsurf/; revision=12995
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-5/+5
| | | | svn path=/trunk/netsurf/; revision=12928
* Show existing file size when file already exists on downloadChris Young2011-07-231-3/+3
| | | | svn path=/trunk/netsurf/; revision=12618
* Fix warningsChris Young2011-07-231-5/+5
| | | | svn path=/trunk/netsurf/; revision=12616
* convert from mimetype to filetype rather than simple content type to ↵Chris Young2011-06-151-1/+1
| | | | | | | | filetype, where available svn path=/trunk/netsurf/; revision=12484
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix DSI when drag savingChris Young2011-04-291-2/+2
| | | | | | Allow selection drags to URL and search gadgets svn path=/trunk/netsurf/; revision=12259
* Implement ask overwriteChris Young2011-03-261-2/+14
| | | | svn path=/trunk/netsurf/; revision=12135
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* Drag icon codeChris Young2010-10-301-0/+338
svn path=/trunk/netsurf/; revision=10924