Fixed ordinal numbering and added new spec stub.
[wine] / dlls /
1999-12-20  Peter HunnisettFixed ordinal numbering and added new spec stub.
1999-12-20  Marcus MeissnerSmall fix to get GET_DEVICE_TYPE working (verified...
1999-12-20  Ian SchmidtCorrected background color and fixed leaking GDI brush.
1999-12-20  Francois GougetIf lpTitle==NULL and cbBuf==0 then we must return the...
1999-12-20  Shaun MorrisImplemented _TrackMouseEvent for the TME_LEAVE flag.
1999-12-12  Eric PouechAdded the ability to open several streams on the same...
1999-12-12  Eric PouechSysStringLen can get a NULL pointer (and shall return 0).
1999-12-12  Eric PouechNow using notification for detecting when a WAVEHDR...
1999-12-12  Eric PouechEnhanced synchronization between playback thread and...
1999-12-12  Huw D M DaviesFix no. of arguments in a WARN statement.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-12  Juergen SchmiedAdded StrNCpyA, StrNCpyW.
1999-12-11  Alexandre JulliardXiang Li
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-12-11  Bradley BaetzThe wavemap driver wasn't passing the callback type...
1999-12-11  Patrik StridvallFixed some issues found by winapi_check.
1999-12-11  Juergen SchmiedSmall fixes.
1999-12-10  Marcus MeissnerAdded NtPowerInformation stub.
1999-12-10  Gerard PatelTransfer only cbStruct size in BindCtxImpl_S(G)etOptions.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Bradley Baetz- Fix MMIO_{Open,Rename} to check the filename (of...
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-12-05  Francois GougetWhenever we do an strncpy we should make sure we put...
1999-12-05  Eric PouechFixed mciInfo.
1999-12-05  Eric PouechAdded support for WAVE_FORMAT_QUERY flag in wodOpen.
1999-12-05  Eric PouechCorrectly implement ACM_STREAMOPENF_QUERY flag in acmOp...
1999-12-05  Eric PouechFixed MCI_OPEN command for types like "CDAUDIO!H:".
1999-12-05  Eric PouechFake MIDI_IO_STATUS support in midi in open
1999-12-05  Eric PouechFixed infinite loop for 0-length wavehdrs.
1999-12-05  Eric PouechFixed buggy playback for non PCM files
1999-12-05  Eric PouechTried to reduce echo in playSound API (using two wavehd...
1999-12-05  Eric PouechAdded callback mechanisms for MIDI IN.
1999-12-05  Eric PouechFixed improper acm streams closing.
1999-12-05  Eric PouechDebug traces cosmetic fixes.
1999-12-04  Peter GantenwaveHdr.lpData was eventually HeapFree()ed uninitialized.
1999-12-04  Michael McCormackAdded code to some service functions (some untested...
1999-12-04  Alexandre JulliardPierre Mageau
1999-12-04  Huw D M DaviesAdded stubs for several MRU list functions and document...
1999-12-04  Huw D M DaviesFixes off by one error in item insertion.
1999-12-04  Marcus MeissnerAllow 1% deviation from specified sampling rate for...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-28  Alexandre JulliardSerge Ivanov
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-28  Dave PicklesPrevent a crash if messages are sent to a toolbar windo...
1999-11-28  Julio Cesar GazquezUpdated Spanish MM error string translation.
1999-11-28  Alex Priem- (final?) update of TreeView_* macro's.
1999-11-28  Eric KohlFixed some visual toolbar bugs.
1999-11-28  Huw D M DaviesUse RegQueryInfoKey to count number of printers.
1999-11-25  Juergen LockSet/use fs/gs from the sigcontext struct, the correspon...
1999-11-25  Eric PouechFixed some bogus error detection for RegEnumValue[AW...
1999-11-25  Peter Hunnisett- Added global data mutual exclusion
1999-11-25  Andreas MohrSeveral improvements.
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-23  Eric Kohl- first 'dummy' implementation of ImageList_Read
1999-11-23  Eric Kohl- added version messages
1999-11-23  Eric Kohl- implemented LBItemFromPt
1999-11-23  Eric Kohl- implemented simple column order array functionality
1999-11-23  Eric Kohl- minor update to mru list functions
1999-11-23  Eric Kohl- added version messages and some simple get/set messages.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-11-23  Juergen SchmiedCorrected wrong parameter counts for WNetCachePassword and
1999-11-23  Ian SchmidtAdded stub for DllInstall().
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.
1999-11-21  Juergen Schmied- the fodInfos were used before initialized
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Gustavo Junior AlvesAdded Portuguese language support.
1999-11-21  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-11-21  Peter SchlaileImplemented StartServiceCtrlDispatcherA according to...
1999-11-21  Michael McCormackImplemented OpenSCManagerW, CloseServiceHandle, OpenSer...
1999-11-21  Eric PouechAdded undocumented feature to InsertButtonA.
1999-11-21  Eric PouechFixed play back of uncompressed AVI file.
1999-11-21  Eric PouechFixed forwarding and handling messages directed to...
1999-11-21  Jim AstonAdded stub for StgSetTimes.
1999-11-21  Andreas MohrSHFind_InitMenuPopup is supposed to return a pointer.
1999-11-21  Ulrich Weigandu_int[16|32]_t might not be defined.
1999-11-21  Alex Priem- fixed crash when adding items with TVI_SORT and wineI...
1999-11-14  Eric PouechThe adwInfo[0] field was no longer used on mmioOpen...
1999-11-14  Eric PouechAdded stubs for SetErrorInfo, PropVariantClear, PropVar...
1999-11-14  Eric PouechRemoved suicide code when playback thread's father...
1999-11-14  Juergen Schmied- the colums in the shellview are now created depending...
1999-11-14  Juergen Schmied- corrected control positions
1999-11-14  Francois GougetRemoved leftover #undefs.
1999-11-14  Uwe BonnesIgnore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
1999-11-14  Marcus MeissnerWork around glibc bug, that does not handle latin-1...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-13  Francois GougetUse BSD headers for ICMP portability.
1999-11-13  Juergen Schmied- inserted markers for the bin2res tool
1999-11-13  Ulrich WeigandMoved GET_IP macro to winnt.h
1999-11-13  Klaas van GendImplemented the PrintSetup dialog box for the PrintDlgA.
1999-11-13  Adrian ThurstonAdded validations for page index before using it.
1999-11-13  Adrian Thurston- fixed the index of the item chosen in the filter...
1999-11-12   <jodaman@cegt201... Fixed joystick scaling.
1999-11-12  Gustavo Junior AlvesUse constants IDOK and IDCANCEL in .rc files.
1999-11-12  Gerard PatelComplete stub for RasEnumEntries by saying we have...
1999-11-12  Juergen SchmiedMade the buttons in the filedlg change when selecting...
1999-11-12  Julio Cesar GazquezAdded Spanish (pure Castillan) MM error string translation.
1999-11-12  Ulrich WeigandAdded signal handling for SPARC / Solaris.
1999-11-12  Eric PouechFixed recursion count while calling midiStream(Pause...
next