Make dinput a properly separated dll.
[wine] / include / wine /
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
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-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-09  Francois GougetRemove non windows macros.
2001-10-08  Francois GougetMove WINDEBUGINFO from winbase.h to winbase16.h and...
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-05  Malte StarostikAdded IPersistPropertyBag2 and IPropertyBag2 definition...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-10-03  Ove KaavenCorrected INVOKEKIND enumeration values.
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-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-17  Hidenori TakeshimaImplemented IMemAllocator.
2001-09-10  Huw D M DaviesFix typo.
2001-09-07  Huw D M DaviesAdd FUNCFLAGS and change TYPEFLAGS_* to an enum.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-27  Hidenori TakeshimaAdded ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
2001-08-24  Francois GougetAdded WSASTARTUP16 a 1 byte alignment version of WSASTA...
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-26  Patrik StridvallRemoved inclusion of winnt.h because the porting layer...
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-24  Andreas Mohr- BuildCommDCB16() uses int instead of BOOL
2001-05-16  Alexandre JulliardWarnings fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-10  Francois GougetThe declaration of DECIMAL in VARIANT happens in the...
2001-05-07  Francois GougetAdded support for the DECIMAL type.
2001-04-16  Ove KaavenGeneralize the Wine version resource template a bit.
2001-04-09  Marcus MeissnerArg 3 of CoGetClassObject is COSERVERINFO*, added some...
2001-04-04  Huw D M DaviesFix member names in NEWTEXTMETRICEX structs.
2001-03-19  Dmitry TimoshkovAdd version info for built-in oleaut32.dll.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-22  Jon GriffithsFixed Unicode strings.
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.
2001-01-11  John R. SheetsCorrect some cut & paste typos.
2001-01-11  Ulrich WeigandReplaced architecture-dependent configure checks by...
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2001-01-06  Marcus MeissnerDon't call QueryAbort16() in WriteSpool16(), since...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-29  Eric PouechFixed evilish cut and paste.
2000-12-29  François GougetAdded an ICOM_FN that generates either fn##xfn or sfn...
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-19  James HathewayFix IConnectionPointContainer interface macros.
2000-12-14  Alexandre JulliardAdded inline definition for MapSL.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-06  Alexandre JulliardAdded define for S_ISLNK if missing.
2000-12-02  Francois GougetFixed the case of "Winelib".
2000-12-01  Alexandre JulliardMoved useful NE format definitions to winbase16.h.
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-11-25  Andreas MohrAdded GdiSeeGdiDo16.
2000-11-25  Dimitrie O. PaunFixed typo in macro ICOM_METHOD11 parameter list.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-15  James HathewayIncrease number of parameters possible for ICOM_* macro...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-19  Francois GougetAdded/fixed missing extern "C".
2000-10-13  Konrad RieckChanged repne to repnz for Solaris assembler.
2000-10-12  Francois GougetMoved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
2000-10-12  Francois GougetEnable anonymous struct/union support by default in...
2000-09-29  Francois GougetFix the return type of mixerMessage16.
2000-09-27  Alexandre JulliardFixed a few non portable zero-size array declarations.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardA few includes cleanup.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
next