1. 927525a If there is enough space in the buffer and the type is REG_SZ and the by Juergen Schmied · 26 years ago
  2. 4f81c3e Replaced Wine specific DRIVER_GetType by a correct implementation of by Eric Pouech · 26 years ago
  3. f84e8ea Add HAVE_SOUNDCARD_H to support OpenBSD. by Todd T. Fries · 26 years ago
  4. bc3ab4c Implemented OleRun. by Marcus Meissner · 26 years ago
  5. afa4315 Removed a dependency between oleaut32 and comctl32. by Alexandre Julliard · 26 years ago
  6. 10c1532 Fix problem with initialization (reported by Andreas Mohr). by Peter Hunnisett · 26 years ago
  7. 504cfe5 InfoPtr checking mixed up WM_DESTROY and WM_CREATE. by Alex Priem · 26 years ago
  8. 7b0a088 Non-Linux compile fix. by Patrik Stridvall · 26 years ago
  9. f94761b Corrected behaviour of RegOpenKey in case of failure. by Juergen Schmied · 26 years ago
  10. 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 26 years ago
  11. ce80647 Fixed race condition between app and wine in WAVE_mciPlay. by Bradley Baetz · 26 years ago
  12. 8b8a343 Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code. by David Elliott · 26 years ago
  13. 6e8fe72 The new filedialog stuff does not handle template. So do not call if by Marcus Meissner · 26 years ago
  14. 3e1be26 Fixed some issues found by winapi_check. by Patrik Stridvall · 26 years ago
  15. f030d75 Fixed alignment problem with VERSION_INFO members. by Ulrich Weigand · 26 years ago
  16. f1a3f17 - When processing WM_PAINT messages, the treeview might sometimes use by Alex Priem · 26 years ago
  17. d2304aa Fix for compilers that don't support 'long long' (From Ove Kaaven). by Adam Sacarny · 26 years ago
  18. 2823778 Added more MIDI messages 16<=>32 mapping. by Eric Pouech · 26 years ago
  19. a5bad10 Put back visible minimum timer resolution to 1 ms. by Eric Pouech · 26 years ago
  20. 6797d74 Convert mmio to allow the use of 32 bit mmio procedures. by Bradley Baetz · 26 years ago
  21. 6d17c61 Small fixes. by Juergen Schmied · 26 years ago
  22. 6afc68a Fixed some issues found by winapi_check. by Patrik Stridvall · 26 years ago
  23. b7c84d3 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  24. 0adb3c2 Use a uniform naming scheme for driver modules. by Eric Pouech · 26 years ago
  25. ba2a9a0 Added support for WODM_BREAKLOOP message. by Eric Pouech · 26 years ago
  26. 1bf5dea Removed extraneous ERR message. by Eric Pouech · 26 years ago
  27. 507950c Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME. by Eric Pouech · 26 years ago
  28. 06b3475 Added spec entry for _itoa. by Andreas Mohr · 26 years ago
  29. caad1d8 - prevent mem leak of CRTDLL_acmdln_dll by Andreas Mohr · 26 years ago
  30. 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 26 years ago
  31. 81ee21d Cosmetics. by Alexandre Julliard · 26 years ago
  32. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 26 years ago
  33. 8a3edf9 Fixed/commented out duplicate entry point names. by Alexandre Julliard · 26 years ago
  34. e73b8b8 Wrapped some strings in a debugstr_* call. by Francois Gouget · 26 years ago
  35. f3ca842 FILEDLG95_HandleCustomDialogMessages: by Francois Gouget · 26 years ago
  36. 7e5f828 Better support very long strings by avoiding to copy them in a fixed by Francois Gouget · 26 years ago
  37. bac7be7 Cast the unsigned int to signed, or NEAR_MATCH will not work. by Marcus Meissner · 26 years ago
  38. f919cf3 Fixed some bogus values in MCI_STATUS handling (position & length of tracks). by Eric Pouech · 26 years ago
  39. f35356d DPA_DeletePtr was resizing the array to a too small size. by Huw D M Davies · 26 years ago
  40. cb9c964 Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't by Francois Gouget · 26 years ago
  41. de73965 Fixed ordinal numbering and added new spec stub. by Peter Hunnisett · 26 years ago
  42. 5b66f70 Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel). by Marcus Meissner · 26 years ago
  43. c5af796 Corrected background color and fixed leaking GDI brush. by Ian Schmidt · 26 years ago
  44. 7e39c75 If lpTitle==NULL and cbBuf==0 then we must return the required buffer size. by Francois Gouget · 26 years ago
  45. 271f522 Implemented _TrackMouseEvent for the TME_LEAVE flag. by Shaun Morris · 26 years ago
  46. 5c7f1ab Added the ability to open several streams on the same driver. by Eric Pouech · 26 years ago
  47. be5e3c6 SysStringLen can get a NULL pointer (and shall return 0). by Eric Pouech · 26 years ago
  48. 656eebd Now using notification for detecting when a WAVEHDR has been played by Eric Pouech · 26 years ago
  49. d5cd083 Enhanced synchronization between playback thread and stop/close commands by Eric Pouech · 26 years ago
  50. 7377a16 Fix no. of arguments in a WARN statement. by Huw D M Davies · 26 years ago
  51. 7fb732e Fixed compiler warnings. by Andreas Mohr · 26 years ago
  52. 128f1e7 Added StrNCpyA, StrNCpyW. by Juergen Schmied · 26 years ago
  53. 8551f8c Xiang Li Implementation of a proxy ODBC32 dll. by Alexandre Julliard · 26 years ago
  54. 1dc551c Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de> by Alexandre Julliard · 26 years ago
  55. 044db46 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose. Small fixes. by Juergen Schmied · 26 years ago
  56. 0497aa6 The wavemap driver wasn't passing the callback type to the by Bradley Baetz · 26 years ago
  57. 9af5e69 Fixed some issues found by winapi_check. by Patrik Stridvall · 26 years ago
  58. 9270a10 Small fixes. by Juergen Schmied · 26 years ago
  59. eff4087 Added NtPowerInformation stub. by Marcus Meissner · 26 years ago
  60. f44c1f7 Transfer only cbStruct size in BindCtxImpl_S(G)etOptions. by Gerard Patel · 26 years ago
  61. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 26 years ago
  62. 8ee45ac - Fix MMIO_{Open,Rename} to check the filename (of the form by Bradley Baetz · 26 years ago
  63. a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 26 years ago
  64. ffdd171 - the OLE version returned was too low by Andreas Mohr · 26 years ago
  65. 42d4f30 Whenever we do an strncpy we should make sure we put a '\0' at the end by Francois Gouget · 26 years ago
  66. 72da44a Fixed mciInfo. by Eric Pouech · 26 years ago
  67. c06089d Added support for WAVE_FORMAT_QUERY flag in wodOpen. by Eric Pouech · 26 years ago
  68. 94d6bc9 Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream. by Eric Pouech · 26 years ago
  69. 92e492e Fixed MCI_OPEN command for types like "CDAUDIO!H:". by Eric Pouech · 26 years ago
  70. 29ebdb7 Fake MIDI_IO_STATUS support in midi in open by Eric Pouech · 26 years ago
  71. 6ff83ad Fixed infinite loop for 0-length wavehdrs. by Eric Pouech · 26 years ago
  72. e2ab3ef Fixed buggy playback for non PCM files by Eric Pouech · 26 years ago
  73. 5f2f518 Tried to reduce echo in playSound API (using two wavehdr instead of one). by Eric Pouech · 26 years ago
  74. aa5f5a3 Added callback mechanisms for MIDI IN. by Eric Pouech · 26 years ago
  75. ba42b26 Fixed improper acm streams closing. by Eric Pouech · 26 years ago
  76. 382c9a1 Debug traces cosmetic fixes. by Eric Pouech · 26 years ago
  77. b5d3c73 waveHdr.lpData was eventually HeapFree()ed uninitialized. by Peter Ganten · 26 years ago
  78. 0c0f7d3 Added code to some service functions (some untested), fixed by Michael McCormack · 26 years ago
  79. 2bab80d Pierre Mageau by Alexandre Julliard · 26 years ago
  80. bbe263b Added stubs for several MRU list functions and documented some others. by Huw D M Davies · 26 years ago
  81. 2553976 Fixes off by one error in item insertion. by Huw D M Davies · 26 years ago
  82. f95df54 Allow 1% deviation from specified sampling rate for some soundcards. by Marcus Meissner · 26 years ago
  83. ad47a30 Implemented waitable timers. by Alexandre Julliard · 26 years ago
  84. 08afc1a Serge Ivanov by Alexandre Julliard · 26 years ago
  85. c69a80c Compiler warnings fixed. by Niels Kristian Bech Jensen · 26 years ago
  86. df66b90 Prevent a crash if messages are sent to a toolbar window before by Dave Pickles · 26 years ago
  87. ae8d1d1 Updated Spanish MM error string translation. by Julio Cesar Gazquez · 26 years ago
  88. e6e71ad - (final?) update of TreeView_* macro's. by Alex Priem · 26 years ago
  89. 426e812 Fixed some visual toolbar bugs. by Eric Kohl · 26 years ago
  90. 6d149d8 Use RegQueryInfoKey to count number of printers. by Huw D M Davies · 26 years ago
  91. ba6d54a Set/use fs/gs from the sigcontext struct, the corresponding kernel by Juergen Lock · 26 years ago
  92. 2c655f5 Fixed some bogus error detection for RegEnumValue[AW] and RegQueryValueEx[AW]. by Eric Pouech · 26 years ago
  93. 88a2954 - Added global data mutual exclusion by Peter Hunnisett · 26 years ago
  94. 6c8a67c Several improvements. by Andreas Mohr · 26 years ago
  95. 1d2ba52 Added current context to the exception debug event sent to the server. by Alexandre Julliard · 26 years ago
  96. 69a9359 - first 'dummy' implementation of ImageList_Read by Eric Kohl · 26 years ago
  97. 70e0969 - added version messages by Eric Kohl · 26 years ago
  98. 663921f - implemented LBItemFromPt by Eric Kohl · 26 years ago
  99. 2b51c94 - implemented simple column order array functionality by Eric Kohl · 26 years ago
  100. 33910f17 - minor update to mru list functions - stubs for COMCTL32_411 to COMCTL32_413 by Eric Kohl · 26 years ago