Defer edit style correction until EDITSTATE is fully initialized.
[wine] / dlls /
2001-10-08  Francois Gouget_beginthread: Don't store the trampoline on the stack.
2001-10-08  Malte StarostikCreateURLMoniker takes a LPCWSTR, not a LPWSTR.
2001-10-05  Stefan LeichterAdded defines for resource types RT_MESSAGETABLE, RT_VE...
2001-10-05  Gerard PatelFix sign extension problem in map_wparam_WtoA.
2001-10-05  Huw D M DaviesRemove some unnecessary AddRef's.
2001-10-04  Nikolas ZimmermannSkip port number before calling gethostbyname.
2001-10-04  Ove KaavenThe DISPPARAMS parameter array is a reverse-order array.
2001-10-04  Ove KaavenImplement coercion to VT_UNKNOWN from VT_DISPATCH.
2001-10-04  Ove KaavenITypeInfo::Invoke should also search inherited interfac...
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-10-03  Ove KaavenDon't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
2001-10-03  Guy AlbertelliFix SHAddToRecentDocs code to properly handle native...
2001-10-03  Huw D M DaviesLooks like the SLTG_ImplInfo struct isn't a fixed size.
2001-10-02  Bill MedlandAllow two connections by not releasing the wrapped...
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-10-02  Alexandre JulliardRemoved unnecessary includes/definitions.
2001-10-02  Ilya KonstantinovAdded a _NET_WM_NAME(UTF8_STRING) property to every...
2001-10-02  Andreas MohrMake OaBuildVersion() return the highest version value...
2001-10-02  Andreas MohrAdded WSC*InstallProvider stubs.
2001-10-02  Huw D M DaviesLong nameless args in SLTG apparently get denoted by...
2001-10-02  Guy AlbertelliImplemented dummy stub for SHChangeNotifyUpdateEntryLis...
2001-10-01  Hidenori TakeshimaImplemented CLSID_AudioRender.
2001-10-01  Ove KaavenImplemented DispGetParam.
2001-10-01  Andreas MohrFix/document SHLWAPI ordinals 217 and 218.
2001-10-01  Andreas MohrAdded stub for WSApSetPostRoutine.
2001-10-01  Eric PouechShould initialize COM before calling it.
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-26  Francois GougetRenamed W_OK to MSVCRT_W_OK.
2001-09-25  Hidenori TakeshimaMerged some C sources.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  David HammertonFixed typos.
2001-09-21  Guy AlbertelliImplement initial version of SHAddToRecentDocs.
2001-09-21  Alexandre JulliardIgnore ConfigueNotify size changes while the window...
2001-09-21  Ove KaavenVariants and safe arrays is now able to copy BSTR swith...
2001-09-21  Ove KaavenRegister typelib marshaling for OLE Automation-compatib...
2001-09-20  Alexandre JulliardFixed a couple of bugs in _except_handler3.
2001-09-20  Andreas MohrAdded stub for GdiInit2().
2001-09-20  Guy L. AlbertelliGet more entry points from Comctl32 and save the addresses.
2001-09-20  Aric StewartThe behavior for wsprintfA is different that for wsprin...
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-09-20  Guy AlbertelliImplement most of the MRU related functions.
2001-09-19  Hidenori TakeshimaImplemented ISeekingPassThru.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-09-19  Guy AlbertelliFix problem comparing pidls and return correct code.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-09-19  Andreas MohrRename "SystemTime" to "t" (this is *not* SYSTEMTIME...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-17  Ove KaavenLots of rpcrt4.dll stubs.
2001-09-17  Mike McCormackIgnore negative widths in HEADER_SetItemBounds.
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-09-17  Hidenori TakeshimaImplemented IMemAllocator.
2001-09-17  Francois GougetImplemented _mbsupr.
2001-09-14  Hidenori TakeshimaAdded stubs for mapi32, msimg32, sti and url.
2001-09-14  Dmitry TimoshkovDo not hold the GDI lock while 16-bit ExtDeviceMode...
2001-09-14  Francois GougetFix recv prototype for WSARecvEx.
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-14  Francois GougetFix the WSAStartup prototype.
2001-09-14  Marcus MeissnerReturn the FOURCC codes set by the HAL driver.
2001-09-14  Francois GougetCheck for htotal=vtotal=0 (for xfree 4 vesa driver).
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-12  Travis MichielsenCreated stubs for all cryptographic functions.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-11  Hidenori TakeshimaFixed some broken macros.
2001-09-11  Hidenori TakeshimaSynchronize access to the s_COMLockCount, firstRegister...
2001-09-10  Alexandre JulliardIgnore size change on ConfigureNotify if window rect...
2001-09-10  Patrik StridvallDocumentation fixes.
2001-09-10  Bill MedlandBasic implementation of IStream:Clone.
2001-09-10  Bill MedlandMore graceful exit on failure.
2001-09-10  Huw D M DaviesLoad some useful TYPEATTR elements from v1 typelibs.
2001-09-10  Marcus MeissnerMore debug output for InternetGetCookie, added stub...
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-09-10  Patrik StridvallUse the min/max in windef.h instead.
2001-09-10  Marcus MeissnerEnhanced GetCalendarInfo stub, added known CAL_* defines.
2001-09-10  Ove KaavenFix buffering problems in HEL mode.
2001-09-10  Francois GougetFix compilation errors on FreeBSD.
2001-09-10  Francois GougetRewrite msvcrt_{argvtos,valisttos} to be more efficient.
2001-09-10  Francois GougetAdded an option to disable XVidMode support.
2001-09-07  Johann MessnerFixed bug in _ultoa.
2001-09-07  Francois GougetInitialize argc/argv/wargv by calling ntdll.__wine_get_...
2001-09-07  Hidenori TakeshimaAdded some stubs.
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-09-07  Huw D M DaviesAdd SHGetSpecialFolderPathW to spec file.
2001-09-07  Guy L. Albertelli- Finish PathParseIconLocation{A|W}.
2001-09-07  Guy L. AlbertelliImplemented stubs for SHRegEnumUSKey{A|W} and return...
2001-09-07  Hidenori TakeshimaUse a default DevMode if no DevMode information is...
2001-09-07  Marcus MeissnerImplemented mbsnbcnt, added stubs for _Gettnames and...
2001-09-07  Guy L. Albertelli- Handle CCS_NODIVIDER both when present and when not.
2001-09-07  Guy L. Albertelli- Fix positioning of text in buttons.
2001-09-07  Huw D M DaviesAdd reader for v1 (SLTG) typelibs.
2001-09-07  Huw D M DaviesOpenPrinter should fail if pPrinterName is "".
2001-09-07  Francois GougetConvert the socket type (necessary on Solaris).
2001-09-07  Huw D M DaviesStub implementation for UuidHash().
2001-09-07  Dmitry TimoshkovCorrect .spec file parameters for msvcrt._fullpath...
2001-09-07  Guy AlbertelliReplace calls to StrRetToBuf{A|W} with duplicate code...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-28  Francois GougetOnly use winsock2.h in Wine.
2001-08-28  Hidenori TakeshimaAdded some stubs.
2001-08-27  Jukka HeinonenGrabPointer uses now SetWindowLong to change window...
next