Ownerdata listviews were not clearing previously selected items when a
[wine] / dlls / user /
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-27  Alexandre JulliardAdded entry for PrivateExtractIconsA.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
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-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-08  Alexandre JulliardRemoved .s files.
2000-11-06  Alexandre JulliardAdded missing dependency for 16-bit resource files.
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-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-28  Matthew ClarkeDon't assume we are building in the source tree, but...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
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-10-23  Alexandre JulliardMoved all USER resources to new dlls/user/resources...
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-22  Marcus MeissnerAdded two checks for out of range pointer accesses.
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-10-15  Rein KlazesLoadStringA inserts terminating null in the buffer...
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-10-12  Francois GougetFix the parameter types and comments of the DDElParam...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-09-22  Susan FarleyAdded support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and...
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-08-26  Andreas MohrDon't make DDEML mutexes global any more.
2000-08-25  Alexandre JulliardFixed a couple of WINAPI issues with 16-bit spec files...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Marcus MeissnerFixed CharNextW.
2000-08-06  Alexandre JulliardLink USER resources into libuser.so.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-03  Marcus MeissnerGetPropA/W have string args.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-15  Peter GantenStubs for CreateDesktopA and EnumDesktopWindows.
2000-07-10  Marcus MeissnerStub for RegisterDeviceNotificationA.
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-24  Alexandre JulliardSplit bidi16.c and network.c out of misc/ into their...
2000-06-23  Andreas MohrAdded more ordinals to KERNEL, GDI, USER and system...
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-05-07  Alexandre JulliardCleaned up local heap initialisation.
2000-04-28  Alexandre JulliardAdded libkeyboard.so creation.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
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.