reactos/win32ss
James Tabor d57f7becc3 [Win32SS] Add TextOut to GDI Batch
Add fix ups to PolyPatBlt and freetype.
TextOut supports 580 characters w/o Dx and Dx at a max of 193 characters
with Dx*1, both if offset is 0.

Noticed a lot of over drawing with start menu from ComCtl32 SB_SETTEXT
going through User32 DrawText/Worker ExtTextOutW. Explain why it might
be slowing down.

If issues arise, commenting out lines in win32ss/include/gdi32p.h can
help.

Example:
else if (Cmd == GdiBCTextOut) cjSize = 0;//sizeof(GDIBSTEXTOUT); <----
this one most of all.
 else if (Cmd == GdiBCExtTextOut) cjSize = 0;//sizeof(GDIBSEXTTEXTOUT);

Test results:
https://reactos.org/testman/compare.php?ids=66260,66262
2019-03-08 22:21:41 -06:00
..
drivers [VGA_NEW] Fix 64 bit issues 2019-03-04 21:58:42 +01:00
gdi [Win32SS] Add TextOut to GDI Batch 2019-03-08 22:21:41 -06:00
include [Win32SS] Add TextOut to GDI Batch 2019-03-08 22:21:41 -06:00
printing [WINSPOOL] Semi implement DocumentPropertiesW 2019-01-06 21:07:27 +01:00
reactx [DXG] Fix 64 bit build 2019-03-04 21:58:42 +01:00
user [WIN32K:NTUSER] Do not try to reposition an off-screen menu as if it were a popup menu 2019-02-16 15:45:46 +01:00
CMakeLists.txt [WIN32SS] Add IntGoGhost function (stub) (#1081) 2018-12-01 20:59:07 +09:00
napi.h
pch.h
sys-stubs.S
w32ksvc.db
w32ksvc.h
win32k.h
win32k.rc
win32k.spec
win32kp.h [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00