3078 lines
77 KiB
C
Executable File
3078 lines
77 KiB
C
Executable File
/*
|
|
* Copyright 2008-9 Chris Young <chris@unsatisfactorysoftware.co.uk>
|
|
*
|
|
* This file is part of NetSurf, http://www.netsurf-browser.org/
|
|
*
|
|
* NetSurf is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; version 2 of the License.
|
|
*
|
|
* NetSurf is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#include "amiga/gui.h"
|
|
#include "desktop/netsurf.h"
|
|
#include "desktop/options.h"
|
|
#include "utils/messages.h"
|
|
#include <proto/exec.h>
|
|
#include <proto/intuition.h>
|
|
#include <proto/asl.h>
|
|
#include "amiga/plotters.h"
|
|
#include "amiga/schedule.h"
|
|
#include <proto/timer.h>
|
|
#include "content/urldb.h"
|
|
#include <libraries/keymap.h>
|
|
#include "desktop/history_core.h"
|
|
#include <proto/locale.h>
|
|
#include <proto/dos.h>
|
|
#include <intuition/icclass.h>
|
|
#include <proto/utility.h>
|
|
#include <proto/graphics.h>
|
|
#include <proto/Picasso96API.h>
|
|
#include "render/form.h"
|
|
#include <graphics/rpattr.h>
|
|
#include <libraries/gadtools.h>
|
|
#include <proto/layers.h>
|
|
#include <datatypes/pictureclass.h>
|
|
#include "desktop/selection.h"
|
|
#include "utils/utf8.h"
|
|
#include "amiga/utf8.h"
|
|
#include "amiga/hotlist.h"
|
|
#include "amiga/menu.h"
|
|
#include "amiga/options.h"
|
|
#include <libraries/keymap.h>
|
|
#include "desktop/textinput.h"
|
|
#include <intuition/pointerclass.h>
|
|
#include <math.h>
|
|
#include <workbench/workbench.h>
|
|
#include <proto/datatypes.h>
|
|
#include <proto/icon.h>
|
|
#include <workbench/icon.h>
|
|
#include "amiga/tree.h"
|
|
#include "utils/utils.h"
|
|
#include "amiga/login.h"
|
|
#include "utils/url.h"
|
|
#include <string.h>
|
|
#include "amiga/arexx.h"
|
|
#include "amiga/hotlist.h"
|
|
#include "amiga/history.h"
|
|
#include "amiga/context_menu.h"
|
|
#include "amiga/cookies.h"
|
|
#include "amiga/clipboard.h"
|
|
#include <proto/keymap.h>
|
|
#include "amiga/save_complete.h"
|
|
#include "amiga/fetch_file.h"
|
|
#include "amiga/fetch_mailto.h"
|
|
#include "amiga/search.h"
|
|
#include <devices/inputevent.h>
|
|
#include "amiga/history_local.h"
|
|
#include "amiga/font.h"
|
|
#include "amiga/download.h"
|
|
#include <graphics/blitattr.h>
|
|
#include "amiga/gui_options.h"
|
|
|
|
#ifdef NS_AMIGA_CAIRO
|
|
#include <cairo/cairo-amigaos.h>
|
|
#endif
|
|
#include <hubbub/hubbub.h>
|
|
|
|
#include <proto/window.h>
|
|
#include <proto/layout.h>
|
|
#include <proto/bitmap.h>
|
|
#include <proto/string.h>
|
|
#include <proto/button.h>
|
|
#include <proto/space.h>
|
|
#include <proto/popupmenu.h>
|
|
#include <proto/clicktab.h>
|
|
#include <classes/window.h>
|
|
#include <gadgets/layout.h>
|
|
#include <gadgets/string.h>
|
|
#include <gadgets/scroller.h>
|
|
#include <gadgets/button.h>
|
|
#include <images/bitmap.h>
|
|
#include <gadgets/space.h>
|
|
#include <gadgets/clicktab.h>
|
|
#include <classes/popupmenu.h>
|
|
#include <reaction/reaction_macros.h>
|
|
|
|
char *default_stylesheet_url;
|
|
char *adblock_stylesheet_url;
|
|
|
|
struct MsgPort *appport;
|
|
struct MsgPort *msgport;
|
|
struct Device *TimerBase;
|
|
struct TimerIFace *ITimer;
|
|
struct Library *PopupMenuBase = NULL;
|
|
struct PopupMenuIFace *IPopupMenu = NULL;
|
|
struct Library *KeymapBase = NULL;
|
|
struct KeymapIFace *IKeymap = NULL;
|
|
|
|
struct BitMap *throbber = NULL;
|
|
ULONG throbber_width,throbber_height,throbber_frames,throbber_update_interval;
|
|
BOOL rmbtrapped;
|
|
BOOL locked_screen = FALSE;
|
|
|
|
extern colour css_scrollbar_fg_colour;
|
|
extern colour css_scrollbar_bg_colour;
|
|
extern colour css_scrollbar_arrow_colour;
|
|
|
|
Object *mouseptrobj[AMI_LASTPOINTER+1];
|
|
struct BitMap *mouseptrbm[AMI_LASTPOINTER+1];
|
|
int mouseptrcurrent=0;
|
|
|
|
char *ptrs[AMI_LASTPOINTER+1] = {
|
|
"ptr_default",
|
|
"ptr_point",
|
|
"ptr_caret",
|
|
"ptr_menu",
|
|
"ptr_up",
|
|
"ptr_down",
|
|
"ptr_left",
|
|
"ptr_right",
|
|
"ptr_rightup",
|
|
"ptr_leftdown",
|
|
"ptr_leftup",
|
|
"ptr_rightdown",
|
|
"ptr_cross",
|
|
"ptr_move",
|
|
"ptr_wait",
|
|
"ptr_help",
|
|
"ptr_nodrop",
|
|
"ptr_notallowed",
|
|
"ptr_progress",
|
|
"ptr_blank",
|
|
"ptr_drag"};
|
|
|
|
char *ptrs32[AMI_LASTPOINTER+1] = {
|
|
"ptr32_default",
|
|
"ptr32_point",
|
|
"ptr32_caret",
|
|
"ptr32_menu",
|
|
"ptr32_up",
|
|
"ptr32_down",
|
|
"ptr32_left",
|
|
"ptr32_right",
|
|
"ptr32_rightup",
|
|
"ptr32_leftdown",
|
|
"ptr32_leftup",
|
|
"ptr32_rightdown",
|
|
"ptr32_cross",
|
|
"ptr32_move",
|
|
"ptr32_wait",
|
|
"ptr32_help",
|
|
"ptr32_nodrop",
|
|
"ptr32_notallowed",
|
|
"ptr32_progress",
|
|
"ptr32_blank",
|
|
"ptr32_drag"};
|
|
|
|
void ami_update_throbber(struct gui_window_2 *g,bool redraw);
|
|
void ami_update_buttons(struct gui_window_2 *);
|
|
void ami_scroller_hook(struct Hook *,Object *,struct IntuiMessage *);
|
|
uint32 ami_popup_hook(struct Hook *hook,Object *item,APTR reserved);
|
|
void ami_init_mouse_pointers(void);
|
|
void ami_switch_tab(struct gui_window_2 *gwin,bool redraw);
|
|
static void *myrealloc(void *ptr, size_t len, void *pw);
|
|
void ami_init_layers(struct RastPort *rp);
|
|
|
|
STRPTR ami_locale_langs(void)
|
|
{
|
|
struct Locale *locale;
|
|
STRPTR acceptlangs = NULL, acceptlangs2 = NULL;
|
|
int i;
|
|
|
|
if(locale = OpenLocale(NULL))
|
|
{
|
|
for(i=0;i<10;i++)
|
|
{
|
|
if(locale->loc_PrefLanguages[i])
|
|
{
|
|
if(messages_get(locale->loc_PrefLanguages[i]) != locale->loc_PrefLanguages[i])
|
|
{
|
|
if(acceptlangs)
|
|
{
|
|
acceptlangs2 = acceptlangs;
|
|
acceptlangs = ASPrintf("%s, %s",acceptlangs2,messages_get(locale->loc_PrefLanguages[i]));
|
|
FreeVec(acceptlangs2);
|
|
acceptlangs2 = NULL;
|
|
}
|
|
else
|
|
{
|
|
acceptlangs = ASPrintf("%s",messages_get(locale->loc_PrefLanguages[i]));
|
|
}
|
|
}
|
|
}
|
|
else
|
|
{
|
|
continue;
|
|
}
|
|
}
|
|
CloseLocale(locale);
|
|
}
|
|
return acceptlangs;
|
|
}
|
|
|
|
void gui_init(int argc, char** argv)
|
|
{
|
|
struct Locale *locale;
|
|
char lang[100],throbberfile[100];
|
|
STRPTR tempacceptlangs;
|
|
bool found=FALSE;
|
|
int i;
|
|
BPTR lock=0,amiupdatefh;
|
|
Object *dto;
|
|
|
|
msgport = AllocSysObjectTags(ASOT_PORT,
|
|
ASO_NoTrack,FALSE,
|
|
TAG_DONE);
|
|
|
|
tioreq= (struct TimeRequest *)AllocSysObjectTags(ASOT_IOREQUEST,
|
|
ASOIOR_Size,sizeof(struct TimeRequest),
|
|
ASOIOR_ReplyPort,msgport,
|
|
ASO_NoTrack,FALSE,
|
|
TAG_DONE);
|
|
|
|
OpenDevice("timer.device",UNIT_WAITUNTIL,(struct IORequest *)tioreq,0);
|
|
|
|
TimerBase = (struct Device *)tioreq->Request.io_Device;
|
|
ITimer = (struct TimerIFace *)GetInterface((struct Library *)TimerBase,"main",1,NULL);
|
|
|
|
if(!(appport = AllocSysObjectTags(ASOT_PORT,
|
|
ASO_NoTrack,FALSE,
|
|
TAG_DONE))) die(messages_get("NoMemory"));
|
|
|
|
if(!(sport = AllocSysObjectTags(ASOT_PORT,
|
|
ASO_NoTrack,FALSE,
|
|
TAG_DONE))) die(messages_get("NoMemory"));
|
|
|
|
if(PopupMenuBase = OpenLibrary("popupmenu.class",0))
|
|
{
|
|
IPopupMenu = (struct PopupMenuIFace *)GetInterface(PopupMenuBase,"main",1,NULL);
|
|
}
|
|
|
|
if(KeymapBase = OpenLibrary("keymap.library",37))
|
|
{
|
|
IKeymap = (struct KeymapIFace *)GetInterface(KeymapBase,"main",1,NULL);
|
|
}
|
|
|
|
ami_clipboard_init();
|
|
|
|
win_destroyed = false;
|
|
|
|
options_read("PROGDIR:Resources/Options");
|
|
|
|
verbose_log = option_verbose_log;
|
|
|
|
filereq = (struct FileRequester *)AllocAslRequest(ASL_FileRequest,NULL);
|
|
savereq = (struct FileRequester *)AllocAslRequestTags(ASL_FileRequest,
|
|
ASLFR_DoSaveMode,TRUE,
|
|
ASLFR_RejectIcons,TRUE,
|
|
ASLFR_InitialDrawer,option_download_dir,
|
|
TAG_DONE);
|
|
|
|
nsscreentitle = ASPrintf("NetSurf %s",netsurf_version);
|
|
|
|
if(lock=Lock("PROGDIR:Resources/LangNames",ACCESS_READ))
|
|
{
|
|
UnLock(lock);
|
|
messages_load("PROGDIR:Resources/LangNames");
|
|
}
|
|
|
|
locale = OpenLocale(NULL);
|
|
|
|
for(i=0;i<10;i++)
|
|
{
|
|
strcpy(lang,"PROGDIR:Resources/");
|
|
if(locale->loc_PrefLanguages[i])
|
|
{
|
|
strcat(lang,messages_get(locale->loc_PrefLanguages[i]));
|
|
}
|
|
else
|
|
{
|
|
continue;
|
|
}
|
|
strcat(lang,"/Messages");
|
|
// printf("%s\n",lang);
|
|
if(lock=Lock(lang,ACCESS_READ))
|
|
{
|
|
UnLock(lock);
|
|
found=TRUE;
|
|
break;
|
|
}
|
|
}
|
|
|
|
if(!found)
|
|
{
|
|
strcpy(lang,"PROGDIR:Resources/en/Messages");
|
|
}
|
|
|
|
CloseLocale(locale);
|
|
|
|
messages_load(lang);
|
|
|
|
default_stylesheet_url = "file:///PROGDIR:Resources/amiga.css";
|
|
adblock_stylesheet_url = "file:///PROGDIR:Resources/adblock.css";
|
|
|
|
if(hubbub_initialise("PROGDIR:Resources/Aliases",myrealloc,NULL) != HUBBUB_OK)
|
|
{
|
|
die(messages_get("NoMemory"));
|
|
}
|
|
|
|
css_screen_dpi = 72;
|
|
css_scrollbar_fg_colour = 0x00aaaaaa;
|
|
css_scrollbar_bg_colour = 0x00833c3c;
|
|
css_scrollbar_arrow_colour = 0x00d6d6d6;
|
|
|
|
if((!option_accept_language) || (option_accept_language[0] == '\0'))
|
|
{
|
|
if(tempacceptlangs = ami_locale_langs())
|
|
{
|
|
option_accept_language = (char *)strdup(tempacceptlangs);
|
|
FreeVec(tempacceptlangs);
|
|
}
|
|
}
|
|
|
|
if((!option_cookie_file) || (option_cookie_file[0] == '\0'))
|
|
option_cookie_file = (char *)strdup("PROGDIR:Resources/Cookies");
|
|
|
|
if((!option_hotlist_file) || (option_hotlist_file[0] == '\0'))
|
|
option_hotlist_file = (char *)strdup("PROGDIR:Resources/Hotlist");
|
|
|
|
if((!option_url_file) || (option_url_file[0] == '\0'))
|
|
option_url_file = (char *)strdup("PROGDIR:Resources/URLs");
|
|
|
|
if((!option_recent_file) || (option_recent_file[0] == '\0'))
|
|
option_recent_file = (char *)strdup("PROGDIR:Resources/Recent");
|
|
|
|
/*
|
|
if((!option_cookie_jar) || (option_cookie_jar[0] == '\0'))
|
|
option_cookie_jar = (char *)strdup("PROGDIR:Resources/CookieJar");
|
|
*/
|
|
|
|
if((!option_ca_bundle) || (option_ca_bundle[0] == '\0'))
|
|
option_ca_bundle = (char *)strdup("devs:curl-ca-bundle.crt");
|
|
|
|
if((!option_font_sans) || (option_font_sans[0] == '\0'))
|
|
option_font_sans = (char *)strdup("DejaVu Sans");
|
|
|
|
if((!option_font_serif) || (option_font_serif[0] == '\0'))
|
|
option_font_serif = (char *)strdup("DejaVu Serif");
|
|
|
|
if((!option_font_mono) || (option_font_mono[0] == '\0'))
|
|
option_font_mono = (char *)strdup("DejaVu Sans Mono");
|
|
|
|
if((!option_font_cursive) || (option_font_cursive[0] == '\0'))
|
|
option_font_cursive = (char *)strdup("DejaVu Sans");
|
|
|
|
if((!option_font_fantasy) || (option_font_fantasy[0] == '\0'))
|
|
option_font_fantasy = (char *)strdup("DejaVu Serif");
|
|
|
|
if((!option_theme) || (option_theme[0] == '\0'))
|
|
option_theme = (char *)strdup("PROGDIR:Resources/Themes/Default");
|
|
|
|
if((!option_arexx_dir) || (option_arexx_dir[0] == '\0'))
|
|
option_arexx_dir = (char *)strdup("PROGDIR:Rexx");
|
|
|
|
if(!option_window_width) option_window_width = 800;
|
|
if(!option_window_height) option_window_height = 600;
|
|
|
|
ami_init_fonts();
|
|
|
|
plot=amiplot;
|
|
|
|
/* AmiUpdate */
|
|
if(((lock = Lock("ENVARC:AppPaths",SHARED_LOCK)) == 0))
|
|
{
|
|
lock = CreateDir("ENVARC:AppPaths");
|
|
}
|
|
|
|
UnLock(lock);
|
|
|
|
if(lock=GetCurrentDir())
|
|
{
|
|
char filename[1024];
|
|
|
|
DevNameFromLock(lock,(STRPTR)&filename,1024L,DN_FULLPATH);
|
|
|
|
amiupdatefh = FOpen("ENVARC:AppPaths/NetSurf",MODE_NEWFILE,0);
|
|
FPuts(amiupdatefh,(CONST_STRPTR)&filename);
|
|
FClose(amiupdatefh);
|
|
}
|
|
/* end Amiupdate */
|
|
|
|
ami_init_menulabs();
|
|
if(option_context_menu) ami_context_menu_init();
|
|
|
|
schedule_list = NewObjList();
|
|
window_list = NewObjList();
|
|
|
|
urldb_load(option_url_file);
|
|
urldb_load_cookies(option_cookie_file);
|
|
|
|
if(lock = Lock(option_hotlist_file,SHARED_LOCK))
|
|
{
|
|
UnLock(lock);
|
|
hotlist = options_load_tree(option_hotlist_file);
|
|
}
|
|
|
|
if(!hotlist) ami_hotlist_init(&hotlist);
|
|
ami_global_history_initialise();
|
|
ami_cookies_initialise();
|
|
save_complete_init();
|
|
|
|
strcpy(throbberfile,option_theme);
|
|
AddPart(throbberfile,"Theme",100);
|
|
|
|
lock = Lock(throbberfile,ACCESS_READ);
|
|
|
|
if(!lock)
|
|
{
|
|
warn_user("ThemeApplyErr",option_theme);
|
|
strcpy(throbberfile,"PROGDIR:Resources/Themes/Default/Theme");
|
|
free(option_theme);
|
|
option_theme = (char *)strdup("PROGDIR:Resources/Themes/Default");
|
|
}
|
|
else
|
|
{
|
|
UnLock(lock);
|
|
}
|
|
|
|
messages_load(throbberfile);
|
|
|
|
ami_init_mouse_pointers();
|
|
|
|
ami_get_theme_filename(throbberfile,"theme_throbber");
|
|
throbber_frames=atoi(messages_get("theme_throbber_frames"));
|
|
throbber_update_interval = atoi(messages_get("theme_throbber_delay"));
|
|
if(throbber_update_interval == 0) throbber_update_interval = 1000;
|
|
|
|
if(dto = NewDTObject(throbberfile,
|
|
DTA_GroupID,GID_PICTURE,
|
|
PDTA_DestMode,PMODE_V43,
|
|
TAG_DONE))
|
|
{
|
|
struct BitMapHeader *throbber_bmh;
|
|
struct RastPort throbber_rp;
|
|
|
|
if(GetDTAttrs(dto,PDTA_BitMapHeader,&throbber_bmh,TAG_DONE))
|
|
{
|
|
throbber_width = throbber_bmh->bmh_Width / throbber_frames;
|
|
throbber_height = throbber_bmh->bmh_Height;
|
|
|
|
InitRastPort(&throbber_rp);
|
|
|
|
if(throbber = p96AllocBitMap(throbber_bmh->bmh_Width,
|
|
throbber_height,32,
|
|
BMF_CLEAR | BMF_DISPLAYABLE | BMF_INTERLEAVED,
|
|
NULL,RGBFB_A8R8G8B8))
|
|
{
|
|
struct RenderInfo ri;
|
|
UBYTE *throbber_tempmem = AllocVec(throbber_bmh->bmh_Width*throbber_height*4,MEMF_PRIVATE | MEMF_CLEAR);
|
|
throbber_rp.BitMap = throbber;
|
|
ri.Memory = throbber_tempmem;
|
|
ri.BytesPerRow = 4*throbber_bmh->bmh_Width;
|
|
ri.RGBFormat = RGBFB_A8R8G8B8;
|
|
|
|
IDoMethod(dto,PDTM_READPIXELARRAY,ri.Memory,PBPAFMT_ARGB,ri.BytesPerRow,0,0,throbber_bmh->bmh_Width,throbber_height);
|
|
|
|
p96WritePixelArray((struct RenderInfo *)&ri,0,0,&throbber_rp,0,0,throbber_bmh->bmh_Width,throbber_height);
|
|
|
|
FreeVec(throbber_tempmem);
|
|
}
|
|
}
|
|
DisposeDTObject(dto);
|
|
}
|
|
|
|
}
|
|
|
|
void gui_init2(int argc, char** argv)
|
|
{
|
|
struct browser_window *bw = NULL;
|
|
ULONG id;
|
|
long rarray[] = {0};
|
|
struct RDArgs *args;
|
|
STRPTR template = "URL/A";
|
|
STRPTR temp_homepage_url = NULL;
|
|
BOOL notalreadyrunning;
|
|
|
|
enum
|
|
{
|
|
A_URL
|
|
};
|
|
|
|
notalreadyrunning = ami_arexx_init();
|
|
ami_fetch_file_register();
|
|
ami_openurl_open();
|
|
|
|
if(notalreadyrunning)
|
|
{
|
|
if(!option_use_pubscreen || option_use_pubscreen[0] == '\0')
|
|
{
|
|
if((option_modeid) && (strncmp(option_modeid,"0x",2) == 0))
|
|
{
|
|
id = strtoul(option_modeid,NULL,0);
|
|
}
|
|
else
|
|
{
|
|
struct ScreenModeRequester *screenmodereq = NULL;
|
|
|
|
if(screenmodereq = AllocAslRequest(ASL_ScreenModeRequest,NULL))
|
|
{
|
|
AslRequestTags(screenmodereq,
|
|
ASLSM_MinDepth,24,
|
|
ASLSM_MaxDepth,32,
|
|
TAG_DONE);
|
|
|
|
id = screenmodereq->sm_DisplayID;
|
|
option_modeid = malloc(20);
|
|
sprintf(option_modeid,"0x%lx",id);
|
|
|
|
FreeAslRequest(screenmodereq);
|
|
options_write("PROGDIR:Resources/Options");
|
|
}
|
|
}
|
|
|
|
scrn = OpenScreenTags(NULL,
|
|
// SA_Width,option_window_screen_width,
|
|
// SA_Height,option_window_screen_height,
|
|
// SA_Depth,option_screen_depth,
|
|
SA_DisplayID,id,
|
|
SA_Title,nsscreentitle,
|
|
SA_Type,CUSTOMSCREEN,
|
|
SA_PubName,"NetSurf",
|
|
SA_LikeWorkbench,TRUE,
|
|
TAG_DONE);
|
|
|
|
if(scrn)
|
|
{
|
|
PubScreenStatus(scrn,0);
|
|
}
|
|
else
|
|
{
|
|
if(scrn = LockPubScreen("NetSurf"))
|
|
{
|
|
locked_screen = TRUE;
|
|
}
|
|
else
|
|
{
|
|
option_use_pubscreen = "Workbench";
|
|
}
|
|
}
|
|
}
|
|
|
|
if(option_use_pubscreen && option_use_pubscreen[0] != '\0')
|
|
{
|
|
if(scrn = LockPubScreen(option_use_pubscreen))
|
|
{
|
|
locked_screen = TRUE;
|
|
}
|
|
else
|
|
{
|
|
scrn = LockPubScreen("Workbench");
|
|
}
|
|
}
|
|
|
|
/* init shared bitmaps *
|
|
* Height is set to screen width to give enough space for thumbnails *
|
|
* Also applies to the further gfx/layers functions and memory below */
|
|
|
|
glob.layerinfo = NewLayerInfo();
|
|
glob.areabuf = AllocVec(100,MEMF_PRIVATE | MEMF_CLEAR);
|
|
glob.tmprasbuf = AllocVec(scrn->Width*scrn->Width,MEMF_PRIVATE | MEMF_CLEAR);
|
|
|
|
if(!option_direct_render)
|
|
{
|
|
glob.bm = p96AllocBitMap(scrn->Width,scrn->Width,32,
|
|
BMF_CLEAR | BMF_DISPLAYABLE | BMF_INTERLEAVED,
|
|
scrn->RastPort.BitMap,RGBFB_A8R8G8B8);
|
|
|
|
if(!glob.bm) warn_user("NoMemory","");
|
|
|
|
InitRastPort(&glob.rp);
|
|
glob.rp.BitMap = glob.bm;
|
|
|
|
ami_init_layers(&glob.rp);
|
|
}
|
|
/* init shared bitmaps */
|
|
}
|
|
|
|
if(argc) // argc==0 is started from wb
|
|
{
|
|
if(args = ReadArgs(template,rarray,NULL))
|
|
{
|
|
if(rarray[A_URL])
|
|
{
|
|
temp_homepage_url = (char *)strdup(rarray[A_URL]);
|
|
if(notalreadyrunning)
|
|
{
|
|
bw = browser_window_create(temp_homepage_url, 0, 0, true,false);
|
|
free(temp_homepage_url);
|
|
}
|
|
}
|
|
FreeArgs(args);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
struct WBStartup *WBenchMsg = (struct WBStartup *)argv;
|
|
struct WBArg *wbarg;
|
|
int first=0,i=0;
|
|
char fullpath[1024];
|
|
|
|
for(i=0,wbarg=WBenchMsg->sm_ArgList;i<WBenchMsg->sm_NumArgs;i++,wbarg++)
|
|
{
|
|
if(i==0) continue;
|
|
if((wbarg->wa_Lock)&&(*wbarg->wa_Name))
|
|
{
|
|
DevNameFromLock(wbarg->wa_Lock,fullpath,1024,DN_FULLPATH);
|
|
AddPart(fullpath,wbarg->wa_Name,1024);
|
|
|
|
if(!temp_homepage_url) temp_homepage_url = path_to_url(fullpath);
|
|
|
|
if(notalreadyrunning)
|
|
{
|
|
if(!first)
|
|
{
|
|
bw = browser_window_create(temp_homepage_url, 0, 0, true,false);
|
|
first=1;
|
|
}
|
|
else
|
|
{
|
|
bw = browser_window_create(temp_homepage_url, bw, 0, true,false);
|
|
}
|
|
free(temp_homepage_url);
|
|
temp_homepage_url = NULL;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
if ((!option_homepage_url) || (option_homepage_url[0] == '\0'))
|
|
option_homepage_url = (char *)strdup(NETSURF_HOMEPAGE);
|
|
|
|
if(!notalreadyrunning)
|
|
{
|
|
STRPTR sendcmd = NULL;
|
|
|
|
if(temp_homepage_url)
|
|
{
|
|
sendcmd = ASPrintf("OPEN \"%s\" NEW",temp_homepage_url);
|
|
free(temp_homepage_url);
|
|
}
|
|
else
|
|
{
|
|
sendcmd = ASPrintf("OPEN \"%s\" NEW",option_homepage_url);
|
|
}
|
|
IDoMethod(arexx_obj,AM_EXECUTE,sendcmd,"NETSURF",NULL,NULL,NULL,NULL);
|
|
IDoMethod(arexx_obj,AM_EXECUTE,"TOFRONT","NETSURF",NULL,NULL,NULL,NULL);
|
|
FreeVec(sendcmd);
|
|
netsurf_quit=true;
|
|
return;
|
|
}
|
|
|
|
if(!bw) bw = browser_window_create(option_homepage_url, 0, 0, true,false);
|
|
|
|
if(locked_screen) UnlockPubScreen(NULL,scrn);
|
|
}
|
|
|
|
void ami_init_layers(struct RastPort *rp)
|
|
{
|
|
SetDrMd(rp,BGBACKFILL);
|
|
|
|
rp->Layer = CreateUpfrontLayer(glob.layerinfo,rp->BitMap,0,0,
|
|
scrn->Width-1,scrn->Width-1,LAYERSIMPLE,NULL);
|
|
|
|
InstallLayerHook(rp->Layer,LAYERS_NOBACKFILL);
|
|
|
|
rp->AreaInfo = AllocVec(sizeof(struct AreaInfo),MEMF_PRIVATE | MEMF_CLEAR);
|
|
|
|
if((!glob.areabuf) || (!rp->AreaInfo)) warn_user("NoMemory","");
|
|
|
|
InitArea(rp->AreaInfo,glob.areabuf,100/5);
|
|
rp->TmpRas = AllocVec(sizeof(struct TmpRas),MEMF_PRIVATE | MEMF_CLEAR);
|
|
|
|
if((!glob.tmprasbuf) || (!rp->TmpRas)) warn_user("NoMemory","");
|
|
|
|
InitTmpRas(rp->TmpRas,glob.tmprasbuf,scrn->Width*scrn->Width);
|
|
currp = rp;
|
|
|
|
#ifdef NS_AMIGA_CAIRO
|
|
glob.surface = cairo_amigaos_surface_create(rp->BitMap);
|
|
glob.cr = cairo_create(glob.surface);
|
|
#endif
|
|
}
|
|
|
|
void ami_free_layers(struct RastPort *rp)
|
|
{
|
|
#ifdef NS_AMIGA_CAIRO
|
|
cairo_destroy(glob.cr);
|
|
cairo_surface_destroy(glob.surface);
|
|
#endif
|
|
DeleteLayer(0,rp->Layer);
|
|
FreeVec(rp->TmpRas);
|
|
FreeVec(rp->AreaInfo);
|
|
}
|
|
|
|
void ami_update_quals(struct gui_window_2 *gwin)
|
|
{
|
|
uint32 quals = 0;
|
|
|
|
GetAttr(WINDOW_Qualifier,gwin->objects[OID_MAIN],(uint32 *)&quals);
|
|
|
|
gwin->key_state = 0;
|
|
|
|
if((quals & IEQUALIFIER_LSHIFT) || (quals & IEQUALIFIER_RSHIFT))
|
|
{
|
|
gwin->key_state |= BROWSER_MOUSE_MOD_1;
|
|
}
|
|
|
|
if(quals & IEQUALIFIER_CONTROL)
|
|
{
|
|
gwin->key_state |= BROWSER_MOUSE_MOD_2;
|
|
}
|
|
}
|
|
|
|
void ami_handle_msg(void)
|
|
{
|
|
struct IntuiMessage *message = NULL;
|
|
ULONG class,result,storage = 0,x,y,xs,ys,width=800,height=600;
|
|
uint16 code,quals;
|
|
struct IBox *bbox;
|
|
struct nsObject *node;
|
|
struct nsObject *nnode;
|
|
struct gui_window_2 *gwin,*destroywin=NULL;
|
|
struct MenuItem *item;
|
|
struct InputEvent *ie;
|
|
struct Node *tabnode;
|
|
UBYTE buffer[20];
|
|
int chars,i;
|
|
|
|
if(IsMinListEmpty(window_list))
|
|
{
|
|
/* no windows in list, so NetSurf should not be running */
|
|
netsurf_quit = true;
|
|
return;
|
|
}
|
|
|
|
node = (struct nsObject *)GetHead((struct List *)window_list);
|
|
|
|
do
|
|
{
|
|
nnode=(struct nsObject *)GetSucc((struct Node *)node);
|
|
|
|
gwin = node->objstruct;
|
|
|
|
if(node->Type == AMINS_TVWINDOW)
|
|
{
|
|
if(ami_tree_event((struct treeview_window *)gwin))
|
|
{
|
|
if(IsMinListEmpty(window_list))
|
|
{
|
|
/* last window closed, so exit */
|
|
netsurf_quit = true;
|
|
}
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
node = nnode;
|
|
continue;
|
|
}
|
|
}
|
|
else if(node->Type == AMINS_FINDWINDOW)
|
|
{
|
|
if(ami_search_event())
|
|
{
|
|
if(IsMinListEmpty(window_list))
|
|
{
|
|
/* last window closed, so exit */
|
|
netsurf_quit = true;
|
|
}
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
node = nnode;
|
|
continue;
|
|
}
|
|
}
|
|
else if(node->Type == AMINS_HISTORYWINDOW)
|
|
{
|
|
if(ami_history_event((struct history_window *)gwin))
|
|
{
|
|
if(IsMinListEmpty(window_list))
|
|
{
|
|
/* last window closed, so exit */
|
|
netsurf_quit = true;
|
|
}
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
node = nnode;
|
|
continue;
|
|
}
|
|
}
|
|
else if(node->Type == AMINS_GUIOPTSWINDOW)
|
|
{
|
|
if(ami_gui_opts_event())
|
|
{
|
|
if(IsMinListEmpty(window_list))
|
|
{
|
|
/* last window closed, so exit */
|
|
netsurf_quit = true;
|
|
}
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
node = nnode;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
while((result = RA_HandleInput(gwin->objects[OID_MAIN],&code)) != WMHI_LASTMSG)
|
|
{
|
|
|
|
//printf("class %ld\n",class);
|
|
switch(result & WMHI_CLASSMASK) // class
|
|
{
|
|
case WMHI_MOUSEMOVE:
|
|
GetAttr(SPACE_AreaBox,gwin->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
|
|
GetAttr(SCROLLER_Top,gwin->objects[OID_HSCROLL],(ULONG *)&xs);
|
|
x = gwin->win->MouseX - bbox->Left +xs; // mousex should be in intuimessage
|
|
|
|
GetAttr(SCROLLER_Top,gwin->objects[OID_VSCROLL],(ULONG *)&ys);
|
|
y = gwin->win->MouseY - bbox->Top + ys;
|
|
|
|
x /= gwin->bw->scale;
|
|
y /= gwin->bw->scale;
|
|
|
|
width=bbox->Width;
|
|
height=bbox->Height;
|
|
|
|
if((x>=xs) && (y>=ys) && (x<width+xs) && (y<height+ys))
|
|
{
|
|
ami_update_quals(gwin);
|
|
|
|
if(option_context_menu && rmbtrapped == FALSE)
|
|
{
|
|
SetWindowAttr(gwin->win,WA_RMBTrap,(APTR)TRUE,1);
|
|
rmbtrapped=TRUE; // crash points to this line
|
|
}
|
|
|
|
if(gwin->mouse_state & BROWSER_MOUSE_PRESS_1)
|
|
{
|
|
browser_window_mouse_track(gwin->bw,BROWSER_MOUSE_DRAG_1 | gwin->key_state,x,y);
|
|
gwin->mouse_state = BROWSER_MOUSE_HOLDING_1 | BROWSER_MOUSE_DRAG_ON;
|
|
}
|
|
else if(gwin->mouse_state & BROWSER_MOUSE_PRESS_2)
|
|
{
|
|
browser_window_mouse_track(gwin->bw,BROWSER_MOUSE_DRAG_2 | gwin->key_state,x,y);
|
|
gwin->mouse_state = BROWSER_MOUSE_HOLDING_2 | BROWSER_MOUSE_DRAG_ON;
|
|
}
|
|
else
|
|
{
|
|
browser_window_mouse_track(gwin->bw,gwin->mouse_state | gwin->key_state,x,y);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if(option_context_menu && rmbtrapped == TRUE)
|
|
{
|
|
SetWindowAttr(gwin->win,WA_RMBTrap,FALSE,1);
|
|
rmbtrapped=FALSE;
|
|
}
|
|
|
|
if(!gwin->mouse_state) ami_update_pointer(gwin->win,GUI_POINTER_DEFAULT);
|
|
}
|
|
break;
|
|
|
|
case WMHI_MOUSEBUTTONS:
|
|
GetAttr(SPACE_AreaBox,gwin->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
GetAttr(SCROLLER_Top,gwin->objects[OID_HSCROLL],(ULONG *)&xs);
|
|
x = gwin->win->MouseX - bbox->Left +xs;
|
|
GetAttr(SCROLLER_Top,gwin->objects[OID_VSCROLL],(ULONG *)&ys);
|
|
y = gwin->win->MouseY - bbox->Top + ys;
|
|
|
|
x /= gwin->bw->scale;
|
|
y /= gwin->bw->scale;
|
|
|
|
width=bbox->Width;
|
|
height=bbox->Height;
|
|
|
|
ami_update_quals(gwin);
|
|
|
|
if((x>=xs) && (y>=ys) && (x<width+xs) && (y<height+ys))
|
|
{
|
|
//code = code>>16;
|
|
switch(code)
|
|
{
|
|
case SELECTDOWN:
|
|
browser_window_mouse_click(gwin->bw,BROWSER_MOUSE_PRESS_1 | gwin->key_state,x,y);
|
|
gwin->mouse_state=BROWSER_MOUSE_PRESS_1;
|
|
break;
|
|
case MIDDLEDOWN:
|
|
browser_window_mouse_click(gwin->bw,BROWSER_MOUSE_PRESS_2 | gwin->key_state,x,y);
|
|
gwin->mouse_state=BROWSER_MOUSE_PRESS_2;
|
|
break;
|
|
|
|
case MENUDOWN:
|
|
if(!option_sticky_context_menu) ami_context_menu_show(gwin,x,y);
|
|
break;
|
|
|
|
case MENUUP:
|
|
if(option_sticky_context_menu) ami_context_menu_show(gwin,x,y);
|
|
break;
|
|
}
|
|
}
|
|
|
|
if(x<xs) x=xs;
|
|
if(y<ys) y=ys;
|
|
if(x>=width+xs) x=width+xs-1;
|
|
if(y>=height+ys) y=height+ys-1;
|
|
|
|
switch(code)
|
|
{
|
|
case SELECTUP:
|
|
if(gwin->mouse_state & BROWSER_MOUSE_PRESS_1)
|
|
{
|
|
browser_window_mouse_click(gwin->bw,BROWSER_MOUSE_CLICK_1 | gwin->key_state,x,y);
|
|
}
|
|
else
|
|
{
|
|
browser_window_mouse_drag_end(gwin->bw,0,x,y);
|
|
}
|
|
gwin->mouse_state=0;
|
|
break;
|
|
case MIDDLEUP:
|
|
if(gwin->mouse_state & BROWSER_MOUSE_PRESS_2)
|
|
{
|
|
browser_window_mouse_click(gwin->bw,BROWSER_MOUSE_CLICK_2 | gwin->key_state,x,y);
|
|
}
|
|
else
|
|
{
|
|
browser_window_mouse_drag_end(gwin->bw,0,x,y);
|
|
}
|
|
gwin->mouse_state=0;
|
|
break;
|
|
}
|
|
|
|
if(drag_save && !gwin->mouse_state)
|
|
ami_drag_save(gwin->win);
|
|
break;
|
|
|
|
case WMHI_GADGETUP:
|
|
switch(result & WMHI_GADGETMASK) //gadaddr->GadgetID) //result & WMHI_GADGETMASK)
|
|
{
|
|
case GID_TABS:
|
|
ami_switch_tab(gwin,true);
|
|
break;
|
|
|
|
case GID_CLOSETAB:
|
|
browser_window_destroy(gwin->bw);
|
|
break;
|
|
|
|
case GID_URL:
|
|
GetAttr(STRINGA_TextVal,gwin->gadgets[GID_URL],(ULONG *)&storage);
|
|
browser_window_go(gwin->bw,(char *)storage,NULL,true);
|
|
//printf("%s\n",(char *)storage);
|
|
break;
|
|
|
|
case GID_HOME:
|
|
browser_window_go(gwin->bw,option_homepage_url,NULL,true);
|
|
break;
|
|
|
|
case GID_STOP:
|
|
if(browser_window_stop_available(gwin->bw))
|
|
browser_window_stop(gwin->bw);
|
|
break;
|
|
|
|
case GID_RELOAD:
|
|
ami_update_quals(gwin);
|
|
|
|
if(browser_window_reload_available(gwin->bw))
|
|
{
|
|
if(gwin->key_state & BROWSER_MOUSE_MOD_1)
|
|
{
|
|
browser_window_reload(gwin->bw,true);
|
|
}
|
|
else
|
|
{
|
|
browser_window_reload(gwin->bw,false);
|
|
}
|
|
}
|
|
break;
|
|
|
|
case GID_BACK:
|
|
if(browser_window_back_available(gwin->bw))
|
|
{
|
|
history_back(gwin->bw,gwin->bw->history);
|
|
}
|
|
|
|
ami_update_buttons(gwin);
|
|
break;
|
|
|
|
case GID_FORWARD:
|
|
if(browser_window_forward_available(gwin->bw))
|
|
{
|
|
history_forward(gwin->bw,gwin->bw->history);
|
|
}
|
|
|
|
ami_update_buttons(gwin);
|
|
break;
|
|
|
|
case GID_LOGIN:
|
|
ami_401login_login((struct gui_login_window *)gwin);
|
|
win_destroyed = true;
|
|
break;
|
|
|
|
case GID_CANCEL:
|
|
if(gwin->node->Type == AMINS_LOGINWINDOW)
|
|
{
|
|
ami_401login_close((struct gui_login_window *)gwin);
|
|
win_destroyed = true;
|
|
}
|
|
else if(gwin->node->Type == AMINS_DLWINDOW)
|
|
{
|
|
ami_download_window_abort((struct gui_download_window *)gwin);
|
|
win_destroyed = true;
|
|
}
|
|
break;
|
|
|
|
default:
|
|
// printf("GADGET: %ld\n",(result & WMHI_GADGETMASK));
|
|
break;
|
|
}
|
|
break;
|
|
|
|
case WMHI_MENUPICK:
|
|
item = ItemAddress(gwin->win->MenuStrip,code);
|
|
while (code != MENUNULL)
|
|
{
|
|
ami_menupick(code,gwin,item);
|
|
if(win_destroyed) break;
|
|
code = item->NextSelect;
|
|
}
|
|
break;
|
|
|
|
case WMHI_RAWKEY:
|
|
storage = result & WMHI_GADGETMASK;
|
|
|
|
GetAttr(WINDOW_InputEvent,gwin->objects[OID_MAIN],(ULONG *)&ie);
|
|
|
|
switch(storage)
|
|
{
|
|
case RAWKEY_CRSRUP:
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RSHIFT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_PAGE_UP);
|
|
}
|
|
else if(ie->ie_Qualifier & IEQUALIFIER_RALT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_TEXT_START);
|
|
}
|
|
else browser_window_key_press(gwin->bw,KEY_UP);
|
|
break;
|
|
case RAWKEY_CRSRDOWN:
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RSHIFT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_PAGE_DOWN);
|
|
}
|
|
else if(ie->ie_Qualifier & IEQUALIFIER_RALT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_TEXT_END);
|
|
}
|
|
else browser_window_key_press(gwin->bw,KEY_DOWN);
|
|
break;
|
|
case RAWKEY_CRSRLEFT:
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RSHIFT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_LINE_START);
|
|
}
|
|
else if(ie->ie_Qualifier & IEQUALIFIER_RALT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_WORD_LEFT);
|
|
}
|
|
else browser_window_key_press(gwin->bw,KEY_LEFT);
|
|
break;
|
|
case RAWKEY_CRSRRIGHT:
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RSHIFT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_LINE_END);
|
|
}
|
|
else if(ie->ie_Qualifier & IEQUALIFIER_RALT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_WORD_RIGHT);
|
|
}
|
|
else browser_window_key_press(gwin->bw,KEY_RIGHT);
|
|
break;
|
|
case RAWKEY_ESC:
|
|
browser_window_key_press(gwin->bw,KEY_ESCAPE);
|
|
break;
|
|
case RAWKEY_PAGEUP:
|
|
browser_window_key_press(gwin->bw,KEY_PAGE_UP);
|
|
break;
|
|
case RAWKEY_PAGEDOWN:
|
|
browser_window_key_press(gwin->bw,KEY_PAGE_DOWN);
|
|
break;
|
|
case RAWKEY_HOME:
|
|
browser_window_key_press(gwin->bw,KEY_TEXT_START);
|
|
break;
|
|
case RAWKEY_END:
|
|
browser_window_key_press(gwin->bw,KEY_TEXT_END);
|
|
break;
|
|
case RAWKEY_BACKSPACE:
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RSHIFT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_DELETE_LINE_START);
|
|
}
|
|
else browser_window_key_press(gwin->bw,KEY_DELETE_LEFT);
|
|
break;
|
|
case RAWKEY_DEL:
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RSHIFT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_DELETE_LINE_END);
|
|
}
|
|
else browser_window_key_press(gwin->bw,KEY_DELETE_RIGHT);
|
|
break;
|
|
case RAWKEY_TAB:
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RSHIFT)
|
|
{
|
|
browser_window_key_press(gwin->bw,KEY_SHIFT_TAB);
|
|
}
|
|
else browser_window_key_press(gwin->bw,KEY_TAB);
|
|
break;
|
|
default:
|
|
if((chars = MapRawKey(ie,buffer,20,NULL)) > 0)
|
|
{
|
|
/* this doesn't work - MapRawKey would take notice of capslock if it was in
|
|
ie_qualifier anyway
|
|
if(ie->ie_Qualifier & IEQUALIFIER_CAPSLOCK)
|
|
{
|
|
for(i=0;i<chars;i++)
|
|
buffer[i] = ToUpper(buffer[i]);
|
|
}
|
|
*/
|
|
if(ie->ie_Qualifier & IEQUALIFIER_RCOMMAND)
|
|
{
|
|
/* We are duplicating the menu shortcuts here, as if RMBTRAP is active
|
|
* (ie. when context menus are enabled and the mouse is over the browser
|
|
* rendering area), Intuition also does not catch the menu shortcut
|
|
* key presses. Context menus need to be changed to use MENUVERIFY not RMBTRAP */
|
|
switch(buffer[0])
|
|
{
|
|
case 'c':
|
|
browser_window_key_press(gwin->bw, KEY_COPY_SELECTION);
|
|
browser_window_key_press(gwin->bw, KEY_ESCAPE);
|
|
break;
|
|
|
|
case 'v':
|
|
browser_window_key_press(gwin->bw, KEY_PASTE);
|
|
break;
|
|
}
|
|
}
|
|
else //if(!(ie->ie_Code & IECODE_UP_PREFIX))
|
|
{
|
|
browser_window_key_press(gwin->bw,buffer[0]);
|
|
}
|
|
}
|
|
break;
|
|
}
|
|
break;
|
|
|
|
case WMHI_NEWSIZE:
|
|
switch(node->Type)
|
|
{
|
|
case AMINS_WINDOW:
|
|
ami_update_throbber(gwin,true);
|
|
// fall through
|
|
case AMINS_FRAME:
|
|
//GetAttr(SPACE_AreaBox,gwin->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
//browser_reformat_pending = true;
|
|
gwin->bw->reformat_pending = true;
|
|
//browser_window_reformat(gwin->bw,bbox->Width,bbox->Height);
|
|
gwin->redraw_required = true;
|
|
break;
|
|
}
|
|
break;
|
|
|
|
case WMHI_CLOSEWINDOW:
|
|
ami_close_all_tabs(gwin);
|
|
break;
|
|
|
|
case WMHI_ACTIVE:
|
|
if(gwin->bw) curbw = gwin->bw;
|
|
break;
|
|
|
|
case WMHI_INTUITICK:
|
|
break;
|
|
|
|
default:
|
|
// printf("class: %ld\n",(result & WMHI_CLASSMASK));
|
|
break;
|
|
}
|
|
|
|
if(win_destroyed)
|
|
{
|
|
/* we can't be sure what state our window_list is in, so let's
|
|
jump out of the function and start again */
|
|
|
|
win_destroyed = false;
|
|
return;
|
|
}
|
|
|
|
// ReplyMsg((struct Message *)message);
|
|
}
|
|
|
|
if((node->Type == AMINS_WINDOW) || (node->Type == AMINS_FRAME))
|
|
{
|
|
if(gwin->redraw_required)
|
|
ami_do_redraw(gwin);
|
|
|
|
if(gwin->throbber_frame)
|
|
ami_update_throbber(gwin,false);
|
|
|
|
if(gwin->bw->window->c_h)
|
|
{
|
|
// struct gui_window tgw;
|
|
// tgw.shared = gwin;
|
|
gui_window_place_caret(gwin->bw->window,gwin->bw->window->c_x,gwin->bw->window->c_y,gwin->bw->window->c_h);
|
|
}
|
|
}
|
|
} while(node = nnode);
|
|
}
|
|
|
|
void ami_handle_appmsg(void)
|
|
{
|
|
struct AppMessage *appmsg;
|
|
struct gui_window_2 *gwin;
|
|
struct IBox *bbox;
|
|
ULONG x,y,xs,ys,width,height,len;
|
|
struct WBArg *appwinargs;
|
|
STRPTR filename;
|
|
struct box *box,*file_box=0,*text_box=0;
|
|
struct content *content;
|
|
int box_x=0,box_y=0;
|
|
BPTR fh = 0;
|
|
char *utf8text,*urlfilename;
|
|
|
|
while(appmsg=(struct AppMessage *)GetMsg(appport))
|
|
{
|
|
GetAttr(WINDOW_UserData,(struct Window *)appmsg->am_ID,(ULONG *)&gwin);
|
|
|
|
if(appmsg->am_Type == AMTYPE_APPWINDOW)
|
|
{
|
|
GetAttr(SPACE_AreaBox,gwin->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
|
|
GetAttr(SCROLLER_Top,gwin->objects[OID_HSCROLL],(ULONG *)&xs);
|
|
x = (appmsg->am_MouseX) - (bbox->Left) +xs;
|
|
|
|
GetAttr(SCROLLER_Top,gwin->objects[OID_VSCROLL],(ULONG *)&ys);
|
|
y = appmsg->am_MouseY - bbox->Top + ys;
|
|
|
|
width=bbox->Width;
|
|
height=bbox->Height;
|
|
|
|
if(appwinargs = appmsg->am_ArgList)
|
|
{
|
|
if(filename = AllocVec(1024,MEMF_PRIVATE | MEMF_CLEAR))
|
|
{
|
|
if(appwinargs->wa_Lock)
|
|
{
|
|
NameFromLock(appwinargs->wa_Lock,filename,1024);
|
|
}
|
|
|
|
AddPart(filename,appwinargs->wa_Name,1024);
|
|
|
|
if((!gwin->bw->current_content || gwin->bw->current_content->type != CONTENT_HTML) || (!((x>=xs) && (y>=ys) && (x<width+xs) && (y<height+ys))))
|
|
{
|
|
urlfilename = path_to_url(filename);
|
|
browser_window_go(gwin->bw,urlfilename,NULL,true);
|
|
free(urlfilename);
|
|
}
|
|
else
|
|
{
|
|
content = gwin->bw->current_content;
|
|
box = content->data.html.layout;
|
|
while ((box = box_at_point(box, x, y, &box_x, &box_y, &content)))
|
|
{
|
|
if (box->style && box->style->visibility == CSS_VISIBILITY_HIDDEN) continue;
|
|
|
|
if (box->gadget)
|
|
{
|
|
switch (box->gadget->type)
|
|
{
|
|
case GADGET_FILE:
|
|
file_box = box;
|
|
break;
|
|
|
|
case GADGET_TEXTBOX:
|
|
case GADGET_TEXTAREA:
|
|
case GADGET_PASSWORD:
|
|
text_box = box;
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
if(!file_box && !text_box)
|
|
return;
|
|
|
|
if(file_box)
|
|
{
|
|
utf8_convert_ret ret;
|
|
char *utf8_fn;
|
|
|
|
if(utf8_from_local_encoding(filename,0,&utf8_fn) != UTF8_CONVERT_OK)
|
|
{
|
|
warn_user("NoMemory","");
|
|
return;
|
|
}
|
|
|
|
free(file_box->gadget->value);
|
|
file_box->gadget->value = utf8_fn;
|
|
|
|
box_coords(file_box, (int *)&x, (int *)&y);
|
|
gui_window_redraw(gwin->bw->window,x,y,
|
|
x + file_box->width,
|
|
y + file_box->height);
|
|
}
|
|
else
|
|
{
|
|
browser_window_mouse_click(gwin->bw, BROWSER_MOUSE_PRESS_1, x,y);
|
|
/* This bit pastes a plain text file into a form. Really we should be using
|
|
Datatypes for this to support more formats */
|
|
|
|
if(fh = FOpen(filename,MODE_OLDFILE,0))
|
|
{
|
|
while(len = FRead(fh,filename,1,1024))
|
|
{
|
|
if(utf8_from_local_encoding(filename,len,&utf8text) == UTF8_CONVERT_OK)
|
|
{
|
|
browser_window_paste_text(gwin->bw,utf8text,strlen(utf8text),true);
|
|
free(utf8text);
|
|
}
|
|
}
|
|
FClose(fh);
|
|
}
|
|
}
|
|
|
|
}
|
|
FreeVec(filename);
|
|
}
|
|
}
|
|
}
|
|
ReplyMsg((struct Message *)appmsg);
|
|
|
|
if(gwin->redraw_required)
|
|
ami_do_redraw(gwin);
|
|
}
|
|
}
|
|
|
|
void ami_get_msg(void)
|
|
{
|
|
ULONG winsignal = 1L << sport->mp_SigBit;
|
|
ULONG appsig = 1L << appport->mp_SigBit;
|
|
ULONG schedulesig = 1L << msgport->mp_SigBit;
|
|
ULONG signalmask = winsignal | appsig | schedulesig | rxsig;
|
|
ULONG signal;
|
|
struct Message *timermsg = NULL;
|
|
|
|
signal = Wait(signalmask);
|
|
|
|
if(signal & winsignal)
|
|
{
|
|
ami_handle_msg();
|
|
}
|
|
else if(signal & appsig)
|
|
{
|
|
ami_handle_appmsg();
|
|
}
|
|
else if(signal & rxsig)
|
|
{
|
|
ami_arexx_handle();
|
|
}
|
|
else if(signal & schedulesig)
|
|
{
|
|
while(GetMsg(msgport))
|
|
schedule_run();
|
|
}
|
|
}
|
|
|
|
void gui_multitask(void)
|
|
{
|
|
/* This seems a bit topsy-turvy to me, but in this function, NetSurf is doing
|
|
stuff and we need to poll for user events */
|
|
|
|
ami_handle_msg();
|
|
ami_handle_appmsg();
|
|
ami_arexx_handle();
|
|
}
|
|
|
|
void gui_poll(bool active)
|
|
{
|
|
/* However, down here we are waiting for the user to do something or for a
|
|
scheduled event to kick in (scheduled events are signalled using
|
|
timer.device, but NetSurf seems to still be wanting to run code. We ask
|
|
Intuition to send IDCMP_INTUITICKS messages every 1/10s to our active
|
|
window to break us out of ami_get_msg to stop NetSurf stalling (the active
|
|
variable seems to have no real bearing on reality, but is supposed to
|
|
indicate that NetSurf wants control back ASAP, so we poll in that case).
|
|
|
|
schedule_run checks every event, really they need to be sorted so only
|
|
the first event needs to be run on each signal. */
|
|
|
|
if(active)
|
|
{
|
|
gui_multitask();
|
|
schedule_run();
|
|
}
|
|
else
|
|
{
|
|
ami_get_msg();
|
|
schedule_run(); // run on intuitick
|
|
}
|
|
}
|
|
|
|
void ami_switch_tab(struct gui_window_2 *gwin,bool redraw)
|
|
{
|
|
struct Node *tabnode;
|
|
|
|
if(gwin->tabs == 0) return;
|
|
|
|
gui_window_get_scroll(gwin->bw->window,&gwin->bw->window->scrollx,&gwin->bw->window->scrolly);
|
|
|
|
GetAttr(CLICKTAB_CurrentNode,gwin->gadgets[GID_TABS],(ULONG *)&tabnode);
|
|
GetClickTabNodeAttrs(tabnode,
|
|
TNA_UserData,&gwin->bw,
|
|
TAG_DONE);
|
|
curbw = gwin->bw;
|
|
|
|
ami_update_buttons(gwin);
|
|
|
|
if(redraw)
|
|
{
|
|
struct IBox *bbox;
|
|
GetAttr(SPACE_AreaBox,gwin->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
p96RectFill(gwin->win->RPort,bbox->Left,bbox->Top,bbox->Width+bbox->Left,bbox->Height+bbox->Top,0xffffffff);
|
|
|
|
browser_window_update(gwin->bw,false);
|
|
|
|
gui_window_set_scroll(gwin->bw->window,gwin->bw->window->scrollx,gwin->bw->window->scrolly);
|
|
gwin->redraw_scroll = false;
|
|
|
|
if(gwin->bw->current_content)
|
|
browser_window_refresh_url_bar(gwin->bw,gwin->bw->current_content->url,
|
|
gwin->bw->frag_id);
|
|
}
|
|
}
|
|
|
|
void ami_quit_netsurf(void)
|
|
{
|
|
struct nsObject *node;
|
|
struct nsObject *nnode;
|
|
struct gui_window_2 *gwin;
|
|
|
|
node = (struct nsObject *)GetHead((struct List *)window_list);
|
|
|
|
do
|
|
{
|
|
nnode=(struct nsObject *)GetSucc((struct Node *)node);
|
|
gwin = node->objstruct;
|
|
|
|
switch(node->Type)
|
|
{
|
|
case AMINS_TVWINDOW:
|
|
ami_tree_close((struct treeview_window *)gwin);
|
|
break;
|
|
|
|
case AMINS_WINDOW:
|
|
ami_close_all_tabs(gwin);
|
|
break;
|
|
}
|
|
|
|
node = nnode;
|
|
} while(node = nnode);
|
|
|
|
if(IsMinListEmpty(window_list))
|
|
{
|
|
/* last window closed, so exit */
|
|
netsurf_quit = true;
|
|
}
|
|
}
|
|
|
|
void gui_quit(void)
|
|
{
|
|
int i;
|
|
|
|
p96FreeBitMap(throbber);
|
|
|
|
urldb_save(option_url_file);
|
|
urldb_save_cookies(option_cookie_file);
|
|
options_save_tree(hotlist,option_hotlist_file,messages_get("TreeHotlist"));
|
|
void ami_global_history_save();
|
|
|
|
ami_cookies_free();
|
|
ami_global_history_free();
|
|
|
|
hubbub_finalise(myrealloc,NULL);
|
|
|
|
ami_arexx_cleanup();
|
|
|
|
if(!option_direct_render) ami_free_layers(&glob.rp);
|
|
DisposeLayerInfo(glob.layerinfo);
|
|
p96FreeBitMap(glob.bm);
|
|
FreeVec(glob.tmprasbuf);
|
|
FreeVec(glob.areabuf);
|
|
|
|
ami_close_fonts();
|
|
|
|
if(!locked_screen) /* set if we are using somebody else's screen */
|
|
{
|
|
while(!CloseScreen(scrn));
|
|
}
|
|
else
|
|
{
|
|
/* have a go at closing the public screen, apparently this is OK to do */
|
|
CloseScreen(scrn);
|
|
}
|
|
|
|
FreeVec(nsscreentitle);
|
|
|
|
if(option_context_menu) ami_context_menu_free();
|
|
ami_free_menulabs();
|
|
|
|
for(i=0;i<=AMI_LASTPOINTER;i++)
|
|
{
|
|
if(mouseptrbm[i])
|
|
{
|
|
FreeRaster(mouseptrbm[i]->Planes[0],16,16);
|
|
FreeRaster(mouseptrbm[i]->Planes[1],16,16);
|
|
FreeVec(mouseptrbm[i]);
|
|
}
|
|
}
|
|
|
|
ami_clipboard_free();
|
|
|
|
FreeSysObject(ASOT_PORT,appport);
|
|
FreeSysObject(ASOT_PORT,sport);
|
|
|
|
FreeAslRequest(filereq);
|
|
FreeAslRequest(savereq);
|
|
|
|
ami_openurl_close();
|
|
|
|
if(IPopupMenu) DropInterface((struct Interface *)IPopupMenu);
|
|
if(PopupMenuBase) CloseLibrary(PopupMenuBase);
|
|
|
|
if(IKeymap) DropInterface((struct Interface *)IKeymap);
|
|
if(KeymapBase) CloseLibrary(KeymapBase);
|
|
|
|
if(ITimer)
|
|
{
|
|
DropInterface((struct Interface *)ITimer);
|
|
}
|
|
|
|
CloseDevice((struct IORequest *) tioreq);
|
|
FreeSysObject(ASOT_IOREQUEST,tioreq);
|
|
FreeSysObject(ASOT_PORT,msgport);
|
|
|
|
FreeObjList(schedule_list);
|
|
FreeObjList(window_list);
|
|
}
|
|
|
|
void ami_update_buttons(struct gui_window_2 *gwin)
|
|
{
|
|
BOOL back=FALSE,forward=TRUE,tabclose=FALSE,stop=FALSE,reload=FALSE;
|
|
|
|
if(gwin->bw->browser_window_type != BROWSER_WINDOW_NORMAL)
|
|
return;
|
|
|
|
if(!browser_window_back_available(gwin->bw))
|
|
back=TRUE;
|
|
|
|
if(browser_window_forward_available(gwin->bw))
|
|
forward=FALSE;
|
|
|
|
if(!browser_window_stop_available(gwin->bw))
|
|
stop=TRUE;
|
|
|
|
if(!browser_window_reload_available(gwin->bw))
|
|
reload=TRUE;
|
|
|
|
if(gwin->tabs <= 1)
|
|
{
|
|
tabclose=TRUE;
|
|
OffMenu(gwin->win,AMI_MENU_CLOSETAB);
|
|
}
|
|
else
|
|
{
|
|
OnMenu(gwin->win,AMI_MENU_CLOSETAB);
|
|
}
|
|
|
|
RefreshSetGadgetAttrs(gwin->gadgets[GID_BACK],gwin->win,NULL,
|
|
GA_Disabled,back,
|
|
TAG_DONE);
|
|
|
|
RefreshSetGadgetAttrs(gwin->gadgets[GID_FORWARD],gwin->win,NULL,
|
|
GA_Disabled,forward,
|
|
TAG_DONE);
|
|
|
|
RefreshSetGadgetAttrs(gwin->gadgets[GID_RELOAD],gwin->win,NULL,
|
|
GA_Disabled,reload,
|
|
TAG_DONE);
|
|
|
|
RefreshSetGadgetAttrs(gwin->gadgets[GID_STOP],gwin->win,NULL,
|
|
GA_Disabled,stop,
|
|
TAG_DONE);
|
|
|
|
if(gwin->tabs)
|
|
{
|
|
RefreshSetGadgetAttrs(gwin->gadgets[GID_CLOSETAB],gwin->win,NULL,
|
|
GA_Disabled,tabclose,
|
|
TAG_DONE);
|
|
}
|
|
}
|
|
|
|
void ami_get_theme_filename(char *filename,char *themestring)
|
|
{
|
|
if(messages_get(themestring)[0] == '*') strncpy(filename,messages_get(themestring)+1,100);
|
|
else
|
|
{
|
|
strcpy(filename,option_theme);
|
|
AddPart(filename,messages_get(themestring),100);
|
|
}
|
|
}
|
|
|
|
struct gui_window *gui_create_browser_window(struct browser_window *bw,
|
|
struct browser_window *clone, bool new_tab)
|
|
{
|
|
struct NewMenu *menu;
|
|
struct gui_window *gwin = NULL;
|
|
bool closegadg=TRUE;
|
|
struct Node *node;
|
|
ULONG curx=option_window_x,cury=option_window_y,curw=option_window_width,curh=option_window_height;
|
|
char nav_west[100],nav_west_s[100],nav_west_g[100];
|
|
char nav_east[100],nav_east_s[100],nav_east_g[100];
|
|
char stop[100],stop_s[100],stop_g[100];
|
|
char reload[100],reload_s[100],reload_g[100];
|
|
char home[100],home_s[100],home_g[100];
|
|
char closetab[100],closetab_s[100],closetab_g[100];
|
|
|
|
if((bw->browser_window_type == BROWSER_WINDOW_IFRAME) && option_no_iframes) return NULL;
|
|
|
|
if(option_kiosk_mode) new_tab = false;
|
|
bw->scale = 1.0;
|
|
|
|
if(clone)
|
|
{
|
|
if(clone->window)
|
|
{
|
|
curx=clone->window->shared->win->LeftEdge;
|
|
cury=clone->window->shared->win->TopEdge;
|
|
curw=clone->window->shared->win->Width;
|
|
curh=clone->window->shared->win->Height;
|
|
}
|
|
}
|
|
|
|
gwin = AllocVec(sizeof(struct gui_window),MEMF_PRIVATE | MEMF_CLEAR);
|
|
|
|
if(!gwin)
|
|
{
|
|
warn_user("NoMemory","");
|
|
return NULL;
|
|
}
|
|
|
|
NewList(&gwin->dllist);
|
|
|
|
/*
|
|
if(bw->browser_window_type == BROWSER_WINDOW_IFRAME)
|
|
{
|
|
gwin->shared = bw->parent->window->shared;
|
|
gwin->bw = bw;
|
|
return gwin;
|
|
}
|
|
*/
|
|
|
|
if(new_tab && clone && (bw->browser_window_type == BROWSER_WINDOW_NORMAL))
|
|
{
|
|
gwin->shared = clone->window->shared;
|
|
gwin->tab = gwin->shared->next_tab;
|
|
|
|
SetGadgetAttrs(gwin->shared->gadgets[GID_TABS],gwin->shared->win,NULL,
|
|
CLICKTAB_Labels,~0,
|
|
TAG_DONE);
|
|
|
|
gwin->tab_node = AllocClickTabNode(TNA_Text,messages_get("NetSurf"),
|
|
TNA_Number,gwin->tab,
|
|
TNA_UserData,bw,
|
|
TAG_DONE);
|
|
|
|
AddTail(&gwin->shared->tab_list,gwin->tab_node);
|
|
|
|
RefreshSetGadgetAttrs(gwin->shared->gadgets[GID_TABS],gwin->shared->win,NULL,
|
|
CLICKTAB_Labels,&gwin->shared->tab_list,
|
|
TAG_DONE);
|
|
|
|
if(option_new_tab_active)
|
|
{
|
|
RefreshSetGadgetAttrs(gwin->shared->gadgets[GID_TABS],gwin->shared->win,NULL,
|
|
CLICKTAB_Current,gwin->tab,
|
|
TAG_DONE);
|
|
}
|
|
|
|
RethinkLayout(gwin->shared->gadgets[GID_TABLAYOUT],gwin->shared->win,NULL,TRUE);
|
|
|
|
gwin->shared->tabs++;
|
|
gwin->shared->next_tab++;
|
|
|
|
if(option_new_tab_active) ami_switch_tab(gwin->shared,false);
|
|
|
|
ami_update_buttons(gwin->shared);
|
|
|
|
return gwin;
|
|
}
|
|
|
|
gwin->shared = AllocVec(sizeof(struct gui_window_2),MEMF_PRIVATE | MEMF_CLEAR);
|
|
|
|
if(!gwin->shared)
|
|
{
|
|
warn_user("NoMemory","");
|
|
return NULL;
|
|
}
|
|
|
|
gwin->shared->scrollerhook.h_Entry = (void *)ami_scroller_hook;
|
|
gwin->shared->scrollerhook.h_Data = gwin->shared;
|
|
|
|
switch(bw->browser_window_type)
|
|
{
|
|
case BROWSER_WINDOW_IFRAME:
|
|
case BROWSER_WINDOW_FRAMESET:
|
|
case BROWSER_WINDOW_FRAME:
|
|
|
|
gwin->tab = 0;
|
|
gwin->shared->tabs = 0;
|
|
gwin->tab_node = NULL;
|
|
|
|
gwin->shared->objects[OID_MAIN] = WindowObject,
|
|
WA_ScreenTitle,nsscreentitle,
|
|
// WA_Title, messages_get("NetSurf"),
|
|
WA_Activate, FALSE,
|
|
WA_DepthGadget, TRUE,
|
|
WA_DragBar, TRUE,
|
|
WA_CloseGadget, FALSE,
|
|
WA_Top,cury,
|
|
WA_Left,curx,
|
|
WA_Width,curw,
|
|
WA_Height,curh,
|
|
WA_SizeGadget, TRUE,
|
|
WA_CustomScreen,scrn,
|
|
WA_ReportMouse,TRUE,
|
|
WA_SmartRefresh,TRUE,
|
|
WA_IDCMP,IDCMP_MENUPICK | IDCMP_MOUSEMOVE | IDCMP_MOUSEBUTTONS |
|
|
IDCMP_NEWSIZE | IDCMP_RAWKEY | IDCMP_GADGETUP |
|
|
IDCMP_IDCMPUPDATE | IDCMP_INTUITICKS | IDCMP_EXTENDEDMOUSE,
|
|
// WINDOW_IconifyGadget, TRUE,
|
|
// WINDOW_NewMenu,menu,
|
|
WINDOW_HorizProp,1,
|
|
WINDOW_VertProp,1,
|
|
WINDOW_IDCMPHook,&gwin->shared->scrollerhook,
|
|
WINDOW_IDCMPHookBits,IDCMP_IDCMPUPDATE,
|
|
WINDOW_AppPort, appport,
|
|
WINDOW_AppWindow,TRUE,
|
|
WINDOW_BuiltInScroll,TRUE,
|
|
WINDOW_SharedPort,sport,
|
|
WINDOW_UserData,gwin->shared,
|
|
// WINDOW_Position, WPOS_CENTERSCREEN,
|
|
// WINDOW_CharSet,106,
|
|
WINDOW_ParentGroup, gwin->shared->gadgets[GID_MAIN] = VGroupObject,
|
|
// LAYOUT_CharSet,106,
|
|
LAYOUT_SpaceOuter, TRUE,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_BROWSER] = SpaceObject,
|
|
GA_ID,GID_BROWSER,
|
|
SPACE_Transparent,TRUE,
|
|
/*
|
|
GA_RelVerify,TRUE,
|
|
GA_Immediate,TRUE,
|
|
GA_FollowMouse,TRUE,
|
|
*/
|
|
SpaceEnd,
|
|
EndGroup,
|
|
EndWindow;
|
|
|
|
break;
|
|
case BROWSER_WINDOW_NORMAL:
|
|
if(!option_kiosk_mode)
|
|
{
|
|
menu = ami_create_menu(bw->browser_window_type);
|
|
|
|
NewList(&gwin->shared->tab_list);
|
|
gwin->tab_node = AllocClickTabNode(TNA_Text,messages_get("NetSurf"),
|
|
TNA_Number,0,
|
|
TNA_UserData,bw,
|
|
TAG_DONE);
|
|
AddTail(&gwin->shared->tab_list,gwin->tab_node);
|
|
|
|
gwin->shared->tabs=1;
|
|
gwin->shared->next_tab=1;
|
|
|
|
ami_get_theme_filename(nav_west,"theme_nav_west");
|
|
ami_get_theme_filename(nav_west_s,"theme_nav_west_s");
|
|
ami_get_theme_filename(nav_west_g,"theme_nav_west_g");
|
|
ami_get_theme_filename(nav_east,"theme_nav_east");
|
|
ami_get_theme_filename(nav_east_s,"theme_nav_east_s");
|
|
ami_get_theme_filename(nav_east_g,"theme_nav_east_g");
|
|
ami_get_theme_filename(stop,"theme_stop");
|
|
ami_get_theme_filename(stop_s,"theme_stop_s");
|
|
ami_get_theme_filename(stop_g,"theme_stop_g");
|
|
ami_get_theme_filename(reload,"theme_reload");
|
|
ami_get_theme_filename(reload_s,"theme_reload_s");
|
|
ami_get_theme_filename(reload_g,"theme_reload_g");
|
|
ami_get_theme_filename(home,"theme_home");
|
|
ami_get_theme_filename(home_s,"theme_home_s");
|
|
ami_get_theme_filename(home_g,"theme_home_g");
|
|
ami_get_theme_filename(closetab,"theme_closetab");
|
|
ami_get_theme_filename(closetab_s,"theme_closetab_s");
|
|
ami_get_theme_filename(closetab_g,"theme_closetab_g");
|
|
|
|
gwin->shared->objects[OID_MAIN] = WindowObject,
|
|
WA_ScreenTitle,nsscreentitle,
|
|
// WA_Title, messages_get("NetSurf"),
|
|
WA_Activate, TRUE,
|
|
WA_DepthGadget, TRUE,
|
|
WA_DragBar, TRUE,
|
|
WA_CloseGadget, TRUE,
|
|
WA_SizeGadget, TRUE,
|
|
WA_Top,cury,
|
|
WA_Left,curx,
|
|
WA_Width,curw,
|
|
WA_Height,curh,
|
|
WA_CustomScreen,scrn,
|
|
WA_ReportMouse,TRUE,
|
|
WA_SmartRefresh,TRUE,
|
|
WA_IDCMP,IDCMP_MENUPICK | IDCMP_MOUSEMOVE |
|
|
IDCMP_MOUSEBUTTONS | IDCMP_NEWSIZE |
|
|
IDCMP_RAWKEY |
|
|
IDCMP_GADGETUP | IDCMP_IDCMPUPDATE |
|
|
IDCMP_INTUITICKS | IDCMP_ACTIVEWINDOW |
|
|
IDCMP_EXTENDEDMOUSE,
|
|
// WINDOW_IconifyGadget, TRUE,
|
|
WINDOW_NewMenu,menu,
|
|
WINDOW_HorizProp,1,
|
|
WINDOW_VertProp,1,
|
|
WINDOW_IDCMPHook,&gwin->shared->scrollerhook,
|
|
WINDOW_IDCMPHookBits,IDCMP_IDCMPUPDATE | IDCMP_EXTENDEDMOUSE,
|
|
WINDOW_AppPort, appport,
|
|
WINDOW_AppWindow,TRUE,
|
|
WINDOW_SharedPort,sport,
|
|
WINDOW_BuiltInScroll,TRUE,
|
|
WINDOW_UserData,gwin->shared,
|
|
// WINDOW_Position, WPOS_CENTERSCREEN,
|
|
// WINDOW_CharSet,106,
|
|
WINDOW_ParentGroup, gwin->shared->gadgets[GID_MAIN] = VGroupObject,
|
|
// LAYOUT_CharSet,106,
|
|
LAYOUT_SpaceOuter, TRUE,
|
|
LAYOUT_AddChild, HGroupObject,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_BACK] = ButtonObject,
|
|
GA_ID,GID_BACK,
|
|
GA_RelVerify,TRUE,
|
|
GA_Disabled,TRUE,
|
|
BUTTON_Transparent,TRUE,
|
|
BUTTON_RenderImage,BitMapObject,
|
|
BITMAP_SourceFile,nav_west,
|
|
BITMAP_SelectSourceFile,nav_west_s,
|
|
BITMAP_DisabledSourceFile,nav_west_g,
|
|
BITMAP_Screen,scrn,
|
|
BITMAP_Masking,TRUE,
|
|
BitMapEnd,
|
|
ButtonEnd,
|
|
CHILD_WeightedWidth,0,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_FORWARD] = ButtonObject,
|
|
GA_ID,GID_FORWARD,
|
|
GA_RelVerify,TRUE,
|
|
GA_Disabled,TRUE,
|
|
BUTTON_Transparent,TRUE,
|
|
BUTTON_RenderImage,BitMapObject,
|
|
BITMAP_SourceFile,nav_east,
|
|
BITMAP_SelectSourceFile,nav_east_s,
|
|
BITMAP_DisabledSourceFile,nav_east_g,
|
|
BITMAP_Screen,scrn,
|
|
BITMAP_Masking,TRUE,
|
|
BitMapEnd,
|
|
ButtonEnd,
|
|
CHILD_WeightedWidth,0,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_STOP] = ButtonObject,
|
|
GA_ID,GID_STOP,
|
|
GA_RelVerify,TRUE,
|
|
BUTTON_Transparent,TRUE,
|
|
BUTTON_RenderImage,BitMapObject,
|
|
BITMAP_SourceFile,stop,
|
|
BITMAP_SelectSourceFile,stop_s,
|
|
BITMAP_DisabledSourceFile,stop_g,
|
|
BITMAP_Screen,scrn,
|
|
BITMAP_Masking,TRUE,
|
|
BitMapEnd,
|
|
ButtonEnd,
|
|
CHILD_WeightedWidth,0,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_RELOAD] = ButtonObject,
|
|
GA_ID,GID_RELOAD,
|
|
GA_RelVerify,TRUE,
|
|
BUTTON_Transparent,TRUE,
|
|
BUTTON_RenderImage,BitMapObject,
|
|
BITMAP_SourceFile,reload,
|
|
BITMAP_SelectSourceFile,reload_s,
|
|
BITMAP_DisabledSourceFile,reload_g,
|
|
BITMAP_Screen,scrn,
|
|
BITMAP_Masking,TRUE,
|
|
BitMapEnd,
|
|
ButtonEnd,
|
|
CHILD_WeightedWidth,0,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_HOME] = ButtonObject,
|
|
GA_ID,GID_HOME,
|
|
GA_RelVerify,TRUE,
|
|
BUTTON_Transparent,TRUE,
|
|
BUTTON_RenderImage,BitMapObject,
|
|
BITMAP_SourceFile,home,
|
|
BITMAP_SelectSourceFile,home_s,
|
|
BITMAP_DisabledSourceFile,home_g,
|
|
BITMAP_Screen,scrn,
|
|
BITMAP_Masking,TRUE,
|
|
BitMapEnd,
|
|
ButtonEnd,
|
|
CHILD_WeightedWidth,0,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_URL] = StringObject,
|
|
GA_ID,GID_URL,
|
|
GA_RelVerify,TRUE,
|
|
StringEnd,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_THROBBER] = SpaceObject,
|
|
GA_ID,GID_THROBBER,
|
|
SPACE_MinWidth,throbber_width,
|
|
SPACE_MinHeight,throbber_height,
|
|
SPACE_Transparent,TRUE,
|
|
SpaceEnd,
|
|
CHILD_WeightedWidth,0,
|
|
CHILD_WeightedHeight,0,
|
|
LayoutEnd,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_TABLAYOUT] = HGroupObject,
|
|
LAYOUT_SpaceInner,FALSE,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_CLOSETAB] = ButtonObject,
|
|
GA_ID,GID_CLOSETAB,
|
|
GA_RelVerify,TRUE,
|
|
BUTTON_Transparent,TRUE,
|
|
BUTTON_RenderImage,BitMapObject,
|
|
BITMAP_SourceFile,closetab,
|
|
BITMAP_SelectSourceFile,closetab_s,
|
|
BITMAP_DisabledSourceFile,closetab_g,
|
|
BITMAP_Screen,scrn,
|
|
BITMAP_Masking,TRUE,
|
|
BitMapEnd,
|
|
ButtonEnd,
|
|
CHILD_WeightedWidth,0,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_TABS] = ClickTabObject,
|
|
GA_ID,GID_TABS,
|
|
GA_RelVerify,TRUE,
|
|
GA_Underscore,13, // disable kb shortcuts
|
|
CLICKTAB_Labels,&gwin->shared->tab_list,
|
|
CLICKTAB_LabelTruncate,TRUE,
|
|
ClickTabEnd,
|
|
CHILD_CacheDomain,FALSE,
|
|
LayoutEnd,
|
|
CHILD_WeightedHeight,0,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_BROWSER] = SpaceObject,
|
|
GA_ID,GID_BROWSER,
|
|
SPACE_Transparent,TRUE,
|
|
SpaceEnd,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_STATUS] = StringObject,
|
|
GA_ID,GID_STATUS,
|
|
GA_ReadOnly,TRUE,
|
|
StringEnd,
|
|
CHILD_WeightedHeight,0,
|
|
EndGroup,
|
|
EndWindow;
|
|
}
|
|
else
|
|
{
|
|
/* borderless kiosk mode window */
|
|
gwin->tab = 0;
|
|
gwin->shared->tabs = 0;
|
|
gwin->tab_node = NULL;
|
|
|
|
gwin->shared->objects[OID_MAIN] = WindowObject,
|
|
WA_ScreenTitle,nsscreentitle,
|
|
WA_Activate, TRUE,
|
|
WA_DepthGadget, FALSE,
|
|
WA_DragBar, FALSE,
|
|
WA_CloseGadget, FALSE,
|
|
WA_Borderless,TRUE,
|
|
WA_RMBTrap,TRUE,
|
|
WA_Top,0,
|
|
WA_Left,0,
|
|
WA_Width,option_window_width,
|
|
WA_Height,option_window_height,
|
|
WA_SizeGadget, FALSE,
|
|
WA_CustomScreen,scrn,
|
|
WA_ReportMouse,TRUE,
|
|
WA_IDCMP,IDCMP_MENUPICK | IDCMP_MOUSEMOVE |
|
|
IDCMP_MOUSEBUTTONS | IDCMP_NEWSIZE |
|
|
IDCMP_RAWKEY |
|
|
IDCMP_GADGETUP | IDCMP_IDCMPUPDATE |
|
|
IDCMP_INTUITICKS | IDCMP_EXTENDEDMOUSE,
|
|
WINDOW_HorizProp,1,
|
|
WINDOW_VertProp,1,
|
|
WINDOW_IDCMPHook,&gwin->shared->scrollerhook,
|
|
WINDOW_IDCMPHookBits,IDCMP_IDCMPUPDATE | IDCMP_EXTENDEDMOUSE,
|
|
WINDOW_AppPort, appport,
|
|
WINDOW_AppWindow,TRUE,
|
|
WINDOW_SharedPort,sport,
|
|
WINDOW_UserData,gwin->shared,
|
|
WINDOW_BuiltInScroll,TRUE,
|
|
WINDOW_ParentGroup, gwin->shared->gadgets[GID_MAIN] = VGroupObject,
|
|
LAYOUT_SpaceOuter, TRUE,
|
|
LAYOUT_AddChild, gwin->shared->gadgets[GID_BROWSER] = SpaceObject,
|
|
GA_ID,GID_BROWSER,
|
|
SPACE_Transparent,TRUE,
|
|
SpaceEnd,
|
|
EndGroup,
|
|
EndWindow;
|
|
}
|
|
break;
|
|
}
|
|
|
|
gwin->shared->win = (struct Window *)RA_OpenWindow(gwin->shared->objects[OID_MAIN]);
|
|
|
|
if(!gwin->shared->win)
|
|
{
|
|
warn_user("NoMemory","");
|
|
FreeVec(gwin->shared);
|
|
FreeVec(gwin);
|
|
return NULL;
|
|
}
|
|
|
|
gwin->shared->bw = bw;
|
|
|
|
if(option_direct_render) ami_init_layers(gwin->shared->win->RPort);
|
|
|
|
//currp = &glob.rp; // WINDOW.CLASS: &gwin->rp; //gwin->win->RPort;
|
|
|
|
// GetRPAttrs(&gwin->rp,RPTAG_Font,&origrpfont,TAG_DONE);
|
|
|
|
// ami_tte_setdefaults(&gwin->rp,gwin->win);
|
|
|
|
GetAttr(WINDOW_HorizObject,gwin->shared->objects[OID_MAIN],(ULONG *)&gwin->shared->objects[OID_HSCROLL]);
|
|
GetAttr(WINDOW_VertObject,gwin->shared->objects[OID_MAIN],(ULONG *)&gwin->shared->objects[OID_VSCROLL]);
|
|
|
|
|
|
RefreshSetGadgetAttrs((APTR)gwin->shared->objects[OID_VSCROLL],gwin->shared->win,NULL,
|
|
GA_ID,OID_VSCROLL,
|
|
ICA_TARGET,ICTARGET_IDCMP,
|
|
TAG_DONE);
|
|
|
|
RefreshSetGadgetAttrs((APTR)gwin->shared->objects[OID_HSCROLL],gwin->shared->win,NULL,
|
|
GA_ID,OID_HSCROLL,
|
|
ICA_TARGET,ICTARGET_IDCMP,
|
|
TAG_DONE);
|
|
|
|
curbw = bw;
|
|
|
|
gwin->shared->node = AddObject(window_list,AMINS_WINDOW);
|
|
gwin->shared->node->objstruct = gwin->shared;
|
|
|
|
return gwin;
|
|
}
|
|
|
|
void ami_close_all_tabs(struct gui_window_2 *gwin)
|
|
{
|
|
struct Node *tab;
|
|
struct Node *ntab;
|
|
|
|
if(gwin->tabs)
|
|
{
|
|
tab = GetHead(&gwin->tab_list);
|
|
|
|
do
|
|
{
|
|
ntab=GetSucc(tab);
|
|
GetClickTabNodeAttrs(tab,
|
|
TNA_UserData,&gwin->bw,
|
|
TAG_DONE);
|
|
browser_window_destroy(gwin->bw);
|
|
} while(tab=ntab);
|
|
}
|
|
else
|
|
{
|
|
browser_window_destroy(gwin->bw);
|
|
}
|
|
}
|
|
|
|
void gui_window_destroy(struct gui_window *g)
|
|
{
|
|
struct Node *ptab;
|
|
ULONG ptabnum;
|
|
|
|
if(!g) return;
|
|
|
|
if(g->shared->searchwin && (g->shared->searchwin->gwin == g))
|
|
{
|
|
ami_search_close();
|
|
win_destroyed = true;
|
|
}
|
|
|
|
if(g->hw)
|
|
{
|
|
ami_history_close(g->hw);
|
|
win_destroyed = true;
|
|
}
|
|
|
|
ami_free_download_list(&g->dllist);
|
|
|
|
if(g->shared->tabs > 1)
|
|
{
|
|
SetGadgetAttrs(g->shared->gadgets[GID_TABS],g->shared->win,NULL,
|
|
CLICKTAB_Labels,~0,
|
|
TAG_DONE);
|
|
|
|
ptab = GetSucc(g->tab_node);
|
|
if(!ptab) ptab = GetPred(g->tab_node);
|
|
|
|
GetClickTabNodeAttrs(ptab,TNA_Number,(ULONG *)&ptabnum,TAG_DONE);
|
|
Remove(g->tab_node);
|
|
FreeClickTabNode(g->tab_node);
|
|
RefreshSetGadgetAttrs(g->shared->gadgets[GID_TABS],g->shared->win,NULL,
|
|
CLICKTAB_Labels,&g->shared->tab_list,
|
|
CLICKTAB_Current,ptabnum,
|
|
TAG_DONE);
|
|
RethinkLayout(g->shared->gadgets[GID_TABLAYOUT],g->shared->win,NULL,TRUE);
|
|
|
|
g->shared->tabs--;
|
|
ami_switch_tab(g->shared,true);
|
|
FreeVec(g);
|
|
return;
|
|
}
|
|
|
|
curbw = NULL;
|
|
|
|
if(option_direct_render) ami_free_layers(g->shared->win->RPort);
|
|
DisposeObject(g->shared->objects[OID_MAIN]);
|
|
DelObject(g->shared->node);
|
|
if(g->tab_node)
|
|
{
|
|
Remove(g->tab_node);
|
|
FreeClickTabNode(g->tab_node);
|
|
}
|
|
FreeVec(g); // g->shared should be freed by DelObject()
|
|
|
|
if(IsMinListEmpty(window_list))
|
|
{
|
|
/* last window closed, so exit */
|
|
netsurf_quit = true;
|
|
}
|
|
|
|
win_destroyed = true;
|
|
}
|
|
|
|
void gui_window_set_title(struct gui_window *g, const char *title)
|
|
{
|
|
struct Node *node;
|
|
ULONG cur_tab = 0;
|
|
STRPTR newtitle = NULL;
|
|
|
|
if(!g) return;
|
|
|
|
if(g->tab_node)
|
|
{
|
|
node = g->tab_node;
|
|
|
|
SetGadgetAttrs(g->shared->gadgets[GID_TABS],g->shared->win,NULL,
|
|
CLICKTAB_Labels,~0,
|
|
TAG_DONE);
|
|
newtitle = ami_utf8_easy((char *)title);
|
|
SetClickTabNodeAttrs(node,TNA_Text,newtitle,TAG_DONE);
|
|
if(newtitle) ami_utf8_free(newtitle);
|
|
RefreshSetGadgetAttrs(g->shared->gadgets[GID_TABS],g->shared->win,NULL,
|
|
CLICKTAB_Labels,&g->shared->tab_list,
|
|
TAG_DONE);
|
|
RethinkLayout(g->shared->gadgets[GID_TABLAYOUT],g->shared->win,NULL,TRUE);
|
|
|
|
GetAttr(CLICKTAB_Current,g->shared->gadgets[GID_TABS],(ULONG *)&cur_tab);
|
|
}
|
|
|
|
if((cur_tab == g->tab) || (g->shared->tabs == 0))
|
|
{
|
|
if(g->shared->win->Title) ami_utf8_free(g->shared->win->Title);
|
|
SetWindowTitles(g->shared->win,ami_utf8_easy((char *)title),nsscreentitle);
|
|
}
|
|
}
|
|
|
|
void ami_clearclipreg(struct RastPort *rp)
|
|
{
|
|
struct Region *reg = NULL;
|
|
|
|
reg = InstallClipRegion(rp->Layer,NULL);
|
|
if(reg) DisposeRegion(reg);
|
|
|
|
glob.rect.MinX = 0;
|
|
glob.rect.MinY = 0;
|
|
glob.rect.MaxX = scrn->Width-1;
|
|
glob.rect.MaxY = scrn->Height-1;
|
|
}
|
|
|
|
/**
|
|
* Redraw an area of the browser window - Amiga-specific function
|
|
*
|
|
* \param g a struct gui_window
|
|
* \param c a struct content
|
|
* \param x0 top-left co-ordinate (in document co-ordinates)
|
|
* \param y0 top-left co-ordinate (in document co-ordinates)
|
|
* \param x1 bottom-right co-ordinate (in document co-ordinates)
|
|
* \param y1 bottom-right co-ordinate (in document co-ordinates)
|
|
* \param sx horizontal scroller position
|
|
* \param sy vertical scroller position
|
|
*/
|
|
|
|
void ami_do_redraw_limits(struct gui_window *g, struct content *c,int x0, int y0, int x1, int y1, ULONG sx, ULONG sy)
|
|
{
|
|
ULONG xoffset,yoffset,width=800,height=600;
|
|
ULONG htemp,vtemp;
|
|
struct IBox *bbox;
|
|
ULONG cur_tab = 0;
|
|
|
|
if(!g) return;
|
|
|
|
if(g->tab_node) GetAttr(CLICKTAB_Current,g->shared->gadgets[GID_TABS],(ULONG *)&cur_tab);
|
|
|
|
if(!((cur_tab == g->tab) || (g->shared->tabs == 0)))
|
|
{
|
|
return;
|
|
}
|
|
|
|
GetAttr(SPACE_AreaBox,g->shared->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
|
|
if(!c) return;
|
|
if (c->locked) return;
|
|
|
|
current_redraw_browser = g->shared->bw;
|
|
|
|
width=bbox->Width;
|
|
height=bbox->Height;
|
|
xoffset=bbox->Left;
|
|
yoffset=bbox->Top;
|
|
|
|
plot=amiplot;
|
|
|
|
if((y1<sy) || (y0>sy+height)) return;
|
|
if((x1<sx) || (x0>sx+width)) return;
|
|
|
|
if((x0-(int)sx)<0) x0 = sx;
|
|
if((y0-(int)sy)<0) y0 = sy;
|
|
|
|
if((x1-x0)+(xoffset+x0-sx)>(width)) x1 = (width-(x0-sx)+x0);
|
|
if((y1-y0)+(yoffset+y0-sy)>(height)) y1 = (height-(y0-sy)+y0);
|
|
|
|
content_redraw(c,
|
|
-sx,-sy,width-sx,height-sy,
|
|
floorf((x0 *
|
|
g->shared->bw->scale)-sx),
|
|
ceilf((y0 *
|
|
g->shared->bw->scale)-sy),
|
|
(x1 *
|
|
g->shared->bw->scale)-sx,
|
|
(y1 *
|
|
g->shared->bw->scale)-sy,
|
|
g->shared->bw->scale,
|
|
0xFFFFFF);
|
|
|
|
current_redraw_browser = NULL;
|
|
|
|
ami_clearclipreg(currp);
|
|
|
|
if(!option_direct_render)
|
|
BltBitMapRastPort(glob.bm,x0-sx,y0-sy,g->shared->win->RPort,
|
|
xoffset+x0-sx,yoffset+y0-sy,x1-x0,y1-y0,0x0C0);
|
|
}
|
|
|
|
void gui_window_redraw(struct gui_window *g, int x0, int y0, int x1, int y1)
|
|
{
|
|
ULONG sx,sy;
|
|
struct content *c;
|
|
c = g->shared->bw->current_content;
|
|
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_HSCROLL],(ULONG *)&sx);
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_VSCROLL],(ULONG *)&sy);
|
|
|
|
ami_do_redraw_limits(g,c,x0,y0,x1,y1,sx,sy);
|
|
}
|
|
|
|
void gui_window_redraw_window(struct gui_window *g)
|
|
{
|
|
ULONG cur_tab = 0;
|
|
|
|
if(!g) return;
|
|
|
|
if(g->tab_node) GetAttr(CLICKTAB_Current,g->shared->gadgets[GID_TABS],(ULONG *)&cur_tab);
|
|
|
|
if((cur_tab == g->tab) || (g->shared->tabs == 0))
|
|
g->shared->redraw_required = true;
|
|
}
|
|
|
|
void gui_window_update_box(struct gui_window *g,
|
|
const union content_msg_data *data)
|
|
{
|
|
ULONG sx,sy;
|
|
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_HSCROLL],(ULONG *)&sx);
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_VSCROLL],(ULONG *)&sy);
|
|
|
|
ami_do_redraw_limits(g,g->shared->bw->current_content,
|
|
data->redraw.x,data->redraw.y,
|
|
data->redraw.width+data->redraw.x,
|
|
data->redraw.height+data->redraw.y,
|
|
sx,sy);
|
|
}
|
|
|
|
void ami_do_redraw(struct gui_window_2 *g)
|
|
{
|
|
struct Region *reg = NULL;
|
|
struct Rectangle rect;
|
|
struct content *c;
|
|
ULONG hcurrent,vcurrent,xoffset,yoffset,width=800,height=600,x0=0,y0=0;
|
|
struct IBox *bbox;
|
|
ULONG oldh=g->oldh,oldv=g->oldv;
|
|
bool morescroll = false;
|
|
|
|
GetAttr(SPACE_AreaBox,g->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
GetAttr(SCROLLER_Top,g->objects[OID_HSCROLL],(ULONG *)&hcurrent);
|
|
GetAttr(SCROLLER_Top,g->objects[OID_VSCROLL],(ULONG *)&vcurrent);
|
|
|
|
// DebugPrintF("DOING REDRAW\n");
|
|
|
|
c = g->bw->current_content;
|
|
|
|
if(!c) return;
|
|
if (c->locked) return;
|
|
|
|
current_redraw_browser = g->bw;
|
|
// currp = &glob.rp;
|
|
|
|
width=bbox->Width;
|
|
height=bbox->Height;
|
|
xoffset=bbox->Left;
|
|
yoffset=bbox->Top;
|
|
plot = amiplot;
|
|
|
|
if(g->bw->reformat_pending)
|
|
{
|
|
browser_window_reformat(g->bw,width,height);
|
|
g->bw->reformat_pending = false;
|
|
g->redraw_scroll = false;
|
|
}
|
|
|
|
if(g->redraw_scroll)
|
|
{
|
|
if((abs(vcurrent-oldv) > height) || (abs(hcurrent-oldh) > width))
|
|
g->redraw_scroll = false;
|
|
|
|
if(g->new_content) g->redraw_scroll = false;
|
|
}
|
|
|
|
// if (c->type == CONTENT_HTML) scale = 1;
|
|
|
|
if(g->redraw_scroll && c->type == CONTENT_HTML)
|
|
{
|
|
ScrollWindowRaster(g->win,hcurrent-oldh,vcurrent-oldv,
|
|
xoffset,yoffset,xoffset+width,yoffset+height);
|
|
|
|
if(vcurrent>oldv)
|
|
{
|
|
ami_do_redraw_limits(g->bw->window,c,hcurrent,height+oldv,
|
|
hcurrent+width,vcurrent+height,hcurrent,vcurrent);
|
|
}
|
|
else if(vcurrent<oldv)
|
|
{
|
|
ami_do_redraw_limits(g->bw->window,c,hcurrent,vcurrent,
|
|
hcurrent+width,oldv,hcurrent,vcurrent);
|
|
}
|
|
|
|
if(hcurrent>oldh)
|
|
{
|
|
ami_do_redraw_limits(g->bw->window,c,width+oldh,vcurrent,
|
|
hcurrent+width,vcurrent+height,hcurrent,vcurrent);
|
|
}
|
|
else if(hcurrent<oldh)
|
|
{
|
|
ami_do_redraw_limits(g->bw->window,c,hcurrent,vcurrent,
|
|
oldh,vcurrent+height,hcurrent,vcurrent);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
ami_clg(0xffffff);
|
|
|
|
if(c->type == CONTENT_HTML)
|
|
{
|
|
content_redraw(c, -hcurrent /* * g->bw->scale */,
|
|
-vcurrent /* * g->bw->scale */,
|
|
width-hcurrent /* * g->bw->scale */,
|
|
height-vcurrent /* * g->bw->scale */,
|
|
0,0,width /* * g->bw->scale */,
|
|
height /* * g->bw->scale */,
|
|
g->bw->scale,0xFFFFFF);
|
|
}
|
|
else
|
|
{
|
|
content_redraw(c, -hcurrent /* * g->bw->scale */,
|
|
-vcurrent /* * g->bw->scale */,
|
|
width-hcurrent /* * g->bw->scale */,
|
|
height-vcurrent /* * g->bw->scale */,
|
|
0,0,c->width /* * g->bw->scale */,
|
|
c->height /* * g->bw->scale */,
|
|
g->bw->scale,0xFFFFFF);
|
|
}
|
|
|
|
ami_clearclipreg(currp);
|
|
|
|
if(!option_direct_render)
|
|
{
|
|
Forbid();
|
|
GetAttr(SPACE_AreaBox,g->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
|
|
BltBitMapRastPort(glob.bm,0,0,g->win->RPort,bbox->Left,bbox->Top,
|
|
bbox->Width,bbox->Height,0x0C0);
|
|
Permit();
|
|
}
|
|
}
|
|
|
|
current_redraw_browser = NULL;
|
|
|
|
ami_update_buttons(g);
|
|
|
|
g->oldh = hcurrent;
|
|
g->oldv = vcurrent;
|
|
|
|
g->redraw_scroll = false;
|
|
g->redraw_required = false;
|
|
g->new_content = false;
|
|
}
|
|
|
|
bool gui_window_get_scroll(struct gui_window *g, int *sx, int *sy)
|
|
{
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_HSCROLL],(ULONG *)sx);
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_VSCROLL],(ULONG *)sy);
|
|
}
|
|
|
|
void gui_window_set_scroll(struct gui_window *g, int sx, int sy)
|
|
{
|
|
ULONG cur_tab = 0;
|
|
|
|
if(!g) return;
|
|
if(sx<0) sx=0;
|
|
if(sy<0) sy=0;
|
|
if(!g->shared->bw || !g->shared->bw->current_content) return;
|
|
if(sx > g->shared->bw->current_content->width) sx = g->shared->bw->current_content->width;
|
|
if(sy > g->shared->bw->current_content->height) sy = g->shared->bw->current_content->height;
|
|
|
|
if(g->tab_node) GetAttr(CLICKTAB_Current,g->shared->gadgets[GID_TABS],(ULONG *)&cur_tab);
|
|
|
|
if((cur_tab == g->tab) || (g->shared->tabs == 0))
|
|
{
|
|
RefreshSetGadgetAttrs((APTR)g->shared->objects[OID_VSCROLL],g->shared->win,NULL,
|
|
SCROLLER_Top,sy,
|
|
TAG_DONE);
|
|
|
|
RefreshSetGadgetAttrs((APTR)g->shared->objects[OID_HSCROLL],g->shared->win,NULL,
|
|
SCROLLER_Top,sx,
|
|
TAG_DONE);
|
|
|
|
g->shared->redraw_required = true;
|
|
|
|
if(option_faster_scroll) g->shared->redraw_scroll = true;
|
|
else g->shared->redraw_scroll = false;
|
|
|
|
|
|
g->scrollx = sx;
|
|
g->scrolly = sy;
|
|
|
|
// history_set_current_scroll(g->shared->bw->history,g->scrollx,g->scrolly);
|
|
}
|
|
// g->shared->new_content = false;
|
|
}
|
|
|
|
void gui_window_scroll_visible(struct gui_window *g, int x0, int y0,
|
|
int x1, int y1)
|
|
{
|
|
gui_window_set_scroll(g, x0, y0);
|
|
}
|
|
|
|
void gui_window_position_frame(struct gui_window *g, int x0, int y0,
|
|
int x1, int y1)
|
|
{
|
|
if(!g) return;
|
|
|
|
ChangeWindowBox(g->shared->win,x0,y0,x1-x0,y1-y0);
|
|
}
|
|
|
|
void gui_window_get_dimensions(struct gui_window *g, int *width, int *height,
|
|
bool scaled)
|
|
{
|
|
struct IBox *bbox;
|
|
if(!g) return;
|
|
|
|
GetAttr(SPACE_AreaBox,g->shared->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
|
|
*width = bbox->Width;
|
|
*height = bbox->Height;
|
|
|
|
if(scaled)
|
|
{
|
|
*width /= g->shared->bw->scale;
|
|
*height /= g->shared->bw->scale;
|
|
}
|
|
}
|
|
|
|
void gui_window_update_extent(struct gui_window *g)
|
|
{
|
|
struct IBox *bbox;
|
|
ULONG cur_tab = 0;
|
|
|
|
if(!g) return;
|
|
if(!g->shared->bw->current_content) return;
|
|
|
|
if(g->tab_node) GetAttr(CLICKTAB_Current,g->shared->gadgets[GID_TABS],(ULONG *)&cur_tab);
|
|
|
|
if((cur_tab == g->tab) || (g->shared->tabs == 0))
|
|
{
|
|
GetAttr(SPACE_AreaBox,g->shared->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
|
|
/*
|
|
printf("upd ext %ld,%ld\n",g->bw->current_content->width, // * g->bw->scale,
|
|
g->bw->current_content->height); // * g->bw->scale);
|
|
*/
|
|
|
|
RefreshSetGadgetAttrs((APTR)g->shared->objects[OID_VSCROLL],g->shared->win,NULL,
|
|
SCROLLER_Total,g->shared->bw->current_content->height,
|
|
SCROLLER_Visible,bbox->Height,
|
|
TAG_DONE);
|
|
|
|
RefreshSetGadgetAttrs((APTR)g->shared->objects[OID_HSCROLL],g->shared->win,NULL,
|
|
SCROLLER_Total,g->shared->bw->current_content->width,
|
|
SCROLLER_Visible,bbox->Width,
|
|
TAG_DONE);
|
|
}
|
|
g->shared->new_content = true;
|
|
}
|
|
|
|
void gui_window_set_status(struct gui_window *g, const char *text)
|
|
{
|
|
ULONG cur_tab = 0;
|
|
|
|
if(!g) return;
|
|
|
|
if(g->tab_node) GetAttr(CLICKTAB_Current,g->shared->gadgets[GID_TABS],(ULONG *)&cur_tab);
|
|
|
|
if((cur_tab == g->tab) || (g->shared->tabs == 0))
|
|
{
|
|
RefreshSetGadgetAttrs(g->shared->gadgets[GID_STATUS],g->shared->win,NULL,STRINGA_TextVal,text,TAG_DONE);
|
|
}
|
|
}
|
|
|
|
void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape)
|
|
{
|
|
if(shape == GUI_POINTER_DEFAULT && g->shared->bw->throbbing) shape = GUI_POINTER_PROGRESS;
|
|
|
|
ami_update_pointer(g->shared->win,shape);
|
|
}
|
|
|
|
void ami_update_pointer(struct Window *win, gui_pointer_shape shape)
|
|
{
|
|
if(mouseptrcurrent == shape) return;
|
|
if(drag_save) return;
|
|
|
|
if(option_use_os_pointers)
|
|
{
|
|
switch(shape)
|
|
{
|
|
case GUI_POINTER_DEFAULT:
|
|
SetWindowPointer(win,TAG_DONE);
|
|
break;
|
|
|
|
case GUI_POINTER_WAIT:
|
|
SetWindowPointer(win,
|
|
WA_BusyPointer,TRUE,
|
|
WA_PointerDelay,TRUE,
|
|
TAG_DONE);
|
|
break;
|
|
|
|
default:
|
|
if(mouseptrobj[shape])
|
|
{
|
|
SetWindowPointer(win,WA_Pointer,mouseptrobj[shape],TAG_DONE);
|
|
}
|
|
else
|
|
{
|
|
SetWindowPointer(win,TAG_DONE);
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if(mouseptrobj[shape])
|
|
{
|
|
SetWindowPointer(win,WA_Pointer,mouseptrobj[shape],TAG_DONE);
|
|
}
|
|
else
|
|
{
|
|
if(shape == GUI_POINTER_WAIT)
|
|
{
|
|
SetWindowPointer(win,
|
|
WA_BusyPointer,TRUE,
|
|
WA_PointerDelay,TRUE,
|
|
TAG_DONE);
|
|
}
|
|
else
|
|
{
|
|
SetWindowPointer(win,TAG_DONE);
|
|
}
|
|
}
|
|
}
|
|
|
|
mouseptrcurrent = shape;
|
|
}
|
|
|
|
void gui_window_hide_pointer(struct gui_window *g)
|
|
{
|
|
if(mouseptrcurrent != AMI_GUI_POINTER_BLANK)
|
|
{
|
|
SetWindowPointer(g->shared->win,WA_Pointer,mouseptrobj[AMI_GUI_POINTER_BLANK],TAG_DONE);
|
|
mouseptrcurrent = AMI_GUI_POINTER_BLANK;
|
|
}
|
|
}
|
|
|
|
void ami_init_mouse_pointers(void)
|
|
{
|
|
int i;
|
|
struct RastPort mouseptr;
|
|
struct DiskObject *dobj;
|
|
uint32 format = IDFMT_BITMAPPED;
|
|
int32 mousexpt=0,mouseypt=0;
|
|
|
|
InitRastPort(&mouseptr);
|
|
|
|
for(i=0;i<=AMI_LASTPOINTER;i++)
|
|
{
|
|
BPTR ptrfile = 0;
|
|
mouseptrbm[i] = NULL;
|
|
mouseptrobj[i] = NULL;
|
|
char ptrfname[1024];
|
|
|
|
if(option_truecolour_mouse_pointers)
|
|
{
|
|
ami_get_theme_filename(ptrfname,ptrs32[i]);
|
|
if(dobj = GetIconTags(ptrfname,ICONGETA_UseFriendBitMap,TRUE,TAG_DONE))
|
|
{
|
|
if(IconControl(dobj, ICONCTRLA_GetImageDataFormat, &format, TAG_DONE))
|
|
{
|
|
if(IDFMT_DIRECTMAPPED == format)
|
|
{
|
|
int32 width = 0, height = 0;
|
|
uint8* data = 0;
|
|
IconControl(dobj,
|
|
ICONCTRLA_GetWidth, &width,
|
|
ICONCTRLA_GetHeight, &height,
|
|
ICONCTRLA_GetImageData1, &data,
|
|
TAG_DONE);
|
|
|
|
if (width > 0 && width <= 64 && height > 0 && height <= 64 && data)
|
|
{
|
|
STRPTR tooltype;
|
|
|
|
if(tooltype = FindToolType(dobj->do_ToolTypes, "XOFFSET"))
|
|
mousexpt = atoi(tooltype);
|
|
|
|
if(tooltype = FindToolType(dobj->do_ToolTypes, "YOFFSET"))
|
|
mouseypt = atoi(tooltype);
|
|
|
|
if (mousexpt < 0 || mousexpt >= width)
|
|
mousexpt = 0;
|
|
if (mouseypt < 0 || mouseypt >= height)
|
|
mouseypt = 0;
|
|
|
|
static uint8 dummyPlane[64 * 64 / 8];
|
|
static struct BitMap dummyBitMap = { 64 / 8, 64, 0, 2, 0, { dummyPlane, dummyPlane, 0, 0, 0, 0, 0, 0 }, };
|
|
|
|
mouseptrobj[i] = NewObject(NULL, POINTERCLASS,
|
|
POINTERA_BitMap, &dummyBitMap,
|
|
POINTERA_XOffset, -mousexpt,
|
|
POINTERA_YOffset, -mouseypt,
|
|
POINTERA_WordWidth, (width + 15) / 16,
|
|
POINTERA_XResolution, POINTERXRESN_SCREENRES,
|
|
POINTERA_YResolution, POINTERYRESN_SCREENRESASPECT,
|
|
POINTERA_ImageData, data,
|
|
POINTERA_Width, width,
|
|
POINTERA_Height, height,
|
|
TAG_DONE);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
if(!mouseptrobj[i])
|
|
{
|
|
ami_get_theme_filename(ptrfname,ptrs[i]);
|
|
if(ptrfile = Open(ptrfname,MODE_OLDFILE))
|
|
{
|
|
int mx,my;
|
|
UBYTE *pprefsbuf = AllocVec(1061,MEMF_PRIVATE | MEMF_CLEAR);
|
|
Read(ptrfile,pprefsbuf,1061);
|
|
|
|
mouseptrbm[i]=AllocVec(sizeof(struct BitMap),MEMF_PRIVATE | MEMF_CLEAR);
|
|
InitBitMap(mouseptrbm[i],2,32,32);
|
|
mouseptrbm[i]->Planes[0] = AllocRaster(32,32);
|
|
mouseptrbm[i]->Planes[1] = AllocRaster(32,32);
|
|
mouseptr.BitMap = mouseptrbm[i];
|
|
|
|
for(my=0;my<32;my++)
|
|
{
|
|
for(mx=0;mx<32;mx++)
|
|
{
|
|
SetAPen(&mouseptr,pprefsbuf[(my*(33))+mx]-'0');
|
|
WritePixel(&mouseptr,mx,my);
|
|
}
|
|
}
|
|
|
|
mousexpt = ((pprefsbuf[1056]-'0')*10)+(pprefsbuf[1057]-'0');
|
|
mouseypt = ((pprefsbuf[1059]-'0')*10)+(pprefsbuf[1060]-'0');
|
|
|
|
mouseptrobj[i] = NewObject(NULL,"pointerclass",
|
|
POINTERA_BitMap,mouseptrbm[i],
|
|
POINTERA_WordWidth,2,
|
|
POINTERA_XOffset,-mousexpt,
|
|
POINTERA_YOffset,-mouseypt,
|
|
POINTERA_XResolution,POINTERXRESN_SCREENRES,
|
|
POINTERA_YResolution,POINTERYRESN_SCREENRESASPECT,
|
|
TAG_DONE);
|
|
|
|
FreeVec(pprefsbuf);
|
|
Close(ptrfile);
|
|
}
|
|
|
|
}
|
|
|
|
} // for
|
|
}
|
|
|
|
void gui_window_set_url(struct gui_window *g, const char *url)
|
|
{
|
|
ULONG cur_tab = 0;
|
|
|
|
if(!g) return;
|
|
if(!url) return;
|
|
|
|
if(g->tab_node) GetAttr(CLICKTAB_Current,g->shared->gadgets[GID_TABS],(ULONG *)&cur_tab);
|
|
|
|
if((cur_tab == g->tab) || (g->shared->tabs == 0))
|
|
{
|
|
RefreshSetGadgetAttrs(g->shared->gadgets[GID_URL],g->shared->win,NULL,STRINGA_TextVal,url,TAG_DONE);
|
|
}
|
|
}
|
|
|
|
void gui_window_start_throbber(struct gui_window *g)
|
|
{
|
|
struct IBox *bbox;
|
|
GetAttr(SPACE_AreaBox,g->shared->gadgets[GID_THROBBER],(ULONG *)&bbox);
|
|
|
|
g->shared->throbber_frame=1;
|
|
|
|
BltBitMapRastPort(throbber,throbber_width,0,g->shared->win->RPort,bbox->Left,bbox->Top,throbber_width,throbber_height,0x0C0);
|
|
}
|
|
|
|
void gui_window_stop_throbber(struct gui_window *g)
|
|
{
|
|
struct IBox *bbox;
|
|
GetAttr(SPACE_AreaBox,g->shared->gadgets[GID_THROBBER],(ULONG *)&bbox);
|
|
|
|
BltBitMapRastPort(throbber,0,0,g->shared->win->RPort,bbox->Left,bbox->Top,throbber_width,throbber_height,0x0C0);
|
|
|
|
g->shared->throbber_frame = 0;
|
|
}
|
|
|
|
void ami_update_throbber(struct gui_window_2 *g,bool redraw)
|
|
{
|
|
struct IBox *bbox;
|
|
|
|
if(!g->gadgets[GID_THROBBER]) return;
|
|
|
|
if(!redraw)
|
|
{
|
|
if(g->throbber_update_count < throbber_update_interval)
|
|
{
|
|
g->throbber_update_count++;
|
|
return;
|
|
}
|
|
|
|
g->throbber_update_count = 0;
|
|
|
|
g->throbber_frame++;
|
|
if(g->throbber_frame > (throbber_frames-1))
|
|
g->throbber_frame=1;
|
|
|
|
}
|
|
|
|
GetAttr(SPACE_AreaBox,g->gadgets[GID_THROBBER],(ULONG *)&bbox);
|
|
|
|
/*
|
|
EraseRect(g->win->RPort,bbox->Left,bbox->Top,
|
|
bbox->Left+throbber_width,bbox->Top+throbber_height);
|
|
*/
|
|
|
|
BltBitMapTags(BLITA_SrcX,throbber_width*g->throbber_frame,
|
|
BLITA_SrcY,0,
|
|
BLITA_DestX,bbox->Left,
|
|
BLITA_DestY,bbox->Top,
|
|
BLITA_Width,throbber_width,
|
|
BLITA_Height,throbber_height,
|
|
BLITA_Source,throbber,
|
|
BLITA_Dest,g->win->RPort,
|
|
BLITA_SrcType,BLITT_BITMAP,
|
|
BLITA_DestType,BLITT_RASTPORT,
|
|
// BLITA_UseSrcAlpha,TRUE,
|
|
TAG_DONE);
|
|
}
|
|
|
|
void gui_window_place_caret(struct gui_window *g, int x, int y, int height)
|
|
{
|
|
struct IBox *bbox;
|
|
ULONG xs,ys;
|
|
|
|
if(!g) return;
|
|
|
|
gui_window_remove_caret(g);
|
|
|
|
GetAttr(SPACE_AreaBox,g->shared->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_HSCROLL],&xs);
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_VSCROLL],&ys);
|
|
|
|
SetAPen(g->shared->win->RPort,3);
|
|
|
|
if((y-ys+height) > (bbox->Height)) height = bbox->Height-y+ys;
|
|
|
|
if(((x-xs) <= 0) || ((x-xs+2) >= (bbox->Width)) || ((y-ys) <= 0) || ((y-ys) >= (bbox->Height))) return;
|
|
|
|
SetDrMd(g->shared->win->RPort,COMPLEMENT);
|
|
|
|
RectFill(g->shared->win->RPort,x+bbox->Left-xs,y+bbox->Top-ys,x+bbox->Left+2-xs,y+bbox->Top+height-ys);
|
|
|
|
SetDrMd(g->shared->win->RPort,JAM1);
|
|
|
|
g->c_x = x;
|
|
g->c_y = y;
|
|
g->c_h = height;
|
|
}
|
|
|
|
void gui_window_remove_caret(struct gui_window *g)
|
|
{
|
|
struct IBox *bbox;
|
|
int xs,ys;
|
|
|
|
if(!g) return;
|
|
if(option_direct_render) return;
|
|
|
|
|
|
GetAttr(SPACE_AreaBox,g->shared->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_HSCROLL],(ULONG *)&xs);
|
|
GetAttr(SCROLLER_Top,g->shared->objects[OID_VSCROLL],(ULONG *)&ys);
|
|
|
|
BltBitMapRastPort(glob.bm,g->c_x-xs,g->c_y-ys,g->shared->win->RPort,bbox->Left+g->c_x-xs,bbox->Top+g->c_y-ys,2+1,g->c_h+1,0x0C0);
|
|
|
|
g->c_h = 0;
|
|
}
|
|
|
|
void gui_window_new_content(struct gui_window *g)
|
|
{
|
|
struct content *c;
|
|
|
|
if(g && g->shared && g->shared->bw && g->shared->bw->current_content)
|
|
c = g->shared->bw->current_content;
|
|
else return;
|
|
|
|
ami_clearclipreg(currp);
|
|
g->shared->new_content = true;
|
|
g->scrollx = 0;
|
|
g->scrolly = 0;
|
|
g->shared->oldh = 0;
|
|
g->shared->oldv = 0;
|
|
|
|
if(g->shared->bw->browser_window_type != BROWSER_WINDOW_NORMAL)
|
|
return;
|
|
|
|
if(c->type <= CONTENT_CSS)
|
|
{
|
|
OnMenu(g->shared->win,AMI_MENU_SAVEAS_TEXT);
|
|
OnMenu(g->shared->win,AMI_MENU_SAVEAS_COMPLETE);
|
|
OnMenu(g->shared->win,AMI_MENU_SAVEAS_PDF);
|
|
OnMenu(g->shared->win,AMI_MENU_COPY);
|
|
OnMenu(g->shared->win,AMI_MENU_PASTE);
|
|
OnMenu(g->shared->win,AMI_MENU_SELECTALL);
|
|
OnMenu(g->shared->win,AMI_MENU_CLEAR);
|
|
OnMenu(g->shared->win,AMI_MENU_FIND);
|
|
OffMenu(g->shared->win,AMI_MENU_SAVEAS_IFF);
|
|
}
|
|
else
|
|
{
|
|
OffMenu(g->shared->win,AMI_MENU_SAVEAS_TEXT);
|
|
OffMenu(g->shared->win,AMI_MENU_SAVEAS_COMPLETE);
|
|
OffMenu(g->shared->win,AMI_MENU_SAVEAS_PDF);
|
|
OffMenu(g->shared->win,AMI_MENU_PASTE);
|
|
OffMenu(g->shared->win,AMI_MENU_SELECTALL);
|
|
OffMenu(g->shared->win,AMI_MENU_CLEAR);
|
|
OffMenu(g->shared->win,AMI_MENU_FIND);
|
|
|
|
#ifdef WITH_NS_SVG
|
|
if(c->bitmap || c->type == CONTENT_SVG)
|
|
#else
|
|
if(c->bitmap)
|
|
#endif
|
|
{
|
|
OnMenu(g->shared->win,AMI_MENU_COPY);
|
|
OnMenu(g->shared->win,AMI_MENU_SAVEAS_IFF);
|
|
}
|
|
else
|
|
{
|
|
OffMenu(g->shared->win,AMI_MENU_COPY);
|
|
OffMenu(g->shared->win,AMI_MENU_SAVEAS_IFF);
|
|
}
|
|
}
|
|
}
|
|
|
|
bool gui_window_scroll_start(struct gui_window *g)
|
|
{
|
|
return true;
|
|
}
|
|
|
|
bool gui_window_box_scroll_start(struct gui_window *g,
|
|
int x0, int y0, int x1, int y1)
|
|
{
|
|
DebugPrintF("box scroll start\n");
|
|
return true;
|
|
}
|
|
|
|
bool gui_window_frame_resize_start(struct gui_window *g)
|
|
{
|
|
DebugPrintF("resize frame\n");
|
|
return true;
|
|
}
|
|
|
|
void gui_window_set_scale(struct gui_window *g, float scale)
|
|
{
|
|
printf("set scale\n");
|
|
}
|
|
|
|
void gui_create_form_select_menu(struct browser_window *bw,
|
|
struct form_control *control)
|
|
{
|
|
struct gui_window *gwin = bw->window;
|
|
struct form_option *opt = control->data.select.items;
|
|
ULONG i = 0;
|
|
|
|
if(gwin->shared->objects[OID_MENU]) DisposeObject(gwin->shared->objects[OID_MENU]);
|
|
|
|
gwin->shared->popuphook.h_Entry = ami_popup_hook;
|
|
gwin->shared->popuphook.h_Data = gwin;
|
|
|
|
gwin->shared->control = control;
|
|
|
|
gwin->shared->objects[OID_MENU] = PMMENU(ami_utf8_easy(control->name)),
|
|
PMA_MenuHandler, &gwin->shared->popuphook,End;
|
|
|
|
while(opt)
|
|
{
|
|
IDoMethod(gwin->shared->objects[OID_MENU],PM_INSERT,NewObject( POPUPMENU_GetItemClass(), NULL, PMIA_Title, (ULONG)ami_utf8_easy(opt->text),PMIA_ID,i,PMIA_CheckIt,TRUE,PMIA_Checked,opt->selected,TAG_DONE),~0);
|
|
|
|
opt = opt->next;
|
|
i++;
|
|
}
|
|
|
|
gui_window_set_pointer(gwin,GUI_POINTER_DEFAULT); // Clear the menu-style pointer
|
|
|
|
IDoMethod(gwin->shared->objects[OID_MENU],PM_OPEN,gwin->shared->win);
|
|
|
|
}
|
|
|
|
void ami_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg)
|
|
{
|
|
ULONG gid,x,y;
|
|
struct gui_window_2 *gwin = hook->h_Data;
|
|
struct IntuiWheelData *wheel;
|
|
|
|
gui_window_get_scroll(gwin->bw->window,
|
|
&gwin->bw->window->scrollx,&gwin->bw->window->scrolly);
|
|
|
|
switch(msg->Class)
|
|
{
|
|
case IDCMP_IDCMPUPDATE:
|
|
gid = GetTagData( GA_ID, 0, msg->IAddress );
|
|
|
|
switch( gid )
|
|
{
|
|
case OID_HSCROLL:
|
|
case OID_VSCROLL:
|
|
// history_set_current_scroll(gwin->bw->history,
|
|
// gwin->bw->window->scrollx,gwin->bw->window->scrolly);
|
|
|
|
if(option_faster_scroll)
|
|
gwin->redraw_scroll = true;
|
|
gwin->redraw_required = true;
|
|
break;
|
|
}
|
|
break;
|
|
|
|
case IDCMP_EXTENDEDMOUSE:
|
|
if(msg->Code == IMSGCODE_INTUIWHEELDATA)
|
|
{
|
|
wheel = (struct IntuiWheelData *)msg->IAddress;
|
|
|
|
gui_window_set_scroll(gwin->bw->window,
|
|
gwin->bw->window->scrollx + (wheel->WheelX * 20),
|
|
gwin->bw->window->scrolly + (wheel->WheelY * 20));
|
|
}
|
|
break;
|
|
}
|
|
// ReplyMsg((struct Message *)msg);
|
|
}
|
|
|
|
uint32 ami_popup_hook(struct Hook *hook,Object *item,APTR reserved)
|
|
{
|
|
int32 itemid = 0;
|
|
struct gui_window *gwin = hook->h_Data;
|
|
|
|
if(GetAttr(PMIA_ID, item, &itemid))
|
|
{
|
|
browser_window_form_select(gwin->shared->bw,gwin->shared->control,itemid);
|
|
}
|
|
|
|
return itemid;
|
|
}
|
|
|
|
static void *myrealloc(void *ptr, size_t len, void *pw)
|
|
{
|
|
return realloc(ptr, len);
|
|
}
|