Remove unnecessary WNDPROC casts.
[wine] / dlls /
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-11-06  Gerald PfeiferFix format string in WSAAddressToStringA().
2004-11-06  Robert ShearmanImplement TBN_RESTORE notification.
2004-11-04  Michael JungImplemented a substantial part of rsaenh.dll.
2004-11-04  Dmitry TimoshkovAdd unix locale to code page mapping for ISO-8859-16.
2004-11-04  Hans LeidekkerImplement WSAAddressToString{A,W}.
2004-11-04  Aric StewartImplemented InternetGetConnectedStateExA.
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-11-04  Aric StewartImplementation of PathCleanupSpec.
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-11-03  Tony LambregtsFix up init_fp test for freopen.
2004-11-03  Aric StewartHandle 3 more custom action types
2004-11-03  Jakob ErikssonAllocateAndInitializeSid does not work on Win98.
2004-11-03  Hans LeidekkerImprove {Uninstall,Install}ColorProfile{A,W}.
2004-11-03  Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-11-02  Jeremy WhiteTune the behavior of Sleep() and Waitxxx() to more...
2004-11-02  Jeremy WhiteThe Sleep(0) in this loop is incorrect, and should...
2004-11-02  Huw DaviesScale the patterns so that they're rendered at 300dpi.
2004-11-02  Stefan DösingerAdded WSAAddressToStringA/W stubs.
2004-11-02  Vitaly LipatovAdded MSK timezone info.
2004-11-02  Hans LeidekkerMake sure we match output of Win2k protocol enumeration...
2004-11-02  Michael JungAdded CET timezone info.
2004-11-02  Michael Kaufmann- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
2004-11-02  Fabrice MénardCheck the type of error returned by SHCreateDirectoryExW.
2004-11-02  Roger OlsonAdd Pacific Standard Time (PST) to TZ_INFO.
2004-11-01  Mike McCormackDownload the Mozilla Active X control on demand.
2004-11-01  Hans LeidekkerFill WSAPROTOCOL_INFO structures instead of PROTOCOL_IN...
2004-11-01  Dmitry TimoshkovConvert NativeFont control to unicode, use hbrBackgroun...
2004-11-01  Dmitry TimoshkovAdd simple implementation of advpack.DoInfInstall.
2004-11-01  Dmitry TimoshkovDo not retrieve infoPtr twice in ToolbarWindowProc...
2004-11-01  Michael JungCryptGetUserKey: Set return key handle to zero in case...
2004-11-01  Dimitrie O. PaunSend notification messages in the format dictated by
2004-11-01  Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-10-30  Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-10-30  Ivan Leo PuotiRemove DS_SYSMODAL from msgbox resource.
2004-10-30  Francois GougetAdd support for REG_EXPAND_SZ in set_registry_variables().
2004-10-30  Francois Gouget#ifdef out the tests if compiling with the Platform...
2004-10-30  Francois GougetMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in...
2004-10-29  Ulrich CzekallaAdd stubs for EnumPrintProcessorsAW.
2004-10-29  Rein Klazes- Simplify the calculation in TIME_DaylightCompareDate;
2004-10-29  Dmitry TimoshkovClean up user32/input.c test, remove the wrong assumpti...
2004-10-28  Torbjörn AnderssonFixed size check in GetDeviceData.
2004-10-28  Jakob ErikssonSupposedly fix http test on Windows.
2004-10-28  Rein KlazesIn VOLUME_ReadFATSuperblock:
2004-10-28  Rolf KalbermatterUse SHCreateDirectoryEx function instead of doing expli...
2004-10-28  Rolf KalbermatterAdd test for SHCreateDirectoryEx function.
2004-10-27  Alexandre JulliardUse correct type instead of void* in item linked list.
2004-10-27  Fabrice MénardSome French translations added.
2004-10-27  Rein Klazes- Reordered some code from the existing helper _GetTime...
2004-10-27  Rolf KalbermatterFix bad memory allocation for unicode buffer.
2004-10-27  Stefan LeichterFixed GetAcceptLanguagesA tests for Win98.
2004-10-27  Dmitry TimoshkovFlush pending messages before testing painting message...
2004-10-27  Rein KlazesIn MSVCRT_localtime() return tm_isdst = 0 when there...
2004-10-27  Juan Lang_SHExpandEnvironmentStrings should return input string...
2004-10-27  Dimitrie O. PaunUse typesafe signature where possible.
2004-10-27  Dimitrie O. PaunRename STATUSWINDOWINFO to STATUS_INFO, for consistency...
2004-10-27  Dimitrie O. PaunMinor cleanups.
2004-10-27  Dimitrie O. PaunUse Unicode functions where possible.
2004-10-27  Mike McCormackAdd stub implementations for LaunchINFSection(Ex).
2004-10-27  Michael JungCryptCreateHash: Set returned hash handle to zero in...
2004-10-27  Ge van GeldorpUse only one .res file.
2004-10-27  Kevin KoltzauAdd stretching support to AlphaBlend.
2004-10-26  Robert ReifSplit up audio.c into three separate .c files:
2004-10-26  Mike McCormackAdd some tests for time conversion functions.
2004-10-26  Dimitrie O. PaunMove the hwnd self into the listbox LB_DESCR struct.
2004-10-26  Robert Reifwin 9x doesn't always support waveOutGetDevCapsW so...
2004-10-26  Dmitry TimoshkovMake button return exactly the same dialog codes as...
2004-10-26  Juan LangUpdate shell32's version to WinXP level.
2004-10-26  Robert ReifVerifyCertification is not always implemented.
2004-10-26  Alexandre JulliardConvert CommConfigDialog to Unicode.
2004-10-26  Thorsten KaniUse address of tab_item.extra when building drawitemstruct.
2004-10-26  Juan LangFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
2004-10-26  Mike McCormackSERIALUI: convert to Unicode.
2004-10-26  Rein KlazesCorrectly use the return value of GetTimeZoneInformation.
2004-10-26  Dimitrie O. PaunImplement proper GWL_STYLE handling, proper reaction...
2004-10-25  Juan LangAvoid copying invalid data on error.
2004-10-25  Dimitrie O. PaunUse proper types/names in all cases. Fix some indentation.
2004-10-25  Rein KlazesCorrectly use the returned value from GetTimeZoneInform...
2004-10-25  Dmitry Timoshkov- Remove bogus use of nStatCounter and hOleAut32 in...
2004-10-25  Dimitrie O. PaunUse only Unicode functions, it makes it easier to see...
2004-10-25  Eric Pouech- fixed the way length of msvcrt runtime info is passed
2004-10-25  Robert ReifDon't consider no driver a test failure.
2004-10-25  Robert ReifDon't consider a device in use a failure.
2004-10-25  Sami AarioCheck the return value of the SHGetDesktopFolder call.
2004-10-25  Robert Shearman- Don't fill in any more information than native does...
2004-10-25  Robert Shearman- Don't leak memory when an app sends TTM_SETTITLE...
2004-10-25  Juan LangUse shell32 to get the user profile dir.
2004-10-25  Juan LangUpdate comment for LsaOpenPolicy.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-22  Alexandre JulliardConverted more of the (Un)RegisterTypeLib code to Unicode.
2004-10-22  Aric StewartDon't reregister ProgIds over and over, also write...
2004-10-22  Stefan LeichterFixed GetModuleBaseNameA tests for WinXP.
2004-10-22  Mike McCormackUse Unicode functions in RegisterTypeLib.
2004-10-22  Alexandre JulliardVK_0-9 and VK_A-Z are not defined in the Windows header...
2004-10-22  Alexandre JulliardAvoid copying invalid data on error.
2004-10-22  Francois GougetFix the function pointer declarations so MSVC likes...
2004-10-22  Francois GougetFlesh out the icm.h header (add COLORMATCHSETUP & co...
2004-10-22  Francois GougetThere is no point making '--register' functions stdcall...
2004-10-22  Stefan LeichterFixed GetAcceptLanguagesA tests for WinXP.
next