summaryrefslogtreecommitdiff
path: root/amiga/dist
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix scaled fast scrolling. Curiously this has solved the form select menuChris Young2012-03-031-2/+2
| | | | | | problem :S svn path=/trunk/netsurf/; revision=13505
* revert r13281, meant to put it in 2.9 branchChris Young2012-02-281-3/+13
| | | | svn path=/trunk/netsurf/; revision=13499
* Readme for 2.9Chris Young2012-02-281-13/+3
| | | | svn path=/trunk/netsurf/; revision=13498
* Convert treeview to tiled drawChris Young2012-02-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=13471
* Documentation updateChris Young2012-02-251-2/+6
| | | | svn path=/trunk/netsurf/; revision=13470
* Install "if equals" comparisons are = not ==Chris Young2011-12-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13281
* Check if launch-handler config already has NetSurfChris Young2011-12-151-11/+30
| | | | svn path=/trunk/netsurf/; revision=13274
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-111-1/+3
| | | | svn path=/trunk/netsurf/; revision=13036
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
| | | | | | Probably needs moving up to before the user has been asked for an install location svn path=/trunk/netsurf/; revision=12895
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-262-4/+4
| | | | | | | Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12876
* updated kb shortcuts (credit: samir)Chris Young2011-09-131-7/+16
| | | | svn path=/trunk/netsurf/; revision=12791
* Correct Code2000 addressChris Young2011-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12788
* Copy a non-iconv.library version of parserutils into the archive in case ↵Chris Young2011-09-061-1/+5
| | | | | | | | anybody wants to save 1MB svn path=/trunk/netsurf/; revision=12764
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-0/+1
| | | | svn path=/trunk/netsurf/; revision=12607
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
| | | | svn path=/trunk/netsurf/; revision=12560
* Formatting changesChris Young2011-06-301-18/+18
| | | | svn path=/trunk/netsurf/; revision=12549