summaryrefslogtreecommitdiff
path: root/amiga/file.c
Commit message (Collapse)AuthorAgeFilesLines
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+3
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* fix amiga pdf save includeVincent Sanders2014-10-271-1/+1
|
* Use url_nice to generate the initial filename for save requesters.Chris Young2014-10-231-1/+5
| | | | Note: We always strip the extension (AmigaOS doesn't need it anyway), which might not necessarily be what you want.
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-18/+18
|
* fix amiga build to use correct nsurl acessor functionVincent Sanders2014-05-271-0/+1
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-4/+2
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-16/+9
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-2/+0
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+1
|
* Fix warningChris Young2014-02-101-0/+1
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+2
| | | | browser_window_navigate flags.
* fix build faliures from fetch table operation refactorVincent Sanders2014-01-231-1/+1
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-2/+2
| | | | where it is not necessary.
* move options includeVincent Sanders2013-05-281-1/+1
|
* Prevent ASL from causing delayed menusChris Young2013-05-251-1/+5
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-221-4/+10
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* browser_window_navigate refactorVincent Sanders2013-02-181-1/+16
|
* Fix missing includes.John-Mark Bell2012-11-031-0/+2
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+31
|
* Include desktop/browser_private.h.Michael Drake2012-08-221-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-3/+3
| | | | svn path=/trunk/netsurf/; revision=13236
* Only one of these save ops needs the file opened hereChris Young2011-10-271-43/+43
| | | | svn path=/trunk/netsurf/; revision=13086
* Complete extended context menusChris Young2011-10-231-5/+12
| | | | svn path=/trunk/netsurf/; revision=13076
* Fix save_completeChris Young2011-10-221-39/+41
| | | | svn path=/trunk/netsurf/; revision=13073
* Move non-requester user file operations to file.cChris Young2011-10-151-0/+204
svn path=/trunk/netsurf/; revision=13065