Subversion Repositories Kolibri OS

Rev

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

Rev 4488 Rev 4491
Line 23... Line 23...
23
//images
23
//images
24
#include "img\toolbar_icons.c"
24
#include "img\toolbar_icons.c"
25
#include "img\URLgoto.txt";
25
#include "img\URLgoto.txt";
Line 26... Line 26...
26
 
26
 
27
#ifdef LANG_RUS
27
#ifdef LANG_RUS
28
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.61";
28
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.63";
29
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
29
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
30
	?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
30
	?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
31
#else
31
#else
32
	char version[]=" Text-based Browser 0.99.61";
32
	char version[]=" Text-based Browser 0.99.63";
33
	?define IMAGES_CACHE_CLEARED "Images cache cleared"
33
	?define IMAGES_CACHE_CLEARED "Images cache cleared"
34
	?define T_LAST_SLIDE "This slide is the last"
34
	?define T_LAST_SLIDE "This slide is the last"
Line 35... Line 35...
35
#endif
35
#endif
Line 89... Line 89...
89
				if (!CheckActiveProcess(Form.ID)) break;
89
				if (!CheckActiveProcess(Form.ID)) break;
Line 90... Line 90...
90
 
90
 
Line 91... Line 91...
91
				edit_box_mouse stdcall (#address_box);
91
				edit_box_mouse stdcall (#address_box);
-
 
92
 
Line 92... Line 93...
92
 
93
				m.get();
93
				m.get();
94
				PageLinks.Hover(m.x, m.y, link_color_inactive, link_color_active);
94
				
95
				
95
				if (m.y>WB1.list.y) && (m.y
96
				if (m.y>WB1.list.y) && (m.y
Line 236... Line 237...
236
			WB1.ReadHtml(_DOS);
237
			WB1.ReadHtml(_DOS);
237
			WB1.ParseHTML(buf);
238
			WB1.ParseHTML(buf);
238
			return;
239
			return;
Line 239... Line 240...
239
 
240
 
240
		case 002: //free img cache
241
		case 002: //free img cache
241
			ImgCache1.Free();
242
			ImgCache.Free();
242
			notify(IMAGES_CACHE_CLEARED);
243
			notify(IMAGES_CACHE_CLEARED);
243
			WB1.ParseHTML(buf);
244
			WB1.ParseHTML(buf);
Line 244... Line 245...
244
			return;
245
			return;
Line 335... Line 336...
335
 
336
 
336
 
337
 
337
 
338
 
Line 338... Line 339...
338
void ProcessLinks(int id)
339
void ProcessLinks(int id)
339
{
340
{
340
	strcpy(#URL, PageLinks.GetURL(id));
341
	strcpy(#URL, PageLinks.GetURL(id-401));
341
	
342