summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
Commit message (Collapse)AuthorAgeFilesLines
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same ↵Chris Young2010-05-031-1/+1
| | | | | | source tree svn path=/trunk/netsurf/; revision=10544
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-031-1/+1
| | | | | | function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543
* Update 2 SObjs installation (create links for updated libpng and unnecessary ↵Chris Young2010-04-301-7/+35
| | | | | | | | clutter for libz) svn path=/trunk/netsurf/; revision=10537
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-11/+0
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10482
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
| | | | svn path=/trunk/netsurf/; revision=10424
* netsurf_init expects a char ***, not a char **Chris Young2010-04-011-4/+4
| | | | | | | | | Change command template so URL is a keyword. This avoids the platform code re-interpreting core options (eg -v as a URL). Move screen open code slightly so "NetSurf ?" shows the template visibly, rather than opening an empty screen and the user not knowing what is happening. svn path=/trunk/netsurf/; revision=10224
* Use OS4.1 Update 1 launch-handler when available. Will fall back to ↵Chris Young2010-01-161-13/+71
| | | | | | | | | OpenURL.library even if URL: is dismounted while NetSurf is running. Installation adds the lines to configure launch-handler to open URLs in NetSurf. svn path=/trunk/netsurf/; revision=9835
* Copy and update SearchEngines fileChris Young2009-12-191-1/+28
| | | | svn path=/trunk/netsurf/; revision=9745
* libsvgtiny is shared object now, tweak percent complete values in install to ↵Chris Young2009-08-241-2/+2
| | | | | | | | | allow this shared object and space for future ones (such as libDOM), without value jumping backwards. svn path=/trunk/netsurf/; revision=9438
* Revert back to creating a new clip region rather than reusing the previous ↵Chris Young2009-08-171-1/+0
| | | | | | | | | one. This fixes the long-standing incremental_reflow problem, as apparently ClearClipRegion can't cope with the frequency of calls it gets with this switched on. svn path=/trunk/netsurf/; revision=9333
* Revert r8804. This is still occuring, on two different XOOPS sites.Chris Young2009-07-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=8807
* Remove setting incremental_reflow off by default. Whatever the cause, the ↵Chris Young2009-07-261-1/+0
| | | | | | | | libcss changes appear to have fixed it. svn path=/trunk/netsurf/; revision=8804
* Switch off incremental reflow by default, as for some reason it started ↵Chris Young2009-07-181-0/+1
| | | | | | | | causing some sites randomly to freeze on load (with objects remaining) a couple of months back. svn path=/trunk/netsurf/; revision=8618
* Set new installs to start on the Workbench screen, this can be changed from ↵Chris Young2009-06-271-15/+1
| | | | | | | | the GUI now and is a bit friendlier than being prompted for a screenmode on first launch. svn path=/trunk/netsurf/; revision=8079
* Don't ask for a screenmode when one is not set unless we actually need it.Chris Young2009-06-201-0/+15
| | | | | | | | Immediately save Options once the user has selected a screenmode. This now makes it possible to ask whether they want NetSurf to run on the Workbench or a new NetSurf screen during installation. svn path=/trunk/netsurf/; revision=7895
* Remove min_font_size settingChris Young2009-05-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=7451
* Minor correctionsChris Young2009-05-041-2/+4
| | | | svn path=/trunk/netsurf/; revision=7391
* Check if shared objects actually copied, and copy them on next startup if ↵Chris Young2009-05-041-0/+65
| | | | | | they didn't. svn path=/trunk/netsurf/; revision=7390
* Post-2.0 release changes: stripped static binary in only 5MBChris Young2009-04-251-12/+21
| | | | | | | | Fix AutoInstall copying NetSurf_Cairo without renaming Fix installing on systems without AISS svn path=/trunk/netsurf/; revision=7315
* More shared objects...Chris Young2009-03-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=7017
* More shared objectsChris Young2009-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6783
* Use Copystore to copy SObjs when install triggered by AmiUpdateChris Young2009-03-141-14/+30
| | | | svn path=/trunk/netsurf/; revision=6782
* Minor fixesChris Young2009-03-141-5/+5
| | | | svn path=/trunk/netsurf/; revision=6781
* more shared objectsChris Young2009-03-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=6778
* Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen ↵Chris Young2009-02-251-3/+4
| | | | | | | | | any release yet and I'd rather people made a conscious decision to use the static one rather than the update picking it because updating a Cairo version is impossible. svn path=/trunk/netsurf/; revision=6618
* Tidy-up and clarificationsChris Young2009-02-221-41/+47
| | | | svn path=/trunk/netsurf/; revision=6596
* File should be named "NetSurf" in all circumstances.Chris Young2009-02-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=6593
* Oops. Fixed this in the wrong file, so got missed from previous commit.Chris Young2009-02-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=6592
* Fix some things which didn't work correctly when installing over an existing ↵Chris Young2009-02-211-16/+5
| | | | | | install svn path=/trunk/netsurf/; revision=6591
* Show which build we are using, modify install script to give an option of ↵Chris Young2009-02-211-13/+189
| | | | | | | | | which build needs to be installed, and do date-compare when copying shared objects if they have no version string. svn path=/trunk/netsurf/; revision=6590
* Don't show the option for AISS theme is AISS is not installedChris Young2009-02-211-6/+12
| | | | svn path=/trunk/netsurf/; revision=6588
* Remove default theme's dependency on AISSChris Young2009-02-181-2/+10
| | | | svn path=/trunk/netsurf/; revision=6567
* Remove prompts for screen dimensionsChris Young2009-01-101-36/+0
| | | | svn path=/trunk/netsurf/; revision=6029
* Actually check for the existance of the icon before attempting to copy it.Chris Young2008-12-141-7/+11
| | | | svn path=/trunk/netsurf/; revision=5913
* Copy theme's NetSurf.info if it exists and this is a new install.Chris Young2008-12-131-0/+12
| | | | svn path=/trunk/netsurf/; revision=5904
* Installation scriptsChris Young2008-11-081-0/+146
Install is a standard Installer script AutoInstall is an AmigaDOS script for AmiUpdate which calls the above Install script in an unattended install mode. svn path=/trunk/netsurf/; revision=5654