Chameleon

Chameleon Commit Details

Date:2014-11-03 20:01:11 (9 years 5 months ago)
Author:ErmaC
Commit:2467
Parents: 2466
Message:Add more chameleon UI stuff (default theme) made by blackosx
Changes:
A/branches/ErmaC/Enoch/artwork/themes/default/device_hfsfusion_yos_o.png
A/branches/ErmaC/Enoch/artwork/themes/default/device_hfsfusion_yos.png
M/branches/ErmaC/Enoch/CHANGES
M/branches/ErmaC/Enoch/i386/boot2/gui.c

File differences

branches/ErmaC/Enoch/i386/boot2/gui.c
8181
8282
8383
84
85
8486
8587
8688
......
178180
179181
180182
183
184
181185
182186
183187
......
425429
426430
427431
432
433
428434
429435
430436
iDeviceHFSFUSION,
iDeviceHFSFUSION_o,
iDeviceHFSFUSION_yos,
iDeviceHFSFUSION_yos_o,
iDeviceHFSFUSION_mav,
iDeviceHFSFUSION_mav_o,
iDeviceHFSFUSION_ML,
{.name = "device_hfsfusion", .image = NULL},
{.name = "device_hfsfusion_o", .image = NULL},
{.name = "device_hfsfusion_yos", .image = NULL},
{.name = "device_hfsfusion_yos_o", .image = NULL},
{.name = "device_hfsfusion_mav", .image = NULL},
{.name = "device_hfsfusion_mav_o", .image = NULL},
{.name = "device_hfsfusion_ml", .image = NULL},
LOADPNG(device_hfsfusion, iDeviceHFS);
LOADPNG(device_hfsfusion_o, iDeviceHFSFUSION);
LOADPNG(device_hfsfusion_yos, iDeviceHFSFUSION);
LOADPNG(device_hfsfusion_yos_o, iDeviceHFSFUSION_yos);
LOADPNG(device_hfsfusion_mav, iDeviceHFSFUSION);
LOADPNG(device_hfsfusion_mav_o, iDeviceHFSFUSION_mav);
LOADPNG(device_hfsfusion_ml, iDeviceHFSFUSION);
branches/ErmaC/Enoch/CHANGES
1
12
23
34
- ErmaC : Add more chameleon UI stuff (default) made by blackosx
- ErmaC : Rollback changes for msdos.c (2327) thx to bltz
- ErmaC : Split out states generator from acpi_patcher (Credits to Clover Teams)
- ErmaC : Merged proposed patch by N3 (Boot from vanilla Recovery HD, Installation DMG)

Archive Download the corresponding diff file

Revision: 2467