From 2f4beda48c9780739ecdab639b47299108265d66 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 25 Oct 2008 16:37:08 +0000 Subject: Complete (but quite minimal at the moment) context menu implementation for 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 --- amiga/dist/NetSurf.guide | 3 ++- amiga/dist/netsurf.readme | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'amiga/dist') diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide index 211fdae52..bf80975df 100755 --- a/amiga/dist/NetSurf.guide +++ b/amiga/dist/NetSurf.guide @@ -34,7 +34,8 @@ The options file is stored in Resources/Options by default. The following optio @{b}theme@{ub} Path to theme (default is Resources/Themes/Default - an alternative included theme is Resources/Themes/AISS) @{b}no_iframes@{ub} Disable IFrames @{b}clipboard_write_utf8@{ub} Write UTF-8 strings to the clipboard along with a charset identifier (when this option is 0, NetSurf will convert copied strings to local charset) -@{b}throbber_frames@{ub} Not used (now in theme description file) +@{b}context_menu@{ub} Enable context menus +@{b}sticky_context_menu@{ub} When disabled, context menu requires mouse button to be held down to keep it visible @{b}truecolour_mouse_pointers@{ub} Use 32-bit mouse pointers, when disabled NetSurf will use old-style 4 colour images (see Resources/Pointers) @{b}os_mouse_pointers@{ub} Don't override default and busy mouse pointers @{b}always_open_tabs@{ub} Force opening tabs instead of windows (actually swaps the functions so ctrl-click now opens windows and middle mouse button opens tabs) diff --git a/amiga/dist/netsurf.readme b/amiga/dist/netsurf.readme index 572881861..a9b0de254 100755 --- a/amiga/dist/netsurf.readme +++ b/amiga/dist/netsurf.readme @@ -4,7 +4,7 @@ Author: NetSurf contributors (OS4 port by Chris Young) Type: comm/www Version: 2.0 development (SVN 5591) Architecture: ppc-amigaos >= 4.0.0 -Requires: AISS +Requires: AISS, dev/c/pthreads.lha This is a preview release of the OS4 native port of NetSurf. It is beta software, which means it is unstable and missing -- cgit v1.2.3