reactos/win32ss/gdi/ntgdi
Katayama Hirofumi MZ 0bfa0cd0d2
[NTGDI] Fix PatBlt with negative values (#6038)
When I am implementing the IME soft keyboard (#6021 and #6036),
I noticed an issue with PatBlt function.

- Fix the rectangle coordinates when the value was
  negative in NtGdiPatBlt function.
- Fix NC_DrawFrame function.
- Fix UserDrawWindowFrame function.

CORE-19334
2023-11-26 11:46:42 +09:00
..
arc.c
baseobj.hpp
bezier.c
bitblt.c [NTGDI] Fix PatBlt with negative values (#6038) 2023-11-26 11:46:42 +09:00
bitmaps.c [WIN32K] Add missing NULL checks 2022-08-04 16:15:24 +02:00
bitmaps.h
brush.cpp
brush.h [NTGDI][NTUSER][INCLUDE] Add 'See also:' comments for structures (#4872) 2022-11-12 20:27:50 +09:00
brush.hpp
cliprgn.c [WIN32SS] Use the DCFLAGS and DCTYPE flags defined in ntgdi/dc.h instead of the old ones in include/ntgdihdl.h 2022-03-19 17:26:09 +01:00
cliprgn.h
color.h
coord.c
coord.h
dc.h [NTGDI][NTUSER][INCLUDE] Add 'See also:' comments for structures (#4872) 2022-11-12 20:27:50 +09:00
dcattr.c
dclife.c [WIN32SS] Introduce the MDEVOBJ structure 2022-04-15 23:09:16 +02:00
dcobjs.c [WIN32SS] Use the DCFLAGS and DCTYPE flags defined in ntgdi/dc.h instead of the old ones in include/ntgdihdl.h 2022-03-19 17:26:09 +01:00
dcstate.c [WIN32SS] Use the DCFLAGS and DCTYPE flags defined in ntgdi/dc.h instead of the old ones in include/ntgdihdl.h 2022-03-19 17:26:09 +01:00
dcutil.c [WIN32SS] Use the DCFLAGS and DCTYPE flags defined in ntgdi/dc.h instead of the old ones in include/ntgdihdl.h 2022-03-19 17:26:09 +01:00
device.c [WIN32SS][NTDDRAW][NTGDI] Implement some DxEng* callbacks (#3638) 2022-06-01 00:58:35 +03:00
dib.h
dibobj.c [NTDDRAW][NTGDI][VGADDI] Add missing \n to DPRINT() calls (#5952) 2023-11-15 21:07:27 +01:00
drawing.c
fillshap.c
font.c
font.h [NTGDI][FREETYPE] lfWidth for GetTextMetrics and GetCharWidth (#4919) 2022-12-01 08:54:39 +09:00
freetype.c [NTOSKRNL][NTGDI] Formatting addendum, no functional change 2023-08-01 22:32:25 +02:00
gdibatch.c
gdidbg.c [WIN32K:NTUSER] Implement security infrastructure for NTUSER component 2022-05-06 10:09:48 +02:00
gdidebug.h
gdikdbgext.c
gdiobj.c
gdiobj.h
gdipool.c [REACTOS] Fix typos in comments (#5591) 2023-08-22 16:20:29 +03:00
icm.c
init.c [NTGDI][NTUSER] Load DirectX graphics driver at system startup (#4551) 2023-06-11 13:44:56 +02:00
intgdi.h
line.c
metafile.c
misc.h [NTGDI][NTUSER] Load DirectX graphics driver at system startup (#4551) 2023-06-11 13:44:56 +02:00
paint.h
palette.c [WIN32SS] Use GDI_HANDLE_* macros for readability (#4797) 2022-10-26 02:17:01 +02:00
palette.h
path.c [WIN32K:NTGDI] PATH_PathToRegion(): Update documentation (#4941) 2022-12-22 01:27:51 +01:00
path.h
pen.c
pen.h
polyfill.c
print.c
rect.c
rect.h
region.c [NTDDRAW][NTGDI][VGADDI] Add missing \n to DPRINT() calls (#5952) 2023-11-15 21:07:27 +01:00
region.h
stockobj.c
text.c
text.h
wingl.c
xformobj.c
xformobj.h