Winspool expects NULLs to be preserved in ascii to unicode
[wine] / dlls / user / msg16.c
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-05-20  Andreas MohrBetter error messages.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.