Made all 16<->32 HWND conversions use explicit functions instead of
[wine] / dlls / user / Makefile.in
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-09  Eric Pouech- implemented correctly the HSZ as local atoms and...
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-06-22  Eric PouechMerge from Corel tree. Contributors are:
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-06  Alexandre JulliardAdded missing dependency for 16-bit resource files.
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-28  Matthew ClarkeDon't assume we are building in the source tree, but...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-08-06  Alexandre JulliardLink USER resources into libuser.so.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-24  Alexandre JulliardSplit bidi16.c and network.c out of misc/ into their...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-13  Bertho Stultiens- Bugfix: Corrected "off by one" error in the linenumbe...
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-05-14  Dimitrie O. PaunMoved DDEML into dlls/user.
2000-04-28  Alexandre JulliardAdded libkeyboard.so creation.
2000-03-25  Alexandre JulliardAdded missing keyboard.spec.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.