audacia/src
Leland Lucius b04eff9c67 Correcting OPUS to Opus in filter 2020-04-02 09:14:17 -05:00
..
blockfile Rename Maybe and its members more like std::optional of C++17 2020-01-19 11:38:12 -05:00
commands Bug 2294 - Scripting: Crash on "Close" command 2020-03-22 11:33:50 +00:00
effects Fix disabled OK button in effects when monitoring 2020-03-31 13:54:02 -05:00
export Correcting OPUS to Opus in filter 2020-04-02 09:14:17 -05:00
import Reimplement import plugin registation without sequence numbers 2020-02-01 08:39:52 -05:00
menus Extra menu: remove duplicate access keys 2020-03-26 09:40:02 +00:00
ondemand Rename Maybe and its members more like std::optional of C++17 2020-01-19 11:38:12 -05:00
prefs Bug 2178 - Mac: Export to (external program) fails with errors 2020-03-26 13:46:22 -05:00
toolbars Bug 1366 - Using the sliders in Mixer Toolbar in a Project-2 alters levels in on-going recording (or playback) in Project-1 2020-03-19 23:36:17 -05:00
tracks Bug 2363 - Double-click-selecting a clip partly selects clip before too 2020-03-21 22:54:33 +00:00
widgets fix comment 2020-03-14 13:47:49 -04:00
xml Provide useful path to FileException 2020-04-01 15:53:47 -05:00
AColor.cpp Make Bevel2 widget antialiased 2019-09-05 13:02:31 +01:00
AColor.h Make OverlayPanel independent of AColor 2019-07-13 16:08:29 -04:00
AboutDialog.cpp Ease CMake and legacy build coexistence 2020-03-11 22:31:19 -05:00
AboutDialog.h Rewrite composition of long texts in AboutDialog.cpp 2019-12-26 22:11:40 -05:00
AdornedRulerPanel.cpp Update pin button tooltip 2020-03-16 11:18:43 +00:00
AdornedRulerPanel.h Bug 2357 ? - Non-standard behavior when right-clicking on pinned playhead/recordhead 2020-03-15 19:53:18 +00:00
AllThemeResources.h Bug2244: need a distinct cursor for adjustment of split views... 2019-12-30 15:18:31 -05:00
AttachedVirtualFunction.h Rewrite AttachedVirtualFunction so MS compiler accepts it 2019-06-24 14:12:50 -04:00
Audacity.h Set BUILD_LEVEL back to 0 and Version to 2.4.0, ready for onward development. 2019-11-23 09:30:06 +00:00
AudacityApp.cpp Reduce retry time during startup 2020-03-12 17:59:56 -05:00
AudacityApp.h Bug 2115 - Linux: Track focus lost on selecting effect 2020-03-10 08:13:44 -05:00
AudacityApp.mm Move AudacityApp::MacActivateApp out of WindowMenus.cpp 2019-05-17 16:29:04 -04:00
AudacityException.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
AudacityException.h TranslatableString caption & message in MessageBoxException 2019-12-16 10:58:05 -05:00
AudacityHeaders.cpp
AudacityHeaders.h Fix ifdef 2020-02-12 00:47:26 -06:00
AudacityLogger.cpp Rewrite FileNames::SelectFile using FileTypes... 2019-12-29 15:35:04 -05:00
AudacityLogger.h Remove AudacityApp::GetLogger() & HelpActions::DoShowLog() 2019-05-17 16:29:04 -04:00
AudioIO.cpp Allow use of wxPowerResource if wxWidgets is 3.1.x (#474) 2020-04-01 21:23:45 -05:00
AudioIO.h Keep EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT compilable... 2019-07-02 12:35:40 -04:00
AudioIOBase.cpp Playback cursor jitter when scrubbing backwards 2020-02-11 15:41:08 +00:00
AudioIOBase.h Keyboard scrubbing and Play-at-speed: remove initial silence 2020-02-11 15:56:12 +00:00
AudioIOListener.h AudioIO does not depend directly on ControlToolBar ... 2019-06-24 12:43:08 -04:00
AutoRecovery.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
AutoRecovery.h AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
AutoRecoveryDialog.cpp TranslatableString for list control column headers, menus 2019-12-23 19:02:21 -05:00
AutoRecoveryDialog.h Split AutoRecoveryDialog.cpp from AutoRecovery.cpp... 2019-06-09 12:10:48 -04:00
BatchCommandDialog.cpp Require a ProjectWindow as ancestor of effect dialog... 2020-01-06 11:30:47 -05:00
BatchCommandDialog.h Remove use of GetActiveProject in MacroCommandsDialog... 2020-01-02 13:52:26 -05:00
BatchCommands.cpp Bug 2294 - Scripting: Crash on "Close" command 2020-03-22 11:33:50 +00:00
BatchCommands.h Require a ProjectWindow as ancestor of effect dialog... 2020-01-06 11:30:47 -05:00
BatchProcessDialog.cpp Bug 2341 - Macros prompt for save changes even with canceled edits 2020-02-26 10:50:26 +00:00
BatchProcessDialog.h MacroCommandDialog remembers reference to project 2020-01-02 14:04:53 -05:00
Benchmark.cpp Eliminate GetActiveProject from WaveTrack.cpp 2020-01-07 16:16:18 -05:00
Benchmark.h Eliminate GetActiveProject from WaveTrack.cpp 2020-01-07 16:16:18 -05:00
BlockFile.cpp Rename Maybe and its members more like std::optional of C++17 2020-01-19 11:38:12 -05:00
BlockFile.h Rewrite DirManager::EnsureSafeFileName without downcasts... 2019-05-18 20:32:19 -04:00
CMakeLists.txt Add '-Wno-underaligned-exception-object" to CMake build 2020-03-30 11:38:02 -05:00
CellularPanel.cpp Windows requires an explicit tooltip unset 2020-03-11 01:44:21 -05:00
CellularPanel.h TranslatableString for tooltips and status bar messages 2019-12-20 21:54:49 -05:00
ClassicThemeAsCeeCode.h
ClientData.h Fix error in const overload of ClientData::Site::FindIf 2020-01-15 11:08:17 -05:00
ClientDataHelpers.h Make const overload of ClientData::Site::ForEach usable 2019-07-09 16:05:52 -04:00
Clipboard.cpp TrackList has back-pointer to project... 2020-01-06 14:14:21 -05:00
Clipboard.h A class encapsulating the global clipboard 2019-05-17 06:47:53 -04:00
CommonCommandFlags.cpp Some compilation fixes for EXPERIMENTAL_DA 2020-03-10 16:37:19 -04:00
CommonCommandFlags.h CommonCommandFlags does not depend on LabelTrack 2020-01-28 17:49:28 -05:00
CrashReport.cpp Restore traceback in crash-report. 2020-03-08 17:41:59 +00: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 Don't store default sample format in ProjectSettings... 2020-01-07 18:36:34 -05: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 Send event, so that DeviceManager does not depend on DeviceToolBar... 2019-06-10 21:55:34 -04:00
DeviceManager.h Send event, so that DeviceManager does not depend on DeviceToolBar... 2019-06-10 21:55:34 -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 Keep DEPRECATED_AUDIO_CACHE compilable 2020-03-12 13:46:02 -04:00
DirManager.h TranslatableString in ProgressDialog 2019-12-14 01:48:15 -05:00
Dither.cpp EnumSetting has a template parameter 2019-11-27 13:37:24 -05:00
Dither.h EnumSetting has a template parameter 2019-11-27 13:37:24 -05:00
Envelope.cpp Bug 1750 - Equalization: EQ control points can disappear if the points are at the same frequency 2019-08-23 19:28:35 +01:00
Envelope.h Bug 1750 - Equalization: EQ control points can disappear if the points are at the same frequency 2019-08-23 19:28:35 +01:00
EnvelopeEditor.cpp Supply missing #include "Experimental.h" 2019-07-07 15:27:13 -04:00
EnvelopeEditor.h Fix class/struct warnings. 2019-12-06 11:32:17 +00:00
Experimental.h Implementation of Timer Toolbar 2019-12-31 17:42:54 -05:00
FFT.cpp i18n of names of FFT window functions (transliterations, maybe)... 2019-12-21 12:48:24 -05:00
FFT.h i18n of names of FFT window functions (transliterations, maybe)... 2019-12-21 12:48:24 -05:00
FFmpeg.cpp Bug 2166 - Opus export fails - cannot open codec 2020-03-30 12:02:03 -05:00
FFmpeg.h Bug 2166 - Opus export fails - cannot open codec 2020-03-30 12:02:03 -05:00
FileException.cpp TranslatableString caption & message in MessageBoxException 2019-12-16 10:58:05 -05:00
FileException.h TranslatableString caption & message in MessageBoxException 2019-12-16 10:58:05 -05:00
FileFormats.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
FileFormats.h Pass ChoiceSetting to StartRadioButtonGroup... 2019-11-27 13:37:25 -05:00
FileIO.cpp More use of wxFileNameWrapper in export 2019-12-14 01:48:15 -05:00
FileIO.h More use of wxFileNameWrapper in export 2019-12-14 01:48:15 -05:00
FileNames.cpp Fix redefinition compilation error on Windows 2019-12-31 11:13:12 -05:00
FileNames.h Fix redefinition compilation error on Windows 2019-12-31 11:13:12 -05:00
FreqWindow.cpp Restore commit c1d129ec98 2020-01-31 23:51:12 -05:00
FreqWindow.h Move SpectrumAnalyst into its own files... 2020-01-18 13:38:19 -05:00
HelpText.cpp Rewrite composition of long texts in HelpText.cpp 2019-12-26 22:11:33 -05:00
HelpText.h TranslatableString for titles, names, labels of wxDialogWrappers... 2019-12-16 10:58:05 -05:00
HiContrastThemeAsCeeCode.h
HistoryWindow.cpp Restore commit c1d129ec98 2020-01-31 23:51:12 -05:00
HistoryWindow.h Fix dialog naming 2019-12-06 10:39:07 +00:00
HitTestResult.h TranslatableString for tooltips and status bar messages 2019-12-20 21:54:49 -05:00
ImageManipulation.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
ImageManipulation.h Break cycle of ImageManipulation and Theme 2019-07-09 13:23:07 -04:00
InconsistencyException.cpp TranslatableString caption & message in MessageBoxException 2019-12-16 10:58:05 -05:00
InconsistencyException.h TranslatableString caption & message in MessageBoxException 2019-12-16 10:58:05 -05:00
Internat.cpp EnumValueSymbols for scale names 2020-02-03 15:34:48 -05:00
Internat.h EnumValueSymbols for scale names 2020-02-03 15:34:48 -05: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 Bug2267: Nyquist prompt should allow multiline input... 2019-12-28 19:54:31 -05:00
KeyboardCapture.h Global keyboard capture handling into new files, better comments... 2019-05-18 15:14:18 -04:00
LabelDialog.cpp Remove uses of GetActiveProject in some dialogs 2020-01-04 13:55:34 -05:00
LabelDialog.h Remove uses of GetActiveProject in some dialogs 2020-01-04 13:55:34 -05:00
LabelTrack.cpp Bug2265: Should save and restore track heights... 2020-01-14 20:04:32 -05:00
LabelTrack.h Bug2180: Type-to-create labels twice should work... 2019-07-31 16:40:16 -04:00
LangChoice.cpp TranslatableString for prompts of choice controls 2019-12-23 15:39:49 -05:00
LangChoice.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Languages.cpp Define and use function Verbatim... 2019-12-19 22:49:23 -05:00
Languages.h ComponentInterfaceSymbol contains TranslatableString 2019-12-01 18:08:56 -05:00
Legacy.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
Legacy.h Remove wx/filename.h from another header 2019-03-28 11:12:12 -04:00
LightThemeAsCeeCode.h
Lyrics.cpp Fewer uses of ::GetActiveProject()... 2020-01-04 12:59:37 -05:00
Lyrics.h Remove or comment wxPanelWrapper.h in headers 2019-04-04 10:13:23 -04:00
LyricsWindow.cpp Restore commit c1d129ec98 2020-01-31 23:51:12 -05: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 Install the suil interface modules 2020-02-05 15:32:10 -06:00
Makefile.in Bug 2327 - Add EQ preset converter 2020-03-24 21:58:00 +00: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 Rename Maybe and its members more like std::optional of C++17 2020-01-19 11:38:12 -05:00
Menus.cpp Don't crash on exit when a module attaches a menu item... 2020-02-17 16:08:59 -05:00
Menus.h Separate subclass ToolbarMenuVisitor from MenuVisitor 2020-02-04 12:15:24 -05:00
MissingAliasFileDialog.cpp Pass TranslatableString to help, warning, and error dialogs 2019-12-20 21:48:21 -05:00
MissingAliasFileDialog.h Pass TranslatableString to help, warning, and error dialogs 2019-12-20 21:48:21 -05:00
Mix.cpp Fix Linux build. 2020-01-17 10:06:27 +00:00
Mix.h Keyboard scrubbing: faster change of direction 2020-01-17 09:32:17 +00:00
MixerBoard.cpp Fix for bug #2175 2020-02-28 15:46:47 -06:00
MixerBoard.h TranslatableString for titles, names, labels of wxDialogWrappers... 2019-12-16 10:58:05 -05:00
ModuleManager.cpp Fix build against wx30 2020-03-29 15:58:04 -05:00
ModuleManager.h Bug 2229 - Audacity may fail to load a "bad" module silently, with no error message 2020-03-29 15:33:23 -05:00
NoteTrack.cpp Bug2265: Should save and restore track heights... 2020-01-14 20:04:32 -05:00
NoteTrack.h Redefine the factories for track views and controls... 2019-06-21 09:16:49 -04:00
NumberScale.h Remove indirection storing number scale in Ruler 2020-01-23 13:27:05 -05:00
PitchName.cpp return pitch names as TranslatableString 2019-12-21 12:45:24 -05:00
PitchName.h return pitch names as TranslatableString 2019-12-21 12:45:24 -05: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 Plug-in list doesn't display properly on Mac 2020-03-06 23:13:50 -06:00
PluginManager.h Uses of TranslatableString in src/import 2019-12-14 01:48:15 -05:00
Prefs.cpp Move GetEditClipsCanMove to global function in TracksBehaviorsPrefs.cpp 2020-03-09 11:23:08 -04:00
Prefs.h Move GetEditClipsCanMove to global function in TracksBehaviorsPrefs.cpp 2020-03-09 11:23:08 -04:00
Printing.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05: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 GetProjectPanel analogous to GetProjectFrame breaks dependencies... 2019-07-03 13:53:07 -04:00
Project.h Bug 2228: crash closing, only Linux, gcc, opt, wxWidgets 3.0... 2019-10-17 17:07:37 -04:00
ProjectAudioIO.cpp Separate an abstract base class from MeterPanel... 2019-06-10 20:48:38 -04:00
ProjectAudioIO.h Make objects attached to AudacityProject non-copyable... 2019-07-02 19:51:24 -04:00
ProjectAudioManager.cpp Bug2346: Complete fix... 2020-03-10 22:32:23 -04:00
ProjectAudioManager.h Fix other problems since commit f6e5696... 2020-01-28 17:49:07 -05:00
ProjectFSCK.cpp Bug 2274 - Enh: Dialog for orphan block files has no "?" Help button 2020-02-09 20:26:29 +00:00
ProjectFSCK.h Move ProjectFSCK out of DirManager... 2019-05-18 15:06:50 -04:00
ProjectFileIO.cpp Fix Big Time TimerToolBar, Stage III 2020-02-14 12:02:21 +00:00
ProjectFileIO.h Make objects attached to AudacityProject non-copyable... 2019-07-02 19:51:24 -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
ProjectFileManager.cpp Bug 2062 - Export as WAV does not remember the previously used setting 2020-03-30 22:40:27 -05:00
ProjectFileManager.h Rewrite FileDialogWrapper using FileNames::FileTypes... 2019-12-29 15:35:03 -05:00
ProjectHistory.cpp TranslatableString for undo history short and long descriptions 2019-12-16 14:19:23 -05:00
ProjectHistory.h TranslatableString for undo history short and long descriptions 2019-12-16 14:19:23 -05:00
ProjectManager.cpp Bug 2235 - Timer Record does not shut down Computer if Automatic Save Project is not selected 2020-03-06 20:16:43 +00:00
ProjectManager.h Bug 2235 - Timer Record does not shut down Computer if Automatic Save Project is not selected 2020-03-06 20:16:43 +00:00
ProjectSelectionManager.cpp Fix Big Time TimerToolBar, Stage III 2020-02-14 12:02:21 +00:00
ProjectSelectionManager.h Fix Big Time TimerToolBar, Stage III 2020-02-14 12:02:21 +00:00
ProjectSettings.cpp Fix Big Time TimerToolBar, Stage III 2020-02-14 12:02:21 +00:00
ProjectSettings.h Fix Big Time TimerToolBar, Stage III 2020-02-14 12:02:21 +00:00
ProjectStatus.cpp TranslatableString for tooltips and status bar messages 2019-12-20 21:54:49 -05:00
ProjectStatus.h TranslatableString for tooltips and status bar messages 2019-12-20 21:54:49 -05:00
ProjectWindow.cpp Bug2314: Zoom in should work during playback... 2020-02-25 09:36:26 -05:00
ProjectWindow.h Move ProjectWindowBase to new files... 2020-01-03 17:58:21 -05:00
ProjectWindowBase.cpp Fewer uses of ::GetActiveProject()... 2020-01-04 12:59:37 -05:00
ProjectWindowBase.h Fewer uses of ::GetActiveProject()... 2020-01-04 12:59:37 -05: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 AdornedRulerPanel updates its play region in idle time... 2019-07-03 23:38:33 -04:00
Registrar.h spellings 2019-07-26 11:42:48 -04:00
Resample.cpp Remove TranslatableStringArray.h 2020-02-02 18:02:32 -05:00
Resample.h EnumSetting has a template parameter 2019-11-27 13:37:24 -05: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 TranslatableString for undo history short and long descriptions 2019-12-16 14:19:23 -05:00
SampleFormat.h TranslatableString for undo history short and long descriptions 2019-12-16 14:19:23 -05:00
Screenshot.cpp Bug 2249 - Screenshot tool does not remember typed path 2020-03-23 07:52:16 -05:00
Screenshot.h Remove uses of GetActiveProject in some dialogs 2020-01-04 13:55:34 -05:00
SelectUtilities.cpp Fix other problems since commit f6e5696... 2020-01-28 17:49:07 -05:00
SelectUtilities.h Move functions into new file SelectUtilities.cpp ... 2019-06-24 23:06:44 -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 SelectionState::Get()... 2019-05-23 14:11:05 -04:00
SelectionState.h Make objects attached to AudacityProject non-copyable... 2019-07-02 19:51:24 -04:00
Sequence.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
Sequence.h WaveTrack.cpp does not depend on ODDecodeBlockFile.cpp... 2019-06-22 21:46:34 -04:00
Shuttle.cpp Fix minor issues when building for 64-bit Windows 2020-02-12 13:07:55 -06: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 Bug2289: alternative fix... 2020-02-27 08:33:38 -05:00
ShuttleGui.h Fix (again) calls to AddCheckBox... 2020-03-01 22:17:20 -05:00
ShuttlePrefs.cpp ShuttleGui.cpp and ShuttlePrefs.cpp have fewer dependencies... 2019-05-18 20:29:25 -04:00
ShuttlePrefs.h
Snap.cpp Eliminate GetActiveProject from MixerBoard, Snap, Meter 2020-01-07 17:06:23 -05:00
Snap.h ProjectSettings.cpp does not depend on Snap, is free of cycles 2019-06-10 21:56:46 -04:00
SoundActivatedRecord.cpp TranslatableString for captions of sliders 2019-12-23 19:02:21 -05:00
SoundActivatedRecord.h Fix dialog naming 2019-12-06 10:39:07 +00:00
Spectrum.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Spectrum.h
SpectrumAnalyst.cpp Move SpectrumAnalyst into its own files... 2020-01-18 13:38:19 -05:00
SpectrumAnalyst.h Fix link on windows 2020-01-18 15:50:38 -05:00
SplashDialog.cpp TranslatableString for checkbox captions 2019-12-23 19:15:34 -05:00
SplashDialog.h Define and use ShuttleGui::ConnectRoot... 2019-12-02 19:35:01 -05:00
SseMathFuncs.cpp
SseMathFuncs.h
Tags.cpp Remove TranslatableStringArray.h 2020-02-02 18:02:32 -05:00
Tags.h Bug 2240 - "Set Default" button in Metadata editor does not set the default during Export Multiple 2020-03-23 07:36:00 -05:00
Theme.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
Theme.h Theme.cpp has fewer dependencies... 2019-05-18 20:29:25 -04:00
ThemeAsCeeCode.h
TimeDialog.cpp TranslatableString for static text box captions 2019-12-23 18:52:37 -05:00
TimeDialog.h TranslatableString for static text box captions 2019-12-23 18:52:37 -05:00
TimeTrack.cpp Bug2265: Should save and restore track heights... 2020-01-14 20:04:32 -05:00
TimeTrack.h Move drawing code for tracks, free EnvelopeEditor from cycles 2019-06-26 23:39:42 -04:00
TimerRecordDialog.cpp Construct Exporter with project pointer, fewer GetActiveProject calls 2020-01-02 13:13:48 -05:00
TimerRecordDialog.h Eliminate GetActiveProject in TimerRecordDialog 2020-01-02 13:11:17 -05:00
Track.cpp Bug 2195: Treat multi-channel import / recording as multiple mono 2020-03-09 13:21:37 +00:00
Track.h Eliminate GetActiveProject from WaveTrack.cpp 2020-01-07 16:16:18 -05:00
TrackArtist.cpp Fix Linux build 2019-07-21 22:06:19 -04:00
TrackArtist.h Heavyweight version of SelectedRegion stored in ViewInfo emits events 2019-07-17 12:43:39 -04:00
TrackInfo.cpp A close box button for sub-views 2020-01-17 16:10:46 -05:00
TrackInfo.h A close box button for sub-views 2020-01-17 16:10:46 -05:00
TrackPanel.cpp Fix hot zones of sub-view cursors... 2020-01-17 16:04:45 -05:00
TrackPanel.h TranslatableString for tooltips and status bar messages 2019-12-20 21:54:49 -05:00
TrackPanelAx.cpp MessageForScreenReader takes TranslatableString 2019-12-23 19:22:06 -05:00
TrackPanelAx.h MessageForScreenReader takes TranslatableString 2019-12-23 19:22:06 -05:00
TrackPanelCell.h CellularPanel passes AudacityProject* to DoContextMenu() of cell 2020-01-01 21:57:39 -05:00
TrackPanelDrawable.h Pass TrackPanelDrawingContext into TrackPanelDrawable::DrawingArea() 2019-12-28 13:36:46 -05:00
TrackPanelDrawingContext.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
TrackPanelListener.h AdornedRulerPanel updates its play region in idle time... 2019-07-03 23:38:33 -04:00
TrackPanelMouseEvent.h
TrackPanelResizeHandle.cpp Pass non-const AudacityProject to HitTest::Preview... 2020-01-04 09:40:33 -05:00
TrackPanelResizeHandle.h Pass non-const AudacityProject to HitTest::Preview... 2020-01-04 09:40:33 -05:00
TrackPanelResizerCell.cpp Make OverlayPanel independent of AColor 2019-07-13 16:08:29 -04:00
TrackPanelResizerCell.h Break cycle: TrackPanelResizerCell, TrackPanelResizeHandle, TrackView 2019-07-09 14:55:31 -04:00
TrackUtilities.cpp TranslatableString for undo history short and long descriptions 2019-12-16 14:19:23 -05:00
TrackUtilities.h Move functions into new file TrackUtilities.cpp ... 2019-06-24 23:13:22 -04:00
UIHandle.cpp Pass AudacityProject* to more methods of UIHandle 2020-01-03 10:09:46 -05:00
UIHandle.h Pass non-const AudacityProject to HitTest::Preview... 2020-01-04 09:40:33 -05:00
UndoManager.cpp TrackList has back-pointer to project... 2020-01-06 14:14:21 -05:00
UndoManager.h TranslatableString for undo history short and long descriptions 2019-12-16 14:19:23 -05: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 Bug2303: Play after project open should start at saved cursor 2020-02-25 14:55:56 -05:00
ViewInfo.h Bug2303: Play after project open should start at saved cursor 2020-02-25 14:55:56 -05:00
VoiceKey.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
VoiceKey.h
WaveClip.cpp Revert fix for 2288 - Unintended consequences. 2020-03-22 19:23:39 +00:00
WaveClip.h Bug 2363 - Double-click-selecting a clip partly selects clip before too 2020-03-21 22:54:33 +00:00
WaveTrack.cpp Some comments to avoid further confusions using WaveTrack::Get(). 2020-03-21 15:48:58 -04:00
WaveTrack.h Some comments to avoid further confusions using WaveTrack::Get(). 2020-03-21 15:48:58 -04:00
WaveTrackLocation.h
WrappedType.cpp Some WrappedType members just for radio buttons are no longer needed 2019-11-27 13:37:25 -05:00
WrappedType.h Some WrappedType members just for radio buttons are no longer needed 2019-11-27 13:37:25 -05:00
ZoomInfo.cpp Supply missing #include "Experimental.h" 2019-07-07 15:27:13 -04:00
ZoomInfo.h GetSceenEndTime out of TrackPanel 2019-06-26 21:25:15 -04:00
audacity.desktop.in Update audacity.desktop.in 2019-10-07 10:39:48 +01:00
audacity.xml
audacity_config.h.in Fix bug #2333 2020-02-28 15:07:09 -06:00
configtemplate.h Add mlock check to Makefile and cmake builds 2020-02-05 19:23:44 -06:00
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