summaryrefslogtreecommitdiff
path: root/amiga/dist/NetSurf.guide
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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
|
* Update with new pathChris Young2012-03-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=13769
* 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
* 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
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-111-1/+3
| | | | svn path=/trunk/netsurf/; revision=13036
* 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
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-0/+1
| | | | svn path=/trunk/netsurf/; revision=12607
* Formatting changesChris Young2011-06-301-18/+18
| | | | svn path=/trunk/netsurf/; revision=12549
* Update shortcutsChris Young2011-06-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=12527
* remove no_iframesChris Young2011-06-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=12482
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-021-1/+3
| | | | svn path=/trunk/netsurf/; revision=12269
* Documentation update: softstylesChris Young2011-04-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12238
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=12237
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, ↵Chris Young2011-03-051-0/+3
| | | | | | | | if we're compiled with Cairo support. svn path=/trunk/netsurf/; revision=11912
* Keyboard shortcut section (credit: Samir Hawamdeh)Chris Young2010-10-311-12/+40
| | | | svn path=/trunk/netsurf/; revision=10930
* Alias W for WINDOW and T for TAB.Chris Young2010-08-281-13/+17
| | | | | | Add documentation on ARexx startup/shutdown scripts svn path=/trunk/netsurf/; revision=10720
* Add ARexx commands CLOSE (close window/tab) and ACTIVE (current window/tab ↵Chris Young2010-08-281-1/+7
| | | | | | | | | | number to pass to other ARexx commands) Add CloseTabs.nsrx script to close all tabs in the current window except the active one svn path=/trunk/netsurf/; revision=10718
* Absolute path for theme locationChris Young2010-08-191-2/+11
| | | | svn path=/trunk/netsurf/; revision=10710
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=10672
* Allow targetting any window/tab with ARexx commands. Adds new command ↵Chris Young2010-07-201-12/+40
| | | | | | | | | WINDOWS to find out the number of windows and tabs open. ShowTitles.nsrx is an example of how to use the new functionality. svn path=/trunk/netsurf/; revision=10656
* Add commands BACK, FORWARD, HOME and RELOAD to correspond with the buttons ↵Chris Young2010-07-111-1/+5
| | | | | | on the GUI. svn path=/trunk/netsurf/; revision=10628
* Much better conversion of the standard NetSurf icon, courtesy of Marko K. ↵Chris Young2010-06-161-1/+3
| | | | | | Seppänen svn path=/trunk/netsurf/; revision=10575
* 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