reactos/reactos/lib/user32/windows
David Welch 5f997bca7b 2002-06-18 David Welch <welch@whitehall1-5.seh.ox.ac.uk>
* tools/helper.mk: Make an import library a proper target
	depending on the .def file.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

	* subsys/win32k/ntuser/window.c (NtUserGetWindowLong): Began
	implementation.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

	* subsys/win32k/misc/object.c (ObmCreateHandle): Return the
	correct handle value.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

	* subsys/win32k/makefile: Make win32k depend on the file containing
	the service table.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

	* ntoskrnl/ke/i386/stkswitch.S (KeSwitchStackAndRet,
	KePushAndStackSwitchAndSysRet): Push one value only.
	* ntoskrnl/ps/w32call.c (NtCallbackReturn, NtW32Call): Moved
	these functions to a new file. Restore the old trap frame after
	returning from a callback.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

	* lib/user32/windows/message.c (CallWindowProcA, CallWindowProcW):
	Convert message to Unicode or ASCII if necessary.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

	* include/user32/callback.h: Added WM_CREATE and WM_NCCALCSIZE
	callbacks.
	* lib/user32/windows/window.c (User32SendCREATEMessageForKernel,
	User32SendNCCREATEMessageForKernel): Implemented.
	* subsys/win32k/ntuser/callback.c (W32kSendCREATEMessage):
	Implemented.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

	* include/structs.h: Added Unicode and ASCII versions of
	CREATESTRUCT.

svn path=/trunk/; revision=3118
2002-06-18 21:51:11 +00:00
..
accel.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
bitmap.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
class.c 2002-06-18 David Welch <welch@whitehall1-5.seh.ox.ac.uk> 2002-06-18 21:51:11 +00:00
clipboard.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
cursor.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
dc.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
defwnd.c 2002-06-18 David Welch <welch@whitehall1-5.seh.ox.ac.uk> 2002-06-18 21:51:11 +00:00
dialog.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
draw.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
font.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
hook.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
icon.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
input.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
mdi.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
menu.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
message.c 2002-06-18 David Welch <welch@whitehall1-5.seh.ox.ac.uk> 2002-06-18 21:51:11 +00:00
messagebox.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
paint.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
prop.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
rect.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
text.c Split up some stubs into their own files. 2002-06-13 20:36:40 +00:00
window.c 2002-06-18 David Welch <welch@whitehall1-5.seh.ox.ac.uk> 2002-06-18 21:51:11 +00:00