reactos/win32ss/user/ntuser
2023-04-17 07:55:07 +02:00
..
misc [BOOTDATA][NTUSER] Add UserIsIMMEnabled and use it (#4882) 2022-11-15 17:10:06 +09:00
accelerator.c
accelerator.h
callback.c [NTUSER][USER32][IMM32] Initialize pKL->piiex by using ImmLoadLayout (#4645) 2022-09-05 08:34:00 +09:00
callback.h [NTUSER][USER32][IMM32] Initialize pKL->piiex by using ImmLoadLayout (#4645) 2022-09-05 08:34:00 +09:00
callproc.c
caret.c [NTUSER] Add 'Win:' comments to co_UserHideCaret and co_UserShowCaret 2023-02-14 10:57:25 +09:00
caret.h
class.c
class.h
clipboard.c
clipboard.h
console.c
csr.c
csr.h
cursoricon.c
cursoricon.h
dce.h
dde.c
defwnd.c [NTUSER] Fix BSOD 0x1E nullptr deref CORE-18899 (#5212) 2023-04-02 23:27:42 +09:00
desktop.c [WIN32K] Add some NULL checks for THREADINFO::rpdesk 2023-01-04 10:32:28 +01:00
desktop.h [WIN32K:NTUSER] Implement security infrastructure for NTUSER component 2022-05-06 10:09:48 +02:00
display.c [WIN32SS:USER] Remove assignation of gpPrimaryGraphicsDevice (already done in EngpUpdateGraphicsDeviceList) 2023-04-17 07:55:07 +02:00
display.h [WIN32SS:NTUSER] Extract InitVideo() prototype and gbBaseVideo variable to header 2022-11-15 23:15:26 +01:00
draw.c [NTUSER][USER32] Classic Theme: disabled "checked" checkboxes should be grey (#4874) 2022-11-14 00:01:29 +01:00
event.c [NTUSER] Fix BSOD 0x1E nullptr deref CORE-18899 (#5212) 2023-04-02 23:27:42 +09:00
focus.c [NTUSER] Fix SetActiveWindow return value 2022-12-04 08:58:34 +09:00
focus.h
ghost.c
ghost.h
guicheck.c
guicheck.h
hook.c [NTUSER] Fix BSOD 0x1E nullptr deref CORE-18899 (#5212) 2023-04-02 23:27:42 +09:00
hook.h
hotkey.c [NTUSER] Add 'Win:' comments around IntDefWindowProc 2022-11-10 15:59:52 +09:00
hotkey.h
ime.c [NTUSER] ime.c: Add parameter to ERR(...) 2023-03-21 07:21:31 +09:00
input.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
input.h
kbdlayout.c [NTUSER] IntImmActivateLayout: Set CI_IMMACTIVATE if not pImeWnd (#5231) 2023-04-09 15:19:47 +09:00
keyboard.c [WIN32K:NTUSER] Fix parameter check in NtUserGetAsyncKeyState. CORE-18124 2022-10-30 10:46:33 -04:00
layered.c
main.c [NTUSER] Add 'Win:' comment to InitThreadCallback 2022-10-29 14:08:15 +09:00
menu.c [NTUSER][USER32] Improve DrawFrameControl:DFC_MENU and DFC_BUTTON (#4783) 2022-10-17 13:28:56 +09:00
menu.h
message.c
metric.c [BOOTDATA][NTUSER] Add UserIsIMMEnabled and use it (#4882) 2022-11-15 17:10:06 +09:00
misc.c [NTUSER][USER32] Implement ImeWnd_OnImeNotify (#4457) 2022-04-19 07:48:16 +09:00
mmcopy.h
monitor.c
monitor.h
mouse.c
msgqueue.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
msgqueue.h
nonclient.c [NTUSER] Optimize Window Snap Disabling (#5061) 2023-02-16 19:33:37 +01:00
ntstubs.c
ntuser.c [WIN32SS:NTUSER] Extract InitVideo() prototype and gbBaseVideo variable to header 2022-11-15 23:15:26 +01:00
ntuser.h [IMM32] s/Imm32IsCiceroMode/IS_CICERO_MODE/ 2022-09-08 09:40:50 +09:00
object.c [WIN32SS] Fix CF_DIB format not being saved to clipboard on Print Screen key (#3265) 2022-05-05 17:54:15 +02:00
object.h [NTUSER] Do assignment lock pti->spDefaultImc (#4456) 2022-04-18 08:23:18 +09:00
painting.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
painting.h
prop.c
prop.h
scroll.h
scrollbar.c [NTUSER] Scrollbar.c pure whitespace fixes 2023-03-12 10:34:50 +01:00
scrollex.c
security.c [WIN32K:NTUSER] Assign a security descriptor when parsing the desktop object 2022-05-08 20:16:15 +02:00
security.h [WIN32K:NTUSER] Assign a security descriptor when parsing the desktop object 2022-05-08 20:16:15 +02:00
session.c
shutdown.c
shutdown.h
simplecall.c [NTUSER] Implement IntCheckImeShowStatusInThread 2022-11-17 10:27:12 +09:00
sysparams.c [NTUSER] Allow Window Snap to be disabled (#5014) 2023-02-01 18:13:32 +09:00
sysparams.h
tags.h [WIN32SS] Introduce the MDEVOBJ structure 2022-04-15 23:09:16 +02:00
timer.c
timer.h
useratom.c
useratom.h
userfuncs.h [BOOTDATA][NTUSER] Add UserIsIMMEnabled and use it (#4882) 2022-11-15 17:10:06 +09:00
usrheap.c
usrheap.h
vis.c
vis.h
win32.h [NTGDI][NTUSER][INCLUDE] Add 'See also:' comments for structures (#4872) 2022-11-12 20:27:50 +09:00
win32kdebug.h [WIN32K:NTUSER] Implement security infrastructure for NTUSER component 2022-05-06 10:09:48 +02:00
windc.c [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
window.c [NTUSER] co_UserDestroyWindow: Validate window before destroying it (#5054) 2023-04-12 22:20:46 +02:00
window.h [NTUSER] Allow Window Snap to be disabled (#5014) 2023-02-01 18:13:32 +09:00
winpos.c [NTUSER] Send WM_IME_SYSTEM:IMS_UPDATEIMEUI (#5075) 2023-02-22 08:35:55 +09:00
winpos.h
winsta.c [NTUSER] KLF_UNLOAD flag of NtUserGetKeyboardLayoutList (#4592) 2022-08-03 12:45:10 +09:00
winsta.h [NTUSER] KLF_UNLOAD flag of NtUserGetKeyboardLayoutList (#4592) 2022-08-03 12:45:10 +09:00