Subversion Repositories Kolibri OS

Rev

Rev 3058 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2811 leency 1
//HTML Viewer in C--
2
//Copyright 2007-2012 by Veliant & Leency
3
//Asper, lev, Lrz, Barsuk, Nable.
4
//home icon - rachel fu, GPL licence
5
 
6
#include "..\lib\kolibri.h"
2825 leency 7
#include "..\lib\strings.h"
3058 leency 8
#include "..\lib\figures.h"
2811 leency 9
#include "..\lib\encoding.h"
10
#include "..\lib\file_system.h"
11
#include "..\lib\mem.h"
2818 leency 12
#include "..\lib\dll.h"
3058 leency 13
//библиотеки .obj
2811 leency 14
#include "..\lib\libio_lib.h"
15
#include "..\lib\libimg_lib.h"
16
#include "..\lib\edit_box_lib.h"
2840 leency 17
#include "..\lib\scroll_lib.h"
3005 leency 18
#include "..\lib\truetype.h"
2818 leency 19
//картинки
20
#include "img\toolbar_icons.c"
21
#include "img\URLgoto.txt";
2811 leency 22
 
2818 leency 23
 
2844 leency 24
#define URL param
3005 leency 25
int use_truetype = 0;
2844 leency 26
 
2874 leency 27
char editURL[sizeof(URL)],
2811 leency 28
	page_links[12000],
2840 leency 29
	header[300];
2811 leency 30
 
31
struct lines{
32
	int visible, all, first, column_max;
33
};
34
 
