wine
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-29  Alexandre JulliardTry to catch the case of a non-writable source director...
2003-09-29  Alexandre JulliardFixed handling of Unicode strings used as filenames...
2003-09-29  Francois GougetSome spelling fixes.
2003-09-29  Vincent BéronChange some resources from LANG_NEUTRAL to LANG_ENGLISH.
2003-09-29  Francois GougetUpdate winapi and c2man so they know about -ret16....
2003-09-29  Dimitrie O... Remove the obsolete Winelib HOWTO and DDE status.
2003-09-29  Vincent BéronExtract localisable resources from msacm resource file.
2003-09-29  Pavel RoskinWiden the "About" dialog to prevent wrapping of text.
2003-09-29  Pavel RoskinFix processing of IDCANCEL command.
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  Alexandre JulliardAdded strspnW and strcspnW.
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 JulliardAdded dumping of the resident name table of NE files.
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  Michael StefaniucFix some memory leaks found by smatch.
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... Remove obsolete status files for direct3D, directsound...
2003-09-27  Dimitrie O... Merge documentation/status/directplay into the code.
2003-09-27  Dimitrie O... Merge documentation/status/directdraw into the ddraw...
2003-09-27  Dimitrie O... Merge documentation/status/version into the version...
2003-09-27  Dimitrie O... Merge documentation/status/lzexpand into the lzexpand...
2003-09-27  José Manuel... Added Spanish resources.
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-27  Mike McCormackAdded AW defines to msi.h and msiquery.h.
2003-09-26  Alexandre JulliardStore the dll name for the export directory inside...
2003-09-26  Alexandre JulliardAvoid depending on MODULE_GetBinaryType in load_library...
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-26  Dimitrie O... Remove 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  Dimitrie O... Merge the non-obsolete bits from wine.texinfo into...
2003-09-25  Pavel RoskinFix checkboxes in the "Color dialog flags" dialogs...
2003-09-25  José Manuel... Added Spanish resources.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-25  Alexandre JulliardIgnore __pthread_rwlock_unlock call if the pthread...
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  Richard Cohen- "wine-cvsdirs" should be "full-cvs".
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-25  Pavel RoskinCall HeapAlloc() on entries before HeapReAlloc() to...
2003-09-25  Pavel RoskinFix processing of the command line.
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  Pavel RoskinAdded configure check for spawnvp().
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-24  Jon GriffithsMSVC warning fix.
2003-09-24  Jon GriffithsPortability fix.
2003-09-24  Dimitrie O... Small cleanups, remove references to authors.ent.
2003-09-23  Alexandre JulliardAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
2003-09-23  Juraj HercekAdded SS_ENDELLIPSIS.
2003-09-23  Dimitrie O... Move authors to the wine-user.sgml.
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-09-23  Jon GriffithsAdded some needed config.h entries.
2003-09-23  Jon GriffithsA first stab at wcstod().
2003-09-23  Jon GriffithsAdded StrFormatKBSizeA/W.
2003-09-23  Felix NawothnigAdded definitions for ListView_GetColumnWidth, ListView...
2003-09-23  Rein KlazesFix MDISetMenu in the case it is called before a Window...
2003-09-23  Mike McCormackFix more unicode/memory allocation errors.
2003-09-22  Dimitrie O... Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-22  Dimitrie O... Remove redundant sections from the guide:
2003-09-22  Alexandre JulliardSmall cleanup.
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  Eric PouechDocumentation updates.
2003-09-22  Dimitrie O... Big update to the debug logging section.
2003-09-22  Dimitrie O... Move the authors out of the sections.
2003-09-22  Mike HearnRemove Managed option. Add DXGrab, DesktopDoubleBuffer...
2003-09-22  Robert ReifVolume and Pan driver requests need to return success...
2003-09-22  Michal Janusz... DEBUG_cmp_sym: micro optimization/cleanup.
2003-09-22  Vincent BéronAnother batch of French resources updates.
2003-09-22  Maxime BellengéAdded LVKF_* defines.
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  Vincent BéronFix strncpyWtoA to actually act as advertised (and...
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  Dimitrie O... Move Gerard's name to the author list.
2003-09-22  Dimitrie O... Cleanup formatting a bit.
2003-09-22  Dimitrie O... Cleanup the introduction a bit.
2003-09-22  Dimitrie O... Remove a lot of obsolete information, misc cleanups.
2003-09-22  Dimitrie O... Move Eric's name in the author list.
next