winhttp: Reimplement WinHttpCrackUrl.
[wine] / dlls / winmm /
2008-11-12  Alistair Leslie... winmm: Increase tolerance range.
2008-11-12  Paul Vrienswinmm/tests: Fix a test failure on Vista and W2K8.
2008-11-07  Paul Vrienswinmm/tests: Fix a test failure on Vista and W2K8.
2008-11-06  Paul Vrienswinmm/tests: Fix failure on Win9x and WinMe.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-29  Andrew Nguyenwinmm: Fix a potential infinite recursion bug.
2008-10-27  Vitaliy Margolenwinmm: Support more joysticks.
2008-10-21  Dmitry Timoshkovwinmm: MMIO_ALLOCBUF is ignored if mmioOpen gets a...
2008-10-18  Alexandre JulliardConvert remaining source files to utf-8.
2008-10-17  Jeff Zaroykowinmm: Fix a failing mixer test on 98 and ME.
2008-10-14  Kai Blinwinmm: Use skip() instead of trace() when skipping...
2008-10-13  Marcus MeissnerFixed RegEnumKey(Ex)W buffer sizes.
2008-10-13  Muneyuki Noguchiwinmm: Convert Japanese resource to UTF-8.
2008-10-10  Dmitry Timoshkovwinmm: The buffer provided by an application is valid...
2008-10-10  Paul Vrienswinmm/tests: Fix some failures on Vista and W2K8.
2008-10-10  Paul Vrienswinmm/tests: Fix the failures on Win9x and WinMe.
2008-09-08  Paul Vrienswinmm/tests: Fix a test on win9x.
2008-08-19  Maarten Lankhorstwinmm: Test opening the same device twice.
2008-08-18  Jeff Zaroykowinmm: Remove misleading message.
2008-08-18  Christian Costawinmm: Implement stub for midiConnect and midiDisconnect.
2008-07-23  Dan Kegelwinmm/tests: Test mciSendString with non-null return...
2008-07-18  Huw Davieswinmm: Only fill in the MIXERLINEA struct if the call...
2008-06-25  Dmitry Timoshkovwinmm: Add another test confirming that mmioDescend...
2008-06-23  Dan Kegelwinmm/tests: Initialize MIXERLINECONTROLSA before calli...
2008-06-18  Dmitry Timoshkovwinmm: Clear the fccType in mmioDescend for a not RIFF...
2008-06-18  Dmitry Timoshkovwinmm: Add the tests for mmioOpen and mmioSetBuffer...
2008-06-11  Francois Gougetwinmm: Remove spaces before '\n' in resource strings.
2008-06-05  Matthew D'Asarommio: Do not zero current file position whenever mmioSe...
2008-06-04  Zac Brownwinmm: msiSendStringW: Don't free substring after origi...
2008-05-26  Dan Kegelwinmm: Use HeapAlloc in the capture test instead of...
2008-05-22  Maarten Lankhorstwinmm: Fix valgrind warnings on exit.
2008-05-22  Maarten Lankhorstwinmm: Use HeapAlloc in the wave test instead of using...
2008-05-07  Jens Albretsenwinmm: Danish translation.
2008-05-07  Francois GougetAssorted spelling fixes.
2008-05-06  Maarten Lankhorstwinmm: Make mixer test less strict so it passes with...
2008-04-29  Lei Zhangwinmm: Do not unload drivers when the process is termin...
2008-04-25  James Hawkinswinmm: Remove a failing test that is driver-specific.
2008-04-25  Robert Reifwinmm: Fix a test failure on Windows with Terminal...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-14  Rok Mandeljcwinmm: Slovenian translation: Add a string that got...
2008-04-07  Rok Mandeljcwinmm: Updated Slovenian translation.
2008-03-24  Andrew Talbotwinmm: Assign to struct instead of using memcpy.
2008-03-18  Maarten Lankhorstwinmm: Fix midi deadlock by not holding lock on release.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Francois Gougetwinmm/tests: Don't use 0x55 to avoid any confusion...
2008-02-28  Alexandre Julliardwinmm/tests: Make sure the callback thread has a messag...
2008-02-06  Andrew Talbotwinmm: Remove unneeded casts.
2008-01-16  Alexandre Julliardwinmm: Load only one sound driver at a time.
2008-01-04  Austin EnglishMore spelling fixes.
2007-12-05  Alexandre Julliardwinmm/tests: Don't mess with the mixer controls in...
2007-11-29  Aric Stewartwinmm: Correct check for MIXER_GETLINECONTROLSF_ONEBYTY...
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-10-26  Dan Kegelwinmm: Avoid testing linecontrols if can't get line...
2007-10-15  Andrew Talbotwinmm: Fix some memory leaks.
2007-10-09  Maarten Lankhorstwinmm: Set default sound driver to alsa,oss,coreaudio.
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-08-30  Francois Gougetmmsystem: Better stick the the PSDK types.
2007-08-30  Francois Gougetwinmm: Fix the mmTask*() prototypes.
2007-07-27  Maarten Lankhorstwinmm: Don't operate on freed data in timer.
2007-06-26  Michael Stefaniucwinmm: Replace malloc with HeapAlloc.
2007-06-22  Michael Stefaniucwinmm: Do not dump the version info when loading drivers.
2007-06-11  Vedran Rodicwinmm: Fix PlaySound so it doesn't block when another...
2007-06-11  Alexandre Julliardwinmm: Initialize the timer critical section statically.
2007-06-11  Alexandre Julliardwinmm: Maintain the timer list sorted by expiration...
2007-06-11  Alexandre Julliardwinmm: Convert the timer list to a standard Wine list.
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
2007-06-07  Maarten Lankhorstwinmm: Use unix fd's instead of win32 events to sync...
2007-06-07  Alexandre Julliardwinmm: Fix computation of sleep time until next timeout.
2007-06-01  Dmitry Timoshkovmidimap: Fix compilation warnings in 64-bit mode.
2007-05-29  Andrew Talbotwinmm: Exclude unused headers.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-07  Maarten Lankhorstwinmm: Use criticalsection for determining wether timer...
2007-04-23  Maarten Lankhorstwinmm: Pass the right message to hwnd from mixer callback.
2007-04-16  Maarten Lankhorstwinmm: Implement CALLBACK_WINDOW.
2007-03-26  Andrew Talbotwinmm: Replace inline static with static inline.
2007-03-12  Jan Zerebeckiwinmm: Add DebugInfo to critical sections.
2007-03-07  Andrew Talbotwinmm: Replace const pointer parameters with correct...
2007-02-09  Vitaly LipatovSome fixes in russian resources.
2007-02-05  Andrew Talbotwinmm: Declare a function static.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Francois Gougetwinmm/tests: Use '%u' to print GetLastError().
2007-01-12  Francois Gougetwinmm/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-10  Alexandre Julliardwineoss: Renamed the dlls/winmm/wineoss directory to...
2007-01-10  Alexandre Julliardwinenas: Renamed the dlls/winmm/winenas directory to...
2007-01-10  Alexandre Julliardwinejack: Renamed the dlls/winmm/winejack directory...
2007-01-10  Alexandre Julliardwineesd: Renamed the dlls/winmm/wineesd directory to...
2007-01-10  Alexandre Julliardwinecoreaudio: Renamed the dlls/winmm/winecoreaudio...
2007-01-10  Alexandre Julliardwineaudioio: Renamed the dlls/winmm/wineaudioio directo...
2007-01-10  Alexandre Julliardwinearts: Renamed the dlls/winmm/winearts directory...
2007-01-10  Alexandre Julliardwinealsa: Renamed the dlls/winmm/winealsa directory...
2007-01-08  Kai Blinwinmm: Remove unused variable and if check (Coverity).
2007-01-02  Nick Burnswinecoreaudio: Fix race condition in drvclose.
2006-12-29  Alexandre Julliardjoystick.drv: Renamed the dlls/winmm/joystick directory...
2006-12-29  Ken Thomaseswinecoreaudio: Report actual supported input wave formats.
2006-12-29  Ken Thomaseswinecoreaudio: Implement CoreAudio_wiAudioUnitIOProc...
2006-12-29  Ken Thomaseswinecoreaudio: Implement widStart.
2006-12-29  Ken Thomaseswinecoreaudio: Implement widStop.
2006-12-29  Ken Thomaseswinecoreaudio: Changed widReset to stop the audio unit.
2006-12-29  Ken Thomaseswinecoreaudio: Add mechanism for cross-thread call...
2006-12-29  Ken Thomaseswinecoreaudio: Add widHelper_NotifyCompletions.
next