wine
2004-10-19  Rein KlazesAdd HKLM,%Currentversion%\Setup,"BootDir" to the instal...
2004-10-19  Uwe BonnesAdd kernel32 as import for wintrust.
2004-10-19  Mike McCormackImplement CallNamedPipeA using CallNamedPipeW.
2004-10-19  Walt OgburnKeep "trailing" zeros on whole number part of a decimal.
2004-10-19  Walt OgburnTest that SafeArrayDestroyData keeps the pointer if...
2004-10-19  Walt OgburnSafeArrayDestroyData - keep pointer, don't destroy...
2004-10-19  Alexandre JulliardOutput the virtual tables for the exception classes...
2004-10-19  Bill MedlandAdded a version option to the wineserver.
2004-10-19  Martin Fuchs- Fix typo in error message
2004-10-19  Hans LeidekkerProtect use of pthread functions with #ifdef HAVE_PTHRE...
2004-10-19  Mike McCormackConvert the shellmenu code to use unicode.
2004-10-18  Robert ReifDon't consider MMSYSERR_NOTSUPPORTED an error for wide...
2004-10-18  Ge van GeldorpDon't free subclass stack while it's still in use.
2004-10-18  Ivan Leo PuotiRemoving references to now obsolete winesetuptk, as...
2004-10-18  Alexandre JulliardFixed __RTDynamicCast to return the correct pointer...
2004-10-18  Bill MedlandDuring startup of the connection to an external ODBC...
2004-10-18  Vincent BéronFix some types problems.
2004-10-18  Walt OgburnTest zero exponents with and without signs.
2004-10-18  Markus AmslerPush on stack in 16 bit mode with segment wrap around.
2004-10-18  Mike McCormackAdded an IDL file for Richedit's OLE interface.
2004-10-18  Rolf KalbermatterModify ANSI functions to allocate intermediate Unicode...
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-10-18  Alexandre JulliardRestore lost chunk of previous patch.
2004-10-18  Jacek Caban- Added dispinterfaces: DWebBrowserEvents and DWebBrows...
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-18  Dmitry TimoshkovProtect USER32 against early graphics driver unloading.
2004-10-18  Dimitrie O... Implement LBS_COMBOBOX, and make use of it.
2004-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-10-18  Peter Riocreux Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag.
2004-10-18  Markus AmslerInitialize .COM stack.
2004-10-18  Stefan LeichterAdded stub for CryptCATAdminAcquireContext.
2004-10-18  Rein KlazesIn RtlQueryTimezoneInformation use information from...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  David KredbaAdded some Czech resources.
2004-10-18  Robert Shearman- TBN_DELETINGBUTTON sends the command ID, not the...
2004-10-18  Mike McCormackFix port enumeration.
2004-10-18  Hans LeidekkerAvoid using gettimeofday().
2004-10-18  Rein KlazesTest whether the ft_encoding's are defined, not the...
2004-10-18  Marcus MeissnerStub function for OpenInputDesktop.
2004-10-18  Mike McCormackAdd stub implementation for CreateProxyFromTypeInfo.
2004-10-18  Vincent BéronUniformize endianness definition.
2004-10-18  Vincent BéronProtect some more types which can be redeclared in...
2004-10-18  Marcus MeissnerReturn out of the default case, assert() is removed...
2004-10-18  Robert ReifFix some places where no driver present causes problems.
2004-10-18  Robert ShearmanImplement ImageList_SetColorTable.
2004-10-18  Robert ShearmanThe "colors" parameter of SetDIBColorTable should be...
2004-10-18  Michael JungFixed a typo in CryptExportKey.
2004-10-18  Jacek CabanAdded writing forward declaration of dispinterface.
2004-10-18  Robert ShearmanImprove proxy destruction comment.
2004-10-18  Mike McCormackMask SIGCHLD to prevent partial writes in the new_proce...
2004-10-18  William Poetra... Added some system metrics definitions.
2004-10-18  Rolf KalbermatterAdded SHFreeNameMappings implementation.
2004-10-18  Vincent BéronFix the declaration of pthread_mutexattr_gettype().
2004-10-14  Alexandre JulliardFixed spelling of 'hierarchy'.
2004-10-14  Hans LeidekkerAdded check for fork() to fix the MinGW build.
2004-10-14  Ivan Leo PuotiImplement action 83 in SystemParametersInfo().
2004-10-14  Vincent BéronCreate the necessary functions for wineserver contexts...
2004-10-14  Gerald PfeiferCompletely disable unused function show_image().
2004-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
2004-10-14  Vincent BéronDon't build wine-preloader for other cpus than x86.
2004-10-14  Hans LeidekkergetMessage() is only defined when HAVE_OSS is defined.
2004-10-14  Rein KlazesProvide an 'A' version of appropriate functions.
2004-10-14  Hans LeidekkerPrefix _fsopen with MSVCRT_ to avoid collision with...
2004-10-14  Vincent BéronDon't use magic sizes, actually calculate them.
2004-10-14  Vincent BéronOnly compile BuildCallFrom16Func on x86.
2004-10-14  Bill MedlandFix SHDeleteKey so that it will handle deleting a key...
2004-10-14  Robert ShearmanAdd declarations for GetClassLongPtr{A,W}, GCLP_* defin...
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-10-11  Martin FuchsDefine pid_t and ssize_t if not already defined.
2004-10-11  Walt OgburnAllow exponents of zero (like "1.000E0") to parse
2004-10-11  Alexandre JulliardAdded forward declaration of struct timeval for futimes.
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-11  Michael JungAdded HMAC_INFO typedef.
2004-10-11  Eric Pouech- bring the multimedia doc up-to-date
2004-10-11  Dmitry Timoshkov- WM_MDISETMENU handler should update new frame menu...
2004-10-11  Huw DaviesApparently this portion of the test was failing under...
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-10-11  Hans LeidekkerAvoid using gettimeofday.
2004-10-11  Hans LeidekkerInclude stdio.h for MinGW.
2004-10-11  Michael JungCryptDeriveKey - set return key handle to NULL in case...
2004-10-11  Vitaliy MargolenSort files/folders before testing.
2004-10-11  Adam D. MossDefine VER_SUITE_BLADE.
2004-10-11  Steven EdwardsCorrectly define WINVER, _WIN32_WINNT and _WIN32_IE...
2004-10-11  Dimitrie O... Unicodify DIALOG_DlgDirSelect. Use SendMessageW wheneve...
2004-10-11  Dimitrie O... Audit the listbox control.
2004-10-11  Vincent BéronImplement interlocked* and wine_switch_to_stack for...
2004-10-09  Jon GriffithsItems are variable sized, use an accessor to get at...
2004-10-09  Jeremy WhiteMade NtDelayExecution with a 0 timeout yield the CPU...
2004-10-08  Alexandre JulliardBuild Wine as 32-bit by default on x86-64, and added...
2004-10-08  Dmitry TimoshkovProperly handle the case when last MDI child is being...
2004-10-08  Ferenc WagnerUnconditionally open a fresh console for the tests.
2004-10-08  Aric StewartProperly compare file versions when upgrading files...
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-10-08  Vincent BéronBetter document some apis in commdlg and mscms.
2004-10-08  Vincent BéronUpdate types checked by winapi_check.
2004-10-08  Jacek CabanAdded IWebBrowse2 interface.
2004-10-08  Vincent BéronCorrect the calling convention of GetSystemWow64Directo...
next