audacia/src
Paul Licameli 8a86fe139f Bug2531: need progress indication when discarding undo history...
... You may see this also when abandoning lots of redo history, and not only
when doing compaction.

If in compaction you discard much undo and also much redo, you may see two
progresses.

It's debatable whether this might have been better implemented by reuse of
ProjectFileIO::DeleteBlocks instead, putting callbacks to a progress indicator
in the function InSet().  But I wanted to avoid more dependency onto
ProjectFileIO.

Doing real work in DeleteBlocks() is supposed to happen only if there is a bug
elsewhere that allowed orphans.  So, still no progress indicator there.
2020-09-06 17:54:14 -04:00
..
blockfile AUP3: Remove obsolete audio file cache 2020-07-01 01:14:10 -05:00
commands Remove class ImportXMLTagHandler... 2020-09-01 09:03:43 -04:00
effects Bug 2367 - Change Pitch effect may create spurious clip at end 2020-09-06 03:37:57 -05:00
export Bug2515: When WAV export fails to write file, give better message 2020-08-27 22:02:40 -04:00
import More aup import review (#656) 2020-09-02 00:36:48 -05:00
menus TransactionScope for performance also when abandoning redo states 2020-09-06 17:05:33 -04:00
ondemand AUP3: Removes OD code related to project file handling 2020-07-01 01:14:05 -05:00
prefs Bug 2480 - Vertical Scale dB does not update when Meter range is changed in Prefs 2020-08-09 02:41:33 -05:00
toolbars Rewrite comments about exception safety guarantees with Doxygen... 2020-08-22 23:07:28 -04:00
tracks fixed bug/enh 266 2020-09-04 11:39:11 -04:00
widgets AUP3: Make suggested directory preferences changes 2020-07-29 00:08:48 -05:00
xml Fix an error message 2020-07-07 01:28:05 -04:00
AColor.cpp AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
AColor.h Make OverlayPanel independent of AColor 2019-07-13 16:08:29 -04:00
AboutDialog.cpp Remove extern declarations from .cpp files... 2020-05-28 05:50:25 -04:00
AboutDialog.h Remove a few macro _ 2020-05-22 13:07:49 -04:00
ActiveProjects.cpp AUP3: Remove active projects experiment 2020-08-03 10:20:25 -05:00
ActiveProjects.h AUP3: AutoRecoveryDialog experiment 2020-07-23 01:19:29 -05:00
AdornedRulerPanel.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
AdornedRulerPanel.h Bug 2357 ? - Non-standard behavior when right-clicking on pinned playhead/recordhead 2020-03-15 19:53:18 +00:00
AllThemeResources.cpp AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
AllThemeResources.h AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
AttachedVirtualFunction.h Rewrite AttachedVirtualFunction so MS compiler accepts it 2019-06-24 14:12:50 -04:00
Audacity.h Start development of 3.0.0 2020-06-28 11:02:43 +01:00
AudacityApp.cpp AUP3: Update default/lastused path handling 2020-07-27 14:11:50 -05:00
AudacityApp.h Remove obsolete mentions of blockfiles in comments & incomplete types 2020-07-20 19:03:31 -04:00
AudacityApp.mm Move AudacityApp::MacActivateApp out of WindowMenus.cpp 2019-05-17 16:29:04 -04:00
AudacityException.cpp Doxygen commentary for AudacityException.h 2020-08-25 01:00:23 -04:00
AudacityException.h Doxygen commentary for AudacityException.h 2020-08-25 01:00:23 -04:00
AudacityHeaders.cpp
AudacityHeaders.h AUP3: First round of updates 2020-07-01 02:30:18 -05:00
AudacityLogger.cpp Add ClearLog macro command and parameters to tracing 2020-08-11 09:06:15 -05:00
AudacityLogger.h Add ClearLog macro command and parameters to tracing 2020-08-11 09:06:15 -05:00
AudioIO.cpp Rewrite comments about exception safety guarantees with Doxygen... 2020-08-22 23:07:28 -04:00
AudioIO.h Remove portmidi and porttime from other headers 2020-06-14 12:32:28 -04:00
AudioIOBase.cpp Fix minor typos 2020-04-11 10:06:24 +01:00
AudioIOBase.h Remove portaudio.h and portmixer.h from AudioIOBase.h 2020-06-12 11:39:18 -04:00
AudioIOListener.h Commit autosave blobs during recording only as needed... 2020-07-11 05:13:38 -04:00
AutoRecoveryDialog.cpp AUP3: Removed unneeded ESCAPE key handling 2020-08-05 10:26:53 -05:00
AutoRecoveryDialog.h Split AutoRecoveryDialog.cpp from AutoRecovery.cpp... 2019-06-09 12:10:48 -04:00
BatchCommandDialog.cpp Change XO to XXO in many more places, with no effects at all... 2020-05-22 13:07:50 -04:00
BatchCommandDialog.h Remove use of GetActiveProject in MacroCommandsDialog... 2020-01-02 13:52:26 -05:00
BatchCommands.cpp Limit message output while macro tracing is enabled 2020-08-11 09:42:59 -05:00
BatchCommands.h AUP3: Fix macro path handling 2020-08-10 17:48:59 -05:00
BatchProcessDialog.cpp AUP3: Don't molest project file when applying macros 2020-08-26 00:06:19 -05:00
BatchProcessDialog.h Bug 2524 - ENH: Macros "OK" button is confusing - doesn't do "what it says on the tin" 2020-08-22 13:41:18 +01:00
Benchmark.cpp Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
Benchmark.h AUP3: First round of updates 2020-07-01 02:30:18 -05:00
CMakeLists.txt clang build won't quietly allow missing return statement 2020-09-05 14:23:35 -04: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 Doxygen comments in generated theme header files 2020-08-22 11:28:05 -04:00
ClientData.h ClientData 2020-08-26 01:36:48 -04:00
ClientDataHelpers.h ClientData 2020-08-26 01:36:48 -04:00
Clipboard.cpp Prevent possible dangling pointers to Project from Clipboard 2020-07-01 18:38:45 -04:00
Clipboard.h Prevent possible dangling pointers to Project from Clipboard 2020-07-01 18:38:45 -04:00
CommonCommandFlags.cpp AUP3: First round of updates 2020-07-01 02:30:18 -05:00
CommonCommandFlags.h CommonCommandFlags does not depend on LabelTrack 2020-01-28 17:49:28 -05:00
CrashReport.cpp Can build for windows without precompiled headers... 2020-05-27 17:36:25 -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
DBConnection.cpp Give a "yellow zone" warning for checkpoint failure without data loss 2020-09-06 12:58:48 -04:00
DBConnection.h Doxygen comments for TransactionScope 2020-09-06 17:04:47 -04:00
DarkThemeAsCeeCode.h Doxygen comments in generated theme header files 2020-08-22 11:28:05 -04:00
Dependencies.cpp AUP3: Removes OD code related to project file handling 2020-07-01 01:14:05 -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 Use wxPrintf not printf 2017-12-16 11:54:32 -05:00
DeviceChange.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
DeviceManager.cpp Fix minor typos 2020-04-11 10:06:24 +01: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
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 Rewrite comments about exception safety guarantees with Doxygen... 2020-08-22 23:07:28 -04:00
Envelope.h AUP3: First round of updates 2020-07-01 02:30:18 -05:00
EnvelopeEditor.cpp Fix minor typos 2020-04-11 10:06:24 +01:00
EnvelopeEditor.h Fix class/struct warnings. 2019-12-06 11:32:17 +00:00
Experimental.h AUP3: Removes OD code related to project file handling 2020-07-01 01:14:05 -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 Revert "Bug 2381 - Mac: Export to Opus (OggOpus) is not available on Mac - Opus import fails on Mac" 2020-08-19 05:54:41 -05:00
FFmpeg.h Revert "Bug 2381 - Mac: Export to Opus (OggOpus) is not available on Mac - Opus import fails on Mac" 2020-08-19 05:54:41 -05:00
FileException.cpp Give a "yellow zone" warning for checkpoint failure without data loss 2020-09-06 12:58:48 -04:00
FileException.h Give a "yellow zone" warning for checkpoint failure without data loss 2020-09-06 12:58:48 -04:00
FileFormats.cpp Reviewed the ODLocks removed at cbf1bb5, restored just two of them... 2020-07-07 16:34:25 -04:00
FileFormats.h Reviewed the ODLocks removed at cbf1bb5, restored just two of them... 2020-07-07 16:34:25 -04: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 AUP3: Update default/lastused path handling 2020-07-27 14:11:50 -05:00
FileNames.h AUP3: Add missing include 2020-07-27 14:29:26 -05:00
FreqWindow.cpp AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
FreqWindow.h Move SpectrumAnalyst into its own files... 2020-01-18 13:38:19 -05:00
HelpText.cpp AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
HelpText.h Remove extern declarations from .cpp files... 2020-05-28 05:50:25 -04:00
HiContrastThemeAsCeeCode.h Doxygen comments in generated theme header files 2020-08-22 11:28:05 -04:00
HistoryWindow.cpp TransactionScope for performance also when abandoning redo states 2020-09-06 17:05:33 -04:00
HistoryWindow.h AUP3: Fix a couple of accessibility issues in the History Dialog 2020-08-05 08:56:44 -05:00
HitTestResult.h TranslatableString for tooltips and status bar messages 2019-12-20 21:54:49 -05:00
ImageManipulation.cpp AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
ImageManipulation.h AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
InconsistencyException.cpp Doxygen commentary for subclasses of AudacityException 2020-08-25 10:06:08 -04:00
InconsistencyException.h Doxygen commentary for subclasses of AudacityException 2020-08-25 10:06:08 -04:00
Internat.cpp Bug 1441 - Mac: Imported file names containing '/' change the '/' to ':' 2020-08-21 15:06:23 +01:00
Internat.h Fix Windows build when not using precompiled headers 2020-07-25 15:34:33 -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 Mac: avoid assertion violations from KeyboardCapture.cpp... (#658) 2020-09-03 12:33:59 -05:00
KeyboardCapture.h Global keyboard capture handling into new files, better comments... 2019-05-18 15:14:18 -04:00
LabelDialog.cpp Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
LabelDialog.h Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
LabelTrack.cpp Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
LabelTrack.h Unitary fixes (#598) 2020-07-02 11:42:25 -05:00
LangChoice.cpp Change XO to XXO in many more places, with no effects at all... 2020-05-22 13:07:50 -04: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 Rewrite comments about exception safety guarantees with Doxygen... 2020-08-22 23:07:28 -04:00
LightThemeAsCeeCode.h Doxygen comments in generated theme header files 2020-08-22 11:28:05 -04:00
Lyrics.cpp Fix minor typos 2020-04-11 10:06:24 +01: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 AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -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 Fix Windows build when not using precompiled headers 2020-07-25 15:34:33 -05:00
Menus.cpp Build fix for PR 547 2020-05-28 15:49:56 +01:00
Menus.h Separate subclass ToolbarMenuVisitor from MenuVisitor 2020-02-04 12:15:24 -05:00
Mix.cpp Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
Mix.h Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
MixerBoard.cpp Remove obsolete mentions of blockfiles in comments & incomplete types 2020-07-20 19:03:31 -04:00
MixerBoard.h Remove 27 various macro _ ... 2020-05-23 08:07:24 -04:00
ModuleManager.cpp Bug 2470 - Linux/Mac: Modules may not be found if earlier version failed 2020-06-15 00:51:27 -05:00
ModuleManager.h Module manager (#549) 2020-05-29 10:48:52 -05:00
NoteTrack.cpp Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
NoteTrack.h Unitary fixes (#598) 2020-07-02 11:42:25 -05: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 Fix minor typos 2020-04-11 10:06:24 +01:00
PlatformCompatibility.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
PlatformCompatibility.h AUP3: First round of updates 2020-07-01 02:30:18 -05:00
PluginManager.cpp Module manager (#549) 2020-05-29 10:48:52 -05:00
PluginManager.h Module manager (#549) 2020-05-29 10:48:52 -05:00
Prefs.cpp Correct menu ordering after "Reset Configuration" command, see f5afb28 2020-05-25 14:24:14 -04:00
Prefs.h Correct menu ordering after "Reset Configuration" command, see f5afb28 2020-05-25 14:24:14 -04:00
Printing.cpp Bug2242: printing of track imagess (and now, with sub-views) 2020-04-19 20:40:31 -04:00
Printing.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Profiler.cpp Reviewed the ODLocks removed at cbf1bb5, restored just two of them... 2020-07-07 16:34:25 -04:00
Profiler.h Reviewed the ODLocks removed at cbf1bb5, restored just two of them... 2020-07-07 16:34:25 -04:00
Project.cpp AUP3: Fix macro path handling 2020-08-10 17:48:59 -05:00
Project.h Change type alias names to improve Doxygen... 2020-08-25 14:31:06 -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 Avoid some unexpected recursions because of yields to event loop... 2020-08-26 16:01:54 -04:00
ProjectAudioManager.h Commit autosave blobs during recording only as needed... 2020-07-11 05:13:38 -04:00
ProjectFSCK.cpp AUP3: First round of updates 2020-07-01 02:30:18 -05:00
ProjectFSCK.h Move ProjectFSCK out of DirManager... 2019-05-18 15:06:50 -04:00
ProjectFileIO.cpp Cut and paste TransactionScope into DBConnection.* files 2020-09-05 14:44:34 -04:00
ProjectFileIO.h Cut and paste TransactionScope into DBConnection.* files 2020-09-05 14:44:34 -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 Fix minor typos 2020-04-11 10:06:24 +01:00
ProjectFileManager.cpp Remove class ImportXMLTagHandler... 2020-09-01 09:03:43 -04:00
ProjectFileManager.h Remove class ImportXMLTagHandler... 2020-09-01 09:03:43 -04:00
ProjectHistory.cpp More exception-safety for recording... 2020-07-10 13:46:21 -04:00
ProjectHistory.h Fix exception handling, as when trying to edit read-only database... (#607) 2020-07-08 00:44:41 -05:00
ProjectManager.cpp TransactionScope for performance also when abandoning redo states 2020-09-06 17:05:33 -04: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 Rename TimerToolBar to TimeToolBar 2020-05-30 16:00:24 -05:00
ProjectSelectionManager.h Rename TimerToolBar to TimeToolBar 2020-05-30 16:00:24 -05:00
ProjectSerializer.cpp Do orphan block checking differently... (#655) 2020-09-01 10:54:36 -05:00
ProjectSerializer.h Do orphan block checking differently... (#655) 2020-09-01 10:54:36 -05:00
ProjectSettings.cpp AUP3: Rework Compact Project menu item and AutoRecoverDialog 2020-07-26 02:01:37 -05:00
ProjectSettings.h AUP3: Rework Compact Project menu item and AutoRecoverDialog 2020-07-26 02:01:37 -05:00
ProjectStatus.cpp Add and correct various comments 2020-05-23 06:00:56 -04:00
ProjectStatus.h Remove some unused functions and forward declarations 2020-05-23 05:16:59 -04:00
ProjectWindow.cpp Bug 2455 - Audacity window height may be corrupted when using scripting, when minimised. 2020-05-30 14:59:38 +01: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 RealFFTf doesn't need RealFFTf48x 2020-05-28 05:45:10 -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 Fix minor typos 2020-04-11 10:06:24 +01:00
RealFFTf48x.h Fix minor typos 2020-04-11 10:06:24 +01: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
Registry.cpp Move namespace Registry into new source files 2020-05-28 05:45:11 -04:00
Registry.h Move namespace Registry into new source files 2020-05-28 05:45:11 -04:00
Resample.cpp Remove TranslatableStringArray.h 2020-02-02 18:02:32 -05:00
Resample.h Fix minor typos 2020-04-11 10:06:24 +01:00
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
SampleBlock.cpp Sample block cleanups (#657) 2020-09-02 13:11:30 -05:00
SampleBlock.h Bug2531: need progress indication when discarding undo history... 2020-09-06 17:54:14 -04:00
SampleFormat.cpp TranslatableString for undo history short and long descriptions 2019-12-16 14:19:23 -05:00
SampleFormat.h Fix minor typos 2020-04-11 10:06:24 +01:00
Screenshot.cpp Change XO to XXO in many more places, with no effects at all... 2020-05-22 13:07:50 -04: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 fixed bug/enh 266 2020-09-04 11:39:11 -04:00
Sequence.h fixed bug/enh 266 2020-09-04 11:39:11 -04:00
Shuttle.cpp Shuttle and ShuttleParams class hierarchies are separate... 2020-04-19 20:43:00 -04:00
Shuttle.h Shuttle and ShuttleParams class hierarchies are separate... 2020-04-19 20:43:00 -04:00
ShuttleGetDefinition.cpp Move ShuttleGetDefinition to its own files... 2019-05-18 15:10:07 -04:00
ShuttleGetDefinition.h Some uses of final 2020-04-17 19:38:20 -04:00
ShuttleGui.cpp AUP3: Make suggested directory preferences changes 2020-07-29 00:08:48 -05:00
ShuttleGui.h Separate ShuttleGuiBase::ApplyItem 2020-05-25 05:40:46 -04:00
ShuttlePrefs.cpp ShuttleGui.cpp and ShuttlePrefs.cpp have fewer dependencies... 2019-05-18 20:29:25 -04:00
ShuttlePrefs.h
Snap.cpp Remove a few macro _ 2020-05-22 13:07:49 -04:00
Snap.h Remove a few macro _ 2020-05-22 13:07:49 -04:00
SoundActivatedRecord.cpp Change XO to XXO in many more places, with no effects at all... 2020-05-22 13:07:50 -04: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 Change XO to XXO in many more places, with no effects at all... 2020-05-22 13:07:50 -04:00
SplashDialog.h Define and use ShuttleGui::ConnectRoot... 2019-12-02 19:35:01 -05:00
SqliteSampleBlock.cpp Bug2531: need progress indication when discarding undo history... 2020-09-06 17:54:14 -04:00
SseMathFuncs.cpp
SseMathFuncs.h indentation, final newlines, spelling, remove unused members 2017-11-05 21:01:38 -05:00
Tags.cpp Remove inclusions of wx/filedlg.h 2020-05-22 20:18:51 -04: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 Doxygen comments in generated theme header files 2020-08-22 11:28:05 -04:00
Theme.h Theme does not depend on GUIPrefs... 2020-05-28 05:50:25 -04:00
ThemeAsCeeCode.h Doxygen comments in generated theme header files 2020-08-22 11:28:05 -04:00
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 Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
TimeTrack.h Track factory cleanup (#646) 2020-08-22 18:44:49 -05:00
TimerRecordDialog.cpp AUP3: Make suggested directory preferences changes 2020-07-29 00:08:48 -05:00
TimerRecordDialog.h AUP3: Make suggested directory preferences changes 2020-07-29 00:08:48 -05:00
Track.cpp style change 2020-08-23 12:02:11 -04:00
Track.h Revert a piece of d420fde that miscompiles with MSVC 2020-08-25 10:10:07 -04:00
TrackArtist.cpp AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
TrackArtist.h Fix minor typos 2020-04-11 10:06:24 +01:00
TrackFactory.cpp Unitary changes (#599) 2020-07-02 18:11:38 -05:00
TrackFactory.h Unitary changes (#599) 2020-07-02 18:11:38 -05:00
TrackInfo.cpp AllThemeResources.h has a .cpp & doesnt include Theme.h... 2020-05-28 05:50:24 -04:00
TrackInfo.h Remove some unused functions and forward declarations 2020-05-23 05:16:59 -04:00
TrackPanel.cpp std::once_flag should be static 2020-09-05 11:59:46 -04:00
TrackPanel.h Remove unused TrackPanel::MakeParentModifyState 2020-07-11 05:11:09 -04:00
TrackPanelAx.cpp Fix minor typos 2020-04-11 10:06:24 +01:00
TrackPanelAx.h MessageForScreenReader takes TranslatableString 2019-12-23 19:22:06 -05:00
TrackPanelCell.cpp Implement member functions of classes in corresponding .cpp files... 2020-05-28 05:50:22 -04:00
TrackPanelCell.h Implement member functions of classes in corresponding .cpp files... 2020-05-28 05:50:22 -04:00
TrackPanelDrawable.cpp Implement member functions of classes in corresponding .cpp files... 2020-05-28 05:50:22 -04:00
TrackPanelDrawable.h Implement member functions of classes in corresponding .cpp files... 2020-05-28 05:50:22 -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 AdornedRulerPanel updates its play region in idle time... 2019-07-03 23:38:33 -04:00
TrackPanelMouseEvent.h VZooming Changes 2017-12-11 18:41:48 +00:00
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 Bug2531: need progress indication when discarding undo history... 2020-09-06 17:54:14 -04:00
UndoManager.h Bug2531: need progress indication when discarding undo history... 2020-09-06 17:54:14 -04:00
UserException.cpp Doxygen commentary for subclasses of AudacityException 2020-08-25 10:06:08 -04:00
UserException.h Doxygen commentary for subclasses of AudacityException 2020-08-25 10:06:08 -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 Remove inclusions of wx/filedlg.h 2020-05-22 20:18:51 -04:00
VoiceKey.h
WaveClip.cpp fixed bug/enh 266 2020-09-04 11:39:11 -04:00
WaveClip.h fixed bug/enh 266 2020-09-04 11:39:11 -04:00
WaveTrack.cpp fixed bug/enh 266 2020-09-04 11:39:11 -04:00
WaveTrack.h fixed bug/enh 266 2020-09-04 11:39:11 -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 (#583) 2020-06-29 16:32:44 +01:00
audacity.xml
audacity_config.h.in Fix bug #2333 2020-02-28 15:07:09 -06:00
float_cast.h [WIN32] This inline ASM is supported only by MSVC. (#563) 2020-06-07 12:49:33 -05:00
wxFileNameWrapper.h Move AudacityPathList & utilities from AudacityApp.h to FileNames.h 2019-05-17 16:29:03 -04:00