Subversion Repositories Kolibri OS

Rev

Rev 5774 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5774 Rev 5825
Line 66... Line 66...
66
PathShow_data status_text = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, 0, #temp, 0};
66
PathShow_data status_text = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, 0, #temp, 0};
Line 67... Line 67...
67
 
67
 
68
void LinksArray::Hover(dword mx, my, link_col_in, link_col_a, bg_col)
68
void LinksArray::Hover(dword mx, my, link_col_in, link_col_a, bg_col)
69
{
69
{
70
	int i;
70
	int i;
71
	signed int WBY =  -WB1.list.first*WB1.list.line_h - WB1.DrawBuf.zoom;
71
	signed int WBY =  -WB1.list.first*WB1.list.item_h - WB1.DrawBuf.zoom;
72
	for (i=0; i
72
	for (i=0; i
73
	{
73
	{
74
		if (mx>links[i].x) && (my>links[i].y) && (mx
74
		if (mx>links[i].x) && (my>links[i].y) && (mx
75
		{
75
		{
Line 131... Line 131...
131
	{
131
	{
132
		strcpy(#newurl, BrowserHistory.CurrentUrl());
132
		strcpy(#newurl, BrowserHistory.CurrentUrl());
133
	}
133
	}
134
	else
134
	else
135
	{
135
	{
136
		strcpy(#newurl, #history_list[BrowserHistory.current-1].Item); 
136
		strcpy(#newurl, #history_list[BrowserHistory.cur_y-1].Item); 
137
	}
137
	}
Line 138... Line 138...
138
 
138
 
139
	if (ESBYTE[in_URL] == '/') //remove everything after site domain name
139
	if (ESBYTE[in_URL] == '/') //remove everything after site domain name
140
	{
140
	{