dwrite: Implement some font properties accessors for IDWriteTextFormat.
[wine] / dlls / mciwave /
2012-02-17  Jörg Höhlemciwave: Zero closed resource pointer to prevent reuse.
2012-01-31  Jörg Höhlemciwave: Always reach an end position expressed in...
2011-03-07  Jörg Höhlemciwave: Fix precondition to avoid having 2 simultaneou...
2011-02-28  Jörg Höhlemciwave: Fix a leak when Open fails (valgrind).
2010-11-03  Jörg Höhlemciwave: Fix some MCI_STATUS return code.
2010-11-02  Jörg Höhlewinmm: MCI_INFO doesn't change the output buffer in...
2010-09-23  Sven Baarsmciwave: Fix some typos.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-21  Michael Stefaniucmciwave: Avoid using long.
2010-05-18  Michael Stefaniucmciwave: Remove redundant "not NULL" checks of the...
2010-04-01  Jörg Höhlemciwave: MCI Status returns string resource when approp...
2010-04-01  Jörg Höhlemciwave: MCI Set Input|Output allows to select wave...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-12-18  Jörg Höhlemciwave: MCI Capability returns number of wave devices.
2009-12-04  Jörg Höhlemciwave: Abort the play loop in case of audio error.
2009-11-11  Jörg Höhlemciwave: Use the current device ID for notification.
2009-11-11  Jörg Höhlemciwave: Store only slots from OpenParms that we need.
2009-11-11  Jörg Höhlemciwave: Play/Record return MCIERR_OUTOFRANGE as required.
2009-11-11  Jörg Höhlemciwave: Seek stops and rounds position down modulo...
2009-11-11  Jörg Höhlemciwave: Allow MCI to Save non-PCM formats, obtained...
2009-11-11  Jörg Höhlemciwave: Implement Cue as no-op.
2009-11-11  Jörg Höhlemciwave: Rework MCI notification system.
2009-11-11  Jörg Höhlemciwave: Favour return over ExitThread.
2009-11-10  Jörg Höhlemciwave: Stop must not reset current position.
2009-11-10  Jörg Höhlemciwave: Return on error in Seek.
2009-11-05  Jörg Höhlemciwave: Allow (again) to set wave format parameters...
2009-11-05  Jörg Höhlemciwave: Set wave format PCM is the only one accepted.
2009-11-04  Jörg Höhlemciwave: Correct MCI return codes.
2009-11-04  Jörg Höhlemciwave: waveaudio does not support the shareable flag.
2009-11-03  Jörg Höhlemciwave: Update message and comments.
2009-10-28  Jörg Höhlemciwave: Default wave format is 11025x8x1.
2009-10-28  Jörg Höhlemciwave: Fix wave format first, then compute position.
2009-10-26  Jörg Höhlemciwave: Send notification after everything else.
2009-10-26  Jörg Höhlemciwave: Do not transition via Resume from Record into...
2009-10-26  Jörg Höhlemciwave: Do not lie about state when winmm fails in...
2009-10-26  Jörg Höhlemciwave: Pause/resume is not accepted from every state.
2009-10-19  Marcus Meissnermciwave: Return on error (Coverity).
2009-10-19  Eric Pouechmciwave: Try to synchronize better async commands.
2009-10-19  Eric Pouechmciwave: Simplify async command management by directly...
2009-09-24  Jörg Höhlemciwave: Require at least 16 bytes in the WAVE fmt...
2009-01-09  Alexandre Julliardinclude: Fix a number of mmsystem.h structure for Win64.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-07  Austin EnglishSpelling fixes.
2008-03-05  Andrew Talbotmciwave: Assign to struct instead of using memcpy.
2008-02-19  Rob Shearmanmciwave: Fix the character count passed to GetTempPathW...
2007-06-26  Alex Villacís Lassomciwave: Prevent division by zero when processing non...
2007-06-01  Dmitry Timoshkovmciwave: Fix compilation warnings in 64-bit mode.
2007-05-29  Andrew Talbotmciwave: Constify a variable.
2007-05-10  Andrew Talbotmciwave: Exclude unused header.
2006-10-12  Michael Stefaniucmciwave: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-07  Francois GougetAssorted spelling fixes.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-15  Eric Pouechmciwave: Fixed a bogus free.
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-09  David Lichtermanmciwave: Fix make install error.
2006-05-09  Alexandre Julliardmciwave: Renamed mciwave.drv to mciwave.dll, and moved...