For global classes, GetClassInfo now returns a handle to USER.
[wine] / dlls /
2001-10-28  Gerard PatelFix RegSetValueEx calls and crash when DriverName=...
2001-10-28  Ove KaavenProtect against an interrupt-pending signal recursion.
2001-10-28  Hidenori TakeshimaFixed some bugs.
2001-10-28  Hidenori TakeshimaAdded stub for ICImageCompress.
2001-10-28  Guy L. Albertelli- Added stubs for _18,_21,_22 which seem to be used...
2001-10-28  Guy L. AlbertelliStub UrlCombineA and initial implementation of UrlCombineW.
2001-10-28  Guy L. AlbertelliImplement SHRegGetBoolUSValue{A|W}.
2001-10-28  Jeremy NewmanReplaced Martini glass.
2001-10-25  Aric StewartAdd handling for LVN_GETDISPINFOW.
2001-10-24  Guy Albertelli- Correct implementation of HUSKEY internals, including...
2001-10-24  Guy Albertelli- Implement:
2001-10-23  Hidenori TakeshimaAdded stubs for msdmo.dll, qcap.dll and devenum.dll.
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-10-23  Hidenori TakeshimaImplemented OleCreatePropertyFrame and
2001-10-23  Huw D M DaviesBetter failure messages for CoCreateInstance.
2001-10-23  Aric StewartFixed the behavior for SHGetFileInfo when the SHGFI_USE...
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-22  Hidenori TakeshimaFixed some bugs.
2001-10-22  Francois GougetAdd support for environment variables in the printer...
2001-10-22  David ElliottImplemented the wcstoul function.
2001-10-21  Andreas MohrCosmetics.
2001-10-21  Guy L. Albertelli- Add stubs for _25, _33, _35
2001-10-21  Guy L. Albertelli- Implement HUSKEY design.
2001-10-21  Guy L. Albertelli- Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
2001-10-21  Alexandre JulliardAvoid crashing on non-initialized debug info.
2001-10-21  Andrew LewyckyXFree86 4.1 gamma ramp support.
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-18  Alexandre JulliardMake dinput a properly separated dll.
2001-10-18  Alexandre JulliardUse WH_MOUSE_LL hook instead of redirecting the mouse...
2001-10-18  Alexandre JulliardFixed GetDeviceState and GetDeviceData to use only...
2001-10-17  Johan GillRelay tracing would crash if it came upon a function...
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-17  Jukka HeinonenWhen a surface becomes primary surface, mark the whole...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-10-15  Kai MorichInternalExtractIcon16 forgot to close file handle.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-14  Hidenori TakeshimaStarted implementing AVI splitter.
2001-10-14  Ove KaavenFixed bugs with propget methods with input arguments.
2001-10-14  Ove KaavenFixed bugs in safe arrays.
2001-10-14  Ove KaavenFix a UINT16 redefinition problem.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-10  Francois GougetAllocate the array and strings in one lump (bug found...
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-10  Chris GreenAdded names of the "missing" paths for SHGetSpecialFold...
2001-10-09  Patrik StridvallFixed issue found by winapi_check.
2001-10-09  Patrik StridvallAdded new include file ws2spi.h for adding needed types.
2001-10-09  Stefan LeichterFixed parameters of SetupOpenInfFileA.
2001-10-08  Hidenori TakeshimaStarted Implementing Video Renderer.
2001-10-08  Alexandre JulliardRenamed USER_Init into UserClientDllInitialize.
2001-10-08  Francois GougetSmall typo fixes/updates.
2001-10-08  Francois GougetFix the SOCKADDR_IPX declaration.
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.
next