Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
[wine] / dlls /
1999-01-24  Eric KohlFixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
1999-01-24  Eric KohlAdded WM_[G/S]ETFONT handling.
1999-01-24  Eric KohlAdded WM_COMMAND and WM_NOTIFY handling.
1999-01-24  Eric KohlFixed redraw bug for tracking tooltips.
1999-01-24  Eric KohlAdded some messages to the rebar control.
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1999-01-23  Marcus MeissnerImplemented ExtractIconEx16, added some consts to Extra...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.
1999-01-03  Juergen SchmiedNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer...
1999-01-03  Juergen SchmiedSHCloneSpecialIDList implemented.
1999-01-03  Juergen SchmiedShell_GetCachedImageIndex32[A|W] implemented.
1999-01-03  Andreas MohrSendASPI32Command32 has to be __cdecl.
1999-01-01  Alexandre JulliardUse proper system directory.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-26  Alex PriemIPaddress common control implementation. First try...
1998-12-25  Juergen SchmiedFixed the TEXT redefined warnings.
1998-12-24  Alex Priem- Tooltip support
1998-12-24  Juergen SchmiedNew stubs.
1998-12-24  Juergen SchmiedFixes crash when running without external shell32.dll.
1998-12-18  Andreas MohrMake the DOSASPI part use the excellent DPMI RMCB imple...
1998-12-18  Alex PriemPreliminary tooltip support.
1998-12-18  Juergen SchmiedSmall fixes.
1998-12-18  Juergen SchmiedStub Control_FillCache_RunDLL.
1998-12-18  Juergen SchmiedSHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
1998-12-18  Juergen SchmiedILAppend seems to work now.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-14  Juergen SchmiedSome cleanup.
1998-12-14  Juergen SchmiedSHMapPIDLToSystemImageListIndex try's to determine...
1998-12-14  Juergen SchmiedNew HCR_GetDefaultIcon (internal).
1998-12-14  Juergen SchmiedAdds the IPersistFile Interface to IShellLink[W] and...
1998-12-11  Alexandre JulliardAdded Makefile.
1998-12-11  Marcus MeissnerAdded RasEnumConnections stub.
1998-12-11  Juergen SchmiedBugfix in PathCombine32[A|W].
1998-12-11  Juergen SchmiedImplemented ILGetDisplayName.
1998-12-11  Juergen SchmiedStarted implementation of ShellExecuteEx32A.
1998-12-11  Juergen SchmiedMoved menu resources to rc-file.
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-10  Alex Priem* handle TVIF_TEXT by TREEVIEW_SetItem according to...
1998-12-10  Marcus MeissnerMissing parentheses added.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-07  Andreas MohrFixed a real mode problem.
1998-12-01  Juergen SchmiedNew functions ILGlobalClone/ILGlobalFree.
1998-12-01  Juergen SchmiedFixed wrong parameter count for SHChangeNotifyDeregiste...
1998-11-25  Juergen SchmiedMoved existing path - functions to shellpatch.c.
1998-11-25  Juergen SchmiedMoved existing IShellLink class. New stubs for IShellLinkW.
1998-11-22  Juergen SchmiedMany fixes.
1998-11-22  Juergen SchmiedNew function: _ILGetExtension.
1998-11-22  Juergen SchmiedNew file. HKEY_CLASSES_ROOT handling.
1998-11-22  Eric KohlAdded Unicode support (at least partially).
1998-11-22  Eric KohlAdded global subclassing atom, used by tooltips and...
1998-11-22  Eric KohlImproved layout code.
1998-11-22  Eric KohlFixed ImageList_LoadImage().
1998-11-22  Eric KohlAdded CMEM_SETITEM32A and message forwarding to combobox.
1998-11-22  Eric KohlFixed some undocumented function names and implemented...
1998-11-22  Marcus MeissnerPathAddBackshlash, PathRemoveBackslash: argument is...
1998-11-15  Juergen SchmiedCleanup, small fixes, a few new stubs.
1998-11-15  Juergen SchmiedHandling for listviewstyles, view mode buttons in filed...
1998-11-15  Juergen SchmiedNew file, wrapper for IShellBrowser class.
1998-11-15  Juergen SchmiedNew file, some helper functions for icon cache.
1998-11-15  Juergen SchmiedImplemented: ILIsEqal, ILFindChild, _ILGetFileDate...
1998-11-14  Juergen SchmiedStubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
1998-11-08  Eric KohlLittle improvement.
1998-11-08  Eric KohlAdded preliminary hit testing. Makes regedit.exe happy ;-)
1998-11-08  Eric KohlImproved documentation and fixed typos.
1998-11-08  Eric KohlAdded DrawStatusText32AW() and CreateStatusWindow32AW().
1998-11-08  Eric KohlImproved display and layout code.
1998-11-08  Eric KohlNew Files. Added 'date and time picker' and 'month...
1998-11-01  Marcus MeissnerErred in the bit macros in treeview.c. Shiftcounts...
1998-11-01  Marcus MeissnerAdded stubs for user32,advapi32 functions.
1998-11-01  Marcus MeissnerMore Nt* and Rtl* function stubs, moved ntdll.c to...
1998-10-31  Marcus MeissnerGets rid of the arch-dependent bit operations (tested...
1998-10-28  Juergen SchmiedNew SHGetSimpleIDListFromPath32AW.
1998-10-26  NF StevensA couple of TRACE messages are missing a newline at...
1998-10-25  Michael PooleStub for SHSimpleIDListFromPath.
1998-10-24  Eric KohlAdded xxx_Unregister() functions to all common controls.
1998-10-24  Eric KohlSome minor improvements and fixes.
1998-10-24  Eric KohlImproved the rebar control.
1998-10-24  Eric KohlAdded support for transparent and tracking tooltips.
1998-10-24  Juergen SchmiedChanged some string-shell32 functions to 32AW, paramete...
1998-10-22  Brian LitzingerFixes for FreeBSD.
1998-10-18  Alex PriemFurther improvements.
1998-10-17  Ove KaavenReduced huge (1GB) heap creation that caused Starcraft...
1998-10-17  Marcus MeissnerFixed some more missing WINAPIs (hopefully correct).
1998-10-16  Juergen SchmiedMany bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
1998-10-15  Marcus MeissnerAdded missing WINAPIs.
1998-10-13  Petter ReinholdtsenAdded stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQ...
1998-10-11  Patrik StridvallStarted the implementation of MSACM.DLL, MSACM32.DLL...
1998-10-11  Patrik StridvallStarted the implementation of IMAGEHLP.DLL.
1998-10-11  Patrik StridvallStarted the implementation of MSACM.DLL and MSACM32...
1998-10-11  Juergen SchmiedBugfixes, shellview uses DPA's now, IShellView_GetItemO...
1998-10-11  Juergen SchmiedNew stubs: SHGetFileInfo32W, ReadCabinetState, WriteCab...
1998-10-11  Juergen SchmiedImplemented first functions.
1998-10-11  Juergen SchmiedNew class IDLList "Item ID List List" (internal).
1998-10-11  David LuyerSmall fixes.
1998-10-11  Eric KohlSmall fixes.
1998-10-11  Eric KohlAdded SHFlushClipboard.
next