audacia/src
Paul Licameli 1ed9338e6f Use wxWeakRef to avoid a dangling pointer...
... as was done before for input meter at 12983e1
2019-05-23 12:54:12 -04:00
..
blockfile Register factory functions with DirManager to interpret XML tags... 2019-05-18 20:32:19 -04:00
commands Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
effects Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
export Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
import Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
menus Remove a comment 2019-05-22 10:36:18 -04:00
ondemand Move class ODTaskThread out of ODTaskThread.* (!) ... 2019-05-18 20:29:25 -04:00
prefs Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
toolbars Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
tracks Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
widgets All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
xml XMLTagHandler.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
AColor.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
AColor.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
AboutDialog.cpp HelpText.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
AboutDialog.h HelpText.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
AdornedRulerPanel.cpp All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
AdornedRulerPanel.h All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
AllThemeResources.h Experimental.h in all .h or .cpp files that directly use EXPERIMENTALs... 2019-03-17 22:54:00 -04:00
Audacity.h Don't call QuitAudacity directly from src/menus... 2019-05-17 16:29:04 -04:00
AudacityApp.cpp Missing alias dialog tracking is non-intrusive in class AudacityProject 2019-05-20 21:38:08 -04:00
AudacityApp.h Move AudacityApp::GenerateCrashReport to its own files 2019-05-17 16:29:31 -04:00
AudacityApp.mm Move AudacityApp::MacActivateApp out of WindowMenus.cpp 2019-05-17 16:29:04 -04:00
AudacityException.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
AudacityException.h Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h 2019-03-30 07:57:37 -04:00
AudacityHeaders.cpp
AudacityHeaders.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
AudacityLogger.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
AudacityLogger.h Remove AudacityApp::GetLogger() & HelpActions::DoShowLog() 2019-05-17 16:29:04 -04:00
AudioIO.cpp enum PlayMode tells whether there's cut preview; out of Project.h 2019-05-20 21:38:12 -04:00
AudioIO.h Use wxWeakRef to avoid a dangling pointer... 2019-05-23 12:54:12 -04:00
AudioIOListener.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
AutoRecovery.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
AutoRecovery.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
BatchCommandDialog.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
BatchCommandDialog.h Remove wx/{checklst,wfstream,version,variant,types}.h from *.h 2019-03-30 12:59:21 -04:00
BatchCommands.cpp Move functions from AudacityProject to SelectActions 2019-05-20 21:38:09 -04:00
BatchCommands.h Remove wx/arrstr.h from headers 2019-03-26 12:41:44 -04:00
BatchProcessDialog.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
BatchProcessDialog.h Remove wx/{checklst,wfstream,version,variant,types}.h from *.h 2019-03-30 12:59:21 -04:00
Benchmark.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Benchmark.h
BlockFile.cpp Rewrite DirManager::EnsureSafeFileName without downcasts... 2019-05-18 20:32:19 -04:00
BlockFile.h Rewrite DirManager::EnsureSafeFileName without downcasts... 2019-05-18 20:32:19 -04:00
CMakeLists.txt CMakeLists.txt for portmixer and portaudio 2019-04-11 22:35:21 +01:00
CellularPanel.cpp Global keyboard capture handling into new files, better comments... 2019-05-18 15:14:18 -04:00
CellularPanel.h Remove or comment Ruler.h, Overlay.h, OverlayPanel.h in other headers 2019-03-31 14:44:24 -04:00
ClassicThemeAsCeeCode.h
ClientData.h Generalize means for decoupled code to add data to core structures... 2019-05-21 10:08:56 -04:00
ClientDataHelpers.h Fix Windows build 2019-05-21 18:15:03 -04:00
Clipboard.cpp A class encapsulating the global clipboard 2019-05-17 06:47:53 -04:00
Clipboard.h A class encapsulating the global clipboard 2019-05-17 06:47:53 -04:00
CrashReport.cpp Move AudacityApp::GenerateCrashReport to its own files 2019-05-17 16:29:31 -04:00
CrashReport.h Move AudacityApp::GenerateCrashReport to its own files 2019-05-17 16:29:31 -04:00
CrossFade.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
CrossFade.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
DarkThemeAsCeeCode.h
Dependencies.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Dependencies.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
DeviceChange.cpp
DeviceChange.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
DeviceManager.cpp More comments for including Audacity.h; fix one #ifdef in AudioIO.cpp 2019-03-23 14:09:05 -04:00
DeviceManager.h Remove wx/wx.h from headers 2019-03-26 11:17:41 -04:00
Diags.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
Diags.h
DirManager.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
DirManager.h DirManager.cpp has fewer dependencies... 2019-05-18 20:32:19 -04:00
Dither.cpp Dither.cpp and SampleFormat.cpp have fewer dependencies... 2019-05-18 20:29:25 -04:00
Dither.h Dither.cpp and SampleFormat.cpp have fewer dependencies... 2019-05-18 20:29:25 -04:00
Envelope.cpp Remove some unnecessary #include directives 2019-05-15 14:14:18 -04:00
Envelope.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Experimental.h Make EXPERIMENTAL_MIDI_IN compilable 2019-04-03 16:30:41 -04:00
FFT.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
FFT.h
FFmpeg.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
FFmpeg.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
FileException.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
FileException.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
FileFormats.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
FileFormats.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
FileIO.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
FileIO.h Remove wx/{snglinst,object,notebook}.h from *.h 2019-03-30 13:32:45 -04:00
FileNames.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
FileNames.h Fix Windows build... 2019-05-20 13:49:26 -04:00
FreqWindow.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
FreqWindow.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
HelpText.cpp HelpText.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
HelpText.h HelpText.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
HiContrastThemeAsCeeCode.h
HistoryWindow.cpp A class encapsulating the global clipboard 2019-05-17 06:47:53 -04:00
HistoryWindow.h Make sure HistoryWindow does space usage update if hidden then shown again 2019-05-16 12:30:27 -04:00
HitTestResult.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
ImageManipulation.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
ImageManipulation.h Remove wx/{grid,font,ffile,colour,button,bmpbuttn}.h from headers 2019-03-28 12:27:10 -04:00
InconsistencyException.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
InconsistencyException.h Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
Internat.cpp Fix Windows build... 2019-05-20 13:49:26 -04:00
Internat.h Fix Windows build... 2019-05-20 13:49:26 -04:00
InterpolateAudio.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
InterpolateAudio.h Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
KeyboardCapture.cpp Global keyboard capture handling into new files, better comments... 2019-05-18 15:14:18 -04:00
KeyboardCapture.h Global keyboard capture handling into new files, better comments... 2019-05-18 15:14:18 -04:00
LabelDialog.cpp Bug 2113: When the label editor closes, no control is the focus. 2019-05-22 11:43:20 +01:00
LabelDialog.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
LabelTrack.cpp Dispatch read of top-level project XML tags with a table of functions... 2019-05-20 21:38:07 -04:00
LabelTrack.h Remove wx/{convauto,cmdline,clipbrd,calctrl}.h from *.h 2019-03-30 13:10:16 -04:00
LangChoice.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
LangChoice.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Languages.cpp Move AudacityPathList & utilities from AudacityApp.h to FileNames.h 2019-05-17 16:29:03 -04:00
Languages.h wx/list.h no longer used anywhere 2019-03-30 11:15:27 -04:00
Legacy.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Legacy.h Remove wx/filename.h from another header 2019-03-28 11:12:12 -04:00
LightThemeAsCeeCode.h
Lyrics.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Lyrics.h Remove or comment wxPanelWrapper.h in headers 2019-04-04 10:13:23 -04:00
LyricsWindow.cpp rename function as AudacityProject::GetProjectName... 2019-04-26 14:10:05 -04:00
LyricsWindow.h Remove wx/frame.h, wx/sizer.h, wx/access.h from headers 2019-03-28 11:21:15 -04:00
MacroMagic.h
Makefile.am Generalize means for decoupled code to add data to core structures... 2019-05-21 10:08:56 -04:00
Makefile.in Generalize means for decoupled code to add data to core structures... 2019-05-21 10:08:56 -04:00
Matrix.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
Matrix.h
MemoryX.h Move definition of std::hash< wxString > 2019-05-16 12:30:26 -04:00
Menus.cpp All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
Menus.h All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
MissingAliasFileDialog.cpp Missing alias dialog tracking is non-intrusive in class AudacityProject 2019-05-20 21:38:08 -04:00
MissingAliasFileDialog.h Missing alias dialog tracking is non-intrusive in class AudacityProject 2019-05-20 21:38:08 -04:00
Mix.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Mix.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
MixerBoard.cpp All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
MixerBoard.h All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
ModuleManager.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
ModuleManager.h ModuleManager::CreateProviderInstance returns more specific type 2019-05-16 12:30:26 -04:00
NoteTrack.cpp Dispatch read of top-level project XML tags with a table of functions... 2019-05-20 21:38:07 -04:00
NoteTrack.h Add support for zooming to show all notes, separate from max zoom 2019-04-15 16:52:26 +01:00
NumberScale.h Remove wx/{html/htmlwin,fileconf,dragimag,debug,dcclient}.h from *.h 2019-03-30 10:53:22 -04:00
PitchName.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
PitchName.h Remove wx/wx.h from headers 2019-03-26 11:17:41 -04:00
PlatformCompatibility.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
PlatformCompatibility.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
PluginManager.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
PluginManager.h Remove wx/{html/htmlwin,fileconf,dragimag,debug,dcclient}.h from *.h 2019-03-30 10:53:22 -04:00
Prefs.cpp All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
Prefs.h All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
Printing.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Printing.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Profiler.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
Profiler.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Project.cpp Generalize means for decoupled code to add data to core structures... 2019-05-21 10:08:56 -04:00
Project.h Generalize means for decoupled code to add data to core structures... 2019-05-21 10:08:56 -04:00
ProjectFSCK.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
ProjectFSCK.h Move ProjectFSCK out of DirManager... 2019-05-18 15:06:50 -04:00
ProjectFileIORegistry.cpp Dispatch read of top-level project XML tags with a table of functions... 2019-05-20 21:38:07 -04:00
ProjectFileIORegistry.h Dispatch read of top-level project XML tags with a table of functions... 2019-05-20 21:38:07 -04:00
RealFFTf.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
RealFFTf.h Experimental.h in all .h or .cpp files that directly use EXPERIMENTALs... 2019-03-17 22:54:00 -04:00
RealFFTf48x.cpp This is only comments, in files where USE_ macros are tested... 2019-03-22 12:38:30 -04:00
RealFFTf48x.h Some compilability fixes for Equalization48x.cpp 2019-05-21 19:03:42 -04:00
RefreshCode.h
Registrar.h Remove some unnecessary #include directives 2019-05-15 14:14:18 -04:00
Resample.cpp Rename EnumSetting -> ChoiceSetting, EncodedEnumSetting -> EnumSetting 2019-04-07 16:42:11 -04:00
Resample.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
RevisionIdent.h
RingBuffer.cpp Fewer calls to RingBuffer::Put in case of trailing zeroes... 2018-08-25 20:08:09 -04:00
RingBuffer.h Fewer calls to RingBuffer::Put in case of trailing zeroes... 2018-08-25 20:08:09 -04:00
SampleFormat.cpp Dither.cpp and SampleFormat.cpp have fewer dependencies... 2019-05-18 20:29:25 -04:00
SampleFormat.h Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
Screenshot.cpp Remove CommandContext::GetProject() ... 2019-05-18 20:31:17 -04:00
Screenshot.h Consistently use <> not "" in inclusions of wx headers 2019-03-23 10:27:25 -04:00
SelectedRegion.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
SelectedRegion.h Remove wx/wxchar.h from headers 2019-03-29 15:56:54 -04:00
SelectionState.cpp static overloads of Track::SharedPointer when null check is needed... 2019-03-23 13:23:46 -04:00
SelectionState.h MixerBoard listens to TrackList for selection changes 2018-10-27 16:27:53 -04:00
Sequence.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Sequence.h Sequence.cpp does not depend on ODDecodeBlockFile.cpp... 2019-05-18 20:32:19 -04:00
Shuttle.cpp Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
Shuttle.h Move ShuttleGetDefinition to its own files... 2019-05-18 15:10:07 -04:00
ShuttleGetDefinition.cpp Move ShuttleGetDefinition to its own files... 2019-05-18 15:10:07 -04:00
ShuttleGetDefinition.h Move ShuttleGetDefinition to its own files... 2019-05-18 15:10:07 -04:00
ShuttleGui.cpp ShuttleGui.cpp and ShuttlePrefs.cpp have fewer dependencies... 2019-05-18 20:29:25 -04:00
ShuttleGui.h Move class ShuttleGuiGetDefinition near its only point of use 2019-05-16 12:30:27 -04:00
ShuttlePrefs.cpp ShuttleGui.cpp and ShuttlePrefs.cpp have fewer dependencies... 2019-05-18 20:29:25 -04:00
ShuttlePrefs.h
Snap.cpp This is only comments, in files where USE_ macros are tested... 2019-03-22 12:38:30 -04:00
Snap.h Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
SoundActivatedRecord.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
SoundActivatedRecord.h Remove or comment wxPanelWrapper.h in headers 2019-04-04 10:13:23 -04:00
Spectrum.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Spectrum.h
SplashDialog.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
SplashDialog.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
SseMathFuncs.cpp
SseMathFuncs.h
Tags.cpp Dispatch read of top-level project XML tags with a table of functions... 2019-05-20 21:38:07 -04:00
Tags.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Theme.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Theme.h Theme.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
ThemeAsCeeCode.h
TimeDialog.cpp Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
TimeDialog.h Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
TimeTrack.cpp Dispatch read of top-level project XML tags with a table of functions... 2019-05-20 21:38:07 -04:00
TimeTrack.h Remove wx/intl.h, wx/brush.h, wx/bitmap.h from headers 2019-03-30 11:45:20 -04:00
TimerRecordDialog.cpp Remove AudacityProject::ExportFromTimerRecording 2019-05-20 21:38:10 -04:00
TimerRecordDialog.h Fix Linux build 2019-03-31 16:31:30 -04:00
Track.cpp Bug2082: collapse, append-record, expand should restore track height 2019-03-25 19:18:11 -04:00
Track.h XMLTagHandler.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
TrackArtist.cpp All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
TrackArtist.h All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
TrackPanel.cpp All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
TrackPanel.h All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
TrackPanelAx.cpp Trackpanel accessibility: incorrect focus can be read 2019-05-17 09:56:01 +01:00
TrackPanelAx.h Many WindowAccessible subclasses moved out of header files 2019-03-31 13:27:18 -04:00
TrackPanelCell.h Fix some comments 2019-04-23 13:40:17 -04:00
TrackPanelDrawingContext.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
TrackPanelListener.h Remove some unnecessary toolbar related declarations, fix comments 2019-04-23 17:02:04 -04:00
TrackPanelMouseEvent.h
TrackPanelResizeHandle.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
TrackPanelResizeHandle.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
TrackPanelResizerCell.cpp Fix C4189 and C4100 Warnings 2018-10-10 19:46:24 +01:00
TrackPanelResizerCell.h Specific types, const versions: getting track & vruler controls... 2019-03-17 15:20:52 -04:00
TranslatableStringArray.h Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h 2019-03-30 07:57:37 -04:00
UIHandle.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
UIHandle.h
UndoManager.cpp Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
UndoManager.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
UserException.cpp Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
UserException.h Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
ViewInfo.cpp All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
ViewInfo.h All things with an UpdatePrefs() message listen for an event... 2019-05-20 21:38:13 -04:00
VoiceKey.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
VoiceKey.h
WaveClip.cpp DirManager.cpp has fewer dependencies... 2019-05-18 20:32:19 -04:00
WaveClip.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
WaveTrack.cpp Dispatch read of top-level project XML tags with a table of functions... 2019-05-20 21:38:07 -04:00
WaveTrack.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
WaveTrackLocation.h
WrappedType.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
WrappedType.h WrappedType is immutable (though it points to something mutable) 2019-03-10 12:38:35 -04:00
audacity.desktop.in Add Slovak translation 2019-04-24 20:10:01 +01:00
audacity.xml
configtemplate.h
float_cast.h More comments for including Audacity.h; fix one #ifdef in AudioIO.cpp 2019-03-23 14:09:05 -04:00
wxFileNameWrapper.h Move AudacityPathList & utilities from AudacityApp.h to FileNames.h 2019-05-17 16:29:03 -04:00