Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 7238 → Rev 7237

/skins/Leency/Latte/default.asm
File deleted
/skins/Leency/Latte/build.bat
File deleted
\ No newline at end of file
/skins/Leency/Latte/left1.bmp
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
/skins/Leency/Latte/Tupfile.lua
File deleted
/skins/Leency/Latte/left2.bmp
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
/skins/Leency/Latte/default.dtp.asm
File deleted
\ No newline at end of file
/skins/Leency/Latte/default.dtp
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
/skins/Leency/Latte/right1.bmp
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
/skins/Leency/Latte/right2.bmp
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
/skins/Leency/Latte/center1.bmp
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
/skins/Leency/Latte/center2.bmp
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
/skins/Leency/KNX/default.asm
0,0 → 1,31
include '../skin.inc'
 
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [6:5:43:3],\ ; margins [left:top:right:bottom]
colors active = [binner=0xDDD7CF:\ ; border inner
bouter=0x343434:\ ; border outer
bframe=0xDDD7CF],\ ; border middle
colors inactive = [binner=0xDDD7CF:\ ; border inner
bouter=0x343434:\ ; border outer
bframe=0xDDD7CF],\ ; border middle
dtp = 'default.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-33:4][29:19],\ ; buttons coordinates
minimize = [-62:4][29:19] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left1,\ ; skin bitmaps pointers
left inactive = bmp_left2,\
oper active = bmp_right1,\
oper inactive = bmp_right2,\
base active = bmp_center1,\
base inactive = bmp_center2
 
BITMAP bmp_left1, 'left1.bmp' ; skin bitmaps
BITMAP bmp_left2, 'left2.bmp'
BITMAP bmp_right1, 'right1.bmp'
BITMAP bmp_right2, 'right2.bmp'
BITMAP bmp_center1,'center1.bmp'
BITMAP bmp_center2,'center2.bmp'
/skins/Leency/KNX/Tupfile.lua
0,0 → 1,2
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "KNX.skn")
/skins/Leency/KNX/build.bat
0,0 → 1,4
@fasm default.dtp.asm default.dtp
@fasm default.asm default.skn
@kpack default.skn
@pause
/skins/Leency/KNX/center1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/Leency/KNX/center2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/Leency/KNX/default.dtp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/Leency/KNX/default.dtp.asm
0,0 → 1,14
struc system_colors
{
.taskbar dd 0x586786
.taskbar_text dd 0xFEFEFE
.work_3d_dark dd 0xC0BBB4
.work_3d_light dd 0xECE9E5
.window_title dd 0xFFFfff
.work dd 0xDDD7CF
.work_button dd 0x999999
.work_button_text dd 0xFEFEFE
.work_text dd 0x000000
.work_graph dd 0x7E7E7E
}
struct system_colors
/skins/Leency/KNX/left1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/Leency/KNX/left2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/Leency/KNX/right1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/Leency/KNX/right2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/Latte/default.asm
0,0 → 1,31
include '..\skin.inc'
 
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [5:1:43:1],\ ; margins [left:top:right:bottom]
colors active = [binner=0xE1E1E1:\ ; border inner color
bouter=0xA1A1A1:\ ; border outer color
bframe=0xE1E1E1],\ ; border frame color
colors inactive = [binner=0xE1E1E1:\ ; border inner color
bouter=0xA1A1A1:\ ; border outer color
bframe=0xE1E1E1],\ ; border frame color
dtp = 'default.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-18:4][13:14],\ ; buttons coordinates
minimize = [-36:4][13:14] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left1,\ ; skin bitmaps pointers
left inactive = bmp_left2,\
oper active = bmp_right1,\
oper inactive = bmp_right2,\
base active = bmp_center1,\
base inactive = bmp_center2
 
BITMAP bmp_left1, 'left1.bmp' ; skin bitmaps
BITMAP bmp_left2, 'left2.bmp'
BITMAP bmp_right1, 'right1.bmp'
BITMAP bmp_right2, 'right2.bmp'
BITMAP bmp_center1,'center1.bmp'
BITMAP bmp_center2,'center2.bmp'
/skins/_old/Leency/Latte/build.bat
0,0 → 1,3
fasm default.asm Latte.skn
kpack Latte.skn
pause
/skins/_old/Leency/Latte/Tupfile.lua
0,0 → 1,2
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "Latte.skn")
/skins/_old/Leency/Latte/center1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/Latte/center2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/Latte/default.dtp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/Latte/default.dtp.asm
0,0 → 1,14
struc system_colors
{
.frame dd 0x006393
.grab dd 0x0077b0
.grab_button dd 0xc0c0c0
.grab_button_text dd 0x000000
.grab_text dd 0xFFFFFF
.work dd 0xCACACA
.work_button dd 0xCACACA
.work_button_text dd 0x000000
.work_text dd 0x000000
.work_graph dd 0x868686
}
struct system_colors
/skins/_old/Leency/Latte/left1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/Latte/left2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/Latte/right1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/Latte/right2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/OpusN/OpusN.asm
0,0 → 1,31
include '..\skin.inc'
 
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [8:3:10:2],\ ; margins [left:top:right:bottom]
colors active = [binner=0xDCD6CB:\ ; border inner color
bouter=0x948B7B:\ ; border outer color
bframe=0xDCD6CB],\ ; border frame color
colors inactive = [binner=0xDCD6CB:\ ; border inner color
bouter=0x948B7B:\ ; border outer color
bframe=0xDCD6CB],\ ; border frame color
dtp = 'OpusN.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-20:6][14:14],\ ; buttons coordinates
minimize = [-39:6][14:14] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left,\ ; skin bitmaps pointers
left inactive = bmp_left1,\
oper active = bmp_oper,\
oper inactive = bmp_oper1,\
base active = bmp_base,\
base inactive = bmp_base1
 
BITMAP bmp_left ,'a_left.bmp' ; skin bitmaps
BITMAP bmp_oper ,'a_oper.bmp'
BITMAP bmp_base ,'a_base.bmp'
BITMAP bmp_left1,'i_left.bmp'
BITMAP bmp_oper1,'i_oper.bmp'
BITMAP bmp_base1,'i_base.bmp'
/skins/_old/Leency/OpusN/Tupfile.lua
0,0 → 1,2
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("OpusN.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "OpusN.skn")
/skins/_old/Leency/OpusN/a_base.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/OpusN/a_left.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/OpusN/a_oper.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/OpusN/build.bat
0,0 → 1,3
fasm OpusN.asm OpusN.skn
kpack OpusN.skn
pause
/skins/_old/Leency/OpusN/i_base.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/OpusN/i_left.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/OpusN/i_oper.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/_old/Leency/OpusN/OpusN.dtp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/skinlist.lua
6,7 → 6,6
"Leency/Latte/Latte.skn",
"Leency/Octo_flat/Octo_flat.skn",
"Leency/Shkvorka/Shkvorka.skn",
"Leency/Yeah/Yeah.skn",
"loggy/loggy.skn",
"Win10/Win10.skn",
"_old/5imple Alpha/1.5imple Alpha/1.5imple Alpha.skn",
79,6 → 78,7
"_old/Leency/Octo/Octo.skn",
"_old/Leency/OpusN/OpusN.skn",
"_old/Leency/Sandwich/Sandwich.skn",
"_old/Leency/Yeah/Yeah.skn",
"_old/lightskin/lightskin.skn",
"_old/macos_l/macos_l.skn",
"_old/mage-scroll/mage-scroll.skn",