Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / include / wine /
2003-03-30  Alexandre JulliardClear the entire request, not just the end, in case...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-20  Alexandre JulliardAdded memcpy_unaligned to libwine_port.
2003-03-20  Alexandre JulliardAdded sprintfW and vsprintfW.
2003-03-20  Alexandre JulliardMoved interlocked functions to libwine_port.
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-19  Alexandre JulliardAdded getopt routine to libwine_port (based on a patch...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-15  Jon GriffithsReally get rid of debug code/strings if we're building...
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-31  Ove KaavenSome RPC definitions.
2003-01-23  Marcus MeissnerFixed ICOM_CALLs for IFont_xx methods.
2003-01-20  John K. HohmAdded optional OLESelfRegister to wine_common_ver.rc...
2003-01-15  Jeroen JanssenFixed wine_ldt_copy importing on cygwin.
2003-01-14  Steven EdwardsCheck for vsnprintf and _vsnprintf, and define vsnprint...
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2003-01-05  Alexandre JulliardFixed some issues caused by the new oaidl.h.
2003-01-05  Ove KaavenWrote a new oaidl.idl to replace include/wine/obj_oleau...
2003-01-05  Ove KaavenMoved a couple of definitions from include/wine/obj_ole...
2003-01-05  Marcus MeissnerAdded several missing K32WOW* prototypes.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2003-01-02  Marcus MeissnerImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRe...
2003-01-02  Alberto MassariMoved implementation of strpbrkW from filedlg95.c to...
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-23  Ove KaavenMerge the rest of include/wine/obj_base.h into include...
2002-12-19  Ove KaavenWrote a new objidl.idl to replace a number of include...
2002-12-19  Ove KaavenMoved a couple of types from include/wine/obj_*.h to
2002-12-19  Ove KaavenMoved some definitions from include/wine/obj_moniker...
2002-12-18  Ove KaavenMoved COM API prototypes to objbase.h, from wine/obj_*.h.
2002-12-17  Tony LambregtsDirect the output of the tests to stdout so that Win98...
2002-12-16  Ove KaavenWrote a Wine-compatible unknwn.idl, moving the IUnknown...
2002-12-11  Francois GougetWhen reporting a test failure, only report the file...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-06  Ove KaavenMoved COM API prototypes in include/wine/obj_base.h to
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Rolf KalbermatterAdd prototypes for IExtractIconW interface.
2002-12-03  Alexandre JulliardInstall ipexport.h and icmpapi.h with the other Windows...
2002-12-03  Ove KaavenAdded more types to wtypes.idl.
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-23  Alexandre JulliardRemoved the WINE_NO_STRICT support.
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-11-15  Huw DaviesImplemented Escapes *_PATH and POSTSCRIPT_IGNORE.
2002-11-13  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-08  Ove KaavenMoved IMalloc definition from obj_base.h to obj_misc.h.
2002-11-06  Ove KaavenAdd ICOM_DEFINE1 macro to define a COM interface withou...
2002-11-01  Ove KaavenSome RPC format characters from MS documentation.
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-10-29  Patrik StridvallAdded {ok,trace}_ macros to take explicit file and...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-23  Eric PouechMoved 16 bit digital structs to include/wine/mmsystem16.h.
2002-10-21  Alexandre JulliardFixed the WINE_NO_STRICT #ifdefs to do the right thing...
2002-10-19  Alexandre JulliardGet/SetFastQueue16 should use HQUEUE16 handles.
2002-10-19  Malte StarostikFixed IWebBrowser::Navigate() parameter type.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-16  Dmitry TimoshkovReplace static initializers with a proper #define in...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-28  Patrik StridvallImplement wrapper calls for the 16 bit GlobalAtom*...
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-13  Juergen SchmiedStubs for DragDropHelper.
2002-07-31  Alexandre JulliardMoved the #ifdefs for the getnetby* etc. functions...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-29  Juergen Schmied- Implemented IMallocSpy hooks in IMalloc.
2002-07-24  Alexandre JulliardFixed duplication of definitions between shlwapi.h and
2002-07-22  Alexandre JulliardGenerate the __ASM_NAME and __ASM_FUNC macros directly...
next