From 49f4fa0d787c867ed24ac49897feb347939d4ef3 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 21 Sep 2013 05:29:04 +0200 Subject: Hotlist and History and Cookies Manager implemented. (The Cookie Manager window is a new one) --- atari/res/netsurf.rsc | Bin 34578 -> 34722 bytes atari/res/netsurf.rsh | 11 ++++++++--- atari/res/netsurf.rsm | 17 ++++++++++------- 3 files changed, 18 insertions(+), 10 deletions(-) (limited to 'atari/res') diff --git a/atari/res/netsurf.rsc b/atari/res/netsurf.rsc index 64a8e35a6..21373281c 100755 Binary files a/atari/res/netsurf.rsc and b/atari/res/netsurf.rsc differ diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh index 268aff523..6797c054a 100755 --- a/atari/res/netsurf.rsh +++ b/atari/res/netsurf.rsh @@ -36,9 +36,10 @@ #define MAINMENU_M_GHISTORY 53 /* STRING in tree MAINMENU */ #define MAINMENU_M_ADD_BOOKMARK 55 /* STRING in tree MAINMENU */ #define MAINMENU_M_BOOKMARKS 56 /* STRING in tree MAINMENU */ -#define MAINMENU_M_CHOICES 58 /* STRING in tree MAINMENU */ -#define MAINMENU_M_VLOG 59 /* STRING in tree MAINMENU */ -#define MAINMENU_M_HELP_CONTENT 61 /* STRING in tree MAINMENU */ +#define MAINMENU_M_COOKIES 58 /* STRING in tree MAINMENU */ +#define MAINMENU_M_CHOICES 60 /* STRING in tree MAINMENU */ +#define MAINMENU_M_VLOG 61 /* STRING in tree MAINMENU */ +#define MAINMENU_M_HELP_CONTENT 63 /* STRING in tree MAINMENU */ #define TOOLBAR 1 /* form/dial */ #define TOOLBAR_AREA_SEARCH 1 /* BOX in tree TOOLBAR */ @@ -209,3 +210,7 @@ #define POP_FONT_RENDERER 15 /* form/dial */ #define POP_FONT_RENDERER_INTERNAL 1 /* STRING in tree POP_FONT_RENDERER */ #define POP_FONT_RENDERER_FREETYPE 2 /* STRING in tree POP_FONT_RENDERER */ + +#define TOOLBAR_COOKIES 16 /* form/dial */ + +#define TOOLBAR_HISTORY 17 /* form/dial */ diff --git a/atari/res/netsurf.rsm b/atari/res/netsurf.rsm index 2ede40593..27df3d755 100755 --- a/atari/res/netsurf.rsm +++ b/atari/res/netsurf.rsm @@ -1,10 +1,10 @@ ResourceMaster v3.65 -#C 16@0@0@0@ +#C 18@0@0@0@ #N 99@32@AZAaza___ _@AZAaza090___ _@@_@ #FoC-Header@rsm2out@C-Header@rsh@@@[C-Header@0@ #R 0@0@1@1@2@1@ -#M 20010100@0@7728@641@ -#T 0@1@MAINMENU@@62@@ +#M 20010100@0@7728@643@ +#T 0@1@MAINMENU@@64@@ #O 4@32@T_FILE@@ #O 5@32@T_EDIT@@ #O 6@32@T_VIEW@@ @@ -40,9 +40,10 @@ ResourceMaster v3.65 #O 53@28@M_GHISTORY@@ #O 55@28@M_ADD_BOOKMARK@@ #O 56@28@M_BOOKMARKS@@ -#O 58@28@M_CHOICES@@ -#O 59@28@M_VLOG@@ -#O 61@28@M_HELP_CONTENT@@ +#O 58@28@M_COOKIES@@ +#O 60@28@M_CHOICES@@ +#O 61@28@M_VLOG@@ +#O 63@28@M_HELP_CONTENT@@ #T 1@2@TOOLBAR@@19@@ #O 1@20@AREA_SEARCH@@ #O 2@26@BT_SEARCH_FWD@@ @@ -196,4 +197,6 @@ ResourceMaster v3.65 #T 15@2@POP_FONT_RENDERER@@3@@ #O 1@28@INTERNAL@@ #O 2@28@FREETYPE@@ -#c 22411@ +#T 16@2@TOOLBAR_COOKIES@@1@@ +#T 17@2@TOOLBAR_HISTORY@@1@@ +#c 24594@ -- cgit v1.2.3