summaryrefslogtreecommitdiff
path: root/amiga/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Warn when closing multiple tabsChris Young2012-12-081-1/+3
|
* Move download overwrite warning requester to misc.cChris Young2012-12-081-0/+21
|
* Use requester.class directly, so we can get requesters to appear on ↵Chris Young2012-07-281-8/+30
| | | | NetSurf's screen. Untested.
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-071-16/+5
| | | | svn path=/trunk/netsurf/; revision=13912
* Replace strncpy with strlcpy, as strncpy is not guaranteed to beChris Young2012-04-181-1/+1
| | | | | | NULL-terminated. (thx Colin Wenzel) svn path=/trunk/netsurf/; revision=13881
* Squash some warnings, don't attempt to free data we don't ownJohn Mark Bell2010-12-301-6/+9
| | | | svn path=/trunk/netsurf/; revision=11154
* Add LOG() to warn_user().James Bursa2010-12-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=11122
* Support ColourIconsChris Young2010-10-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=10928
* Use core file fetcherChris Young2010-09-121-11/+2
| | | | svn path=/trunk/netsurf/; revision=10759
* More intelligent path concatenationChris Young2010-07-141-0/+3
| | | | svn path=/trunk/netsurf/; revision=10639
* Remove desbugChris Young2010-07-111-2/+3
| | | | svn path=/trunk/netsurf/; revision=10630
* Amiga file: URIs now translate the : in device names to / (and back), which ↵Chris Young2010-07-111-6/+38
| | | | | | | | | | | conforms better to the spec (: will still work for compatibility, but may have problems). This fixes a problem with directory browsing. Directory parent link now uses the full parent path returned by url_parent instead of one relative to the current directory. svn path=/trunk/netsurf/; revision=10629
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10624
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+15
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* Fix file://localhost/ handlingChris Young2010-04-171-13/+16
| | | | svn path=/trunk/netsurf/; revision=10422
* Freeing the local charset version once we've finished with it is a good idea ↵Chris Young2010-04-101-0/+2
| | | | | | too. svn path=/trunk/netsurf/; revision=10345
* Show warning messages in correct charsetChris Young2010-04-101-1/+5
| | | | svn path=/trunk/netsurf/; revision=10344
* Missing includeChris Young2010-03-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=10222
* rationalise the usage of the file schemeVincent Sanders2010-03-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=10221
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-1/+14
| | | | svn path=/trunk/netsurf/; revision=10139
* Help hints, mainly for the tabs but also massage messages strings ↵Chris Young2010-03-161-0/+37
| | | | | | | | | HelpToolbar0-4 & 14 into a format we can use on the main toolbar gadgets. A couple of gadgets still missing strings. svn path=/trunk/netsurf/; revision=10134
* Support file://(/)localhost/ as well as file://(/)Chris Young2009-11-011-16/+13
| | | | | | | | | As NetSurf insists on adding a third slash after file://, it is not possible to open any local files which are in subdirectory "localhost" of the current directory. Workaround is to type the "localhost" part in something other than fully lowercase. In practice it is incredibly unlikely that even the workaround will need to be used. svn path=/trunk/netsurf/; revision=9656
* Allow opening of local files from anywhere, not just the parent of the ↵Chris Young2008-11-151-4/+26
| | | | | | current dir. svn path=/trunk/netsurf/; revision=5695
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-111-3/+0
| | | | | | | | | (history doesn't populate at the moment). Can add folders and edit titles in hotlist treeviews, and delete entries in all treeviews. svn path=/trunk/netsurf/; revision=5542
* Support for dragging in files (for file upload forms etc)Chris Young2008-09-071-1/+13
| | | | svn path=/trunk/netsurf/; revision=5271
* Potential fix for requester.class crash on startup on some systems.Chris Young2008-08-261-2/+2
| | | | svn path=/trunk/netsurf/; revision=5205
* Warn and error messages are now displayed in a requester.Chris Young2008-08-091-3/+17
| | | | svn path=/trunk/netsurf/; revision=4981
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+42
svn path=/trunk/netsurf/; revision=4864