35
int	mouse_dd;
2874 leency 36
edit_box edit1= {250,207,16,0xffffff,0x94AECE,0xffffff,0xffffff,0,sizeof(editURL),#editURL,#mouse_dd,2,19,19};
2811 leency 37
scroll_bar scroll1 = { 18,200,398, 44,18,0,115,15,0,0xeeeeee,0xD2CED0,0x555555,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1}; //details in scroll_lib.h--
38
 
2844 leency 39
 
2811 leency 40
proc_info Form;
2844 leency 41
#define WIN_W 640
42
#define WIN_H 480
43
 
44
 
2811 leency 45
dword stak[100]; //меню ПКМ
46
mouse m;
47
 
48
#include "TWB.h"
49
#include "include\menu_rmb.h"
50
 
3058 leency 51
 
3028 leency 52
void tre()
3020 leency 53
{
54
	char *font_picture;
3028 leency 55
	char text[20];
3020 leency 56
	int width=600;
3028 leency 57
	int height=20;
58
//	char palette[256*4];
3020 leency 59
	int x;
3028 leency 60
 
3058 leency 61
	text_out stdcall ("hello world\0",#fontlol, 17, 0x0, 10, 10);
62
	text_out stdcall ("heyeyey!\0",#fontlol, 27, 0x0, 10, 30);
63
	text_out stdcall ("alarm!\0", #fontlol, 47, 0x00FF0000, 10, 70);
3028 leency 64
	/*
65
	strcpy(#text, "hello world\0");
66
 
67
	debug("get width\n");
68
	get_width stdcall (#text, #fontinfo, height);
3020 leency 69
	width=EAX;
3028 leency 70
	for (x=0;x<20;x++)  {
71
	init_font(#fontinfo);
72
	debug("yaya\n");
3020 leency 73
	font_picture=mem_Alloc(width*height);
3028 leency 74
	text[1]=30+x;
75
	truetype stdcall (#text, #fontinfo, font_picture,  width, height);
3020 leency 76
 
3028 leency 77
	debug("blyad'!\n");
3020 leency 78
 
79
 
3028 leency 80
 
81
	PutPaletteImage(font_picture,width,height,0,20*x,8,#palette);
82
	mem_Free(font_picture); }*/
83
}
3020 leency 84
 
3028 leency 85
char fontlol[64];
86
 
2811 leency 87
void main()
88
{
89
	int btn;
90
	byte key;
91
	int half_scroll_size;
2895 leency 92
	int scroll_used=0;
2811 leency 93
 
94
	mem_Init();
3006 leency 95
	if (load_dll2(libio, #libio_init,1)!=0) debug("Не удалось подключить библиотеку libio"w);
96
	if (load_dll2(libimg, #libimg_init,1)!=0) debug("Не удалось подключить библиотеку libimg"w);
3020 leency 97
	if (load_dll2(boxlib, #edit_box_draw,0)!=0) {RunProgram("@notify", "System Error: library doesn't exists /rd/1/lib/box_lib.obj"); ExitProcess();}
2811 leency 98
	load_dll2(#abox_lib, #boxlib_init,0);
3054 leency 99
	if (load_dll2(libtruetype, #truetype,0)!=0) {debug("Не удалось подключить библиотеку TrueType"w); use_truetype = 2; }
100
	else init_font(#fontlol);
2811 leency 101
 
3059 leency 102
	// if (!URL) strcpy(#URL, "/sys/home.htm");
103
	if (!URL) strcpy(#URL, "/sys/ololo.txt");
2811 leency 104
	strcpy(#editURL, #URL);
105
 
2844 leency 106
	Form.width=WIN_W;
107
	Form.height=WIN_H;
108
 
109
	SetElementSizes();
110
 
2811 leency 111
	WB1.OpenPage();
112
 
113
	SetEventMask(0x27);
114
	loop()
115
	{
116
		WaitEventTimeout(2);
117
		switch(EAX & 0xFF)
118
		{
119
			CASE evMouse:
120
				/*scrollbar_v_mouse (#scroll1);      //конченый скролл притормажимает, идём "своим путём"
121
				if (lines.first <> scroll1.position)
122
				{
123
					lines.first = scroll1.position;
124
					WB1.ParseHTML(buf, filesize);
125
					//break;
126
				};*/
127
 
2825 leency 128
				btn=GetProcessSlot(Form.ID);
129
				IF (btn<>GetActiveProcess()) break; //если окно не активно на события мыши не реагируем
2811 leency 130
 
131
				edit_box_mouse stdcall (#edit1);
132
 
133
				m.get();
134
 
135
				if (m.pkm) && (m.y>WB1.top) && (m.y
136
				{
2840 leency 137
					SwitchToAnotherThread();
2811 leency 138
					CreateThread(#menu_rmb,#stak);
139
				}
140
 
141
				IF (m.vert==65535) //прокрутка колёсиком
142
				{
143
					IF (lines.first==0) break;
144
					IF (lines.first>3) lines.first-=2; ELSE lines.first=1;
145
					WB1.Scan(ID1);
146
					break;
147
				}
148
				IF (m.vert==1)
149
				{
150
					IF(lines.visible+lines.first+3>=lines.all) WB1.Scan(181);
151
					ELSE	{
152
						lines.first+=2;
153
						WB1.Scan(ID2);
154
					}
155
					break;
156
				}
157
 
2895 leency 158
				if (!m.lkm) scroll_used=0;
159
				if (m.x>=WB1.width-14) && (m.x<=WB1.width+6) && (m.y>WB1.top+16)
160
				&& (m.ylines.visible) && (m.lkm)
161
					scroll_used=1;
162
 
163
				if (scroll_used)
2811 leency 164
				{
2895 leency 165
					half_scroll_size = WB1.height - 16 * lines.visible / lines.all - 3 /2;
2818 leency 166
					IF (half_scroll_size+WB1.top>m.y) || (m.y<0) || (m.y>4000) m.y=half_scroll_size+WB1.top; //если курсор над окном
2811 leency 167
					btn=lines.first; //сохраняем старое количество
168
					lines.first = m.y -half_scroll_size -WB1.top * lines.all / WB1.height;
2895 leency 169
					if (lines.visible+lines.first>lines.all) lines.first=lines.all-lines.visible;
170
					if (btn<>lines.first) WB1.ParseHTML(buf); //чтоб лишний раз не перерисовывать
2811 leency 171
				}
172
 
173
				break;
174
			case evButton:
175
				btn=GetButtonID();
176
				IF (btn==1)
177
				{
178
					KillProcess(downloader_id);
179
					ExitProcess();
180
				}
181
				ELSE
182
				{
183
					WB1.Scan(btn);
184
				}
185
				break;
186
			case evKey:
187
				key = GetKey();
188
 
189
				if (edit1.flags == 66) || (edit1.flags == 98) SWITCH(key) //если активна строка адреса игнорируем некоторые кнопки
190
					{ CASE 52: CASE 53: CASE 54: goto _EDIT_MARK; }
191
 
192
				WB1.Scan(key);
193
 
194
				_EDIT_MARK:
195
				IF (key<>0x0d) && (key<>183) && (key<>184) && (key<>173) {EAX=key<<8; edit_box_key stdcall(#edit1);} //адресная строка
196
				break;
197
			case evReDraw:
198
				Draw_Window();
199
				break;
200
			default:
201
				if (downloader_id<>0)
202
				{
203
					if (GetProcessSlot(downloader_id)<>0) break;
204
					downloader_id=0;
205
					lines.first = lines.all = 0;
206
					WB1.ReadHtml(_WIN);
207
					Draw_Window();
208
				}
209
		}
210
	}
211
}
212
 
2844 leency 213
void SetElementSizes()
214
{
215
	edit1.width=Form.width-266;
216
	WB1.top=44;
217
	WB1.width=Form.width-13;
218
	WB1.height=onTop(43,5);
219
	lines.column_max = WB1.width - 30 / 6;
220
	lines.visible = WB1.height - 3 / 10 - 2;
221
}
2811 leency 222
 
2844 leency 223
 
2811 leency 224
void Draw_Window()
225
{
226
	int j;
3058 leency 227
	DefineAndDrawWindow(215,100,WIN_W,WIN_H,0x73,0x00E4DFE1,0,0);
2811 leency 228
 
229
	GetProcessInfo(#Form, SelfInfo);
230
	if (Form.status_window>2) //если свернуто в заголовок, ничего не рисуем
231
	{
232
		DrawTitle(#header);
233
		return;
234
	}
235
	if (Form.height<120) MoveSize(OLD,OLD,OLD,120);
236
	if (Form.width<280) MoveSize(OLD,OLD,280,OLD);
237
 
238
	PutPaletteImage(#toolbar,200,42,0,0,8,#toolbar_pal);
239
	if (GetProcessSlot(downloader_id)<>0) PutImage(#stop_btn,24,24,88,10);
240
 
241
	DrawBar(200,0,onLeft(200,9),43,0xE4DFE1); //закрашиваем фон под тулбаром
242
	DrawBar(0,42,onLeft(5,4),1,0xE2DBDC); //выпуклость
243
	DrawBar(0,43,onLeft(5,4),1,0xD2CED0); //выпуклость
2818 leency 244
	for (j=0; j<5; j++) DefineButton(j*37+11, 7, 29, 29, 300+j+BT_HIDE, 0xE4DFE1);
2811 leency 245
	PutImage(#URLgoto,40,19,onLeft(57,0),14);
246
	DefineButton(onLeft(37,0),15, 18, 16, GOTOURL+BT_HIDE, 0xE4DFE1);
247
	DefineButton(onLeft(56,0),15, 17, 16, SEARCHWEB+BT_HIDE, 0xE4DFE1);
3058 leency 248
	DrawRectangle(205,14,onLeft(58,205),18,0x94AECE); //ободок полосы адреса
249
	DrawRectangle(206,15,onLeft(59,205),16,0xE4ECF3);
2811 leency 250
 
2844 leency 251
	SetElementSizes();
2811 leency 252
	WB1.ShowPage();
3028 leency 253
	//tre();
2818 leency 254
	DefineButton(scroll1.start_x+1, scroll1.start_y+1, 16, 16, ID1+BT_HIDE, 0xE4DFE1);
255
	DefineButton(scroll1.start_x+1, scroll1.start_y+scroll1.size_y-18, 16, 16, ID2+BT_HIDE, 0xE4DFE1);
2811 leency 256
}
257
 
258
int onLeft(dword right,left) {return Form.width-right-left;}
2874 leency 259
int onTop(dword down,up) {return Form.height-GetSkinHeight()-down-up;}
2811 leency 260
 
261
 
262
stop: