Added sspi.h.
[wine] / dlls /
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-03-01  Juan LangImplement NetpNetbiosStatusToApiStatus.
2004-03-01  Rein KlazesIn TIME_GetBias make sure there is a cached value for...
2004-03-01  Martin FuchsCorrect return type of SysStringLen() and SysStringByte...
2004-03-01  Martin FuchsSet error code ERROR_DDE_FAIL if the DDE connection...
2004-03-01  Juan LangMake rsabase.dll self-register.
2004-03-01  Juan Lang- correct some prototypes, add some defines
2004-02-28  Alexandre JulliardMoved generic.ppd to dlls/wineps, and install it in...
2004-02-28  Patrik StridvallMore stubs and better headers for mswsock.dll.
2004-02-28  Dmitry TimoshkovAdd SHMenuIndexFromID and SHCoCreateInstanceAC.
2004-02-27  Alexandre JulliardMoved msrle32 to the top-level dlls directory.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-27  Ove KaavenFixed icon leak.
2004-02-27  Robert ReifCleanup prepare/unprepare header parameter checking.
2004-02-27  Patrik StridvallAdded proper headers for the *ActCtx* functions.
2004-02-27  Dmitry TimoshkovFix a typo in a comment.
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2004-02-27  Alexandre JulliardSPINST_UNREGSVR must use the UnregisterDlls section...
2004-02-27  Alexandre JulliardImplemented InstallHinfSection (based on a patch by...
2004-02-27  Robert Shearman- Remove duplicate free.
2004-02-27  Robert ShearmanUpdate common control function documentation.
2004-02-27  Robert ShearmanUpdate documentation for Rtl functions.
2004-02-27  Kevin KoltzauImplement GetThemeTextMetrics.
2004-02-27  Robert Shearman- Fix a bad use of HeapRealloc.
2004-02-27  Matt ChapmanREBAR_Layout should respect the minimum size of bands...
2004-02-27  Dmitry TimoshkovUse some heuristics to decide what type of MCIWNDM_OPEN...
2004-02-27  Alexandre JulliardAdded support for the RegisterDlls section (partly...
2004-02-27  Huw DaviesCache the result of TIME_GetBias for up to 1 second.
2004-02-27  Matt ChapmanREBAR_ShowBand needs to force layout of the rebar after...
2004-02-27  Dmitry TimoshkovConvert MCIAVI window support to unicode.
2004-02-26  Dimitrie O. PaunRemove the win32 debug channel, misc cleanup of debuggi...
2004-02-26  Mike HearnUse time rather than win32 debug channel for kernel...
2004-02-26  Sean YoungCheck uSize parameter in waveOutUnprepareHeader and
2004-02-26  Fabian CenedeseVarRound implementation (without type DECIMAL yet)...
2004-02-26  Huw DaviesCall TIME_GetBias rather than RtlQueryTimeZoneInfo...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-02-25  Alexandre JulliardReturn the right error code for non-existent VxD modules.
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-02-25  Lionel UlmerHandle proper substraction of unsigned numbers.
2004-02-25  Huw DaviesSpeed up RtlTimeFieldsToTime.
2004-02-25  Matt ChapmanFix a reentrancy issue in the property sheet implementa...
2004-02-25  Fabian CenedeseNo sign extension for negative values.
2004-02-24  Alexandre JulliardTweak the load order algorithm a bit to better reflect...
2004-02-24  Alexandre JulliardReturn right away from import_dll when a dll is not...
2004-02-24  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-24  Dmitry TimoshkovSet SA_RESTART sigaction flag for other BSDs beside...
2004-02-24  Lionel Ulmer- fix 'empty' glyphs
2004-02-24  Alexandre JulliardRemoved some of the DOS device hacks (based on a patch...
2004-02-24  Uwe BonnesImplement I64 modifier, move WARN to TRACE.
2004-02-24  Alexandre JulliardChanged handling of special DOS devices to use real...
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-02-24  Ivan Leo Murray... Italian update.
2004-02-24  Christian CostaAccept null module instance, Loadstring can handle it.
2004-02-24  Christian CostaFixed waveInGetDevCapsW.
2004-02-24  Huw DaviesSpeed up RtlTimeToTimeFields.
2004-02-24  Uwe BonnesIO_pp_outp: Allow to switch direction of the printer...
2004-02-24  Maxime BellengéFix a regression in ImageList_Create when creating...
2004-02-24  Lionel UlmerUse the NULL matrix instead of giving a badly filled...
2004-02-24  Kevin KoltzauFill unused gap to fix lookups past CSIDL_CONNECTIONS.
2004-02-21  Alexandre JulliardAllow the implementation of the VxDCall entry points...
2004-02-21  Mike HearnImplement SHDOCVW_DllGetVersion. It returns the same...
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-20  Alexandre JulliardRemoved a couple of unneeded helper functions.
2004-02-20  Ulrich CzekallaUse dibsections for the images.
2004-02-20  Huw DaviesIf TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate...
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-02-20  Alexandre JulliardCreate real file handles for VxDs instead of using...
2004-02-20  Robert Shearman- Implement string functions in comctl32.
2004-02-20  Dmitry TimoshkovFirst step in using faster approach for A<->W message...
2004-02-20  Dimitrie O. PaunLVN_BEGINRDRAG is implemented now. Fix typo.
2004-02-20  Kevin KoltzauImplemented system metric functions.
2004-02-20  Alexandre JulliardAdded support for implementing VxDs as separate dlls...
2004-02-20  Rein KlazesAdd stub implementation for SetICMProfileA().
2004-02-20  Aric StewartImplemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
2004-02-20  Finlo BoydeFix for deadlock when using private colormap.
2004-02-19  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-19  Mike HearnTo reduce debugging noise, make IMalloc32/IMallocSpy...
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-02-19  Ulrich CzekallaAdvance index as we set the atom values.
2004-02-19  Mike HearnThe presence of FGetComponentPath is used to check...
2004-02-17  Jon GriffithsStub the stopwatch API.
2004-02-17  Alexandre JulliardFixed a trace.
2004-02-17  Fabian CenedeseListView should behave in OWNERDRAW as in FULLROWSELECT...
2004-02-17  Robert ShearmanForward some wrapper functions since we don't care...
2004-02-17  Marcus MeissnerSupport emulation of the privileged mov dr7,eax instruc...
2004-02-17  Christian CostaAdded some stubs.
2004-02-17  Kevin KoltzauCorrected method of creating registry keys, both to...
2004-02-17  Robert ShearmanMove string functions to separate file.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-17  Robert Shearman- Fix some traces.
2004-02-17  Fabian CenedeseAccept VT_BOOL mixed with another type as valid combina...
2004-02-17  Robert Shearman- Add IntlStrEqWorkerA/W.
2004-02-17  Robert ShearmanDocumentation update.
2004-02-17  Dmitry TimoshkovWrite section access also assumes read access.
2004-02-17  Kevin KoltzauKeep track of theme filename within THEME_FILE.
2004-02-16  Marcus MeissnerAllow specification of "DLLMODE=native" for native...
2004-02-16  Alexandre JulliardRenamed --exe-mode option to --mode now that it can...
2004-02-16  Mike HearnGrow the treeview control expander button by 1px in...
2004-02-16  Sami AarioNo need to link against the uuid library.
next