summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-15 23:29:41 +0000
committerOle Loots <ole@monochrom.net>2011-12-15 23:29:41 +0000
commita3cd709bc8475601f4070f5cd3396343afc45027 (patch)
treee88f0e4d91f1d10172f9fcfb76b0116181db4368 /atari/res/netsurf.rsh
parent66f53b22e21e7b8153b2065824f3c468d0065817 (diff)
downloadnetsurf-a3cd709bc8475601f4070f5cd3396343afc45027.tar.gz
netsurf-a3cd709bc8475601f4070f5cd3396343afc45027.tar.bz2
Updated settings dialog.
svn path=/trunk/netsurf/; revision=13279
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh86
1 files changed, 71 insertions, 15 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index 28ee3432e..e204608c2 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -82,23 +82,13 @@
#define THROBBER 7 /* form/dial */
-#define SLIDER 8 /* form/dial */
-#define SLIDER_BT_SCROLL_L 1 /* BOXCHAR in tree SLIDER */
-#define SLIDER_BOX_H 2 /* BOX in tree SLIDER */
-#define SLIDER_BOX_MOVER_H 3 /* BOX in tree SLIDER */
-#define SLIDER_BT_SCROLL_R 4 /* BOXCHAR in tree SLIDER */
-#define SLIDER_BT_SCROLL_U 5 /* BOXCHAR in tree SLIDER */
-#define SLIDER_BOX_V 6 /* BOX in tree SLIDER */
-#define SLIDER_MOVER_V 8 /* BOX in tree SLIDER */
-#define SLIDER_BT_SCROLL_D 7 /* BOXCHAR in tree SLIDER */
-
-#define TOOLBAR_HOTLIST 9 /* form/dial */
+#define TOOLBAR_HOTLIST 8 /* form/dial */
#define TOOLBAR_HOTLIST_ADD 1 /* CICON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_CREATE_FOLDER 2 /* CICON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_DELETE 3 /* CICON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_EDIT 4 /* CICON in tree TOOLBAR_HOTLIST */
-#define SEARCH 10 /* form/dial */
+#define SEARCH 9 /* form/dial */
#define SEARCH_TB_SRCH 1 /* FTEXT in tree SEARCH */
#define SEARCH_LBL_SHOWALL 2 /* STRING in tree SEARCH */
#define SEARCH_LBL_CASESENSE 3 /* STRING in tree SEARCH */
@@ -108,7 +98,7 @@
#define SEARCH_CB_SHOWALL 7 /* BUTTON in tree SEARCH */
#define SEARCH_CB_FWD 8 /* BUTTON in tree SEARCH */
-#define DOWNLOAD 11 /* form/dial */
+#define DOWNLOAD 10 /* form/dial */
/* Width ist 400, code depends on that! If you change it, change it in download.c */
#define DOWNLOAD_PROGRESS 1 /* BOX in tree DOWNLOAD */
#define DOWNLOAD_PROGRESS_DONE 2 /* BOX in tree DOWNLOAD */
@@ -120,9 +110,9 @@
#define DOWNLOAD_LBL_SPEED 8 /* TEXT in tree DOWNLOAD */
#define DOWNLOAD_CB_CLOSE_RDY 9 /* BUTTON in tree DOWNLOAD */
-#define ABOUT 12 /* form/dial */
+#define ABOUT 11 /* form/dial */
-#define POP_CTX 13 /* form/dial */
+#define POP_CTX 12 /* form/dial */
#define POP_CTX_CUT_SEL 1 /* TEXT in tree POP_CTX */
#define POP_CTX_COPY_SEL 2 /* TEXT in tree POP_CTX */
#define POP_CTX_PASTE_SEL 3 /* TEXT in tree POP_CTX */
@@ -132,3 +122,69 @@
#define POP_CTX_COPY_URL 8 /* TEXT in tree POP_CTX */
#define POP_CTX_SAVE_AS 9 /* TEXT in tree POP_CTX */
#define POP_CTX_VIEW_SOURCE 10 /* TEXT in tree POP_CTX */
+
+#define CHOICES 13 /* form/dial */
+#define CHOICES_REG_BROWSER 1 /* BUTTON in tree CHOICES */
+#define CHOICES_REG_RENDER 2 /* BUTTON in tree CHOICES */
+#define CHOICES_REG_STYLE 3 /* BUTTON in tree CHOICES */
+#define CHOICES_REG_NETWORK 4 /* BUTTON in tree CHOICES */
+#define CHOICES_REG_PATH 5 /* BUTTON in tree CHOICES */
+#define CHOICES_REG_CACHE 6 /* BUTTON in tree CHOICES */
+#define CHOICES_TAB_STYLE 7 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_DEF_FONT_SIZE 10 /* FTEXT in tree CHOICES */
+#define CHOICES_DEC_DEF_FONT_SIZE 11 /* BOXCHAR in tree CHOICES */
+#define CHOICES_INC_DEF_FONT_SIZE 12 /* BOXCHAR in tree CHOICES */
+#define CHOICES_EDIT_MIN_FONT_SIZE 16 /* FTEXT in tree CHOICES */
+#define CHOICES_DEC_MIN_FONT_SIZE 17 /* BOXCHAR in tree CHOICES */
+#define CHOICES_INC_MIN_FONT_SIZE 18 /* BOXCHAR in tree CHOICES */
+#define CHOICES_TAB_RENDER 19 /* BUTTON in tree CHOICES */
+/* Make sure that initial value is large enough! */
+#define CHOICES_BT_SEL_FONT_RENDERER 20 /* BUTTON in tree CHOICES */
+#define CHOICES_CB_TRANSPARENCY 22 /* BUTTON in tree CHOICES */
+#define CHOICES_CB_ENABLE_ANIMATION 24 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_MIN_GIF_DELAY 27 /* FTEXT in tree CHOICES */
+#define CHOICES_DEC_GIF_DELAY 28 /* BOXCHAR in tree CHOICES */
+#define CHOICES_INC_GIF_DELAY 29 /* BOXCHAR in tree CHOICES */
+#define CHOICES_CB_INCREMENTAL_REFLOW 31 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_MIN_REFLOW_PERIOD 33 /* FTEXT in tree CHOICES */
+#define CHOICES_DEC_INCREMENTAL_REFLOW 34 /* BOXCHAR in tree CHOICES */
+#define CHOICES_INC_INCREMENTAL_REFLOW 35 /* BOXCHAR in tree CHOICES */
+#define CHOICES_TAB_PATH 37 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_CA_CERTS_PATH 42 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_DOWNLOAD_PATH 43 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_HOTLIST_FILE 44 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_CA_BUNDLE 45 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_EDITOR 46 /* FTEXT in tree CHOICES */
+#define CHOICES_TAB_CACHE 48 /* BUTTON in tree CHOICES */
+#define CHOICES_INC_MEM_CACHE 52 /* BOXCHAR in tree CHOICES */
+#define CHOICES_DEC_MEM_CACHE 53 /* BOXCHAR in tree CHOICES */
+#define CHOICES_STR_MAX_MEM_CACHE 54 /* STRING in tree CHOICES */
+#define CHOICES_TAB_BROWSER 55 /* BUTTON in tree CHOICES */
+#define CHOICES_CB_HIDE_ADVERTISEMENT 57 /* BUTTON in tree CHOICES */
+#define CHOICES_CB_DISABLE_POPUP_WINDOWS 58 /* BUTTON in tree CHOICES */
+#define CHOICES_BT_SEL_LOCALE 60 /* BUTTON in tree CHOICES */
+#define CHOICES_BT_GUI_LANG 63 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_HISTORY_AGE 66 /* FTEXT in tree CHOICES */
+#define CHOICES_DEC_HISTORY_AGE 67 /* BOXCHAR in tree CHOICES */
+#define CHOICES_INC_HISTORY_AGE 68 /* BOXCHAR in tree CHOICES */
+#define CHOICES_CB_SEND_HTTP_REFERRER 72 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_HOMEPAGE 73 /* FTEXT in tree CHOICES */
+#define CHOICES_BT_CLEAR_HISTORY 74 /* BUTTON in tree CHOICES */
+#define CHOICES_TAB_NETWORK 75 /* BUTTON in tree CHOICES */
+#define CHOICES_CB_USE_PROXY 77 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_PROXY_HOST 78 /* FTEXT in tree CHOICES */
+#define CHOICES_CB_PROXY_AUTH 79 /* BUTTON in tree CHOICES */
+#define CHOICES_EDIT_PROXY_USERNAME 80 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_PROXY_PASSWORD 81 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_PROXY_PORT 99 /* FTEXT in tree CHOICES */
+#define CHOICES_INC_MAX_FETCHERS_PER_HOST 87 /* BOXCHAR in tree CHOICES */
+#define CHOICES_INC_CACHED_CONNECTIONS 88 /* BOXCHAR in tree CHOICES */
+#define CHOICES_DEC_MAX_FETCHERS_PER_HOST 89 /* BOXCHAR in tree CHOICES */
+#define CHOICES_DEC_CACHED_CONNECTIONS 90 /* BOXCHAR in tree CHOICES */
+#define CHOICES_EDIT_MAX_FETCHERS_PER_HOST 91 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_MAX_CACHED_CONNECTIONS 92 /* FTEXT in tree CHOICES */
+#define CHOICES_EDIT_MAX_FETCHERS 94 /* FTEXT in tree CHOICES */
+#define CHOICES_DEC_MAX_FETCHERS 95 /* BOXCHAR in tree CHOICES */
+#define CHOICES_INC_MAX_FETCHERS 96 /* BOXCHAR in tree CHOICES */
+#define CHOICES_ABORT 97 /* BUTTON in tree CHOICES */
+#define CHOICES_OK 98 /* BUTTON in tree CHOICES */