mshtml: Added partial IHTMLDocument2::put_designMode implementation.
[wine] / dlls / winecoreaudio.drv / midi.c
2013-02-13  Jörg Höhlewinmm: More compatible midiIn/Out[Un]Prepare MHDR_...
2012-08-21  Nikolay Sivovwinecoreaudio: Fix variable types so pointer is not...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-03  Pierre Schweitzerwinecoreaudio.drv: Fix handle leak.
2011-11-08  Francois Gougetwinecoreaudio.drv: Give a name to the midi and mmdevapi...
2011-03-28  Alexandre Julliardwinecoreaudio.drv: Remove unnecessary ifdefs.
2011-03-14  Jörg Höhlewinecoreaudio: Fix 64-bits incompatibilities.
2011-03-14  Jörg Höhlewinecoreaudio: Do not access MIDIHDR past notification...
2010-03-29  Michael Stefaniucwinecoreaudio.drv: Remove superfluous casts of zero.
2010-02-22  Jörg Höhlewinmm: Accept the ancient, smaller MIDIHDR.
2010-02-05  Jörg Höhlewinecoreaudio: Ignore failure to notify MIDI clients.
2010-02-03  Jörg Höhlewinecoreaudio: MOD_MIDIPORT has 0 voices and notes...
2010-02-03  Jörg Höhlewinmm: The 64KB buffer limit on MIDIHDR buffers applies...
2010-02-02  Jörg Höhlewinecoreaudio: Fix a float cast in the computation...
2009-10-12  Ken Thomaseswinecoreaudio: Consolidate formatting of FOURCC values...
2008-12-22  Christian Costawinecoreaudio.drv: Initialize correctly the header...
2008-03-12  Ken Thomasescoreaudio: Standardize on DRV_SUCCESS/FAILURE status...
2008-01-23  Francois GougetAssorted spelling fixes.
2007-07-13  Emmanuel Maillardwinecoreaudio: MIDIIn_MessageHandler: Fix non-SysEx...
2007-05-01  Emmanuel Maillardwinecoreaudio.drv: Implement MIDIOut_Data when device...
2007-05-01  Emmanuel Maillardwinecoreaudio.drv: Create only one MIDIOutPort and...
2007-05-01  Emmanuel Maillardwinecoreaudio.drv: MIDIIn_MessageHandler: Remove a...
2007-04-30  Francois GougetAssorted spelling fixes.
2007-04-30  Emmanuel Maillardwinecoreaudio: Handle non System Exclusive messages.
2007-04-27  Alexandre Julliardwinecoreaudio: Avoid sizeof in trace.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Prepare and MIDIIn_Unpr...
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_AddBuffer.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Reset.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Start and MIDIIn_Stop.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_GetNumDevs and MIDIIn_G...
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Open and MIDIIn_Close.
2007-04-27  Emmanuel Maillardwinecoreaudio: Add MIDI In messages in MIDI_NotifyClient.
2007-04-26  Emmanuel Maillardwinecoreaudio: Initial MIDI In Mach message handling.
2007-04-26  Emmanuel Maillardwinecoreaudio: Initial MIDI In support on Mac OS X.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_Reset.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_GetVolume and MIDIOut_...
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_LongData.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_Data.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_Prepare and MIDIOut_Un...
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_GetDevCaps and MIDIOut...
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDI_NotifyClient, MIDIOut_Ope...
2007-04-25  Emmanuel Maillardwinecoreaudio: Initial MIDI support on Mac OS X.