summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorPhil Mellor <phil@monkeyson.info>2003-06-01 23:02:56 +0000
committerPhil Mellor <phil@monkeyson.info>2003-06-01 23:02:56 +0000
commit9f81422aeaca41d8c93e2b69c3c525d84a9c633b (patch)
treebff8eb0e329f82f907b3d96500d785c92fa74336 /!NetSurf
parentcbd104704bb11b6141c2b5c3bde88950157e5fcf (diff)
downloadnetsurf-9f81422aeaca41d8c93e2b69c3c525d84a9c633b.tar.gz
netsurf-9f81422aeaca41d8c93e2b69c3c525d84a9c633b.tar.bz2
[project @ 2003-06-01 23:02:56 by monkeyson]
Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Choices,fff16
-rw-r--r--!NetSurf/Resources/IconNames33
-rw-r--r--!NetSurf/Resources/Messages4
-rw-r--r--!NetSurf/Resources/Templates,fecbin954 -> 3309 bytes
-rw-r--r--!NetSurf/Resources/gestures,faf31
-rw-r--r--!NetSurf/Themes/Default/Preview,ff9bin0 -> 29240 bytes
6 files changed, 83 insertions, 1 deletions
diff --git a/!NetSurf/Choices,fff b/!NetSurf/Choices,fff
new file mode 100644
index 000000000..cd08c7ff4
--- /dev/null
+++ b/!NetSurf/Choices,fff
@@ -0,0 +1,16 @@
+# General options - for any platform
+# Proxy
+USE_HTTP:N
+HTTP_PROXY:http://www-cache.freeserve.co.uk
+HTTP_PORT:8080
+
+# RISC OS specific options
+# Browser
+RO_MOUSE_GESTURES:N
+RO_TEXT_SELECTION:Y
+RO_FORM_ELEMENTS:Y
+RO_SHOW_TOOLBAR:Y
+RO_SHOW_PRINT:N
+
+# Theme
+RO_THEME:Clear
diff --git a/!NetSurf/Resources/IconNames b/!NetSurf/Resources/IconNames
index ae9e3c015..482463e3a 100644
--- a/!NetSurf/Resources/IconNames
+++ b/!NetSurf/Resources/IconNames
@@ -1,3 +1,36 @@
# icon numbers
INFO_VERSION:6
INFO_URL:8
+SAVEAS_FILEICON:0
+SAVEAS_PATH:1
+SAVEAS_SAVE:2
+SAVEAS_CANCEL:3
+CONFIG_OK:0
+CONFIG_CANCEL:1
+CONFIG_BROWSER:2
+CONFIG_PROXY:3
+CONFIG_THEME:4
+CONFIG_SAVE:5
+CONFIG_BR_OK:0
+CONFIG_BR_CANCEL:1
+CONFIG_BR_DEFAULT:2
+CONFIG_BR_FORM:3
+CONFIG_BR_GESTURES:4
+CONFIG_BR_EXPLAIN:5
+CONFIG_BR_TEXT:6
+CONFIG_BR_TOOLBAR:7
+CONFIG_BR_PREVIEW:8
+CONFIG_PROX_OK:0
+CONFIG_PROX_CANCEL:1
+CONFIG_PROX_DEFAULT:2
+CONFIG_PROX_HTTP:3
+CONFIG_PROX_HTTPHOST:4
+CONFIG_PROX_HTTPPORT:5
+CONFIG_TH_OK:0
+CONFIG_TH_CANCEL:1
+CONFIG_TH_DEFAULT:2
+CONFIG_TH_NAME:4
+CONFIG_TH_PICK:5
+CONFIG_TH_PREVIEW:7
+CONFIG_TH_GET:8
+CONFIG_TH_MANAGE:9
diff --git a/!NetSurf/Resources/Messages b/!NetSurf/Resources/Messages
index 40cd075f4..da8589a6d 100644
--- a/!NetSurf/Resources/Messages
+++ b/!NetSurf/Resources/Messages
@@ -23,4 +23,6 @@ MBROWSE3:Selection
MBROWSE4:Navigate
# Iconbar
MICONBAR1:Info
-MICONBAR2:Quit
+MICONBAR2:Choices...
+MICONBAR3:Quit
+
diff --git a/!NetSurf/Resources/Templates,fec b/!NetSurf/Resources/Templates,fec
index 5260cd87e..ee060f089 100644
--- a/!NetSurf/Resources/Templates,fec
+++ b/!NetSurf/Resources/Templates,fec
Binary files differ
diff --git a/!NetSurf/Resources/gestures,faf b/!NetSurf/Resources/gestures,faf
new file mode 100644
index 000000000..9fa5476cb
--- /dev/null
+++ b/!NetSurf/Resources/gestures,faf
@@ -0,0 +1,31 @@
+<html>
+<head>
+<title>NetSurf mouse gestures</title>
+</head>
+<body>
+<h1 style="align:center">Mouse gestures</h1>
+
+<p>This page will explain the mouse gesture commands.</p>
+
+<p>Mouse gestures are performed by holding down the Menu mouse button and moving the mouse.</p>
+
+<table border="1">
+<tr>
+<td>Gesture</td>
+<td>Result</td>
+</tr>
+<tr>
+<td>Move left</td>
+<td>Go backwards in the history list</td>
+</tr>
+<tr>
+<td>Move right</td>
+<td>Go forwards in the history list</td>
+</tr>
+<tr>Move down then up</td>
+<td>Reload the current page</td>
+</tr>
+</table>
+
+</body>
+</html>
diff --git a/!NetSurf/Themes/Default/Preview,ff9 b/!NetSurf/Themes/Default/Preview,ff9
new file mode 100644
index 000000000..cd640a7a3
--- /dev/null
+++ b/!NetSurf/Themes/Default/Preview,ff9
Binary files differ