audacia/src/import
Paul Licameli 7fd78183d2 Remove needless uses of wxString::c_str() in wxString::Format...
... and similar wx "variadics," which all treat wxString smartly enough that
you don't need this.

Don't need c_str either to convert wxString to const wxChar * because
wxString has a conversion operator that does the same.
2018-01-01 20:34:33 -05:00
..
FormatClassifier.cpp Use wxPrintf not printf 2017-12-16 11:54:32 -05:00
FormatClassifier.h Remove naked new[] in: import 2017-03-17 17:52:46 -04:00
Import.cpp Remove needless uses of wxString::c_str() in wxString::Format... 2018-01-01 20:34:33 -05:00
Import.h Bug1696: Drag-and-drop should import Midi file as a Note track 2017-07-20 13:34:21 -04:00
ImportFFmpeg.cpp Remove needless uses of wxString::c_str() in wxString::Format... 2018-01-01 20:34:33 -05:00
ImportFFmpeg.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportFLAC.cpp Exception safety in: subclasses of ImportFileHandle 2017-03-21 14:11:27 -04:00
ImportFLAC.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportForwards.h Use arrays of smart pointers to import plugins 2016-08-11 11:51:33 -04:00
ImportGStreamer.cpp Remove needless uses of wxString::c_str() in wxString::Format... 2018-01-01 20:34:33 -05:00
ImportGStreamer.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportLOF.cpp Translate "Message" as default title of message box... 2018-01-01 17:50:02 -05:00
ImportLOF.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportMIDI.cpp Translate "Message" as default title of message box... 2018-01-01 17:50:02 -05:00
ImportMIDI.h Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
ImportMP3.cpp Translate "Message" as default title of message box... 2018-01-01 17:50:02 -05:00
ImportMP3.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportOGG.cpp Remove needless uses of wxString::c_str() in wxString::Format... 2018-01-01 20:34:33 -05:00
ImportOGG.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportPCM.cpp Use wxPrintf not printf 2017-12-16 11:54:32 -05:00
ImportPCM.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportPlugin.h Remove needless uses of wxString::c_str() in wxString::Format... 2018-01-01 20:34:33 -05:00
ImportQT.cpp Translate "Message" as default title of message box... 2018-01-01 17:50:02 -05:00
ImportQT.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportRaw.cpp Remove needless uses of wxString::c_str() in wxString::Format... 2018-01-01 20:34:33 -05:00
ImportRaw.h Import functions return containers of smart pointers to new tracks 2016-03-26 15:41:27 -04:00
MultiFormatReader.cpp Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
MultiFormatReader.h Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
RawAudioGuess.cpp Use wxFprintf not fprintf and you don't need c_str 2017-12-16 11:54:18 -05:00
RawAudioGuess.h Remove naked malloc (or similar) and free in: RawAudioGuess.cpp 2017-03-17 17:52:52 -04:00
SpecPowerMeter.cpp Remove naked new[] in: import 2017-03-17 17:52:46 -04:00
SpecPowerMeter.h Remove naked new[] in: import 2017-03-17 17:52:46 -04:00