2201 Commits

Author SHA1 Message Date
vit9696
1d2d53e13c Docs: Add some really basic doxygen conf 2020-05-06 23:25:14 +03:00
vit9696
e4f182ee9f Build: Fix doxygen issues 2020-05-06 23:16:51 +03:00
Download-Fritz
c9c9979fd2 OcBootManagementLib: Adapt to OcAppleBootPolicyLib changes 2020-05-06 21:12:00 +02:00
Download-Fritz
cc4cb23796 OcAppleBootPolicy: Move parameter checking to protocol functions 2020-05-06 21:11:23 +02:00
Download-Fritz
3d97abb86f OcAppleBootPolicyLib: Fix Apple UB 2020-05-06 20:56:04 +02:00
Download-Fritz
971e412a5c OcAppleBootPolicyLib: Expose functions statically 2020-05-06 20:56:04 +02:00
vit9696
3e5cbe6b86 OcBootManagementLib: Fix custom entry listing when ResetNVRAM is off 2020-05-06 21:41:48 +03:00
Download-Fritz
8e42201f04 OcDevicePathLib: Fix restore struct fields 2020-05-06 14:52:53 +02:00
vit9696
d4cf25e514 Build: Fix CLANG38 compilation 2020-05-06 15:01:15 +03:00
Nikolai SAOUKH
52aee52fa4 OpenCorePkg\Library\OcDevicePathLib\OcDevicePathLib.c: Fix warning C4244: '=': conversion from 'const UINT32' to 'UINT{8|16}', possible loss of data 2020-05-06 12:45:44 +03:00
vit9696
32a5dd1053 Build: Attempt to fix borked env in Travis 2020-05-06 03:41:08 +03:00
vit9696
0c7839e497 Build: Try LLVM 8.0 for CLANG38 2020-05-06 03:25:38 +03:00
vit9696
0c77e6bbf9 Build: Try to fix Linux build issues 2020-05-06 03:08:23 +03:00
vit9696
f8dc1f1d40 Build: Enable Linux CLANGPDB/GCC5 builds 2020-05-06 02:38:03 +03:00
vit9696
92069382b9 OpenCanopy: Fix sign issues
closes acidanthera/bugtracker#882
2020-05-06 02:03:11 +03:00
vit9696
9bbd9f0395 OcBootManagementLib: Invoke bless for every BootOrder entry
This resolves a problem with locating recovery and other macOS installs
2020-05-06 01:25:23 +03:00
vit9696
8411a4ba2e OcBootManagementLib: Fix accessing freed device path for APFS recovery 2020-05-06 01:20:23 +03:00
vit9696
5f32fc7eb9 OcBootManagementLib: Log APFS recovery location failure code 2020-05-06 00:26:27 +03:00
vit9696
f5eed13321 OcStringLib: Fix a typo 2020-05-06 00:09:33 +03:00
vit9696
ef1c9b02f2 OcStringLib: Fix OcStrStrLength to match equal strings 2020-05-06 00:02:20 +03:00
vit9696
6336f034ca OcBootManagementLib: Fix the use of uninitialised value 2020-05-05 22:46:30 +03:00
Michael Belyaev
d7e47bed07
Docs: Fix Doxygen comments (#46) 2020-05-05 22:46:14 +03:00
Andrey1970AppleLife
fa58fa0063 Docs: Enable Bootstrap 2020-05-05 21:40:51 +03:00
Andrey1970AppleLife
c4975433fb Docs: Fixed typo 2020-05-05 21:27:03 +03:00
vit9696
11a3fd2911 OpenCoreMisc: Use builtin picker when external picker fails to load 2020-05-05 20:01:39 +03:00
vit9696
796765ca7c
OcBootManagementLib: Rework boot management (#42)
Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
Co-authored-by: Download-Fritz <download-fritz@outlook.com>
2020-05-05 19:45:32 +03:00
vit9696
7ed2fb7cfa Docs: Reflect latest OpenCanopy changes in docs and changelog 2020-05-05 19:28:36 +03:00
vit9696
5b0925ad04 OpenCanopy: Rename Font.* to Font_1x.* to avoid name conflicts 2020-05-05 18:59:30 +03:00
Michael Belyaev
b4e2820be3
OpenCanopy: Improve font support (#43)
- Fix various issues during BMF font loading.
- Add 2x font support (requires the height to be 12*Scale, like bless-generated).
- Add fonts without kerning support.
- Rename `Light` to `LightBackground` and fix color comparison direction.
- Add support loading images that already have premultiplied alpha (use it for font).
- Improve font/label size assertion messages
- Draw font-rendered labels and image lebels with alpha to fix background blending.
- Update Xcode project to work with indexing.
- OcAppleDiskImageLibInternal: fix error handling issues.
2020-05-05 18:46:21 +03:00
dakanji
6dd402bebe
Build: Fix ShellCheck warning in macbuild (#45) 2020-05-05 00:46:53 +03:00
dakanji
cd516120cb
Build: Fix warnings found by ShellCheck in macbuild (#41)
Co-authored-by: Dayo <dayo@Dayos-Mac-Pro.local>
2020-05-04 18:33:25 +03:00
vit9696
72a9157c5e disklabel: Fix alpha decoding and add BGRA support 2020-05-04 15:42:21 +03:00
vit9696
7aef9de457 OcAppleImageConversionLib: Conform to the latest protocol discoveries 2020-05-04 15:42:21 +03:00
Andrey1970AppleLife
17990ae1f8 Bump version to 0.5.9 2020-05-04 14:42:33 +03:00
vit9696
001340fc2a OcAppleImageConversion: Fix scale argument handling 0.5.8 2020-05-03 23:47:58 +03:00
vit9696
7fd0779dc6 Utilities: Fixed invalid checksum checks when creating vault (thx @dakanji)
closes acidanthera/bugtracker#888
2020-05-03 21:15:07 +03:00
Andrey1970AppleLife
7b1d5a69b1 Fix previous 2020-05-03 20:45:53 +03:00
vit9696
4294d96d95 Docs: Update some links 2020-05-03 11:58:31 +03:00
Andrey1970AppleLife
7d4ab3c0cd
Update Changelog.md 2020-05-02 22:05:13 +03:00
Andrey1970AppleLife
ec45b1d31b
Update SampleFull.plist 2020-05-02 14:41:47 +03:00
Andrey1970AppleLife
6f02d5945e Update SampleFull.plist 2020-05-01 22:07:32 +03:00
Download-Fritz
bc61cb764d OpenCanopy: Fix calling convention mismatch 2020-04-29 09:40:56 +02:00
vit9696
cbfbc3487f OpenCoreMisc: Fix excluded handled initialisation 2020-04-29 05:14:06 +03:00
vit9696
9d12c2cfa7 Build: Fix mistake in BootLoader copying 2020-04-28 22:13:12 +03:00
vit9696
43a8a8c7cc Build: Fix typo with DuetPkg branch 2020-04-28 20:28:31 +03:00
vit9696
b0da586998 BootInstall: Drop copy in favour of DuetPkg 2020-04-28 19:53:23 +03:00
vit9696
847388f1ec Build: Use DuetPkg binaries directly from DuetPkg 2020-04-28 19:52:43 +03:00
vit9696
e4c123964b OcApfsLib: Fix current App Store build version 2020-04-28 17:12:45 +03:00
vit9696
8a65ad756d OcApfsLib: Reduce APFS minimal timestamps to 10.13 from App Store 2020-04-28 13:35:38 +03:00
Michael Belyaev
610a57f83f
OpenCanopy: Support HiDPI in fontless mode (#39)
Co-authored-by: Michael Belyaev <usrsse2@me.com>
2020-04-27 20:32:36 +03:00