Fixes.
[wine] / dlls /
2000-02-20  Juergen SchmiedFixes.
2000-02-20  Juergen Schmied- new internal interface for item manipulation (cut...
2000-02-20  Juergen SchmiedNew aPidl handling functions.
2000-02-20  Alexandre JulliardAvoid crash on NULL data pointer.
2000-02-20  Andreas MohrAdded stub for RtlAssert().
2000-02-20  Eric PouechGot rid of PROFILE_ functions, now accessing Wine confi...
2000-02-18  Owen WangSet the type of VarBstrFromDate to dwFlags, instead...
2000-02-18  Alexandre JulliardChanged the loading of typelib files to use a memory...
2000-02-18  Eric PouechFixed prototype for OleTranslateColor.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-14  Juergen SchmiedAdded stub for CoResumeClassObjects.
2000-02-14  Ove Kaavenioctlsocket() now returns success if the app sets nonbl...
2000-02-14  Gerald PfeiferFixed FreeBSD compile.
2000-02-14  Eric Pouech- fixed crash on mci channel tracing
2000-02-13  Alexandre JulliardRemoved check for class existence.
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
2000-02-13  Alex PriemFixed off-by-one error.
2000-02-10  Oleg KordaAdded Russian translation.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Owen WangMake CLSIDFromString return a CLSID of zeros instead...
2000-02-07  Gerald PfeiferFixed unconditional use of JOYDEV.
2000-02-07  Juergen SchmiedChanged import to ordinal.
2000-02-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-02-07  Sean LangleyMade OleCreateFontIndirect have the same signature...
2000-02-07  Sean LangleyOLEPRO32 stubs.
2000-02-07  Wolfgang SchwotzerExtended the winmm joystick API calls to support the...
2000-02-07  Sheri SteevesFix for the system tray, Icon and popup menu's now...
2000-02-07  Noomen HamzaRunning object table are not using 0 as a valid index...
2000-02-07  Marcus MeissnerHeight calculation was 1 off in ImageList_Read.
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-02-03  Alex Priem- Implementation of WM_SETFORMAT
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Marcus MeissnerOverlay indices are signed shorts (-1 means no overlay)
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
2000-01-29  Andreas MohrAdded SETUPX dll.
2000-01-29  Patrik StridvallFixed minor issues found by winapi_check.
2000-01-29  Marcus MeissnerImplemented ImageList_Read (not 100% correct in regardi...
2000-01-29  Marcus MeissnernIconIndex == -1 should return nr of available icons...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-27  Juergen SchmiedSmall fix.
2000-01-26  Alexandre JulliardDynamically load version.dll in MMDRV_GetDescription32.
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA for the hook list.
2000-01-26  Gerard PatelReturns an error if trying to write to a stream opened...
2000-01-26  Alexandre JulliardDon't crash when ObjectAttributes is NULL.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-24  Alexandre JulliardBuilt a complete translation table for RtlNtStatusToDos...
2000-01-23  Alexandre JulliardMerged dlls/ver into dlls/version.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-23  Marcus MeissnerReplaced some weird C constructs (char[]="" ) with...
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-23  Dmitry TimoshkovReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharT...
2000-01-23  Marcus MeissnerImplemented (Register|Get|Revoke)ActiveObject from...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-18  Uwe BonnesAlways initialize lpWaveHdr->lpNext to NULL.
2000-01-17  Gerard PatelRounds to the lowest integer, not the nearest.
2000-01-15  Juergen SchmiedIf there is enough space in the buffer and the type...
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
2000-01-15  Todd T. FriesAdd HAVE_SOUNDCARD_H to support OpenBSD.
2000-01-15  Marcus MeissnerImplemented OleRun.
2000-01-12  Alexandre JulliardRemoved a dependency between oleaut32 and comctl32.
2000-01-12  Peter HunnisettFix problem with initialization (reported by Andreas...
2000-01-12  Alex PriemInfoPtr checking mixed up WM_DESTROY and WM_CREATE.
2000-01-09  Patrik StridvallNon-Linux compile fix.
2000-01-09  Juergen SchmiedCorrected behaviour of RegOpenKey in case of failure.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-09  Bradley BaetzFixed race condition between app and wine in WAVE_mciPlay.
2000-01-08  David ElliottRemoved malloc/free hack and replaced with HeapAlloc...
2000-01-08  Marcus MeissnerThe new filedialog stuff does not handle template....
2000-01-08  Patrik StridvallFixed some issues found by winapi_check.
2000-01-08  Ulrich WeigandFixed alignment problem with VERSION_INFO members.
2000-01-05  Alex Priem- When processing WM_PAINT messages, the treeview might...
2000-01-05  Adam SacarnyFix for compilers that don't support 'long long' (From...
2000-01-04  Eric PouechAdded more MIDI messages 16<=>32 mapping.
2000-01-04  Eric PouechPut back visible minimum timer resolution to 1 ms.
2000-01-04  Bradley BaetzConvert mmio to allow the use of 32 bit mmio procedures.
2000-01-04  Juergen SchmiedSmall fixes.
2000-01-04  Patrik StridvallFixed some issues found by winapi_check.
2000-01-04  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
2000-01-04  Eric PouechUse a uniform naming scheme for driver modules.
2000-01-04  Eric PouechAdded support for WODM_BREAKLOOP message.
2000-01-04  Eric PouechRemoved extraneous ERR message.
2000-01-04  Eric PouechAdded support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
2000-01-04  Andreas MohrAdded spec entry for _itoa.
2000-01-04  Andreas Mohr- prevent mem leak of CRTDLL_acmdln_dll
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Alexandre JulliardFixed/commented out duplicate entry point names.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-26  Francois GougetFILEDLG95_HandleCustomDialogMessages:
1999-12-25  Francois GougetBetter support very long strings by avoiding to copy...
1999-12-25  Marcus MeissnerCast the unsigned int to signed, or NEAR_MATCH will...
next