summaryrefslogtreecommitdiff
path: root/amiga/dist
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-159-926/+0
|
* Set OS version to the disk-based version, as Installer by default reads the ↵Chris Young2016-03-021-1/+1
| | | | ROM version... which is v40 and indistinguishable between 3.1 and 3.5/9.
* Fix copying of the wrong .readme during installation.Chris Young2016-02-281-3/+20
| | | | Abort with a message if the archive doesn't match the OS version.
* Add more appropriate readme for OS3 buildChris Young2016-01-232-22/+0
|
* Allow specifying location of the users directories on the commandlineChris Young2015-11-251-4/+5
| | | | Arg USERSDIR/K
* Remove the setting of mimetype in default tooltypesChris Young2015-11-241-35/+2
| | | | NetSurf is a lot more liberal now in accepting files, so the mimetype guessing routines are sufficient without forcing CSS files to be recognised as text/css. The ability to add a tooltype to troublesome files remains.
* Added Amiga ToolTypes parser.Chris Young2015-11-221-0/+11
| | | | Initially this allows setting the location of the Users directory, and the current user's name.
* Add missing NSOPTS/M command line arg to documentation.Chris Young2015-11-151-7/+5
|
* Add F8/F9/F10 as shortcuts to the scale functionalityChris Young2015-11-151-21/+22
|
* Fix some AmigaGuide errorsChris Young2015-08-171-8/+17
|
* Allow a fallback font for characters above 0xFFFF to be specified. There is ↵Chris Young2015-07-061-0/+2
| | | | no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed.
* Bump versionChris Young2015-03-271-2/+2
|
* Make adding NetSurf to launch-handler more robust:Chris Young2015-01-171-42/+45
| | | | | | Now handles when the user hasn't ever saved their config Doesn't attempt to add when auto-installing Removes need for fitr
* Helper script to open YouTube videos with SMTubeChris Young2014-12-151-0/+29
|
* Remove GetVideo supportChris Young2014-12-142-30/+0
| | | | It appears to be a dead project and no longer available for download.
* Remove links to files that don't exist in the archiveChris Young2014-09-021-3/+0
|
* Update version numbers for new release cycle.Chris Young2014-09-021-2/+2
|
* Make the install script work for Dutch language.Chris Young2014-05-051-0/+3
|
* Remove a rogue procedure callChris Young2014-05-031-1/+0
|
* Remove some unused library/SObj copying procedures from the Installer script.Chris Young2014-05-031-217/+0
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-032-106/+15
|
* Update some version numbers for 3.2-dev.Chris Young2014-04-281-8/+6
| | | | The minor version of 3 here is correct, it is only used internally to conform to AmigaOS versioning conventions.
* Ensure any user-input URLs are passed to the core in UTF-8.Chris Young2014-03-131-0/+5
| | | | | | Everything else, including any content of the URL bar which hasn't just been entered by the user, is assumed to be in ASCII. NB: The exception is the ARexx OPEN command. This is because NetSurf uses the ARexx port and this command internally when multiple instances are opened. file: addresses typed into the address bar containing non-ASCII characters will probably no loger work, but it is expected that under normal circumstances, users will either drag'n'drop files or use Project=>Open. If it becomes an issue I will work around it at a later date.
* Correct the readme a bitChris Young2013-06-221-5/+2
|
* Create a helper launch script, and make launch-handler use itChris Young2013-06-221-5/+54
|
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-1/+1
| | | | Rename use_pubscreen to make it clearer what the option is for
* Fix upgrades from 2.9 to 3.0Chris Young2013-04-251-14/+14
|
* Make "resize with contents" a user optionChris Young2013-04-101-0/+2
|
* Set default JavaScript icon to report correct MIME typeChris Young2013-02-151-0/+1
|
* Added more pages to AmigaGuide docChris Young2013-01-241-8/+98
|
* Copy hotlist from the pre-3.0 to the 3.0 location during install, if it ↵Chris Young2013-01-201-0/+18
| | | | exists and there isn't one present in the new location already.
* Missing double-quoteChris Young2012-12-091-3/+3
|
* Set the file comment for the included ARexx scripts as part of the install, ↵Chris Young2012-12-091-0/+4
| | | | as these tend to get lost and don't exist at all in Git.
* Allow the size of the web search gadget to be user-setChris Young2012-12-061-0/+1
|
* Update documentationChris Young2012-12-011-2/+1
|
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-081-1/+1
|
* Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ↵Chris Young2012-10-311-0/+2
| | | | give us a progress bar.
* Fix AutoInstallChris Young2012-10-311-26/+3
|
* Now the graphics.library plotters are feature-complete, use them by default.Chris Young2012-10-241-1/+1
|
* Document HOTLIST ARexx commandChris Young2012-10-141-0/+3
|
* Run FixFonts at the end of installChris Young2012-10-111-1/+24
|
* Snapshot icon positions so they default to looking neat when the archive is ↵Chris Young2012-08-184-0/+0
| | | | extracted.
* fix Installer script for auto-buildsChris Young2012-08-181-11/+39
|
* remove SVN reference from .readmeChris Young2012-08-161-3/+3
|
* make install target for Amiga. Target is NetSurf_Amiga/netsurf.lhaChris Young2012-08-151-3/+0
|
* add missing simple refresh config option infoChris Young2012-08-131-0/+1
|
* Updated documentation with some post-2.9 changesChris Young2012-08-121-2/+12
|
* Use 'user' env-var to determine usernameChris Young2012-03-301-3/+8
| | | | svn path=/trunk/netsurf/; revision=13778
* Update with new pathChris Young2012-03-282-4/+6
| | | | svn path=/trunk/netsurf/; revision=13769
* Add sobjs - libdom and libhubbub stubChris Young2012-03-281-6/+2
| | | | svn path=/trunk/netsurf/; revision=13767