audacia/src
Leland Lucius 4cd7757cf4 Batting 1000 tonight...make sure navigation works on Windows. 2015-08-04 22:41:52 -05:00
..
blockfile Fix for bug #996 2015-06-02 18:27:37 -05:00
commands Batting 1000 tonight...make sure navigation works on Windows. 2015-08-04 22:41:52 -05:00
effects Fix spacing on comment 2015-08-04 01:51:28 +01:00
export Save overwrite choice in Export Multiple 2015-08-03 16:02:41 +01:00
import Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
ondemand Pass tooltips by wxString, not const wxChar* 2015-07-28 11:49:56 -04:00
prefs Batting 1000 tonight...make sure navigation works on Windows. 2015-08-04 22:41:52 -05:00
toolbars Fix many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
widgets Make sure they work on Windows too 2015-08-04 22:35:50 -05: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 Updates for wx3 2015-06-30 11:25:32 -05:00
AboutDialog.h Removed ShuttleGui.h from other headers 2015-07-19 12:31:03 -04: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 Bug 1097: Fix unsafe macro definitions which caused display bugs 2015-07-26 00:05:27 -04:00
AudacityApp.cpp Batting 1000 tonight...make sure navigation works on Windows. 2015-08-04 22:41:52 -05:00
AudacityApp.h Menu shortcut hiding has been removed 2015-07-28 14:35:09 -05: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 Fix release build 2015-07-21 14:09:43 -05:00
AudacityLogger.cpp Updates for wx3 2015-06-30 11:25:32 -05:00
AudacityLogger.h Updates for wx3 2015-06-30 11:25:32 -05:00
AudioIO.cpp Bug1101: crash clicking on recording meter 2015-07-29 18:11:44 -04:00
AudioIO.h Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04:00
AudioIOListener.h Add new files and fix Linux includes 2015-04-17 17:37:28 -05:00
AutoRecovery.cpp Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05: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 Define AudacityProject::RollbackState() for reuse elsewhere 2015-07-28 11:49:52 -04:00
BatchCommands.h Save/restore effect state during batch processing 2015-04-27 09:22:47 -05:00
BatchProcessDialog.cpp Must delete window disabler before the ending the dialog 2015-07-24 00:02:19 -05:00
BatchProcessDialog.h Removed ShuttleGui.h from other headers 2015-07-19 12:31:03 -04:00
Benchmark.cpp Fix many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
Benchmark.h Remove the 2013-09-24 00:14:37 +00:00
BlockFile.cpp Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04:00
BlockFile.h Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04: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 Remove Sequence.h from other headers 2015-07-28 10:02:08 -04:00
Dependencies.h Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04: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 Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04:00
DirManager.h Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04: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 Move mdBr from TrackPanel to ViewInfo, no more lookup of prefs in Envelope.cpp 2015-07-28 11:53:01 -04:00
Envelope.h Move ENV_DB_RANGE out of Envelope.h; that file can be included in fewer places. 2015-07-28 11:55:52 -04:00
Experimental.h Experimental RTP for Phaser and Wahwah 2015-08-01 07:03:02 -05:00
FFT.cpp Move class SpectrogramSettings to its own file 2015-07-26 21:10:13 -04:00
FFT.h Move class SpectrogramSettings to its own file 2015-07-26 21:10:13 -04: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 Remove Sequence.h from other headers 2015-07-28 10:02:08 -04: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 Updates for wx3 2015-06-30 11:25:32 -05:00
FileIO.h Updates for wx3 2015-06-30 11:25:32 -05: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 for bug #1105 2015-08-02 00:58:46 -05:00
FreqWindow.h Round 5 of wx3 changes 2015-07-14 23:33:53 -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 Fix many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
HistoryWindow.h Fix for bug #992 and add total space used to History 2015-05-30 15:56:46 -05: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 Remove Track.h from other headers 2015-07-28 10:02:03 -04:00
LabelDialog.h ViewInfo is becoming a smart class, not a dumb struct 2015-07-19 11:43:59 -04:00
LabelTrack.cpp Delete menu when done 2015-07-31 16:03:32 -05:00
LabelTrack.h Move label context menu handling to label track 2015-07-30 10:38:03 -05: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 Merge remote-tracking branch 'upstream/master' into wx3 is necessary, 2015-07-11 19:23:49 -05: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 Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
LyricsWindow.h Bug1075, and define and use new event type for TrackPanel timer ticks... 2015-07-28 11:56:00 -04:00
MacroMagic.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Makefile.am Add WXDEBUG_LEVEL=0 to non-debug builds 2015-07-29 14:44:51 -05:00
Makefile.in Add WXDEBUG_LEVEL=0 to non-debug builds 2015-07-29 14:44:51 -05: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 Batting 1000 tonight...make sure navigation works on Windows. 2015-08-04 22:41:52 -05:00
Menus.h Menu shortcut hiding has been removed 2015-07-28 14:35:09 -05:00
Mix.cpp Remove Envelope.h from other headers 2015-07-28 10:02:09 -04:00
Mix.h Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04:00
MixerBoard.cpp Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
MixerBoard.h Bug1075, and define and use new event type for TrackPanel timer ticks... 2015-07-28 11:56:00 -04:00
ModuleManager.cpp Current directory was not being restored properly 2015-05-30 15:13:37 -05: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
NumberScale.h Other spectrogram scales, easily defined!! -- and include bug fixes 1038, 1039 2015-07-27 23:01:16 -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 many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
PluginManager.h Fix for bug #1017 2015-06-09 00:39:25 -05:00
Prefs.cpp Fix for bug #673 2015-06-03 01:22:18 -05:00
Prefs.h Remove the 2013-09-24 00:14:37 +00:00
Printing.cpp Remove Track.h from other headers 2015-07-28 10:02:03 -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 Fix many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
Project.h Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
RealFFTf.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
RealFFTf.h Keep FFT windows for Spectrograms in one place in SpectrogramSettings... 2015-06-04 11:29:18 -04: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 Fix warning on Linux 2015-05-29 13:09:48 -05:00
Screenshot.cpp Fix layout of Screnshot tools window 2015-07-31 12:45:57 +01: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 Fix many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
ShuttleGui.h ViewInfo is becoming a smart class, not a dumb struct 2015-07-19 11:43:59 -04: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 Move an array definition to Snap.h, use std::vector 2015-07-28 11:49:51 -04:00
Snap.h Move an array definition to Snap.h, use std::vector 2015-07-28 11:49:51 -04:00
SoundActivatedRecord.cpp Move ENV_DB_RANGE out of Envelope.h; that file can be included in fewer places. 2015-07-28 11:55:52 -04:00
SoundActivatedRecord.h Move ENV_DB_RANGE out of Envelope.h; that file can be included in fewer places. 2015-07-28 11:55:52 -04:00
Spectrum.cpp Preliminaries for bug 900 2015-05-26 20:02:37 -04:00
Spectrum.h Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -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 travis 2015-07-28 10:21:41 -04: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 Envelope.h from other headers 2015-07-28 10:02:09 -04:00
TimeTrack.h TrackArtist, LabelTrack, TimeTrack, Envelope functions take ZoomInfo... 2015-07-19 11:44:13 -04:00
TimerRecordDialog.cpp Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04:00
TimerRecordDialog.h Removed ShuttleGui.h from other headers 2015-07-19 12:31:03 -04:00
Track.cpp Remove LabelTrack.h from other headers 2015-07-28 10:02:07 -04:00
Track.h Fix a compilation warning, make some member functions const 2015-05-29 00:35:00 -04:00
TrackArtist.cpp Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
TrackArtist.h Waveform dB is not a track type. Logarithmic is a Wavetrack scale type... 2015-07-28 08:08:13 -04:00
TrackPanel.cpp In time track popup menu, shorten "Set &Range..." to "Range...", which... 2015-08-04 13:02:10 -04:00
TrackPanel.h Show only the channel-related menu items appropriate to mono or stereo, and... 2015-08-04 13:00:46 -04:00
TrackPanelAx.cpp Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04: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 Remove Track.h from other headers 2015-07-28 10:02:03 -04:00
UndoManager.h Fix for bug #992 and add total space used to History 2015-05-30 15:56:46 -05:00
ViewInfo.cpp Move ENV_DB_RANGE out of Envelope.h; that file can be included in fewer places. 2015-07-28 11:55:52 -04:00
ViewInfo.h Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
VoiceKey.cpp Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
VoiceKey.h Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
WaveClip.cpp Remove Sequence.h from other headers 2015-07-28 10:02:08 -04:00
WaveClip.h Remove Sequence.h from other headers 2015-07-28 10:02:08 -04:00
WaveTrack.cpp Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
WaveTrack.h Remove Sequence.h from other headers 2015-07-28 10:02:08 -04:00
WaveTrackLocation.h Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04:00
WrappedType.cpp Updates for wx3 2015-06-30 11:25:32 -05: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