various updates, rework skin_feol_new

git-svn-id: svn://kolibrios.org@9482 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-12-27 01:12:27 +00:00
parent b6b7629121
commit 56f2108b54
11 changed files with 16 additions and 14 deletions

View File

@ -33,6 +33,6 @@ install=/kolibrios/drivers/acpi/install.kex
[Audio AMD Geode]
ver=rc3
icon=64
description_ru=„à ©¢¥à §¢ãª  ¤«ï §¢ãª®¢ëå 稯®¢ AMD Geode CS5536.
description_ru=„à ©¢¥à §¢ãª  ¤«ï 稯®¢ AMD Geode CS5536.
description_en=AMD Geode CS5536 audio driver.
install=/kolibrios/drivers/geode/geode

View File

@ -20,3 +20,5 @@ cp clayer/logo.png /tmp0/1/tcc_samples/logo.png
../tcc -I../include/SDL sdltest.c -o /tmp0/1/tcc_samples/sdltest -lSDL -lsound -ltcc -lc.obj
../tcc shell_test.c -o /tmp0/1/tcc_samples/shell_test -lshell -ltcc -lc.obj
../tcc libc_test.c -o /tmp0/1/tcc_samples/libc_test -ltcc -lc.obj
"/sys/File managers/Eolite" /tmp0/1/tcc_samples
exit

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

View File

@ -2,18 +2,18 @@ include 'skin.inc'
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [5:1:43:1],\ ; margins [left:top:right:bottom]
colors active = [binner=0xf8f8f8:\ ; border inner color
bouter=0xd8b0d8:\ ; border outer color
bframe=0xf8f6f8],\ ; border frame color
colors inactive = [binner=0xf8f8f8:\ ; border inner color
bouter=0xf8f8f8:\ ; border outer color
bframe=0xf8f6f8],\ ; border frame color
margins = [5:4:43:2],\ ; margins [left:top:right:bottom]
colors active = [binner=0xD6CEDA:\ ; border inner color
bouter=0x897592:\ ; border outer color
bframe=0xD6CEDA],\ ; border frame color
colors inactive = [binner=0xD6CEDA:\ ; border inner color
bouter=0x897592:\ ; border outer color
bframe=0xD6CEDA],\ ; border frame color
dtp = 'colors.dtp' ; dtp colors
SKIN_BUTTONS \
close = [-22:3][16:16],\ ; buttons coordinates
minimize = [-40:3][16:16] ; [left:top][width:height]
close = [-22:3][17:17],\ ; buttons coordinates
minimize = [-42:3][17:17] ; [left:top][width:height]
SKIN_BITMAPS \
left active = bmp_left,\ ; skin bitmaps pointers

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -3,12 +3,12 @@ include '../../skin.inc'
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [6:5:65:3],\ ; margins [left:top:right:bottom]
colors active = [binner=0xDDD7CF:\ ; border inner
colors active = [binner=0x626262:\ ; border inner
bouter=0x646464:\ ; border outer
bframe=0xDDD7CF],\ ; border middle
colors inactive = [binner=0xDDD7CF:\ ; border inner
bframe=0x626262],\ ; border middle
colors inactive = [binner=0x626262:\ ; border inner
bouter=0x646464:\ ; border outer
bframe=0xDDD7CF],\ ; border middle
bframe=0x626262],\ ; border middle
dtp = 'default.dtp' ; dtp colors
SKIN_BUTTONS \