Implemented NtQueryObject and NtSetInformationObject for the
[wine] / dlls / user / user32.spec
2003-05-19  Mike McCormackImplemented BroadcastSystemMessageW.
2003-05-13  Mike McCormackImplemented SetMessageExtraInfo.
2003-05-12  Alexandre JulliardCommented out the new win98 exports, they are causing...
2003-05-02  Andreas MohrAdded missing Win98 user32.dll function exports entries.
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-01-13  Robert ShearmanAlignRects stub.
2003-01-02  Dmitry TimoshkovAdded ctl3d, ctl3dv2 and ctl3d32 API implementations.
2002-12-10  Rolf Kalbermatter- Modify ICO_ExtractIconExW to:
2002-12-03  Rolf KalbermatterModify PrivateExtractIcons{AW} to match better current...
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-25  Alexandre JulliardInstall the shell hook as a 32-bit hook.
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-10  Steve LustbaderProvide a stub for GetComboBoxInfo.
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-20  Dimitrie O. PaunHave USER deal with the caret when scrolling a window.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-28  Per NystromImplemented GetCursorInfo.
2002-08-16  Aric StewartAdded BroadcastSystemMessageA.
2002-07-10  Jon GriffithsStubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-04  Alexandre JulliardDuplicated wsprintf implementation in shlwapi.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-12  Alexandre JulliardUpdated debug channels.
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-10-08  Alexandre JulliardRenamed USER_Init into UserClientDllInitialize.
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-09  Eric Pouech- implemented correctly the HSZ as local atoms and...
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-22  Eric PouechMerge from Corel tree. Contributors are:
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-06  Bobby BinghamStub implementation of AnimateWindow().
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-03-20  Eric KohlAdded stubs for GetWindowsModuleFileName[A/W].
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-01-15  Alexandre JulliardUpdated debug channels.
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  Alexandre JulliardExport a few 16-bit functions needed by higher-level...
2000-11-27  Alexandre JulliardAdded entry for PrivateExtractIconsA.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Alexandre JulliardFixed typos.
2000-11-25  Ove KaavenImplemented Win16 behaviour of DDL_DRIVES in DlgDirList.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-01  Patrik StridvallFixed issue found by winapi_check.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-03  Marcus MeissnerGetPropA/W have string args.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-15  Peter GantenStubs for CreateDesktopA and EnumDesktopWindows.
2000-07-10  Marcus MeissnerStub for RegisterDeviceNotificationA.
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.