summaryrefslogtreecommitdiff
path: root/amiga/drag.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some old and new GCC errors/warningsChris Young2016-01-151-3/+2
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2015-01-111-5/+41
|\
| * stub out drag stuff for os3Chris Young2015-01-101-5/+41
| |
* | fix os4 buildChris Young2015-01-111-1/+1
|/
* Fix amiga/drag.c for new structsChris Young2014-11-161-1/+1
|
* Fix warningsChris Young2014-11-091-9/+7
|
* Fix warnings, remove unused code.Chris Young2014-11-091-1/+1
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-5/+11
|
* Avoid a crash when running on own screenChris Young2014-08-251-0/+2
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-6/+3
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-2/+2
|
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-2/+2
| | | | Rename use_pubscreen to make it clearer what the option is for
* move options includeVincent Sanders2013-05-281-1/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-2/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* Fix drag saving text selectionsChris Young2013-02-221-1/+2
|
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-221-2/+2
|
* 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