3516 Commits

Author SHA1 Message Date
Marvin Häuser
0651dd9175 OcConfigLib: Use safe value 1 as KeySubsequentDelay failsafe 2021-04-02 23:22:24 +02:00
Marvin Häuser
2e8dbb1229 OpenCanopy: Improve ShutDown/Restart audio assist 2021-04-02 22:39:08 +02:00
vit9696
e973124f34 CrScreenshotDxe: Added dynamic keyboard protocol installation 2021-04-02 22:56:16 +03:00
vit9696
2d650eff8f OcConfigurationLib: Fix previous commit 2021-04-02 22:45:02 +03:00
MikeBeaton
0445d9b917 AppleEvent: New section UEFI->AppleInput, provide more detailed control of Apple Event protocol 2021-04-02 19:16:10 +01:00
Marvin Häuser
32a5feadf0 OpenCanopy: Align default cursor speed with Apple 2021-04-02 18:05:03 +02:00
Marvin Häuser
c97109f586 OpenCanopy: Fix cursor regression on some systems 2021-04-02 17:44:18 +02:00
Marvin Häuser
9e401aa1c8 OpenCanopy: Remove accidentally imported debug code 2021-04-02 17:10:39 +02:00
Marvin Häuser
7aa17b6a88 OpenCanopy: Support OcAppleEventEx pointer scaling 2021-04-02 16:44:03 +02:00
Marvin Häuser
6b8b363ddd OcAppleEventLib: Implement OcAppleEventEx protocol 2021-04-02 16:43:54 +02:00
Marvin Häuser
4f7f17cd65 OcAppleEventEx: Initial import of protocol 2021-04-02 16:43:54 +02:00
Marvin Häuser
ad482e498a OcAppleEventLib: Fix maximum screen coordinates 2021-04-02 16:43:54 +02:00
Marvin Häuser
a7bbe458b2 Do not halt on pointer/drive errors
closes https://github.com/acidanthera/bugtracker/issues/1582
2021-04-02 16:34:05 +02:00
Andrey1970AppleLife
4a91aa1b20
Update Changelog.md 2021-04-02 15:50:57 +03:00
Marvin Häuser
d0e9c34ddb OpenCanopy: Do not play password incorrect animation when VO is on 2021-04-02 12:42:27 +02:00
Marvin Häuser
579901bbd8 Changelog: Document VoiceOver changes 2021-04-02 12:42:27 +02:00
Marvin Häuser
97732dcce5 OcBmLib: Support DMG VoiceOver 2021-04-02 12:42:27 +02:00
Marvin Häuser
9af9dc1343 OpenCanopy: Support VoiceOver for TAB navigation 2021-04-02 12:42:21 +02:00
vit9696
afc7a72041 OcCpuLib: Added identifiers for Rocket Lake and Tiger Lake CPUs 2021-04-02 00:50:30 +03:00
Marvin Häuser
6758b11898 OpenCanopy: Support '(dmg)' suffix 2021-04-01 12:18:50 +02:00
MikeBeaton
423defd3f4 Changelog: Mention devices command update 2021-03-31 17:17:40 +01:00
MikeBeaton
cdeadd305f OpenCanopy: Update default cursor position slightly to match Apple picker 2021-03-31 16:54:28 +01:00
vit9696
871d945e00 Docs: Add unofficial OC Little English translation 2021-03-31 15:10:45 +03:00
Andrey1970AppleLife
2d619ac9bf Docs: Build pdf 2021-03-31 14:54:35 +03:00
MikeBeaton
b2006c1316 OcInput: Make README numbering correct in raw text, not just in markdown output 2021-03-31 10:28:05 +01:00
MikeBeaton
31b91b1b05 ShellPkg: Devices command patch avoid possible compiler warnings 2021-03-31 10:13:38 +01:00
MikeBeaton
cbebad0716 ShellPkg: More requested codestyle (not functionality) changes to devices command patch 2021-03-31 07:10:27 +01:00
MikeBeaton
56e236a0ad OpenShell: Use EDK unaligned read method in device command patch 2021-03-30 23:24:13 +01:00
MikeBeaton
c3642e0291 OpenShell: Simplify devices command patch code 2021-03-30 18:58:36 +01:00
MikeBeaton
b0c2eddd7f OpenShell: Patch devices shell command to work with misaligned device names found in some Apple firmware 2021-03-30 18:41:22 +01:00
dakanji
74443bd1d7
Docs: Improve Internal Consistency (#246) 2021-03-30 20:13:55 +03:00
MikeBeaton
c74efa1b10 Docs: Further updates to key repeat fine tuning instructions 2021-03-30 14:24:26 +01:00
MikeBeaton
18223e0f5f AIK: Remove outdated comment; update TODO comment 2021-03-30 12:20:37 +01:00
MikeBeaton
dce502d57c OcInput: Add vit9696 summary of KeySupport operation 2021-03-30 10:51:46 +01:00
MikeBeaton
e646a47885 AppleEvent: Improve key repeat fine tuning 2021-03-30 05:42:32 +01:00
dakanji
dbc9a3de63
Docs: Clarity on Kext Order (#245) 2021-03-29 17:36:25 +03:00
Goldfish64
b62f8470d0 Docs: Update changelog 2021-03-28 17:33:57 -05:00
Goldfish64
4ecd22d47f OcSmbiosLib: Fix incorrect handling of multiple CPUs and CPU cache size 2021-03-28 17:32:08 -05:00
Goldfish64
ccfb6742de OcSmbiosLib: Fix comment typos 2021-03-28 17:31:25 -05:00
Andrey1970AppleLife
b07cb49b77 Docs: Build pdf 2021-03-28 23:23:36 +03:00
dakanji
8bb66900ac Docs: Misc Amendments 2021-03-28 22:39:09 +03:00
vit9696
d1d55ff402 OcCpuLib: Read max multiplier correctly on pre-Nehalem Intel CPUs
This MSR is actually documented today and is apparently read
incorrectly by lots of software. They inspect the current multiplier,
not the max one. This mistake resulted in hardware starting with
reduced multiplier (e.g. 6.5 instead of 8.5 in MacBook5,2) to report
wrong frequency.
2021-03-28 21:29:49 +03:00
vit9696
a57d8df356 Build: Add missing include directory 2021-03-28 17:52:51 +03:00
vit9696
a2dbd20724 OcCpuLib: Fix typo in MCP name 2021-03-28 17:22:26 +03:00
vit9696
ca70ea975a OcCpuLib: Improve CPU frequency detection on nForce MPC79
closes acidanthera/bugtracker#1576
2021-03-28 17:12:18 +03:00
MikeBeaton
3ced5a4329 Input: Add KeySkipFirstDelay 2021-03-28 14:12:13 +01:00
Andrey1970AppleLife
ea25c33f93 Docs: Build pdf 2021-03-28 14:31:27 +03:00
MikeBeaton
e1f1c77de7 OCB: Add =/+ key as alternative 'set default' key 2021-03-28 10:03:22 +01:00
MikeBeaton
e7553ebc3b Docs: Update KeyForgetThreshold documentation 2021-03-28 09:38:08 +01:00
MikeBeaton
7a0c3c21c9 Docs: Document Zero key hotkey alias for Escape 2021-03-28 09:37:17 +01:00