Authors: Charles Vaughn <charlesv@mfos.org>, Lionel Ulmer <lionel.ulmer@free.fr>
[wine] / misc /
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Andreas MohrFixed verbose CD-ROM serial number warnings and some...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-25  Andreas MohrCleanup and speedup of init code.
2000-08-25  Marcus MeissnerUse int instead of CHAR/WCHAR in va_arg() (fixes gcc...
2000-08-20  Dmitry TimoshkovAdded new language detection scheme that uses NLS data...
2000-08-19  Ed SnowCorrected serial number generation for CD's with 1...
2000-08-18  Stefan LeichterFixed return value of CDROM_GetLabel if CDROM_Open...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved winver and service_table from the PDB and made...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-29  Dmitry TimoshkovFindResourceExA/W should search for the specified langu...
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
2000-07-25  Dave PicklesImproved FormatMessage:
2000-07-25  Patrik StridvallFixed issues found by winapi_check.
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-15  Mike McCormackHook serialui dll into existing comm functions.
2000-07-15  Alexandre JulliardMade --language behave the same as setting the LANGUAGE...
2000-07-15  Gerald PfeiferFixed an incorrect format string.
2000-07-10  Eric PouechFixed FormatMessage[A|16] against some buffer overflow...
2000-07-09  Stefan LeichterFixes the BuildCommDCBA function.
2000-07-09  Hidenori TakeshimaAdded configure check for libutil.h.
2000-07-09  Alexandre JulliardFixed lstrcpynAtoW usage (reported by Stas Sergeev).
2000-07-08  Stefan LeichterStarted implementation of the functions GetDefaultCommC...
2000-07-08  Joerg MayerFixed the debugmsg help.
2000-06-24  Alexandre JulliardSplit bidi16.c and network.c out of misc/ into their...
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-15  Frederic BoulangerCreateSpoolFile is called with a dos name, we have...
2000-06-15  Mike McCormack- add prototypes for serial API functions
2000-06-12  Andreas MohrMade the DLL version clash error message more verbose.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-07  Alexandre JulliardFixed off-by-one error in string allocation.
2000-06-03  Alexandre JulliardRemoved MSG_WineStartTicks (does not work for multiple...
2000-06-03  Juergen SchmiedFixed crash.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-30  Zoran DzelajlijaBasic Croatian language support.
2000-05-30  Alexandre JulliardMake child processes inherit command-line options throu...
2000-05-30  Gerald PfeiferFixed warning.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-26  James JuranDEBUG_ExternalDebugger() needs to be a part of wine...
2000-05-18  Patrik StridvallFixed issues found by winapi_test.
2000-05-14  Dimitrie O. PaunMoved DDEML into dlls/user.
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-10  Alexandre JulliardSpecify the service thread timers in ms instead of us.
2000-05-10  Alexandre JulliardReserve space for the PE header at the start of the...
2000-05-05  Huw D M DaviesStrip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWA...
2000-05-03  Bertho StultiensMmap does not fail on zero-length files.
2000-04-29  Patrik StridvallFixed issues reported by winapi_check.
2000-04-28  Juergen SchmiedSmall fixes, removed asserts.
2000-04-28  Rein KlazesImplement mark and space parity generation. Accept...
2000-04-24  Patrik StridvallFixed some warnings.
2000-04-24  Dimitrie O. PaunRemoved the last xmalloc calls.
2000-04-23  Gerard PatelDo not initialize dcb in BuildCommDCB[AndTimeouts].
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-14  Marcus MeissnerDo not dereference a ptr we just checked being NULL.
2000-04-14  Ove KaavenFollow symlinks when saving registry.
2000-04-13  Eric PouechGot rid of -debug wine's option (wine now requires...
2000-04-06  Alexandre JulliardMoved SaveOnlyUpdatedKeys to wine.ini.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-04-04  Alexandre JulliardCall PROFILE_GetWineIniBool before starting to fill...
2000-04-04  Alexandre JulliardMichael Abd-El-Malek (Corel)
2000-03-30  Rein KlazesAdded CTS, DSR and RingIndicator states to Window's...
2000-03-28  Ron GageFixed bug reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Patrik StridvallFixed some warnings.
2000-03-26  Uwe BonnesUse strerror in debug output.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-24  Alexandre JulliardMoved FatalAppExit functions to win32/except.c.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-17  Alexandre JulliardMade MPR a separate dll.
2000-03-08  Simen ZamecnikAdded Slovak language support.
2000-03-08  Junichi KuchinishiAdded some Japanese resources.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
next