Subversion Repositories Kolibri OS

Rev

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

Rev 5428 Rev 5435
Line 81... Line 81...
81
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
81
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
82
#endif
82
#endif
Line 83... Line 83...
83
 
83
 
Line 84... Line 84...
84
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
84
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
85
 
85
 
86
#define TITLE "Eolite File Manager v2.46"
86
#define TITLE "Eolite File Manager v2.47"
Line 87... Line 87...
87
#define ABOUT_TITLE "Eolite v2.46"
87
#define ABOUT_TITLE "Eolite v2.47"
88
dword col_padding, col_selec, col_lpanel;
88
dword col_padding, col_selec, col_lpanel;
89
 
89
 
Line 126... Line 126...
126
edit_box edit2 = {250,213,80,0xFFFFCC,0x94AECE,0xFFFFCC,0xffffff,0,248,#file_name,#mouse_dd,64,6,6};
126
edit_box edit2 = {250,213,80,0xFFFFCC,0x94AECE,0xFFFFCC,0xffffff,0,248,#file_name,#mouse_dd,64,6,6};
127
PathShow_data PathShow = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, #path, #temp, 0};
127
PathShow_data PathShow = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, #path, #temp, 0};
128
PathShow_data FileShow = {0, 56,215, 6, 100, 0, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
128
PathShow_data FileShow = {0, 56,215, 6, 100, 0, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
Line 129... Line 129...
129
 
129
 
130
#include "include\copy.h"
130
#include "include\copy.h"
131
#include "include\other.h"
131
#include "include\gui.h"
132
#include "include\sorting.h"
132
#include "include\sorting.h"
133
#include "include\icons.h"
133
#include "include\icons.h"
134
#include "include\left_panel.h"
134
#include "include\left_panel.h"
135
#include "include\history.h"
135
#include "include\history.h"
Line 439... Line 439...
439
			if (action_buf) { menu_action(action_buf); action_buf=0;}
439
			if (action_buf) { menu_action(action_buf); action_buf=0;}
440
	}
440
	}
441
}
441
}
Line -... Line 442...
-
 
442
 
-
 
443
 
-
 
444
inline fastcall signed int _strrchr( ESI,BL)
-
 
445
{
-
 
446
	int jj=0, last=strlen(ESI);
-
 
447
	do{
-
 
448
		jj++;
-
 
449
		$lodsb
-
 
450
		IF(AL==BL) last=jj;
-
 
451
	} while(AL!=0);
-
 
452
	return last;
Line 442... Line 453...
442
 
453
}
443
 
454
 
444
 
455
 
445
void menu_action(dword id)
456
void menu_action(dword id)
Line 992... Line 1003...
992
			}
1003
			}
993
			break;
1004
			break;
994
	}
1005
	}
995
}
1006
}
Line -... Line 1007...
-
 
1007
 
-
 
1008
//need to remove these functiones, they are a very old shit :)
-
 
1009
dword onLeft(dword right,left) {EAX=Form.width-right-left;}
-
 
1010
dword onTop(dword down,up) {EAX=Form.height-GetSkinHeight()-down-up;}
Line 996... Line 1011...
996
 
1011
 
Line 997... Line 1012...
997
 
1012
 
998
stop:
1013
stop: