For global classes, GetClassInfo now returns a handle to USER.
[wine] / include /
2001-11-05  Ove KaavenImplemented a dynamic table of DOS interrupt handlers.
2001-10-28  Hidenori TakeshimaAdded definitions of MERITs.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-10-23  Eric PouechMoved/added some console definitions.
2001-10-23  Huw D M DaviesExtTextOutW with symbol fonts works with chars in the...
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-22  Francois GougetAdded __WINE_USE_MSVCRT.
2001-10-21  Guy L. Albertelli- Implement HUSKEY design.
2001-10-21  Hidenori TakeshimaFixed a typo.
2001-10-21  Ove KaavenFixed a typo.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-18  Alexandre JulliardAdded a few XBUTTON defines.
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-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
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  Hidenori TakeshimaAdded some missing GUIDs.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-10-15  Francois GougetAdd INVALID_ATOM and MAXINTATOM to winbase.h.
2001-10-14  Ove KaavenAdded some RPC definitions.
2001-10-14  Hidenori TakeshimaStarted implementing AVI splitter.
2001-10-14  Hidenori TakeshimaAdded MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT.
2001-10-14  Eric PouechPass security attributes for DOSFS creation.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-11  Hidenori TakeshimaAdded some missing GUIDs.
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
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  Alexandre JulliardStore window class atom in the server.
2001-10-09  Francois GougetRemove non windows macros.
2001-10-09  Patrik StridvallAdded new include file ws2spi.h for adding needed types.
2001-10-08  Francois GougetAdd support for NOCOLOR.
2001-10-08  Francois GougetMove WINDEBUGINFO from winbase.h to winbase16.h and...
2001-10-08  Hidenori TakeshimaStarted Implementing Video Renderer.
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-08  Francois GougetMove the ERR_XXX macros from winbase.h to error.c.
2001-10-08  Francois GougetFix the SOCKADDR_IPX declaration.
2001-10-08  Francois GougetMove COLORREF from wingdi.h to windef.h.
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  Malte StarostikAdded IPersistPropertyBag2 and IPropertyBag2 definition...
2001-10-04  Alexandre JulliardRelease 20011004. wine-20011004
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-10-03  Ove KaavenCorrected INVOKEKIND enumeration values.
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-10-02  Andriy PalamarchukAdded SYSMETRICS_Set.
2001-10-02  Andreas MohrAdded WSC*InstallProvider stubs.
2001-10-02  Dmitry TimoshkovRemove a hack for keyboard group switching.
2001-10-01  Hidenori TakeshimaImplemented CLSID_AudioRender.
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-25  Ove KaavenFixed a couple of typos.
2001-09-25  Ove KaavenAdded ICOM_[C]THIS_MULTI macros to make it easier to...
2001-09-25  Ove KaavenAdded some named pipe definitions.
2001-09-25  Ove KaavenAdded prototype for GetHGlobalFromStream.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-21  Mike McCormackDeclare DeviceIoControl.
2001-09-20  Guy L. AlbertelliDefine the SHQueryValueEx{A|W} entry points.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-09-19  Francois GougetRemove macros that should not be there (cause conflicts...
2001-09-19  Francois GougetRemove duplicate definition of _tmain.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-19  Huw D M DaviesUse the font charset to obtain a codepage for A->W...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-17  Hidenori TakeshimaImplemented IMemAllocator.
2001-09-14  Huw D M DaviesAdd config check and thread safe wrappers for the XRend...
2001-09-14  Francois GougetFix the WSAStartup prototype.
2001-09-14  Francois GougetHANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
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-11  Dmitry TimoshkovRemove not used include/process.h.
2001-09-11  Hidenori TakeshimaFixed some broken macros.
2001-09-10  Huw D M DaviesFix typo.
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-09-10  Marcus MeissnerEnhanced GetCalendarInfo stub, added known CAL_* defines.
2001-09-10  Ove KaavenFix buffering problems in HEL mode.
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-09-07  Huw D M DaviesMove GDI_ERROR definition to wingdi.h.
2001-09-07  Huw D M DaviesAdd FUNCFLAGS and change TYPEFLAGS_* to an enum.
2001-09-07  Huw D M DaviesStub implementation for UuidHash().
2001-09-07  Hidenori TakeshimaAdded some missing GUIDs.
2001-08-29  Alexandre JulliardMake window handles 32-bit before calling window procedure.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-27  Hidenori TakeshimaAdded some missing interfaces.
2001-08-27  Hidenori TakeshimaAdded ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
2001-08-24  Alexandre JulliardRelease 20010824. wine-20010824
2001-08-24  Francois GougetAdded WSASTARTUP16 a 1 byte alignment version of WSASTA...
2001-08-24  Hidenori TakeshimaAdded some missing CLSIDs.
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Francois GougetRename the regular WS_FD_XXX macros to FD_XXX.
next