wine
2003-01-15  Alexandre JulliardUse proper file sharing parameters when opening files.
2003-01-15  Juergen SchmiedTranslated some remaining English words.
2003-01-15  Alexandre JulliardFixed typo.
2003-01-15  Alexandre JulliardDefine __stdcall in msvcrt/process.h if windef.h hasn...
2003-01-15  Juergen SchmiedGive some functions real names.
2003-01-15  Shachar Shemesh- Added a "runCmd" function, based on Andreas Mohr's
2003-01-15  Mike HearnFail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARAT...
2003-01-15  Stefan LeichterMake GetPrinterDriverDirectoryA pass all tests.
2003-01-15  Stefan LeichterAdded tests for GetPrinterDriverDirectoryA.
2003-01-15  Robert ShearmanSeparate the HINSTANCEs used by GetShellOle() and other...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-15  Jeroen JanssenFixed wine_ldt_copy importing on cygwin.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-14  Alberto MassariHandle the WS_EX_LEFTSCROLLBAR style (that is, draw...
2003-01-14  Raphael Junqueira- beginning of vertex matrix blending using extensions...
2003-01-14  Raphael JunqueiraBeginning of more COM compliant behavior:
2003-01-14  Jason EdmeadesCopyrect should flag destination texture as dirty,...
2003-01-14  Jason EdmeadesAdd support for some of the texture address states...
2003-01-14  Raphael Junqueira- move input and output data in VertexShader struct
2003-01-14  Steven EdwardsCheck for vsnprintf and _vsnprintf, and define vsnprint...
2003-01-14  Tom WicklineUpdated authors e-mail adresses.
2003-01-14  Shachar Shemesh- Added listing of what the boot process is like, listi...
2003-01-14  Duane ClarkCheck for pending X events before getting queue status.
2003-01-14  Alberto Massari- Align the cleanup phase of ReleaseStgMedium to the...
2003-01-14  Uwe BonnesStubs for Un|LockServiceDatabase.
2003-01-14  Rok MandeljcAdded cone support.
2003-01-14  Dmitry TimoshkovPost correct notification code on WM_CLOSE for dialogs.
2003-01-14  Robert ShearmanMove internal implementation into the exported function
2003-01-13  Robert Shearman- Add some stubs.
2003-01-13  Enrico HornAdd version info to dinput.
2003-01-13  Enrico HornAdd version info to dll/dsound.
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-13  Robert ShearmanSupport a few trivial cases in PropVariantClear.
2003-01-13  Robert ShearmanAlignRects stub.
2003-01-13  Alexandre JulliardAdded configure check for regex.h.
2003-01-13  Tom WicklineAdded missing .so files in 3:2.
2003-01-13  Dimitrie O... Define the (old name) struct stat, it is used by progra...
2003-01-13  Enrico HornExtend version info.
2003-01-13  Lionel UlmerUpdate the 'DIRECTDRAW7' flag according to the interfac...
2003-01-13  Francois GougetFix the case of floats in VarBstrFromR4, VarBstrFromR8 and
2003-01-13  Francois GougetUse only Ansi APIs for cleaning up the registry.
2003-01-13  Robert ShearmanSPI_GETMINIMIZEDMETRICS implemented.
2003-01-13  Eric PouechAdded tests for environment variables, debug and suspen...
2003-01-11  Alexandre JulliardWarning fixes.
2003-01-11  Dimitrie O... Use inline functions instead of macros to avoid problem...
2003-01-11  Eric PouechAdded 'info symbol' command to look for defined symbols.
2003-01-11  Eric PouechAdded a few more stubs.
2003-01-11  Francois GougetModify OSS_Wave{In,Out}Init to report the exact capabil...
2003-01-11  Eric PouechSome code cleanups.
2003-01-11  Alexandre JulliardPrint the message name for registered messages.
2003-01-11  Alexandre JulliardFixed EOF return value for sscanf.
2003-01-11  John K. HohmReimplemented DllRegisterServer and DllUnregisterServer...
2003-01-11  Shachar ShemeshRemoved the FIXMEs when performing MoveFileEx with
2003-01-11  Shachar ShemeshImplemented the "pending rename" registry processing.
2003-01-11  Johannes E... Allow C++ comments after #endif.
2003-01-11  Dimitrie O... Create stubs for chsize, dup, and dup2.
2003-01-11  Eric PouechAdded the GUI part for setting the edition mode flavor.
2003-01-11  Eric PouechRemoved non needed include of module.h.
2003-01-11  Marcus MeissnerCoerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in...
2003-01-11  Marcus MeissnerConvert VT_DISPATCH variants into VT_USERDEFINED/TKIND_...
2003-01-11  Marcus MeissnerImplemented CoGetTreatAsClass.
2003-01-11  Dimitrie O... Added windres compatibility switches: -v, --[no-]use...
2003-01-11  Francois GougetDSB.SetFormat:Trace the requested format as soon as...
2003-01-11  Dimitrie O... Define qsort and bsearch in stdlib.h.
2003-01-11  Dimitrie O... Add dirent.h header for Unix/mingw compatibility.
2003-01-11  Francois GougetFix latent deadlock in DSOUND_callback.
2003-01-11  Mehmet Yasar- return EOF when stream is empty
2003-01-10  Alexandre JulliardFixed handling of trailing whitespace after #else and...
2003-01-10  Liu SpiderAdded Simplified Chinese resources.
2003-01-10  Dimitrie O... Add unistd.h files for mingw/Unix compatibility.
2003-01-10  Rok Mandeljc3d sound diminishes with distance.
2003-01-10  Juergen SchmiedFixed crash in winamp reported by Andreas Mohr.
2003-01-10  Juergen SchmiedFix recently broken GetDisplayNamesOf of names of shell...
2003-01-10  Dmitry TimoshkovChange types of WPARAM, LPARAM and LRESULT according...
2003-01-10  Dimitrie O... Support default output name (a.out); some configure...
2003-01-10  Shachar ShemeshSet correct last error if the path contains wildcard...
2003-01-09  Marcus MeissnerAdded GIF decompressor support to OLE Automation IPictures.
2003-01-09  Jason EdmeadesCalculate starting position for a copyrect correctly.
2003-01-09  Eric PouechAdded an edition mode flavor (win32/emacs...) to the...
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-09  Eric PouechRemoved emacs edition flavor (it's now a console attrib...
2003-01-09  Duane ClarkIf bit/stretchblt source and destination DCs are the...
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-09  Alexandre JulliardRemove global NONAMELESS* define for tests too.
2003-01-09  Alexandre JulliardRegenerated with latest widl.
2003-01-09  Alexandre JulliardAdded a few rules to rebuild idl headers.
2003-01-09  Ove KaavenDeclare user-marshaller prototypes for types declared...
2003-01-09  Liu SpiderAdded Simplified Chinese resources.
2003-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...
2003-01-09  Marcus MeissnerCheck and define AS (for cross/biarch compiler support).
2003-01-09  Alexandre JulliardAdd -gstabs+ option if supported (based on a patch...
2003-01-09  Dimitrie O... Collapse the -hHrs options into the -O option.
2003-01-09  Eric PouechImplemented GetModuleBaseName(AW), GetModuleFileNameEx...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-08  Eric PouechAdded the missing APIs.
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 JulliardRemoved no longer used local variable (spotted by Dmitr...
2003-01-08  Alexandre JulliardGrab the thread object in case the thread terminates...
2003-01-08  Duane ClarkWS_CAPTION is a two bit field, so test appropriately.
next