summaryrefslogtreecommitdiff
path: root/amiga/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* Doc updatesChris Young2009-09-132-5/+8
| | | | svn path=/trunk/netsurf/; revision=9564
* 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
* GETSCREENANME documentationChris Young2009-07-051-2/+3
| | | | svn path=/trunk/netsurf/; revision=8334
* Add a note about how to get the best speed out of the OS4 version. Mostly ↵Chris Young2009-07-051-0/+14
| | | | | | | | this is to encourage people to use 32-bit screenmodes :) svn path=/trunk/netsurf/; revision=8333
* Script to show the source of the current pageChris Young2009-07-041-0/+24
| | | | svn path=/trunk/netsurf/; revision=8304
* Add a note about font stylesChris Young2009-06-281-8/+17
| | | | svn path=/trunk/netsurf/; revision=8098
* Strip down the options file section. People should be using the GUI for ↵Chris Young2009-06-271-17/+5
| | | | | | | | everything else - that's what it's for. svn path=/trunk/netsurf/; revision=8080
* 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
* Add link to changelogChris Young2009-05-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=7539
* 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-042-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
* Minor packaging fixesChris Young2009-04-251-0/+0
| | | | svn path=/trunk/netsurf/; revision=7314
* Minor correctionsChris Young2009-04-011-2/+2
| | | | svn path=/trunk/netsurf/; revision=7023
* Remove option_quick_text (local charset text printing)Chris Young2009-04-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=7021
* 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-185-7/+22
| | | | svn path=/trunk/netsurf/; revision=6567
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=6393
* Added context menu option to download the link target.Chris Young2009-01-311-1/+1
| | | | | | Added SAVEAS/K to OPEN ARexx command to download a URL instead of displaying it. svn path=/trunk/netsurf/; revision=6326
* Implement bold and italic font rendering for Unicode display and make it the ↵Chris Young2009-01-202-3/+6
| | | | | | default. svn path=/trunk/netsurf/; revision=6155
* Remove prompts for screen dimensionsChris Young2009-01-101-36/+0
| | | | svn path=/trunk/netsurf/; revision=6029
* Update options and ARexx commandsChris Young2009-01-101-2/+4
| | | | svn path=/trunk/netsurf/; revision=6028
* Unicode text display. Painfully slow and needs some work wrt text ↵Chris Young2008-12-271-1/+2
| | | | | | | | alignment, colours. The nsfont_width etc functions also need adjustment. svn path=/trunk/netsurf/; revision=5938
* 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
* Minor mailto: improvements and infoChris Young2008-12-142-4/+5
| | | | svn path=/trunk/netsurf/; revision=5911
* Remove Amiga-specific force_tabsChris Young2008-12-131-9/+0
| | | | svn path=/trunk/netsurf/; revision=5906
* 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
* Clarification on always_open_tabs and button_2_tab options and their ↵Chris Young2008-12-061-1/+10
| | | | | | interaction. svn path=/trunk/netsurf/; revision=5884
* Two new ARexx commands:Chris Young2008-11-241-0/+2
| | | | | | | | GETTITLE - returns the current website title VERSION VERSION/N REVISION/N RELEASE/S - returns the version of NetSurf or checks it is newer than a supplied version/revision svn path=/trunk/netsurf/; revision=5765
* Added a note about local MIME types.Chris Young2008-11-081-0/+13
| | | | svn path=/trunk/netsurf/; revision=5655
* Installation scriptsChris Young2008-11-083-0/+149
| | | | | | | | 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
* Minor fixes, changing some defaults to safer values, screen_modeid should ↵Chris Young2008-11-031-3/+0
| | | | | | | | | | now work. Added screen_depth to stop it complaining when trying to BestModeID() a 32-bit screen on a system that doesn't have one. svn path=/trunk/netsurf/; revision=5650
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-262-3/+22
| | | | svn path=/trunk/netsurf/; revision=5632