audacia/src
Paul-Licameli 1992b0c7e3 Fix a compilation warning, make some member functions const 2015-05-29 00:35:00 -04:00
..
blockfile Bug 765 - Delays using Edit commands and Draw Tool in long projects 2015-04-07 12:20:50 +01:00
commands Add missing include 2015-05-16 18:00:24 -05:00
effects Fix for bug #981 2015-05-28 09:57:59 -05:00
export Remove GSM from export types 2015-05-26 07:09:05 -05:00
import Add missing include 2015-05-28 15:51:07 -05:00
ondemand Variable cleanup 2015-04-23 18:30:38 +02:00
prefs Bug977: Enable new scrolling limits as a Tracks preference, default off. 2015-05-27 18:47:03 -04:00
toolbars Bug969: Just disable pause during scrub. It does not make sense. 2015-05-26 13:00:07 -04:00
widgets Two colored time ruler, when scrolling past zero enabled. 2015-05-28 17:07:42 -04:00
xml Performance improvements 2015-04-23 16:07:25 +02:00
AColor.cpp Frequency selected part of spectrum is now yellowish. Was too dark previously. 2014-11-17 19:39:20 +00:00
AColor.h Draw dotted lines on frequency selection. 2014-10-22 21:06:15 +00:00
AboutDialog.cpp Update AboutDialog.cpp 2015-05-25 11:01:59 -05:00
AboutDialog.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
AllThemeResources.h Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=643 "Residual consistency issues with SHIFT showing Loop Play button icon" by Paul Licameli. 2014-11-29 17:22:05 +00:00
Audacity.h Convert all wxTRANSLATE() to XO() 2015-04-18 23:03:49 -05:00
AudacityApp.cpp Second attempt at fixing bug #947 2015-05-26 01:52:54 -05:00
AudacityApp.h Fixes for bug 844 2015-05-15 21:17:24 +01:00
AudacityHeaders.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
AudacityHeaders.h First use of Diags. 2015-04-17 22:43:14 +01:00
AudacityLogger.cpp Changes to a number of dialogs so that the nvda screen reader can read their titles. The accessibility name of the dialog is set to the title of the dialog. 2015-05-16 09:35:21 +01:00
AudacityLogger.h Add debug report (crash report) to Help menu 2015-04-18 05:06:28 -05:00
AudioIO.cpp Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
AudioIO.h Bug969: Just disable pause during scrub. It does not make sense. 2015-05-26 13:00:07 -04:00
AudioIOListener.h Add new files and fix Linux includes 2015-04-17 17:37:28 -05:00
AutoRecovery.cpp Catch exceptions when opening recovery files so we don't crash on corrupt files 2015-05-25 07:00:43 -04:00
AutoRecovery.h Add command line option to decode autosave files 2015-04-18 23:59:52 -05:00
BatchCommandDialog.cpp Make sure buttons are disabled for "special" commands 2015-05-12 10:26:27 -05:00
BatchCommandDialog.h Allow chains to use current/factory presets/settings 2015-04-26 16:41:05 -05:00
BatchCommands.cpp Fix a few things with chain/effect parameters as reported by Gale 2015-04-29 09:54:48 -05:00
BatchCommands.h Save/restore effect state during batch processing 2015-04-27 09:22:47 -05:00
BatchProcessDialog.cpp Removed redundant operation. 2015-05-26 12:05:31 -07:00
BatchProcessDialog.h Resolves bug #618. 2013-03-10 09:05:41 +00:00
Benchmark.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
Benchmark.h Remove the 2013-09-24 00:14:37 +00:00
BlockFile.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
BlockFile.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
CaptureEvents.cpp Added <wx/version.h> so that the wxCHECK_VERSION will work. 2014-10-18 19:18:35 +00:00
CaptureEvents.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
CrossFade.cpp Delete a quantity of unused variables, based on a patch supplied by Campbell Barton 2013-09-12 16:48:55 +00:00
CrossFade.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Dependencies.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
Dependencies.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
DeviceChange.cpp Add new files...should have been part of r13697 2014-12-06 05:16:02 +00:00
DeviceChange.h Add new files...should have been part of r13697 2014-12-06 05:16:02 +00:00
DeviceManager.cpp Applying patch from bug #766 2014-12-06 05:05:21 +00:00
DeviceManager.h Possible fix for bug #435 2014-12-06 04:11:31 +00:00
Diags.cpp First use of Diags. 2015-04-17 22:43:14 +01:00
Diags.h Struct initialiser changed to use = for gcc 4.0 compatibility 2015-04-18 09:22:46 +01:00
DirManager.cpp Performance improvements 2015-04-23 16:07:25 +02:00
DirManager.h Applying Paul's fix for bug #818 2015-01-20 06:34:55 +00:00
Dither.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Dither.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Envelope.cpp Variable cleanup 2015-04-23 18:30:38 +02:00
Envelope.h Support backwards play, a requirement for scrubbing 2015-04-17 02:25:52 -04:00
Experimental.h Two colored time ruler, when scrolling past zero enabled. 2015-05-28 17:07:42 -04:00
FFT.cpp Added zoom and pan plus fix for bug #884 2015-05-03 15:23:33 -05:00
FFT.h Added zoom and pan plus fix for bug #884 2015-05-03 15:23:33 -05:00
FFmpeg.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
FFmpeg.h Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
FileFormats.cpp Hyphenate all 8, 16, 24, 32 and 64 bit strings 2015-05-04 12:32:47 -05:00
FileFormats.h Hyphenate all 8, 16, 24, 32 and 64 bit strings 2015-05-04 12:32:47 -05:00
FileIO.cpp Performance improvements 2015-04-23 16:07:25 +02:00
FileIO.h Performance improvements 2015-04-23 16:07:25 +02:00
FileNames.cpp Separate plugin registry from plugin settings 2014-12-17 00:52:37 +00:00
FileNames.h Separate plugin registry from plugin settings 2014-12-17 00:52:37 +00:00
FreqWindow.cpp Fix crash in FreqWindow when replotting without any tracks 2015-05-19 22:17:25 -05:00
FreqWindow.h Added zoom and pan plus fix for bug #884 2015-05-03 15:23:33 -05:00
HelpText.cpp 'Manual' with capital M when referring to OUR Manual. 2014-10-11 12:04:44 +00:00
HelpText.h Remove the 2013-09-24 00:14:37 +00:00
HistoryWindow.cpp Changes to a number of dialogs so that the nvda screen reader can read their titles. The accessibility name of the dialog is set to the title of the dialog. 2015-05-16 09:35:21 +01:00
HistoryWindow.h Remove the 2013-09-24 00:14:37 +00:00
ImageManipulation.cpp Getting rid of some warnings...mostly unused parms 2014-12-15 21:51:02 +00:00
ImageManipulation.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Internat.cpp Applying patch from bug #766 2014-12-06 05:05:21 +00:00
Internat.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
InterpolateAudio.cpp Fix a memory leak 2015-04-09 19:09:33 -04:00
InterpolateAudio.h Remove the 2013-09-24 00:14:37 +00:00
LabelDialog.cpp Change to the initial row selected in label editor. The initial row is the nearest previous label. If there is not one, then its the first label. 2015-05-21 14:16:06 +01:00
LabelDialog.h Change to the initial row selected in label editor. The initial row is the nearest previous label. If there is not one, then its the first label. 2015-05-21 14:16:06 +01:00
LabelTrack.cpp Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
LabelTrack.h Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
LangChoice.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
LangChoice.h Remove the 2013-09-24 00:14:37 +00:00
Languages.cpp Added new Armenian translation by Aram Vardanyan to Windows and Linux builds. Still needs to be added to the Mac project file. 2014-11-22 16:59:02 +00:00
Languages.h Remove the 2013-09-24 00:14:37 +00:00
Legacy.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Legacy.h Remove the 2013-09-24 00:14:37 +00:00
LoadModules.cpp The fabled realtime effects... 2014-10-26 03:24:10 +00:00
LoadModules.h The fabled realtime effects... 2014-10-26 03:24:10 +00:00
Lyrics.cpp Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
Lyrics.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
LyricsWindow.cpp Fixed some memory leaks. 2014-10-24 16:52:17 +00:00
LyricsWindow.h Remove EXPERIMENTAL_LYRICS_WINDOW and EXPERIMENTAL_MIXER_BOARD. They've been in every beta for almost a year, so they're no longer experimental. 2010-07-21 04:53:38 +00:00
MacroMagic.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Makefile.am Add empty ViewInfo.cpp 2015-04-18 16:49:21 -04:00
Makefile.in Add empty ViewInfo.cpp 2015-04-18 16:49:21 -04:00
Matrix.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Matrix.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Menus.cpp Bug 986 and other changes for more consistent zoom all and zoom fit... 2015-05-28 20:22:42 -04:00
Menus.h Added 'More...' to Generate and Analyze menus 2015-05-14 16:11:46 +01:00
Mix.cpp Use fabs() instead of abs() 2015-05-04 17:50:44 -05:00
Mix.h Support for scrubbing in playback engine, but unused 2015-04-17 02:35:06 -04:00
MixerBoard.cpp Performance improvements 2015-04-23 16:07:25 +02:00
MixerBoard.h Performance improvements 2015-04-23 16:07:25 +02:00
ModuleManager.cpp Fix 3 uninitialized variable uses 2015-04-30 09:06:37 +02:00
ModuleManager.h Fix for bug #857 2015-02-12 02:30:30 +00:00
NoteTrack.cpp Fix a compilation warning, make some member functions const 2015-05-29 00:35:00 -04:00
NoteTrack.h Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
PitchName.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
PitchName.h Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
PlatformCompatibility.cpp Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
PlatformCompatibility.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
PluginManager.cpp Fix for bug #981 2015-05-28 09:57:59 -05:00
PluginManager.h Fix for bug #981 2015-05-28 09:57:59 -05:00
Prefs.cpp Use existing meter toolbar values when upgrading to 2.1.0+ 2014-12-28 19:19:29 +00:00
Prefs.h Remove the 2013-09-24 00:14:37 +00:00
Printing.cpp Fix Print command. Unitialized variable made it useless. 2015-05-28 22:44:13 -04:00
Printing.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Profiler.cpp Additional changes for wx3 2014-10-16 16:18:04 +00:00
Profiler.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Project.cpp Removed some functions never called, code never reached, fields never used 2015-05-29 00:13:50 -04:00
Project.h Removed some functions never called, code never reached, fields never used 2015-05-29 00:13:50 -04:00
RealFFTf.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
RealFFTf.h Andrew Hallendorff's SSE accelerated Equalization. 2014-01-16 17:55:35 +00:00
RealFFTf48x.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
RealFFTf48x.h Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
Resample.cpp Cleanup lib-src 2015-04-16 14:41:41 -05:00
Resample.h Cleanup lib-src 2015-04-16 14:41:41 -05:00
RevisionIdent.h No ident by default. 2015-04-12 14:48:32 +01:00
RingBuffer.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
RingBuffer.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SampleFormat.cpp Support backwards play, a requirement for scrubbing 2015-04-17 02:25:52 -04:00
SampleFormat.h Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
Screenshot.cpp Fix for bug #887 2015-05-16 17:57:01 -05:00
Screenshot.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SelectedRegion.cpp Revert "Temporarily fix linkage by moving all code out of new .cpp file to elsehwere" 2015-04-11 11:04:13 -04:00
SelectedRegion.h #include <math.h> 2015-04-11 22:35:37 +01:00
Sequence.cpp Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
Sequence.h Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
Shuttle.cpp From: martin@steghoefer.eu [PATCH 01/15] Fix runtime problem with wxWidgets 3.0: Correct string formatting: wxLongLong -> %lld + long long 2014-11-08 16:06:28 +00:00
Shuttle.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ShuttleGui.cpp Put the "Debug" button in the right place on OSX 2015-05-19 22:18:07 -05:00
ShuttleGui.h Performance improvements 2015-04-23 16:07:25 +02:00
ShuttlePrefs.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ShuttlePrefs.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Snap.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Snap.h Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
SoundActivatedRecord.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
SoundActivatedRecord.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Spectrum.cpp Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
Spectrum.h Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
SplashDialog.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
SplashDialog.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SseMathFuncs.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
SseMathFuncs.h Migrating the remaining effects 2015-04-16 23:36:28 -05:00
Tags.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
Tags.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Theme.cpp Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=643 "Residual consistency issues with SHIFT showing Loop Play button icon" by Paul Licameli. 2014-11-29 17:22:05 +00:00
Theme.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ThemeAsCeeCode.h Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=643 "Residual consistency issues with SHIFT showing Loop Play button icon" by Paul Licameli. 2014-11-29 17:22:05 +00:00
TimeDialog.cpp Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title. 2015-05-18 13:57:05 +01:00
TimeDialog.h Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
TimeTrack.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TimeTrack.h Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
TimerRecordDialog.cpp Changes to a number of dialogs so that the nvda screen reader can read their titles. The accessibility name of the dialog is set to the title of the dialog. 2015-05-16 09:35:21 +01:00
TimerRecordDialog.h Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Track.cpp Fix a compilation warning, make some member functions const 2015-05-29 00:35:00 -04:00
Track.h Fix a compilation warning, make some member functions const 2015-05-29 00:35:00 -04:00
TrackArtist.cpp Removed some functions never called, code never reached, fields never used 2015-05-29 00:13:50 -04:00
TrackArtist.h Use WaveTrackCache for spectrograms 2015-05-26 20:02:38 -04:00
TrackPanel.cpp Removed some functions never called, code never reached, fields never used 2015-05-29 00:13:50 -04:00
TrackPanel.h Removed some functions never called, code never reached, fields never used 2015-05-29 00:13:50 -04:00
TrackPanelAx.cpp Getting rid of some warnings...mostly unused parms 2014-12-15 21:51:02 +00:00
TrackPanelAx.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TrackPanelListener.h Bug 765 - Delays using Edit commands and Draw Tool in long projects 2015-04-07 12:20:50 +01:00
UndoManager.cpp Add new files and fix Linux includes 2015-04-17 17:37:28 -05:00
UndoManager.h Bug 765 - Delays using Edit commands and Draw Tool in long projects 2015-04-07 12:20:50 +01:00
ViewInfo.cpp Add empty ViewInfo.cpp 2015-04-18 16:49:21 -04:00
ViewInfo.h Removed some functions never called, code never reached, fields never used 2015-05-29 00:13:50 -04:00
VoiceKey.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
VoiceKey.h Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion 2013-02-20 23:42:58 +00:00
WaveClip.cpp Use WaveTrackCache for spectrograms 2015-05-26 20:02:38 -04:00
WaveClip.h Use WaveTrackCache for spectrograms 2015-05-26 20:02:38 -04:00
WaveTrack.cpp Fix a compilation warning, make some member functions const 2015-05-29 00:35:00 -04:00
WaveTrack.h Fix a compilation warning, make some member functions const 2015-05-29 00:35:00 -04:00
WrappedType.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
WrappedType.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
audacity.desktop.in Add Ukrainian translation to desktop file 2015-04-11 19:31:04 +03:00
audacity.xml Migrating the remaining effects 2015-04-16 23:36:28 -05:00
configtemplate.h Cleanup lib-src 2015-04-16 14:41:41 -05:00
float_cast.h Return to using private (l)lrint(f) inline functions. 2015-03-16 20:34:05 +00:00