reactos/reactos/subsystems/win32/win32k/ntuser
James Tabor b96f3f2222 - Implement support for HWND_MESSAGE. Need full testing!
svn path=/trunk/; revision=41963
2009-07-15 05:33:21 +00:00
..
accelerator.c - Fix NtUserCopyAcceleratorTable and NtUserCreateAcceleratorTable (ported from Wine). This is fixed 5 wine resources tests 2009-01-08 19:35:29 +00:00
callback.c - Add more vista types. Added another window message type, based on winproc.c. Added two vista prototypes for ntuser. 2009-07-01 17:19:16 +00:00
callproc.c - Move W32PROCESSINFO to PROCESSINFO. 2009-03-30 05:45:08 +00:00
caret.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
class.c - Implement support for HWND_MESSAGE. Need full testing! 2009-07-15 05:33:21 +00:00
clipboard.c - IntEmptyClipboardData: Check before freeing a potential null pointer 2009-05-27 16:39:24 +00:00
csr.c This actually used to work due to the work csrss does setting up low memory 2009-01-16 21:03:10 +00:00
cursoricon.c More monochrome icon handling fixes in CreateIcon and CreateCursorIconHandle, fixes two cursoricon winetests 2009-04-15 16:00:22 +00:00
defwnd.c - Implement the client shutdown procedure. Tested with wine user32 msg undocumented 0x3B tests. Wine tests: msg: 6175 tests executed (0 marked as todo, 937 failures), 5 skipped. 2009-07-05 02:21:35 +00:00
desktop.c - Implement support for HWND_MESSAGE. Need full testing! 2009-07-15 05:33:21 +00:00
display.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
event.c - Add more vista types. Added another window message type, based on winproc.c. Added two vista prototypes for ntuser. 2009-07-01 17:19:16 +00:00
focus.c - Add more hooks, where wine has them placed. Fixed user32 hooks for win32k. 2009-06-28 03:02:15 +00:00
guicheck.c - Update W32PROCESS and related code. 2009-03-30 03:56:53 +00:00
hook.c - Updates and changes to, with one add on and removal: MenuWindowProc (Not supported in kernel space), PopupMenuWndProcA, PostMessage, SendNotifyMessage and win32k hook debugs. 2009-07-04 16:31:11 +00:00
hotkey.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
input.c Rewrite (NtUser)SystemParametersInfo and related. 2009-06-25 02:43:38 +00:00
kbdlayout.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
keyboard.c - Fix NtUserVkKeyScanEx to support current thread keyboard layout or use the one provided by handle. See bug report 4269 and the related bug report 4272. 2009-05-22 01:35:48 +00:00
menu.c IntIsMenu() removed - use UserGetMenuObject() instead 2009-07-02 22:28:58 +00:00
message.c - NtUserMessageCall: Fix probe-and-capture for the FNID_BROADCASTSYSTEMMESSAGE case -- win32k must copy user mode buffers to safe memory before reading from them (or wrap the operations in SEH). Copy the buffer to the stack as it is small. 2009-07-08 20:41:58 +00:00
metric.c Update SERVERINFO, PFNCLIENT, PFNCLIENTWORKER to Windows 7 version, add OEMBITMAPINFO, DPISERVERINFO, PERUSERSERVERINFO 2009-06-27 23:33:57 +00:00
misc.c Rewrite (NtUser)SystemParametersInfo and related. 2009-06-25 02:43:38 +00:00
monitor.c Rename GDIDEVICE to PDEVOBJ. Is seems ms uses both PDEV and PDEVOBJ, whith the latter being the C++ representation. But we don't use C++ and PDEVOBJ seems to be a more appropriate name, as PDEV is often used by display drivers. 2009-03-20 18:02:55 +00:00
msgqueue.c - Use PWINDOW_OBJECT instead HWND in PostTimerMessages, IntGetPaintMessage, co_MsqTranslateMouseMessage, co_MsqPeekHardwareMessage, co_MsqFindMessage, co_MsqWaitForNewMessages, MsqGetTimerMessage, MsqGetFirstTimerExpiry, co_IntPeekMessage 2009-07-03 09:37:44 +00:00
ntstubs.c - Implement NtUserInitializeClientPfnArrays, tested and will be needed in later commits. 2009-07-13 03:37:00 +00:00
ntuser.c - Add initialization of system atoms and fix build. 2009-07-13 03:49:58 +00:00
object.c fix jim's copypasta 2009-01-14 07:09:25 +00:00
painting.c If exception occurs, leave critical section. Bug #4431. 2009-07-05 14:08:10 +00:00
prop.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
scrollbar.c win32k RECT/RECTL issues: 2009-03-19 01:42:34 +00:00
session.c set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
simplecall.c - Remove ntuser syscolor functions from win32k (NtUserCallTwoParam) 2009-06-29 03:36:31 +00:00
sysparams.c Update SERVERINFO, PFNCLIENT, PFNCLIENTWORKER to Windows 7 version, add OEMBITMAPINFO, DPISERVERINFO, PERUSERSERVERINFO 2009-06-27 23:33:57 +00:00
timer.c - Use PWINDOW_OBJECT instead HWND in PostTimerMessages, IntGetPaintMessage, co_MsqTranslateMouseMessage, co_MsqPeekHardwareMessage, co_MsqFindMessage, co_MsqWaitForNewMessages, MsqGetTimerMessage, MsqGetFirstTimerExpiry, co_IntPeekMessage 2009-07-03 09:37:44 +00:00
useratom.c - Implement support function adding global atoms in win32k. 2009-06-30 19:12:02 +00:00
vis.c - More Window Threads issues. Need to finish the window object rewrite! 2009-07-03 08:03:56 +00:00
windc.c - Hax-implement NtGdiSetPixelFormat and add a support function UserGethWnd with some code cleanup. 2009-06-02 06:50:36 +00:00
window.c - Implement support for HWND_MESSAGE. Need full testing! 2009-07-15 05:33:21 +00:00
winpos.c - Implement support for HWND_MESSAGE. Need full testing! 2009-07-15 05:33:21 +00:00
winsta.c Update SERVERINFO, PFNCLIENT, PFNCLIENTWORKER to Windows 7 version, add OEMBITMAPINFO, DPISERVERINFO, PERUSERSERVERINFO 2009-06-27 23:33:57 +00:00