Reboot (int19) under DOS now does ExitProcess.
[wine] / dlls /
2003-10-04  Jukka HeinonenReboot (int19) under DOS now does ExitProcess.
2003-10-04  Uwe BonnesSNOOP_ShowDebugmsgSnoop(): check for NULL function...
2003-10-04  Michael Günnewig- First part of a new IAVIEditStream implementation.
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-10-03  Alexandre JulliardAvoid closing the cdrom if we failed to open it.
2003-10-03  Jason EdmeadesCheck for advertized vertex blend support before queryi...
2003-10-03  Jon GriffithsTests for recent variant changes.
2003-10-03  Pavel RoskinAdd support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
2003-10-03  Mike McCormackFixed msi spec file.
2003-10-03  Alexandre JulliardWe only need to check for same process siblings in...
2003-10-03  Jon GriffithsAdd VarParseNumFromStr()/VarNumFromParseNum(), use...
2003-10-03  Jason EdmeadesMinor fixes - Remove light debug statements, handle...
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-02  Alexandre JulliardIn desktop mode, only move the window in Z-order relati...
2003-10-02  Alexandre JulliardFixed a couple of bugs in RtlDosSearchPath_U and RtlGet...
2003-10-02  Dimitrie O. PaunMove the message sequences documented in documentation...
2003-10-02  Dimitrie O. PaunRemoved obsolete TODO file.
2003-10-02  Rolf KalbermatterSHDOCVW_118 (ShellDDEInit) is really a dynamic forward...
2003-10-02  Rolf KalbermatterMoved definition of newly documented API SHRestricted...
2003-10-02  Gerald PfeiferCast time_t parameters to fprintf(...,"%l",...) to...
2003-10-02  SalmelaUpdated Finnish keyboard layout.
2003-10-02  Mike McCormackChange a MESSAGE about creating a directory to a TRACE.
2003-10-02  Pavel RoskinIgnore window caption from PROPSHEETHEADER in wizards...
2003-10-02  Dimitrie O. PaunTidy up the notes for the ODBC driver.
2003-10-01  Jon GriffithsDocumentation updates.
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-10-01  Mike McCormackStubs for Get/SetUserGeoID().
2003-10-01  Jon GriffithsNew tests for shlwapi string and clsid functions.
2003-10-01  Jon GriffithsAdd @405/406, document URL functions.
2003-10-01  Robert ReifFixed some traces.
2003-10-01  Pavel RoskinMake it possible to close the "About Wine" dialog by...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-30  Alex Pasadyn- Add more logging to resolution changes and queries.
2003-09-30  Pavel RoskinImplement stubs for OleRenameServerDoc, OleRevertServer...
2003-09-30  Christian CostaSmall lighting fix.
2003-09-30  Vincent BéronExtract localisable resources from shres.rc to proper...
2003-09-30  Michael StefaniucFixes for memory leaks on error path.
2003-09-30  Michael StefaniucFix memory leaks on error path.
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-09-30  Robert ShearmanSet version of kernel32 to Windows 2000 SP4.
2003-09-30  Jason EdmeadesMaxActiveLights means number of concurrent lights,...
2003-09-30  Jason EdmeadesMake unlock of the backbuffer correctly restore the...
2003-09-30  Rolf KalbermatterAdded IsLFNDriveA/W/AW exports and two more stubs.
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-29  Vincent BéronChange some resources from LANG_NEUTRAL to LANG_ENGLISH.
2003-09-29  Vincent BéronExtract localisable resources from msacm resource file.
2003-09-29  Tom WicklineSet version to 9.
2003-09-29  Tom WicklineRemove obsolete information.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-27  Rolf KalbermatterFix a return value in SHFileOperation and add some...
2003-09-27  Dmitry TimoshkovImplemented RealGetWindowClass.
2003-09-27  Alexandre Julliard_tempnam and _wtempnam should not create the temp file...
2003-09-27  Alexandre JulliardMake sure all 16-bit system drivers are loaded for...
2003-09-27  Alexandre JulliardRenamed comm.dll, display.dll, keyboard.dll and mouse...
2003-09-27  Michael StefaniucDue to a misplaced "}" memory wasn't freed on the error...
2003-09-27  Eric PouechFix both a warning and some nasty crashes...
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
2003-09-27  Dimitrie O. PaunMerge documentation/status/directplay into the code.
2003-09-27  Dimitrie O. PaunMerge documentation/status/directdraw into the ddraw...
2003-09-27  Dimitrie O. PaunMerge documentation/status/version into the version...
2003-09-27  Dimitrie O. PaunMerge documentation/status/lzexpand into the lzexpand...
2003-09-27  Robert ReifRemove capture tests from dsound.c and place them in...
2003-09-27  Robert ReifAllow wave emulated capture while doing hardware accele...
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-26  Michael StefaniucFixed missing wine_tsx11_unlock() on error path.
2003-09-25  Alexandre JulliardMoved WINE_MODREF definition to loader.c.
2003-09-25  Robert Shearman- A few cosmetic fixes.
2003-09-25  José Manuel Ferrer... Added Spanish resources.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-25  Rolf KalbermatterAdd some comments to functions and minor fixes.
2003-09-25  Mike McCormackUse unions instead of defines in async work requests.
2003-09-25  Robert ReifAvoid divide by zero if the sound driver returns 0...
2003-09-25  Jason EdmeadesAdd real support for VS1.1, ie make the relative addres...
2003-09-25  Jason EdmeadesThe 'w' component is used more than just for the vertex...
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-24  Alexandre JulliardRewrote getenv and _wgetenv to avoid returning a pointe...
2003-09-24  Jon GriffithsMore locale tests.
2003-09-24  Jon GriffithsAdd LanguageGroup/GeoID enumeration fns.
2003-09-24  Jon GriffithsAdded tests for cpp objects/RTTI.
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-24  Jon GriffithsDocumentation updates.
2003-09-24  Jon GriffithsDocument BSTR functions, add SetOANoCache().
2003-09-23  Alexandre JulliardAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
2003-09-23  Jon GriffithsA first stab at wcstod().
2003-09-23  Mike McCormackFix more unicode/memory allocation errors.
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-22  Mike McCormackFix logic problems with NETCON_connected.
2003-09-22  Robert ReifVolume and Pan driver requests need to return success...
2003-09-22  Mike McCormackFixed a memory leak.
2003-09-22  Mike McCormackChange erroneous malloc to HeapAlloc.
2003-09-22  Mike McCormackFix a bunch of unicode/memory allocation errors.
2003-09-22  Marcus MeissnerPrint fixmes if we do not find a crypto providers for...
2003-09-22  Rok MandeljcRewritten cache code and fixed a bug that was in it.
2003-09-22  Michael StefaniucSilence the FIXME produced by an install check of MVSOU...
next