Delay sending debug events until process initialization is complete.
[wine] / dlls /
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...
1999-11-12  Bernd PaysanAdded a stub for setjmp.
1999-11-10  Patrik StridvallSolaris compile fixes.
1999-11-10  Ulrich Weigand(Preliminary) CONTEXT structure for SPARC added.
1999-11-10  Rein KlazesCoGetClassObject should complain about not being able...
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-11-07  Patrik StridvallMinor fixes.
1999-11-07  Patrik StridvallRemoved obsolete files no longer in use.
1999-11-07  Juergen Schmied- unified templates for the open and the save dlg
1999-11-07  Juergen Schmied- new interface declaration for IShellfolder2
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-11-07  Rein KlazesAdded stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
1999-11-07  Ulrich CzekallaImplementation of custom dialog messages and notifications.
1999-11-07  David Grant- Proper initialization of cchTextMax field was added for
1999-11-07  Eric PouechFixed SetTitleA when string resources were to be loaded.
1999-11-07  Pierre Mageau- Fixed an error for scrolling in Listview (sometimes...
1999-11-04  Peter Hunnisett- Added dplayx LibMain for initialization of all dplayx...
1999-11-04  Ulrich CzekallaSet proper item focus on DeleteItem.
1999-10-31  Thuy NguyenPSM_ADDPAGE returns TRUE or FALSE.
1999-10-31  Eric PouechMade msacm32 really load ACM drivers.
1999-10-31  Ulrich CzekallaImplementation of user defined templates.
1999-10-31  Marcus MeissnerIMalloc16_Constructor: moved ICOM_VTBL(This) where...
next