Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 7236 → Rev 7237

/skins/Leency/AreaSq/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/AreaSq/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/AreaSq/default.asm
0,0 → 1,31
include '..\skin.inc'
 
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [9:6:37:6],\ ; margins [left:top:right:bottom]
colors active = [binner=0xE1E1E1:\ ; border inner color
bouter=0x3E3635:\ ; border outer color
bframe=0xE1E1E1],\ ; border frame color
colors inactive = [binner=0xE1E1E1:\ ; border inner color
bouter=0x3E3635:\ ; border outer color
bframe=0xE1E1E1],\ ; border frame color
dtp = 'default.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-18:7][11:11],\ ; buttons coordinates
minimize = [-34:7][11:11] ; [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, 'left1.bmp'
BITMAP bmp_right1, 'right1.bmp'
BITMAP bmp_right2, 'right2.bmp'
BITMAP bmp_center1,'center1.bmp'
BITMAP bmp_center2,'center2.bmp'
/skins/Leency/AreaSq/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/AreaSq/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/AreaSq/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/Leency/AreaSq/build.bat
0,0 → 1,4
del default.skn
fasm default.asm default.skn
kpack default.skn
pause
/skins/Leency/AreaSq/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"), "AreaSq.skn")
/skins/Leency/AreaSq/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/AreaSq/default.dtp.asm
0,0 → 1,14
struc system_colors
{
.frame dd 0x000000
.grab dd 0x006393
.grab_button dd 0xB1B1B1
.grab_button_text dd 0x000000
.grab_text dd 0xFFFFFF
.work dd 0xE8E8E8
.work_button dd 0xB1B1B1
.work_button_text dd 0x000000
.work_text dd 0x000000
.work_graph dd 0x000000
}
struct system_colors
/skins/Leency/Octo_flat/build.bat
0,0 → 1,2
@del default.skn
@fasm default.asm default.skn
/skins/Leency/Octo_flat/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/Octo_flat/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/Octo_flat/default.asm
0,0 → 1,31
include '..\skin.inc'
 
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [25:4:40:6],\ ; margins [left:top:right:bottom]
colors active = [binner=0xE1E1E1:\ ; border inner color
bouter=0x204962:\ ; 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 = [-21:4][16:16],\ ; buttons coordinates
minimize = [-38:4][16:16] ; [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/Octo_flat/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/Octo_flat/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/Octo_flat/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/Octo_flat/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/Leency/Octo_flat/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"), "Octo_flat.skn")
/skins/Leency/Octo_flat/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/Yeah/build.bat
0,0 → 1,2
@del default.skn
@fasm default.asm default.skn
/skins/Leency/Yeah/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/Yeah/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/Yeah/default.asm
0,0 → 1,31
include '..\skin.inc'
 
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [7:6:40:1],\ ; margins [left:top:right:bottom]
colors active = [binner=0xE1E1E1:\ ; border inner color
bouter=0x646464:\ ; border outer color
bframe=0xE1E1E1],\ ; border frame color
colors inactive = [binner=0xDCDCDC:\ ; border inner color
bouter=0x6D6D6D:\ ; border outer color
bframe=0xDCDCDC],\ ; border frame color
dtp = 'default.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-31:1][26:16],\ ; buttons coordinates
minimize = [-58:1][26:16] ; [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/Yeah/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/Yeah/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/Yeah/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/Yeah/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/Leency/Yeah/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"), "Yeah.skn")
/skins/Leency/Yeah/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/Yeah/default.dtp.asm
0,0 → 1,14
struc system_colors
{
.frame dd 0x000000
.grab dd 0x006393
.grab_button dd 0xB1B1B1
.grab_button_text dd 0x000000
.grab_text dd 0xFFFFFF
.work dd 0xE8E8E8
.work_button dd 0xB1B1B1
.work_button_text dd 0x000000
.work_text dd 0x000000
.work_graph dd 0x000000
}
struct system_colors
/skins/_old/Leency/Octo_flat/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/_old/Leency/Octo_flat/Tupfile.lua
File deleted
/skins/_old/Leency/Octo_flat/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/_old/Leency/Octo_flat/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/_old/Leency/Octo_flat/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/_old/Leency/Octo_flat/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/_old/Leency/Octo_flat/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/_old/Leency/Octo_flat/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/_old/Leency/Octo_flat/default.asm
File deleted
/skins/_old/Leency/Octo_flat/build.bat
File deleted
\ No newline at end of file
/skins/_old/Leency/AreaSq/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/_old/Leency/AreaSq/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/_old/Leency/AreaSq/default.asm
File deleted
/skins/_old/Leency/AreaSq/build.bat
File deleted
\ No newline at end of file
/skins/_old/Leency/AreaSq/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/_old/Leency/AreaSq/Tupfile.lua
File deleted
/skins/_old/Leency/AreaSq/default.dtp.asm
File deleted
\ No newline at end of file
/skins/_old/Leency/AreaSq/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/_old/Leency/AreaSq/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/_old/Leency/AreaSq/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/_old/Leency/Yeah/default.asm
File deleted
/skins/_old/Leency/Yeah/build.bat
File deleted
\ No newline at end of file
/skins/_old/Leency/Yeah/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/_old/Leency/Yeah/Tupfile.lua
File deleted
/skins/_old/Leency/Yeah/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/_old/Leency/Yeah/default.dtp.asm
File deleted
\ No newline at end of file
/skins/_old/Leency/Yeah/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/_old/Leency/Yeah/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/_old/Leency/Yeah/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/_old/Leency/Yeah/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/_old/Leency/Yeah/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/skinlist.lua
1,8 → 1,11
-- Provides list of skins for distribution kit,
-- included by ../data/Tupfile.lua.
skinlist = {
"Leency/AreaSq/AreaSq.skn",
"Leency/Blueberries/Blueberries.skn",
"Leency/Latte/Latte.skn",
"Leency/Octo_flat/Octo_flat.skn",
"Leency/Shkvorka/Shkvorka.skn",
"Leency/Blueberries/Blueberries.skn",
"loggy/loggy.skn",
"Win10/Win10.skn",
"_old/5imple Alpha/1.5imple Alpha/1.5imple Alpha.skn",
71,13 → 74,8
"_old/humanoid_OSX/humanoid_OSX_red/humanoid_OSX_red.skn",
"_old/humanoid_OSX/humanoid_OSX_yellow/humanoid_OSX_yellow.skn",
"_old/khrome2/khrome2.skn",
"_old/Leency/AreaO/AreaO.skn",
"_old/Leency/AreaSq/AreaSq.skn",
"_old/Leency/L-Junior/L-Junior.skn",
"_old/Leency/Latte/Latte.skn",
"_old/Leency/Luna/Luna.skn",
"_old/Leency/Octo/Octo.skn",
"_old/Leency/Octo_flat/Octo_flat.skn",
"_old/Leency/OpusN/OpusN.skn",
"_old/Leency/Sandwich/Sandwich.skn",
"_old/Leency/Yeah/Yeah.skn",