wine
2004-01-16  Robert ReifFix improper WAVEFORMATEX size calculation for non...
2004-01-16  Dimitrie O... Fix value renaming. Cleanup code, fix a few leaks.
2004-01-16  Francois GougetAssorted spelling fixes.
2004-01-16  Kevin KoltzauAdd INI file processing.
2004-01-16  Francois GougetReturn HFILE_ERROR instead of -1 in _lread.
2004-01-16  Huw DaviesTrace the high part of the Seek offset.
2004-01-16  Mike McCormackAdded SystemTimeToTzSpecificLocalTime definition.
2004-01-16  Francois GougetAdd a couple of missing definitions to urlmon.h.
2004-01-16  Thomas WeidenmuellerFixed handling of control focus.
2004-01-16  Thomas WeidenmuellerEnable the help menu for regedit.
2004-01-16  Alexandre JulliardCheck for overlapping memory views and delete the offen...
2004-01-16  Mike Hearn- Ensure we correctly add a backslash like Windows...
2004-01-16  Filip Navara- Moved actual code from SHGetSpecialFolderPathA to...
2004-01-16  Filip NavaraComplete Czech translation of shell32 resources.
2004-01-16  Robert ShearmanPartially implement RegOpenUserClassesRoot.
2004-01-16  Ivan Leo Murray... We now have official packages.
2004-01-16  Dimitrie O... Streamline the editing interfaces a bit.
2004-01-16  Vincent BéronMove the implementation of GetDefaultCommConfig from...
2004-01-16  Vincent BéronUnicodify some comm functions.
2004-01-16  Thomas WeidenmuellerAdded context menu support.
2004-01-16  Mike HearnChange URL used in http tests to be a #define so it...
2004-01-16  Francois GougetThe MSVC headers won't give a name to the nameless...
2004-01-16  Francois GougetWe need to set _WIN32_WINNT to 0x501 to get CS_DROPSHAD...
2004-01-16  Francois GougetMSVC does not want 'extern' variables to be initialized...
2004-01-16  Vincent BéronGet rid of a W->A cross call in ImageList_LoadImageW.
2004-01-16  Vincent BéronFix compilation with ICU after introduction of gdi_priv...
2004-01-16  Vincent BéronInitialize a pointer before dereferencing it.
2004-01-16  Vincent BéronYet another new spec file, this time iccvid.spec.
2004-01-16  Robert LunnonSave UESP instead of ESP where UESP defined.
2004-01-16  Thomas WeidenmuellerImplemented View|Split.
2004-01-16  Thomas WeidenmuellerSimplify the About dialog code.
2004-01-16  Thomas WeidenmuellerExpand the treeview on startup.
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Marcelo Duarte- Get rid of W->A calls for shlexec.
2004-01-15  Alexandre JulliardTweaked the init code so that it works properly no...
2004-01-15  Alexandre JulliardAuthors: Tim Ferguson <Tim.Ferguson@infotech.monash...
2004-01-15  Mike McCormackPreserve trailing backslashes in GetFullPathName.
2004-01-15  Ferenc WagnerAdded graphical feedback.
2004-01-15  Eric PouechBe more strict about checks (especially in RVA translat...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-15  Alexandre JulliardDefine INADDR_NONE if needed (reported by Robert Lunnon).
2004-01-15  Alexandre JulliardAvoid non-portable strip -s (reported by Robert Lunnon).
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2004-01-14  Robert LunnonFixed type mismatch in widDsCreate.
2004-01-14  Robert LunnonCorrected code to acquire mtu under Solaris.
2004-01-14  Alexandre JulliardFixed __siginfo type for Solaris (based on a patch...
2004-01-14  Robert LunnonFD_SET is not a type changed to struct fd_set.
2004-01-14  Robert LunnonIncluded limits.h to resolve missing macro definition.
2004-01-14  Ivan Leo Murray... Updated copyright information.
2004-01-14  Alexandre JulliardMoved SetDrawable, StartGraphicsExposures and EndGraphi...
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-13  Dimitrie O... Add value rename support to regedit.
2004-01-13  Jon GriffithsImplemented VarInt, VarFix, VarNeg.
2004-01-13  Jon GriffithsUse integer math in VarCyInt, docs.
2004-01-13  Rein KlazesTwo "unknown" parameters of _unDName() turn out to...
2004-01-13  Tom WicklineFixed version info.
2004-01-13  Tom WicklineAdd dillo as a browser to search for.
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2004-01-13  Alexandre JulliardImplemented a few more crt* functions.
2004-01-13  Alexandre JulliardAvoid direct access to the palette structure.
2004-01-13  Marcus MeissnerAdded stub for EnumICMProfilesA/W.
2004-01-13  Alexandre JulliardAuthors: Jeremy White <jwhite@codeweavers.com>, Francoi...
2004-01-13  Jeremy ShawRemove forced WS_SO_REUSEADDR on all binds.
2004-01-13  Francois GougetFix a race that caused the Microsoft Viewers 'file...
2004-01-13  Francois GougetDo a SearchPath before opening the file to improve...
2004-01-13  Francois GougetRemove references to regapi.
2004-01-13  Vincent BéronAdd yet another spec file for a new dll.
2004-01-13  Vincent BéronRemove a "\" from a multiline string constant by splitt...
2004-01-13  Vincent BéronRemoved a W->A cross-call (CopyMetaFileW->CopyMetaFileA).
2004-01-13  Alexandre JulliardAdded all the missing functions.
2004-01-13  Alexandre Julliard_set_error_mode is cdecl not stdcall.
2004-01-13  André JohansenForward _set_error_mode to msvcrt.
2004-01-13  Vincent BéronGet rid of a W->A crosscall (ResetDCA->ResetDCW).
2004-01-13  Christian CostaAdded Midi IN support.
2004-01-12  Rein KlazesHandle the cases when initdir is either invalid, or...
2004-01-12  Mike McCormackStub enough of MSVCRT40 to make IE4 install work.
2004-01-12  Alexandre JulliardScrollDC doesn't need to be in the graphics driver.
2004-01-12  Mike HearnChange GetTransform stub to use the standard FIXME...
2004-01-12  Vincent BéronCreateDC is Unicode now, change the spec file accordingly.
2004-01-12  Vincent BéronAdd spec files for new dlls.
2004-01-12  Bill MedlandCorrect handling of font table when the font name is...
2004-01-12  Marcus MeissnerSafeArrayRedim: Use the correct size for resize too.
2004-01-12  Eric PouechImplemented Toolhelp32ReadProcessMemory.
2004-01-12  Eric Pouech- implemented TIME_KILL_SYCHRONOUS timer flags
2004-01-12  Robert ReifReduce the use of the dsound global variable by passing...
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2004-01-09  Robert ReifAdded some missing defines and a struct.
2004-01-09  Marcus MeissnerAllow offset of NULL to NtWriteFile.
2004-01-09  Marcus MeissnerFixed HeapRealloc typo.
2004-01-09  Dimitrie O... Remove the wrapper generation from winewrap, it is...
2004-01-09  Alexandre JulliardSome more Win16/Win32 separation (based on a patch...
2004-01-09  Michael Stefaniuc- add VESA mode 0x6a (same as 0x102)
2004-01-09  Jeremy ShawAdded wave-in support and fixed a few bugs in the wave...
2004-01-09  Alexandre JulliardRemoved XInitThreads call, the X libraries still have...
2004-01-09  Marcus MeissnerCopy BSTRs byte wise.
2004-01-09  Ulrich CzekallaAdded header dbt.h.
2004-01-09  Ferenc WagnerPin down LoadStringA behaviour on different buffer...
2004-01-09  Dmitry TimoshkovFix an IE crash and make the "Create Folder" functional...
2004-01-09  Ove KaavenAvoid freeing request packet too early if an exception...
next