Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 195 → Rev 194

/programs/system/kbd/trunk/readme.txt
File deleted
/programs/system/kbd/trunk/macros.inc
File deleted
\ No newline at end of file
/programs/system/kbd/trunk/kbd.ASM
File deleted
/programs/system/kbd/trunk/build.bat
File deleted
\ No newline at end of file
/programs/system/icon/trunk/icons.dat
File deleted
/programs/system/icon/trunk/iconstrp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/system/icon/trunk/icon.asm
11,8 → 11,10
ICON_SIZE equ 32*32*3
GIF_SIZE equ 45000
REC_SIZE equ 80
ICONS_DAT equ '/RD/1/ICONS.DAT'
ICON_APP equ '/RD/1/ICON'
ICON_LST equ '/RD/1/ICON2.LST'
;ICON_APP equ '/hd/1/me/icon2';
ICON_APP equ '/RD/1/ICON2'
;ICON_STRIP equ '/HD/1/ME/ICONSTRP.GIF'
ICON_STRIP equ '/RD/1/ICONSTRP.GIF'
 
use32
441,7 → 443,7
popa
ret
 
iconlst db ICONS_DAT,0
iconlst db ICON_LST,0
 
load_icon_list:
 
/programs/system/icon/trunk/build_ge.bat
1,5 → 1,4
@erase lang.inc
@echo lang fix ge >lang.inc
@fasm icon.asm icon
@erase lang.inc
@pause
/programs/system/icon/trunk/build_en.bat
1,5 → 1,4
@erase lang.inc
@echo lang fix en >lang.inc
@fasm icon.asm icon
@erase lang.inc
@pause
/programs/system/icon/trunk/build_ru.bat
1,5 → 1,4
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm icon.asm icon
@erase lang.inc
@pause
/programs/system/end/trunk/end.asm
42,42 → 42,40
sub ecx,50*10000h - 100
 
mov eax,0 ; define and draw window
mov edx,[sc.work]
mov esi,edx
mov edi,edx
mov edx,[sc.work_button]
mov esi,edx ;[sc.work_button]
xor edi,edi
int 0x40
 
mov edx,0x444444
xor edx,edx
mov al,13
mcall ,18 shl 16+90,29 shl 16+27
mcall ,14 shl 16+90,25 shl 16+27
push ebx
mcall ,121 shl 16+90,
mcall ,117 shl 16+90,
xchg ebx,[esp]
mcall ,,63 shl 16+27
mcall ,,59 shl 16+27
pop ebx
mcall
 
xor edx,edx
mov al,8
inc edx
mcall ,15 shl 16+87,26 shl 16+24,,0xbb0055
mcall ,15 shl 16+87,26 shl 16+24,,0xdd7700
inc edx
mcall ,118 shl 16+87,,,0xaaaa ;cccc
mcall ,118 shl 16+87,,,0xbbbb ;cccc
inc edx
mcall ,15 shl 16+87,60 shl 16+24,,0x9900
mcall ,15 shl 16+87,60 shl 16+24,,0xbb00
inc edx
mcall ,118 shl 16+87,,,0xaaaaaa ;cccccc
mcall ,118 shl 16+87,,,0xbbbbbb ;cccccc
 
mov al,4 ; 0x00000004 = write text
mov ebx,75*65536+10
mov ecx,[sc.work_text] ; 8b window nro - RR GG BB color
mov ecx,[sc.work_button_text] ; 8b window nro - RR GG BB color
or ecx,0x10000000
mov edx,label1 ; pointer to text beginning
mov esi,label1_len ; text length
int 0x40
 
mov ecx,[sc.work_button_text] ; 8b window nro - RR GG BB color
or ecx,0x10000000
mov ecx,0x10ffffff
mov ebx,25*65536+30
mov edx,label2 ; pointer to text beginning
mov esi,label2_len ; text length
/programs/system/menu/trunk/menu.asm
468,11 → 468,11
shl ecx, 16
add ecx, BTN_HEIGHT-1
; edx = button identifier
mov esi, [sc.work]
mov esi, [sc.work_button]
inc dl
cmp [edi + cur_sel], dl
jne .nohighlight
add esi, 0x101010
add esi, 0x202020
.nohighlight:
or edx, 0x20000000
int 0x40
497,7 → 497,7
dec ecx
jnz .findline
 
mov ecx, [sc.work_text]
mov ecx, [sc.work_button_text]
mov eax, 4
mov esi, 21
int 0x40