aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/windows.cpp
AgeCommit message (Expand)Author
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2016-03-01WIN32: Fix invalid array accesses when MIDI device listing fails.Johannes Schickel
2014-02-18WIN32: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-25AUDIO: (Windows) fix issue with non-unique MIDI device namesathrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Add in necessary include files to fix compilation in MSVCPaul Gilbert
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-03-20Fix parameter in Windows MIDI backend (this is according to API documentation...Johannes Schickel
2008-11-30- Extended MidiDriver::sysEx to allow 264 byte sysEx messagesJohannes Schickel
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the nat...Jordi Vilalta Prat
2008-05-11Fixed compilation under windowsFilippos Karapetis
2008-05-11Added the MidiPlugin interface (first step towards the MIDI plugins)Jordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-02cleanupMax Horn
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-01-01Updated copyrightMax Horn
2004-11-10- Minor improvement to failure handling.Jerome Fisher
2004-01-06updated copyright noticeMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-09-25Fix for Bug [810564] ALL: missing instruments with native MT-32Jamieson Christian
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-06-11Fixed race condition in MPU401 shutdownJamieson Christian
2003-06-01Fixed SysEx errorsJamieson Christian
2003-05-18Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser....Jamieson Christian
2003-05-15Possible fix for Windows SysEx transmissionsJamieson Christian
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup ....Paweł Kołodziejski
2003-01-10First-revision SysEx support for -ewindows.Jamieson Christian
2002-12-12Fixed VC++ errors in Windows driver after streaming capability was removed.Jamieson Christian