Age | Commit message (Expand) | Author |
2010-07-19 | SUBSYSTEM: ALSA music driver | Torbjörn Andersson |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-07-14 | If the ALSA driver hasn't been opened, closing it should do nothing. This keeps | Torbjörn Andersson |
2010-07-05 | Skip /dev/sequencer MIDI on Android. | Angus Lees |
2010-06-26 | Define WIN32_LEAN_AND_MEAN before including windows.h. | Johannes Schickel |
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel |
2010-03-18 | Fix warnings | Max Horn |
2010-01-22 | Replace header by a standard header | Arnaud Boutonné |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn |
2009-09-27 | Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not... | Max Horn |
2009-09-27 | Fix CoreAudio MIDI backend on Mac OS X 10.6 | Max Horn |
2009-09-06 | Minor constness fixes | Bertrand Augereau |
2009-07-04 | Add GCC_PRINTF parameter. | Johannes Schickel |
2009-06-28 | Silenced the reamining warnings reported in patch #2684986 (gcc warnings with... | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Fixed compilation error | Filippos Karapetis |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-05-13 | Silence another g++ 4.4 warning. | Johannes Schickel |
2009-03-20 | Fix parameter in Windows MIDI backend (this is according to API documentation... | Johannes Schickel |
2009-03-16 | Patch #2658665: Implement getDevices() in backends/midi/dmedia.cpp | Max Horn |
2009-02-02 | #define usleep on BeOS | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-30 | Fixed sysEx buffer sizes. | Johannes Schickel |
2008-11-30 | - Extended MidiDriver::sysEx to allow 264 byte sysEx messages | Johannes Schickel |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ... | Max Horn |
2008-08-05 | Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a | Torbjörn Andersson |
2008-07-14 | Fixed code formatting | Max Horn |
2008-06-14 | Fixed ALSA's invalid port error message | Jordi Vilalta Prat |
2008-06-13 | Added initial interface to list music devices and their types | Jordi Vilalta Prat |
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat |
2008-05-18 | Hack to disable 'depracted' warnings on OS X 10.5 | Max Horn |
2008-05-14 | Fixed QuickTime MIDI plugin | Max Horn |
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat |
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the nat... | Jordi Vilalta Prat |
2008-05-11 | Fix QuickTime MIDI driver compilation | Max Horn |
2008-05-11 | Fixed compilation under windows | Filippos Karapetis |
2008-05-11 | Added the MidiPlugin interface (first step towards the MIDI plugins) | Jordi Vilalta Prat |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-03-12 | Removed remaining traces of the dead MorphOS backend, which itself was remove... | Max Horn |
2008-03-12 | Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better Leo... | Max Horn |
2008-02-20 | Automatic device detection for CAMD. | Jordi Vilalta Prat |
2008-02-20 | Added CAMD MIDI driver for AmigaOS4 | Jordi Vilalta Prat |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-13 | WORKAROUND bug #1870304: Solaris does not provide INADDR_NONE | Max Horn |
2008-01-02 | Fix dmedia.cpp to not use stdafx (likely fixes building on IRIX) | Max Horn |