[NTGDI][FREETYPE] Introduce font look-up cache (#8641) Text rendering speed is justice! Font search is heavy operation. Adding cache to it is rational. JIRA issue: CORE-19898 - Define FONT_LOOKUP_CACHE structure. - Add s_FontLookupCacheList global variable to save cache. - Use cache in FontLink_PrepareFontInfo and TextIntRealizeFont. [DH] win32ss/gdi/ntgdi/freetype.c
[VIDEOPRT] VideoPortVerifyAccessRanges: Fix use after free (#8648) Fixes a crash when booting with special pool enabled Addendum to 0511e9d869fc8921dffbff2007e28d5cfdafd40c [DH] win32ss/drivers/videoprt/resource.c
[USER32][COMCTL32] EDIT control: Use ImmIsIME instead of IS_IME_HKL (#8652) Prepare to support CTF IMEs. The IS_IME_HKL macro cannot detect CTF IME. JIRA issue: CORE-1926 - Use ImmIsIME instead of IS_IME_HKL to check whether the keyboard is IME. [DH] dll/win32/comctl32/edit.c [DH] win32ss/user/user32/controls/edit.c