summaryrefslogtreecommitdiff
path: root/amiga/dist/NetSurf.guide
Commit message (Collapse)AuthorAgeFilesLines
* Also update OpenURL configChris Young2010-04-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=10225
* netsurf_init expects a char ***, not a char **Chris Young2010-04-011-2/+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-2/+10
| | | | | | | | | 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
* Add a note on how to obtain the sources.Chris Young2009-10-211-0/+2
| | | | svn path=/trunk/netsurf/; revision=9651
* Doc updatesChris Young2009-09-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=9564
* 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
* 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
* Add link to changelogChris Young2009-05-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=7539
* 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
* Remove default theme's dependency on AISSChris Young2009-02-181-1/+12
| | | | 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-201-1/+1
| | | | | | default. svn path=/trunk/netsurf/; revision=6155
* 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
* Minor mailto: improvements and infoChris Young2008-12-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=5911
* Remove Amiga-specific force_tabsChris Young2008-12-131-9/+0
| | | | svn path=/trunk/netsurf/; revision=5906
* 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
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-3/+22
| | | | svn path=/trunk/netsurf/; revision=5632
* Complete (but quite minimal at the moment) context menu implementation for ↵Chris Young2008-10-251-1/+2
| | | | | | | | | | | | | | | | | AmigaOS: Links, objects and upload file boxes have their own menu item or submenu. Context menus can be enable/disabled and be made "sticky" with the following options: context_menu sticky_context_menu Seperated clipboard related code out to clipboard.c to make it easier to maintain and add the ability to copy URLs to the clipboard. Copying images to the clipboard will come later. svn path=/trunk/netsurf/; revision=5629
* Folders in the Hotlist menu hierarchy with no child nodes will now be ↵Chris Young2008-10-181-0/+53
| | | | | | | | disabled in the menu. Items named "--" will be converted to NM_BARLABEL. svn path=/trunk/netsurf/; revision=5595
* Basic theme support.Chris Young2008-10-181-2/+2
| | | | | | | | | | | NetSurf will use the theme pointed to by the Options file "theme:". Default is Resources/Themes/Default This directory must contain a file called Theme which indicates which files should be used for which images. The number of frames in the Throbber must also be specified here. See Resources/Themes/Default/Theme for an example. svn path=/trunk/netsurf/; revision=5592
* Distribution files including basic documentation and an alternative icon ↵Chris Young2008-10-111-0/+49
(drawn by Martin Merz) svn path=/trunk/netsurf/; revision=5539