audacia/src
James Crook 7e691ddf38 Fix crash bug (regression) in Automation
Somewhere along the line, GetEffectIdentifier got changed to GetEffectByIdentifier, leading to abuse of an iterator when attempting to invoke an effect by name.
2017-06-03 15:59:50 +01:00
..
blockfile All the catches are in place for BlockFile and other errors, now throw. 2017-04-03 23:32:40 -04:00
commands Fix crash bug (regression) in Automation 2017-06-03 15:59:50 +01:00
effects Fix for bug 376 2017-05-30 20:43:50 +01:00
export Bug 1607 - Some dialogs appear on primary monitor when Audacity is running on secondary monitor 2017-05-14 14:25:40 +01:00
import Bug1651: NoteTrack sync-lock and crash fixes... 2017-05-25 08:08:31 -04:00
ondemand Exception safety in: locking of BlockFile for read 2017-03-21 14:11:27 -04:00
prefs More shortcut tweaks. 2017-05-29 20:26:31 +01:00
toolbars Rearrange Selection Toolbar fields, and fix spacings. 2017-06-01 16:48:28 +01:00
tracks/ui Bug 1492 - Using Scrub Ruler to start Scrub or then change to Seek removes the selection 2017-05-15 17:55:49 +01:00
widgets Bug 68 - Vertical scale only has zeros when displaying Waveform (dB) view at -48 dB 2017-05-29 22:40:49 +01:00
xml fix the XML writer -- don't throw if target path did not previously exist. 2017-03-21 14:11:17 -04:00
AColor.cpp Use blue for negative Numbers 2017-05-03 16:11:05 +01:00
AColor.h Line to mark off scrub ruler. 2017-04-30 17:22:20 +01:00
AboutDialog.cpp Add rotated pip 2017-04-26 22:30:31 +01:00
AboutDialog.h Bug 1597 - Tweak: make version check on welcome user-initiated. 2017-02-28 19:05:06 +00:00
AllThemeResources.h Allow selected controls on SelectionToolbar 2017-05-22 13:46:06 +01:00
Audacity.h Merge pull request #193 from walisser/clang 2017-04-09 22:31:32 +01:00
AudacityApp.cpp Bug 718 - On dual monitors the splash screen is positioned incorrectly 2017-05-15 10:45:49 +01:00
AudacityApp.h more guarded calls 2017-03-17 17:53:02 -04:00
AudacityException.cpp Define SimpleMessageBoxException 2017-03-31 17:47:18 -04:00
AudacityException.h Define SimpleMessageBoxException 2017-03-31 17:47:18 -04:00
AudacityHeaders.cpp
AudacityHeaders.h Rewrite Resample::Process to take and return size_t values 2016-09-06 12:39:58 -04:00
AudacityLogger.cpp Make Audacity source more like DarkAudacity source. 2016-09-11 13:03:37 +01:00
AudacityLogger.h Remove a naked new in AudacityLogger.cpp 2016-08-13 10:37:52 -04:00
AudioIO.cpp Bug1651: NoteTrack sync-lock and crash fixes... 2017-05-25 08:08:31 -04:00
AudioIO.h MIDI_OUT on by default on windows. 2017-04-27 12:56:39 +01:00
AudioIOListener.h Show Actual Rate in status only if playing, recording, or monitoring 2016-05-22 10:44:18 -04:00
AutoRecovery.cpp Sequence consistency check throws; new unused commit functions use it 2017-04-02 21:33:22 -04:00
AutoRecovery.h Strong exception safety in all uses of XMLFileWriter... 2017-03-18 11:45:33 -04:00
BatchCommandDialog.cpp Fix TAB key navigation on Mac for all dialogs (not only for panels) 2016-07-10 17:12:27 -04:00
BatchCommandDialog.h Fix TAB key navigation on Mac for all dialogs (not only for panels) 2016-07-10 17:12:27 -04:00
BatchCommands.cpp Exception safety in: batch processing 2017-03-21 14:11:21 -04:00
BatchCommands.h Harmlessly qualify classes as final (or explicitly comment not)... 2016-02-24 20:58:30 -05:00
BatchProcessDialog.cpp Guarded calls in batch processing 2017-03-17 17:53:00 -04:00
BatchProcessDialog.h Remove unnecessary semicolons 2016-09-18 10:36:53 -04:00
Benchmark.cpp Sequence consistency check throws; new unused commit functions use it 2017-04-02 21:33:22 -04:00
Benchmark.h
BlockFile.cpp All the catches are in place for BlockFile and other errors, now throw. 2017-04-03 23:32:40 -04:00
BlockFile.h BlockFile::ReadData overrides: on failure, pad with 0s or throw... 2017-03-21 14:19:03 -04:00
ClassicThemeAsCeeCode.h Allow selected controls on SelectionToolbar 2017-05-22 13:46:06 +01:00
CrossFade.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
CrossFade.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
DarkThemeAsCeeCode.h Add border around theme Images. Do fixups. 2017-05-04 21:41:18 +01:00
Dependencies.cpp Fix wording issues reported on Wiki 2017-03-27 05:36:10 +01:00
Dependencies.h Redo AliasedFile using wxFileNameWrapper. 2016-04-17 03:31:16 -04:00
DeviceChange.cpp Remove some naked new amd delete in: various 2016-08-08 07:51:24 -04:00
DeviceChange.h Remove some naked new amd delete in: various 2016-08-08 07:51:24 -04:00
DeviceManager.cpp Remove the naked new in allocation of AudacityProject 2016-08-14 15:24:59 -04:00
DeviceManager.h Make static "Destroy" methods for certain singletons unnecessary. 2016-04-06 16:24:46 -04:00
Diags.cpp ThomasFeher - Unused parameters clean up. 2016-09-11 20:31:49 +01:00
Diags.h
DirManager.cpp All the catches are in place for BlockFile and other errors, now throw. 2017-04-03 23:32:40 -04:00
DirManager.h All the catches are in place for BlockFile and other errors, now throw. 2017-04-03 23:32:40 -04:00
Dither.cpp "new"->"NEW" in comments, easier to find remaining naked operator new 2016-02-14 18:52:41 -05:00
Dither.h
Envelope.cpp Bug835(cut-then-paste should be no-op): Rewrite Envelope::Paste... 2017-05-29 13:53:25 -04:00
Envelope.h Bug835(cut-then-paste should be no-op): Rewrite Envelope::Paste... 2017-05-29 13:53:25 -04:00
Experimental.h Revert "Enable EXPERIMENTAL_MIDI_OUT for all platforms..." 2017-05-02 09:00:14 -04:00
FFT.cpp Redo type HFFT as a smart pointer, remove malloc and free 2017-03-17 17:52:51 -04:00
FFT.h pixel column counts and sample window sizes use unsigned types 2016-09-11 20:28:13 -04:00
FFmpeg.cpp Remove naked malloc (or similar) and free in: FFmpeg 2017-03-17 17:52:51 -04:00
FFmpeg.h Remove naked malloc (or similar) and free in: FFmpeg 2017-03-17 17:52:51 -04:00
FileException.cpp Define an AudacityException subclass for file errors 2017-03-17 17:52:58 -04:00
FileException.h more finally, more const, remove unused, fix warnings 2017-03-31 17:47:18 -04:00
FileFormats.cpp Remove naked malloc (or similar) and free in: various 2017-03-17 17:52:54 -04:00
FileFormats.h build fix 2016-04-17 15:02:28 -04:00
FileIO.cpp Remove some naked new amd delete in: various 2016-08-08 07:51:24 -04:00
FileIO.h Exception safety in: subclasses of ExportPlugin; and more error checking 2017-03-21 14:11:22 -04:00
FileNames.cpp Sync with DarkAudacity 2017-04-02 23:07:13 +01:00
FileNames.h Enable Help button for Nyquist effects 2017-05-20 14:49:07 +01:00
FreqWindow.cpp Bug 1607 - Some dialogs appear on primary monitor when Audacity is running on secondary monitor 2017-05-14 14:25:40 +01:00
FreqWindow.h Remove naked new[] in: various 2017-03-17 17:52:47 -04:00
HelpText.cpp Sync with DarkAudacity 2017-04-02 23:07:13 +01:00
HelpText.h
HiContrastThemeAsCeeCode.h Update HiContrast Theme 2017-05-20 13:02:33 +01:00
HistoryWindow.cpp Rename Size as 'Reclaimable Space" for now 2017-04-14 06:59:33 +01:00
HistoryWindow.h Add button to History dialog to clear the clipboard & space calc 2016-11-07 11:25:27 -05:00
ImageManipulation.cpp Remove unnecessary std::move in return statements... 2016-09-15 07:39:46 -04:00
ImageManipulation.h Image manipulation functions return smart pointers 2016-04-06 16:06:34 -04:00
InconsistencyException.cpp Define an AudacityException subclass for assertion violations 2017-03-17 17:52:57 -04:00
InconsistencyException.h Fix move constructors and assignments of AudacityException classes 2017-03-21 14:11:17 -04:00
Internat.cpp Sync with DarkAudacity 2017-04-02 23:07:13 +01:00
Internat.h Bug119: Export Multiple /, *, ? handled incorrectly 2016-06-20 22:32:23 -04:00
InterpolateAudio.cpp Remove naked new[] in: linear algebra functions for Repair 2017-03-17 17:52:49 -04:00
InterpolateAudio.h Remove naked new[] in: linear algebra functions for Repair 2017-03-17 17:52:49 -04:00
LabelDialog.cpp Fix wording issues reported on Wiki 2017-03-27 05:36:10 +01:00
LabelDialog.h Remove unnecessary semicolons 2016-09-18 10:36:53 -04:00
LabelTrack.cpp Bug 502 - Labels may disappear if partly before time zero 2017-05-15 11:07:44 +01:00
LabelTrack.h void return, not boolean success, from some Track virtual functions... 2017-03-31 18:26:52 -04:00
LangChoice.cpp Fix TAB key navigation on Mac for all dialogs (not only for panels) 2016-07-10 17:12:27 -04:00
LangChoice.h
Languages.cpp "new"->"NEW" in comments, easier to find remaining naked operator new 2016-02-14 18:52:41 -05:00
Languages.h
Legacy.cpp Strong exception safety in all uses of XMLFileWriter... 2017-03-18 11:45:33 -04:00
Legacy.h Sweep for filename copying: various 2016-04-10 22:26:28 -04:00
LightThemeAsCeeCode.h Add border around theme Images. Do fixups. 2017-05-04 21:41:18 +01:00
LoadModules.cpp
LoadModules.h
Lyrics.cpp Bug 1469 - Shift key does not modify Play/Record buttons when Karaoke view has focus 2017-05-14 22:14:13 +01:00
Lyrics.h Don't cause assertion violations when showing Lyrics window 2016-06-27 21:25:03 -04:00
LyricsWindow.cpp Bug 1607 - 2nd Screen issue with MixerBoard and Karaoke Window 2017-05-14 17:59:45 +01:00
LyricsWindow.h Harmlessly qualify classes as final (or explicitly comment not)... 2016-02-24 20:58:30 -05:00
MacroMagic.h
Makefile.am Add preference option for Stem Plot 2017-04-27 15:16:05 +01:00
Makefile.in Add preference option for Stem Plot 2017-04-27 15:16:05 +01:00
Matrix.cpp Remove naked new[] in: linear algebra functions for Repair 2017-03-17 17:52:49 -04:00
Matrix.h Remove naked new[] in: linear algebra functions for Repair 2017-03-17 17:52:49 -04:00
MemoryX.h define freer 2017-03-17 17:52:44 -04:00
Menus.cpp More shortcut tweaks. 2017-05-29 20:26:31 +01:00
Menus.h Limit consolidation of undo items by other means 2017-05-24 00:23:25 -04:00
MenusMac.cpp Fewer inclusions of AudacityApp.h 2017-03-17 17:52:24 -04:00
Mix.cpp Fixes for clang build with 64 bit unsigned long 2017-03-30 10:46:44 -04:00
Mix.h Specify whether to throw on bad read in Mixer and WaveTrackCache... 2017-03-21 17:23:35 -04:00
MixerBoard.cpp Bug 509 - Soloing/unsoloing in Mixer Board does not repaint waveform colour until window or Track Panel refresh 2017-05-14 18:14:39 +01:00
MixerBoard.h Add Tracks->Pan->Left/Right/Center 2017-04-03 22:35:19 +01:00
ModuleManager.cpp Bug 1587 - Mac: Ghost duplicate Nyquist effects after upgrade 2017-02-05 20:27:56 +00:00
ModuleManager.h Enable Help button for Nyquist effects 2017-05-20 14:49:07 +01:00
NoteTrack.cpp Bug1651: NoteTrack sync-lock and crash fixes... 2017-05-25 08:08:31 -04:00
NoteTrack.h Bug1651: NoteTrack sync-lock and crash fixes... 2017-05-25 08:08:31 -04:00
NumberScale.h simplify SpectrogramSettings::GetScale; abstract frequency-to-bin... 2017-03-17 17:52:27 -04:00
PitchName.cpp
PitchName.h
PlatformCompatibility.cpp Fewer inclusions of AudacityApp.h 2017-03-17 17:52:24 -04:00
PlatformCompatibility.h Sweep for filename copying: various 2016-04-10 22:26:28 -04:00
PluginManager.cpp Enable Help button for Nyquist effects 2017-05-20 14:49:07 +01:00
PluginManager.h Bug 1587 - Mac: Ghost duplicate Nyquist effects after upgrade 2017-02-05 20:27:56 +00:00
Prefs.cpp Bug 1577 - Application configuration file location incorrect on Linux/case-sensitive Macs 2017-01-25 22:15:03 +00:00
Prefs.h
Printing.cpp Make EXPERIMENTAL_OUTPUT_DISPLAY compile 2017-03-17 17:52:18 -04:00
Printing.h Sweep unnecessary wxString copies: rest 2016-02-23 02:15:56 -05:00
Profiler.cpp Remove naked new[] in: various 2017-03-17 17:52:47 -04:00
Profiler.h Remove naked new[] in: various 2017-03-17 17:52:47 -04:00
Project.cpp Bug 1642 - (Windows) Adding a shortcut or toggling Extra Menus causes ENTER on dropdown to open new project 2017-05-15 23:25:54 +01:00
Project.h Fix for bugs in keyboard clip commands due to rounding errors 2017-05-10 09:24:25 +01:00
RealFFTf.cpp Redo type HFFT as a smart pointer, remove malloc and free 2017-03-17 17:52:51 -04:00
RealFFTf.h Redo type HFFT as a smart pointer, remove malloc and free 2017-03-17 17:52:51 -04:00
RealFFTf48x.cpp Remove naked malloc (or similar) and free in: various 2017-03-17 17:52:54 -04:00
RealFFTf48x.h Redo type HFFT as a smart pointer, remove malloc and free 2017-03-17 17:52:51 -04:00
Resample.cpp Remove naked malloc (or similar) and free in: various 2017-03-17 17:52:54 -04:00
Resample.h Remove naked malloc (or similar) and free in: various 2017-03-17 17:52:54 -04:00
RevisionIdent.h Bug 1597 - Enh: Greater clarity over status of versions needed 2017-02-25 23:00:39 +00:00
RingBuffer.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
RingBuffer.h Rewrite RingBuffer methods with size_t arguments and returns 2016-09-06 12:39:58 -04:00
SampleFormat.cpp Remove naked malloc (or similar) and free in: various 2017-03-17 17:52:54 -04:00
SampleFormat.h Remove naked malloc (or similar) and free in: various 2017-03-17 17:52:54 -04:00
Screenshot.cpp Bug 1607 - 2nd Screen issue with MixerBoard and Karaoke Window 2017-05-14 17:59:45 +01:00
Screenshot.h
SelectedRegion.cpp Comment where xml writing functions may throw 2017-03-18 11:45:05 -04:00
SelectedRegion.h Improve responsiveness of drag seek during click-scrub... 2016-05-23 18:37:42 -04:00
Sequence.cpp All the catches are in place for BlockFile and other errors, now throw. 2017-04-03 23:32:40 -04:00
Sequence.h All the catches are in place for BlockFile and other errors, now throw. 2017-04-03 23:32:40 -04:00
Shuttle.cpp
Shuttle.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ShuttleGui.cpp Add tooltip for iconic help button. 2017-05-15 21:52:30 +01:00
ShuttleGui.h Remove some naked new amd delete in: various 2016-08-08 07:51:24 -04:00
ShuttlePrefs.cpp
ShuttlePrefs.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Snap.cpp Remove naked new[] in: various 2017-03-17 17:52:47 -04:00
Snap.h Fewer C-style pointer casts of tracks; comments justify static_cast 2016-09-15 12:12:43 -04:00
SoundActivatedRecord.cpp Fix TAB key navigation on Mac for all dialogs (not only for panels) 2016-07-10 17:12:27 -04:00
SoundActivatedRecord.h Remove unnecessary semicolons 2016-09-18 10:36:53 -04:00
Spectrum.cpp Remove naked new[] in: various 2017-03-17 17:52:47 -04:00
Spectrum.h pixel column counts and sample window sizes use unsigned types 2016-09-11 20:28:13 -04:00
SplashDialog.cpp Add rotated pip 2017-04-26 22:30:31 +01:00
SplashDialog.h Remove some naked new amd delete in: various 2016-08-08 07:51:24 -04:00
SseMathFuncs.cpp
SseMathFuncs.h
Tags.cpp Strong exception safety in all uses of XMLFileWriter... 2017-03-18 11:45:33 -04:00
Tags.h More const and override 2017-03-17 17:52:20 -04:00
Theme.cpp (Hi-DPI) No longer upscale ImageCache 2017-05-22 13:46:05 +01:00
Theme.h Lose unused images from theme. 2017-05-13 18:38:16 +01:00
ThemeAsCeeCode.h Make Audacity source more like DarkAudacity source. 2016-09-11 13:03:37 +01:00
TimeDialog.cpp Fix TAB key navigation on Mac for all dialogs (not only for panels) 2016-07-10 17:12:27 -04:00
TimeDialog.h Remove unnecessary semicolons 2016-09-18 10:36:53 -04:00
TimeTrack.cpp Envelope::Paste takes a time tolerance argument 2017-05-29 13:53:25 -04:00
TimeTrack.h Draw TimeTrack Background in unselected colour. 2017-04-27 21:40:16 +01:00
TimerRecordDialog.cpp TimerRecordDialog: comment why nothing need be done for exceptions 2017-03-21 14:11:20 -04:00
TimerRecordDialog.h Use enum class ProgressResult, don't interconvert with int or bool 2017-03-17 17:52:24 -04:00
Track.cpp Avoid possible dangling pointer problems with EVT_TRACKLIST_UPDATED 2017-06-01 14:40:05 -04:00
Track.h Avoid possible dangling pointer problems with EVT_TRACKLIST_UPDATED 2017-06-01 14:40:05 -04:00
TrackArtist.cpp Speccache performance improvments 2017-05-30 20:39:00 -04:00
TrackArtist.h Stem Plot option when displaying samples 2017-04-27 15:16:05 +01:00
TrackPanel.cpp Update mixer board for name change of MIDI track... 2017-06-02 18:35:29 -04:00
TrackPanel.h Sync lock adjustment for NoteTrack stretch... 2017-05-22 23:25:39 -04:00
TrackPanelAx.cpp Move mute and solo state into PlayableTrack 2017-03-29 13:45:08 -04:00
TrackPanelAx.h Add two commands to move the cursor/selection to next/prev label 2016-10-24 14:24:20 +01:00
TrackPanelCell.h new -> NEW in comments, so text search for naked new excludes them 2016-08-08 10:07:37 -04:00
TrackPanelCellIterator.h Define TrackPanelOverlay, use it to reimplement play indicator and cursor... 2016-04-18 14:31:36 -04:00
TrackPanelListener.h Control scrub with motion, click, drag, wheel almost anywhere in main window... 2016-04-26 12:12:06 -04:00
TranslatableStringArray.h Harmlessly qualify classes as final (or explicitly comment not)... 2016-02-24 20:58:30 -05:00
UndoManager.cpp Consolidation of Undo items not limited to three 2017-05-18 09:02:27 -04:00
UndoManager.h Limit consolidation of undo items by other means 2017-05-24 00:23:25 -04:00
UserException.cpp Define an AudacityException subclass for user cancellation of progress 2017-03-17 17:52:58 -04:00
UserException.h Fix move constructors and assignments of AudacityException classes 2017-03-21 14:11:17 -04:00
ViewInfo.cpp Add preference option for Stem Plot 2017-04-27 15:16:05 +01:00
ViewInfo.h Removed ZoomInfo::GetZoom() which I added in my previous commit 2017-04-06 13:31:04 +01:00
VoiceKey.cpp Remove naked new[] in: various 2017-03-17 17:52:47 -04:00
VoiceKey.h EXPERIMENTAL_VOICE_DETECTION: compile, use const, more careful casts 2017-03-17 17:52:17 -04:00
WaveClip.cpp Speccache performance improvments 2017-05-30 20:39:00 -04:00
WaveClip.h Speccache performance improvments 2017-05-30 20:39:00 -04:00
WaveTrack.cpp Cut from flat TimeTrack does not leave unnecessary points... 2017-05-28 00:50:35 -04:00
WaveTrack.h Change evaluation of envelope near discontinuities... 2017-05-26 14:50:43 -04:00
WaveTrackLocation.h Use std::vector for wave track locations 2016-02-27 12:08:03 -05:00
WrappedType.cpp
WrappedType.h
audacity.desktop.in Update Catalan translation 2016-08-25 14:09:58 +02:00
audacity.xml
configtemplate.h
float_cast.h
wxFileNameWrapper.h Define a wxFileNameWrapper that does not crash GCC 5.0. Thanks, Max Kellermann. 2016-04-28 13:17:07 -04:00