293 Commits

Author SHA1 Message Date
vit9696
bd0cc2f54f OpenCanopy: Added partial hotkey support (e.g. Ctrl+Enter) 2020-05-11 02:55:25 +03:00
vit9696
76e889f89a OpenCanopy: Fix black splash with non-black bg 2020-05-10 23:03:45 +03:00
vit9696
77b1445353 OpenCanopy: Fixed showing internal icons for external drives 2020-05-10 20:28:43 +03:00
vit9696
6caff2a456 OpenCoreUefiInOut: Fixed ReconnectOnResChange reconnecting even without res change 2020-05-10 20:13:06 +03:00
vit9696
462876603f OpenCoreMisc: Added ApplePanic to store panic logs on ESP root 2020-05-10 01:42:00 +03:00
vit9696
36a154981c OpenCoreNvram: Fixed warnings for empty variables (e.g. rtc-blacklist) 2020-05-09 16:38:13 +03:00
Download-Fritz
9440cd057b OcBootManagementLib: Use static functions for Boot Policy
Includes fixing an issue where generic booters were added for file systems that already had a primary booter by the use of "core" Apple Boot Policy predefined paths.
2020-05-07 17:34:53 +02:00
vit9696
f2e2edc4fe OpenCoreNvram: Do not warn about failing to set empty vars 2020-05-07 18:22:37 +03:00
vit9696
92069382b9 OpenCanopy: Fix sign issues
closes acidanthera/bugtracker#882
2020-05-06 02:03:11 +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
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
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
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
TaiPhamD
aaabecacb6
OpenCanopy: Add timeout support (#36)
Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
2020-04-24 18:52:55 +03:00
vit9696
616505ca2b OcBootManagementLib: Added experimental BootProtect Security option
closes acidanthera/bugtracker#859
2020-04-24 00:56:57 +03:00
Nikolai SAOUKH
165db12fa3 OpenCorePkg\Platform\OpenCore: apply fix for issue #857 2020-04-21 11:51:30 +03:00
vit9696
19cae8046e OcConfigurationLib: Renamed Protocols to ProtocolOverrides
Pioneer salut to ugrobators
2020-04-20 09:52:09 +03:00
vit9696
e025d62778 OpenCoreMisc: Debug watchdog status 2020-04-18 22:25:52 +03:00
vit9696
892f9fd10a OpenCoreUefi: Added AppleRtcRam protocol implementation
closes acidanthera/bugtracker#765
2020-04-18 22:21:58 +03:00
vit9696
3ec848da3d Build: Replace RETURN_ macros with EFI_ 2020-04-18 15:55:05 +03:00
vit9696
0bb426d364 OcAppleKernelLib: Added PatchAppleRtcChecksum kernel quirk 2020-04-18 15:40:08 +03:00
vit9696
e2fbb2e10a OpenCoreUefi: Added memory region reservation support 2020-04-18 10:28:59 +03:00
vit9696
cdf38accac OpenCanopy: Ignore ESC and space during animations
references acidanthera/bugtracker#853
2020-04-17 13:57:21 +03:00
vit9696
c9f4115a2b Build: Reduce the use of TPL_NOTIFY as it may conflict with debugging 2020-04-17 09:50:35 +03:00
vit9696
c85b332ac0 OpenCanopy: Improve mouse pointer performance 2020-04-15 03:39:06 +03:00
vit9696
02d3d698f5 OpenCoreUefi: Load APFS after connecting drivers
closes acidanthera/bugtracker#842
2020-04-14 06:22:58 +03:00
vit9696
20fa82da42 OpenCanopy: Added AppleEvent mouse support 2020-04-14 06:20:50 +03:00
vit9696
efa9ff055c OpenCanopy: Disable not fully implemented code
closes acidanthera/bugtracker#834
2020-04-13 06:34:52 +03:00
vit9696
09aba22d36 Docs: Provide information about APFS 2020-04-13 06:13:02 +03:00
vit9696
c244baa1ef OpenCoreUefi: Fix EnableJumpStart -> EnableJumpstart 2020-04-13 05:46:27 +03:00
vit9696
2dfe69110b OpenCoreUefi: Add APFS support 2020-04-13 05:35:33 +03:00
Download-Fritz
944d1f3e9a OpenCanopy: Fix input handle usage 2020-04-10 11:58:58 +02:00
vit9696
14f50ad9b2 OcCompressionLib: Implement alpha premultiplication for RLE24 2020-04-10 00:51:19 +03:00
vit9696
219fdc47c4 OpenCanopy: Fixed rendering macOS installer icons 2020-04-10 00:07:45 +03:00
Download-Fritz
079070a29f Fix several issues (Coverity, Clang) 2020-04-07 17:44:21 +02:00
vit9696
80a82ed86e OpenCanopy: Global variables are initialised with zeroes
closes acidanthera/bugtracker#805
2020-04-06 11:20:53 +03:00
vit9696
96ad44ef39 OpenCanopy: Support for custom background colour 2020-04-06 04:57:16 +03:00
vit9696
35e1b5be67 OpenCanopy: Switch to icns and support more icons and labels 2020-04-06 03:42:08 +03:00
vit9696
aac39637f6
OpenCanopy: Various improvements (#28)
- Implemented disk label support
- Implemented volume icon support
- Separated PickerAttrbutes from ConsoleAttributes

Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
Co-authored-by: Michael Belyaev <usrsse2@me.com>
2020-04-06 00:39:17 +03:00
vit9696
6a86ea2148 OcAfterBootCompatLib: Renamed from OcAppleBootCompatLib 2020-04-04 23:41:51 +03:00
vit9696
9b848de3e2 OcAppleBootCompatLib: Introduce ProtectMemoryRegions
closes acidanthera/bugtracker#791
2020-04-04 23:34:38 +03:00
vit9696
33d9af0641 OpenRuntime: Remove OcBootManagementLib dependency to fix performance 2020-04-04 00:23:02 +03:00
vit9696
bd17802deb OcAppleBootCompatLib: Implement RebuildAppleMemoryMap 2020-04-03 14:52:07 +03:00
vit9696
60fca487a3 OpenCoreUefi: Introduced SyncRuntimePermissions to fix Linux booting on CFL+ 2020-04-02 23:55:59 +03:00
vit9696
98435e9a2d OpenRuntime: Introduce GetExecArea function 2020-04-02 23:49:55 +03:00
vit9696
707007e317 OcAppleBootCompatLib: Improve debug logging 2020-04-02 15:45:30 +03:00
Download-Fritz
fd179a115b OpenCanopy: Remove pointless ASSERTs
Fixes ASSERTing when BootPicker entries exceed the screen boundaries.
2020-03-27 17:14:33 +01:00