summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf/Resources')
-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
4 files changed, 67 insertions, 1 deletions
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>