Fixed background redrawing when control is covered. Fixed a really
[wine] / dlls /
2000-07-08  Chris MorganFixed background redrawing when control is covered...
2000-07-08  Marcus MeissnerRemoved another bad assert and two no longer needed...
2000-06-25  Marcus MeissnerReturn "no debugger attached" in NtQueryInformationProc...
2000-06-25  Eric PouechFixed crash when lpTemplateName is gotten from MAKEINTR...
2000-06-25  Marcus MeissnerFixed two asserts in Blt().
2000-06-25  Gerald PfeiferProperly cast arguments to printf to match the intended...
2000-06-25  Eric PouechSeveral fixes spotted by Corel (Jean-Claude Batista...
2000-06-25  Mike McCormackAdd workarounds for null strings in TOOLBAR_InsertButto...
2000-06-24  Eric PouechCleaned up loading/init code in OSS.
2000-06-24  Eric PouechA few missing console stubs.
2000-06-24  Eric PouechFixed animation loading for RLE encoding.
2000-06-24  Juergen Schmied- removed hack to find the right resource
2000-06-24  Juergen Schmied- fixed reported bugs
2000-06-24  Andreas MohrCallProcEx32W should be named _CallProcEx32W.
2000-06-24  Juergen Schmied- many new Path* stubs
2000-06-24  Ove KaavenImplemented the DirectSound HAL in winmm's wineoss...
2000-06-24  Ove KaavenImplemented the DirectSound HAL mode for DMA primary...
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-24  Gerald PfeiferAdded missing #include <math.h>.
2000-06-24  Marcus MeissnerCreate xlib ddsurfaces with correct reference counts.
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-23  Peter Ganten_common_depth_to_pixelformat() returns -1 and not zero...
2000-06-23  Dave HawkesAvoid gratuitously changing the ZORDER.
2000-06-23  Marcus MeissnerUse correct bpp for the X side of the surface XImages.
2000-06-23  Marcus MeissnerDump FourCC correctly, print conversion messages, add...
2000-06-23  Marcus MeissnerRestrict nTimeout to 0-32767, since it is a 16bit value...
2000-06-23  Dave HawkesException handling for SIGFPE must always clear the...
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-23  Patrik StridvallFixed some issues found by winapi_check.
2000-06-23  Patrik StridvallFixed some warnings.
2000-06-23  Ove KaavenRestructure DirectSound. Remove dsound thread, use...
2000-06-23  Francois GougetMerged DeviceCapabilities and DeviceCapabilitiesA.
2000-06-23  Francois GougetMerged MCIWndCreate and MCIWndCreateA.
2000-06-23  Huw D M DaviesCLSIDFromString apparently also accepts ProgIDs as...
2000-06-20  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-20  Noomen HamzaOleConvertOLESTREAMToIStorage fails (returns REGDB_E_CL...
2000-06-20  Gerald PfeiferFixed format strings.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-20  Ove KaavenFixed WHDR_DONE race condition.
2000-06-20  Huw D M DaviesImplemented StrCatBuff.
2000-06-20  Gerard PatelProtect against programs creating parts with negative...
2000-06-18  Stephane Lussier- Fixed a memory corruption in safe arrays when using...
2000-06-18  Francois GougetAdded some missing prototypes.
2000-06-18  James HathewayCreated an initial Winsock 2 (ws2_32) DLL. Makes use...
2000-06-18  Eric PouechFixed port status query.
2000-06-18  Noomen HamzaWM_PAINT should be processed only by the TREEVIEW_Paint...
2000-06-18  James HathewayAdded a stub for CoCreateFreeThreadedMarshaler().
2000-06-16  Francois JacquesMake IIDFromString point to CLSIDFromString.
2000-06-16  Juergen Schmied- better error check when importing functions via GetPr...
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-06-16  Francois JacquesKeep an internal copy of the icon.
2000-06-14  Gerard PatelSet the base for the ordinals of olepro32 to 248.
2000-06-14   <jimregan@litsu.ie>Added difftime function.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Bertho Stultiens- Bugfix: Corrected "off by one" error in the linenumbe...
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-13  Marcus MeissnerAdded 24->32 packed pixel mapping support to convert.
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-06-12  Huw D M DaviesIf printer only supports level 1 PostScript then compla...
2000-06-12  Lionel Ulmerreplaced a DPRINTF by a TRACE
2000-06-12  Lionel Ulmer- moved the 'constructor' into a real DLL init function
2000-06-12  Lionel UlmerNew OpenGL thunk generation script.
2000-06-12  Lionel UlmerRemoved the Release in case of error as we do not AddRe...
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-11  Aric StewartWe were not properly masking the item that was sent...
2000-06-11  Ulrich CzekallaHTTP protocol now supported, InternetCrackUrl fixed...
2000-06-11  Patrik StridvallFixed some warnings.
2000-06-11  Patrik StridvallFixed some issues found by winapi_check.
2000-06-11  Huw D M DaviesRemove second import of winspool.drv.
2000-06-11  Huw D M DaviesTerminate image data with a '>' [The PSLRM is rather...
2000-06-11  James AbbatielloAdd a few more flags to those recognized when doing...
2000-06-10  Alexandre JulliardRewrote codepage support to use the new codepage tables.
2000-06-10  Ove KaavenCall TSXFlush after setting DGA palette, so it updates...
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-08  Aric StewartWindows must update the right edge (-1) of the last...
2000-06-08  Aric StewartProperly handle InsertItem with an invalid HTREEITEM...
2000-06-08  Alexandre JulliardAdded missing dependency.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-06-07  Peter Hunnisett- Small update to documentation
2000-06-07  Uwe BonnesPathFindNextComponent: return pointer to NULL and not...
2000-06-07  Aric StewartAdded handling of TBSTYLE_AUTOSIZE.
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-06-07  Uwe BonnesTOOLBAR_DrawString: catch index== -1 (but not yet handled).
2000-06-07  Noomen HamzaThe active page should be unchanged when removing an...
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-06-04  Michael CardenasCorrected a potential crash.
2000-06-04  Chris MorganFinished the implementation of LISTVIEW_SetColumnWidth...
2000-06-04  Chris MorganReplaced calls to HEADER_Refresh with InvalidateRect.
2000-06-04  Eric KohlStarted support for menubar-like toolbars.
2000-06-03  Alexandre JulliardFixed warning.
2000-06-03  Eric KohlUpdated to dll version 5.81 (IE 5.01).
2000-06-03  Eric KohlImplemented TVM_GETITEMW.
2000-06-03  Jason MawdsleyAdded support for typing the filename in the listview...
2000-06-03  Patrik StridvallFixed some warnings.
next