Commit Graph

27 Commits

Author SHA1 Message Date
snowie2000
0bbafc1215 properly detach process for easyhook static lib 2024-09-09 15:18:59 +08:00
snowie2000
ebb860e993 update to conform changes made by freetype 2024-08-15 14:39:32 +08:00
snowie2000
20e2b100ef fixed some bugs with detours. 2023-08-22 17:48:13 +08:00
snowie2000
9f2f97f1ec compatible with detours 32/64 now. 2023-08-21 15:59:22 +08:00
snowie2000
c8300ea504 attempting to support static linking to easyhook 2023-07-27 17:46:29 +08:00
snowie2000
baf472af23 added an optimization that only hook font creation APIs when font Substitution is used. 2022-11-30 17:02:45 +08:00
snowie2000
16564ba8e2 implemented a new way of IPC, reserved for new tuner. 2022-07-18 17:53:24 +08:00
namazso
cc82d3a2bb manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
namazso
412be722a4 fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
namazso
98f62cb4b1 uniformize line endings 2020-12-06 08:59:02 +01:00
snowie2000
ad6bd39baf revert back to easyhk* solution as easyhook* is completely blocked by Chrome 81+ even if its original name is not easyhook* 2020-04-23 13:26:16 +08:00
namazso
65cb2f9d8d fix encoding that i broke 2020-04-12 10:11:28 +02:00
namazso
0c7007845b Get everything build with latest toolkits, simplify build process 2020-04-12 09:55:53 +02:00
wzv5
fa1bacac7d
fix crash when initialization failed
because of early return, some resources will be released incorrectly when unload the dll.
2019-06-24 15:07:43 +08:00
snowie2000
ee408d5064 Implemented Include feature
Better compatibility for Windows 8/8.1, fixed issue #522
2019-05-08 17:32:31 +08:00
git
b6821dfcfc little changes to support UWP better. 2018-11-07 14:43:11 +08:00
git
7520232cbd Hmm, I'd like to keep the commit content secret.
This commit makes mactype uncompilable with standard FreeType.
2018-11-07 14:42:23 +08:00
git
6fce9a2fff Infinality patch support (with custom FT_Env calls) 2018-08-02 11:07:50 +08:00
MacType
d709dd7a27 Delay load easyhook so that no path is required. 2016-09-28 15:49:18 +08:00
MacType
38681008a1 version updated
removed old freetype files
add some code to avoid a vs2015 DllMain bug which will call dllmain with reason_process_detach multiple times.
2016-09-22 19:47:49 +08:00
MacType
2c1f8cf05c add missing files
change wow64ext to static lib.
2016-09-08 14:13:00 +08:00
MacType
be4393ff65 fixed some bugs with PVS
added MinHeight params to simulate DPI aware
added support for hooking x64 child processes spawned from wow64 processes.
2016-09-08 13:45:52 +08:00
MacType
5320ef44b0 add eventlogger (not enabled)
add process interactive detection to prevent stucking at boot in some system. (mainly windows 10)
2016-09-02 15:30:58 +08:00
MacType
8a7f4977cd fixed issue that caused windows7 to stuck at boot when dw tweak is on.
fixed issue that caused edge to lag/crash
2016-09-01 14:59:16 +08:00
MacType
28187cbe48 Support more recent version of DirectWrite/D2D
Fix a bug that will crash program in certain cases.
version info updated.
2016-08-30 15:54:05 +08:00
MacType
54f5576792 add directwrite/direct2d tweak support.
better windows version detection.
2016-08-12 10:14:45 +08:00
MacType
07a1eee62c Initial release. Some files may missing, please report.
Dependency not included.

Deps: EasyHook, FreeType
2016-05-30 17:12:15 +08:00