audacia/src
mchinen bf7acb1970 Bug 330 (P2) followup - Add missing filename to the missing alias warning 2011-04-02 11:36:24 +00:00
..
blockfile Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
commands ControlToolBar now appears in GUI as "Transport Toolbar" instead of "Control Toolbar", to better relate it to the Transport menu. 2010-11-16 01:18:39 +00:00
effects As per -quality discussion: 2011-03-25 05:53:02 +00:00
export Bug #176 - Support newer versions of FFmpeg. 2011-04-02 02:10:50 +00:00
import Fix a small build problem. 2011-04-02 04:46:59 +00:00
include 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
ondemand Bug #176 - Support newer versions of FFmpeg. 2011-04-02 02:10:50 +00:00
prefs Bug #335 - corrects loading of wxWidgets message catalogs 2011-04-02 01:48:51 +00:00
toolbars bug 11 - Use const references when returning the map vector to ensure the device maps are not modified. I don't expect this to fix the bug behavior, but am committing because some testers see bad behavior that suggests the maps are modified between scans. 2011-03-20 22:20:41 +00:00
widgets Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
xml Define one constant, PLATFORM_MAX_PATH, for maximum path value, so we don't have to do platform-specific conditionals everywhere we want to check it. In fact, we were actually checking that only for Windows. This is follow-on to Richard's message on audacity-devel about "overflow vulns". 2011-01-06 00:07:59 +00:00
AColor.cpp Performance improvements for track spectrum display and PCM 2010-09-13 01:31:54 +00:00
AColor.h Performance improvements for track spectrum display and PCM 2010-09-13 01:31:54 +00:00
AboutDialog.cpp Add Roger and Bill to Team (tested) 2011-03-25 05:32:01 +00:00
AboutDialog.h Adjust some comments. 2011-02-26 23:17:26 +00:00
AllThemeResources.h Update Sync-Lock icons on toolbar, TrackInfo; add the ability to have 2010-10-27 04:36:26 +00:00
Audacity.h Increment to "-beta". 2011-03-28 01:10:39 +00:00
AudacityApp.cpp Bug 330 (P2) followup - Add missing filename to the missing alias warning 2011-04-02 11:36:24 +00:00
AudacityApp.h Add missing include 2011-03-30 14:30:58 +00: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 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
AudioIO.cpp Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
AudioIO.h Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
AutoRecovery.cpp (minor change) 2010-07-17 00:11:57 +00:00
AutoRecovery.h (minor change) 2010-07-17 00:11:57 +00:00
BatchCommandDialog.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
BatchCommandDialog.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
BatchCommands.cpp Undo accidental commit. Letting stand the accidental commit of DirManager.cpp, as it was correct. 2011-03-25 21:20:32 +00:00
BatchCommands.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
BatchProcessDialog.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
BatchProcessDialog.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
Benchmark.cpp Add "Benchmark completed successfully." to end of Benchmark run. 2011-03-15 01:04:28 +00:00
Benchmark.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
BlockFile.cpp (bug 113) 2010-08-01 00:04:23 +00:00
BlockFile.h Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
CaptureEvents.cpp Switch to calling Yield via wxTheApp instead of wxGetApp(). Simpler to use pointer, AudacityApp doesn't override Yield, and this fixes compile error on VC++ Unicode Release. 2010-07-24 23:21:51 +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 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.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
Dependencies.cpp Bug 113 (P2) - Dependencies dialogue not safe against user error 2011-02-22 08:57:13 +00:00
Dependencies.h (working on bug 113) 2010-07-16 05:41:22 +00:00
DeviceManager.cpp bug 11 - Use const references when returning the map vector to ensure the device maps are not modified. I don't expect this to fix the bug behavior, but am committing because some testers see bad behavior that suggests the maps are modified between scans. 2011-03-20 22:20:41 +00:00
DeviceManager.h bug 11 - Use const references when returning the map vector to ensure the device maps are not modified. I don't expect this to fix the bug behavior, but am committing because some testers see bad behavior that suggests the maps are modified between scans. 2011-03-20 22:20:41 +00:00
DirManager.cpp Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
DirManager.h Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
Dither.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
Dither.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
Envelope.cpp Remove asserts that fire under safe conditions 2011-03-15 00:07:06 +00:00
Envelope.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
Experimental.h remove duplicate "enough" 2010-10-24 15:01:18 +00:00
FFT.cpp Restructure to a switch statement (John Clark) 2011-02-03 12:35:31 +00:00
FFT.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
FFmpeg.cpp Bug #176 - Support newer versions of FFmpeg. 2011-04-02 02:10:50 +00:00
FFmpeg.h Bug #176 - Support newer versions of FFmpeg. 2011-04-02 02:10:50 +00:00
FileFormats.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
FileFormats.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
FileIO.cpp Remove some old erratta, and do a major tidy up of line endings and properties on source files 2010-01-24 13:33:28 +00:00
FileIO.h Remove some old erratta, and do a major tidy up of line endings and properties on source files 2010-01-24 13:33:28 +00:00
FileNames.cpp Make sure to return the real name, not the symlink name. 2011-03-06 20:27:47 +00:00
FileNames.h Fixes detection problems on Mac and possibly Windows (Bug #290) 2011-02-23 01:41:40 +00:00
FreqWindow.cpp Make better discrimination of wxLogMessage, wxLogDebug, and wxLogError usage so user doesn't see lots of irrelevant info in log window, only messages and errors they should need to see. For example, user doesn't need to see every step of loading FFmpeg in release build, only errors, if they occur. 2010-08-10 05:13:28 +00:00
FreqWindow.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
GStreamerLoader.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
GStreamerLoader.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
HelpText.cpp 'How to Get Help' is a title, so needs title capitalization, so changed "get" to "Get". And it's a dialog box, not a message. 2010-09-28 01:50:45 +00:00
HelpText.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
HistoryWindow.cpp In HistoryWindow::HistoryWindow(): 2010-10-16 23:24:45 +00:00
HistoryWindow.h Sped up HistoryWindow updating by eliminating duplicate clearing and refilling the wxListCtrl. In the worst case, where the window had not yet been created, it would clear and refill the same content in the list 3 times. Otherwise it would always do it 2 times. 2010-07-30 21:47:25 +00:00
ImageManipulation.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
ImageManipulation.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
Internat.cpp In the case where Internat::ToDisplayString gets no specified precision, do not strip all trailing zeros. Leave the decimal separator and one zero. This makes edit-texts associated with sliders consistently show at least one decimal point of precision as the slider moves. It also fixes a bug in Nyquist dynamic typing of the result from a real/float slider, where if the value string had no decimal point it got typed as a FIXNUM instead of FLONUM. 2010-08-28 23:41:30 +00:00
Internat.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
InterpolateAudio.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
InterpolateAudio.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
LabelDialog.cpp Use currently selected timeformat (in SelectionBar) as default for Label dialog 2011-01-25 04:50:02 +00:00
LabelDialog.h Commit a warnings removal patch from Benjamin Drung to correct a string of minor misdemeanors. 2011-02-07 20:24:04 +00:00
LabelTrack.cpp Improve consistency of copy/paste operations in label tracks; 2010-09-18 17:41:15 +00:00
LabelTrack.h Improve consistency of copy/paste operations in label tracks; 2010-09-18 17:41:15 +00:00
LangChoice.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
LangChoice.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
Languages.cpp Clean up debugging code. Remove "\n" so language loading messages are consistent with the rest of the log. 2010-08-23 23:08:05 +00:00
Languages.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
Legacy.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
Legacy.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
LoadModules.cpp Temporary change to prevent "Error: Couldn't find symbol 'MainPanelFunc' in a dynamic library (error 127: the specified procedure could not be found.)" dialog from popping up at Audacity startup. This only affects Mac. 2011-03-28 05:49:25 +00:00
LoadModules.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
Lyrics.cpp Adjust some comments. 2011-02-26 23:17:26 +00:00
Lyrics.h Adjust some comments. 2011-02-26 23:17:26 +00:00
LyricsWindow.cpp Bug 258 (P2) - Mixer Board: max peak and clipping lines removed 2011-01-31 01:49:01 +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 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
Makefile.in Applying 2 of Benjamin's patches to add an autogen script and to 2011-03-30 16:14:51 +00:00
Matrix.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
Matrix.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
Menus.cpp Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
Menus.h bug 29/11 - add rescan capability for devices. 2011-02-13 23:00:43 +00:00
Mix.cpp regarding bug 9: 2010-07-23 23:29:50 +00:00
Mix.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
MixerBoard.cpp Bug 258 (P2) - Mixer Board: max peak and clipping lines removed 2011-02-26 23:19:19 +00:00
MixerBoard.h Working on new bug reported by Gale about MixerBoard clipping indicators on small clipped regions. 2010-11-19 05:15:08 +00:00
NoteTrack.cpp Extended pitch, tempo, and speed effects to operate on NoteTracks. Fixed off-by-one error on channel buttons. 2010-10-28 17:57:14 +00:00
NoteTrack.h Previous version did not compile on OS X due to confusion between USE_MIDI and EXPERIMENTAL_MIDI_OUT and some missing includes that didn't bother Visual C++. This revision fixes OS X builds. 2010-10-28 21:22:14 +00:00
PitchName.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
PitchName.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
PlatformCompatibility.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
PlatformCompatibility.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
PluginManager.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
PluginManager.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
Prefs.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
Prefs.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
Printing.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
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 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.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
Project.cpp Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project. 2011-03-29 23:39:00 +00:00
Project.h Bug 137 (P3) - Unreliable project re-opening with orphaned and missing blockfile errors 2011-03-26 01:41:22 +00:00
RealFFTf.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
RealFFTf.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
Resample.cpp Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-) 2011-03-26 01:11:51 +00:00
Resample.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
RingBuffer.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
RingBuffer.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
SampleFormat.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
SampleFormat.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
Screenshot.cpp ControlToolBar now appears in GUI as "Transport Toolbar" instead of "Control Toolbar", to better relate it to the Transport menu. 2010-11-16 01:18:39 +00:00
Screenshot.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
Sequence.cpp (bugs 20 and 137, P2) Working on these bugs, tightened up some code and corrected some comments. 2010-09-23 00:30:05 +00:00
Sequence.h Made requests for bug reports consistently go to feedback@audacityteam.org and compile issues go to "Compling Audacity" board on the Forum rather than going to -devel. Removed some related code cruft. 2010-09-10 03:19:24 +00:00
Shuttle.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
Shuttle.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
ShuttleGui.cpp Extended import filtering 2010-04-04 08:19:53 +00:00
ShuttleGui.h Add wxGrid forward declaration to ShuttleGui.h 2010-04-04 18:29:13 +00:00
ShuttlePrefs.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
ShuttlePrefs.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
Snap.cpp Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
Snap.h Fix lots of snapping problems by moving snap-to-time into SnapManager. 2010-02-02 19:43:52 +00:00
SoundActivatedRecord.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
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 Performance improvements for track spectrum display and PCM 2010-09-13 01:31:54 +00:00
Spectrum.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
SplashDialog.cpp Adjust some comments. 2011-02-26 23:17:26 +00:00
SplashDialog.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
Tags.cpp Bugs 188 and 225 2011-03-01 07:06:58 +00:00
Tags.h Bugs 188 and 225 2011-03-01 07:06:58 +00:00
Theme.cpp Change some magic numbers whose original use was no longer, and get rid of some no-longer-correct comments, for clarity. 2010-07-26 22:37:15 +00:00
Theme.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
ThemeAsCeeCode.h Update Sync-Lock icons on toolbar, TrackInfo; add the ability to have 2010-10-27 04:36:26 +00:00
TimeDialog.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
TimeDialog.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
TimeTrack.cpp Timetrack fixes and refactoring. 2010-10-07 23:01:49 +00:00
TimeTrack.h Timetrack fixes and refactoring. 2010-10-07 23:01:49 +00:00
TimerRecordDialog.cpp Ahem... Remove unused var that I introduced for testing values. There were 4 of them and I removed 3. Ed pointed this out to me. Thanks, Ed. 2010-08-29 19:43:36 +00:00
TimerRecordDialog.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
Track.cpp Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
Track.h Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
TrackArtist.cpp Commit a warnings removal patch from Benjamin Drung to correct a string of minor misdemeanors. 2011-02-07 20:24:04 +00:00
TrackArtist.h Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
TrackPanel.cpp bug 310 - fix initial shift-selection conditions 2011-03-13 22:43:48 +00:00
TrackPanel.h Reduce initial slider pool size to cut project-open time. 2010-11-05 06:25:26 +00:00
TrackPanelAx.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
TrackPanelAx.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
UndoManager.cpp Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
UndoManager.h Made requests for bug reports consistently go to feedback@audacityteam.org and compile issues go to "Compling Audacity" board on the Forum rather than going to -devel. Removed some related code cruft. 2010-09-10 03:19:24 +00:00
UploadDialog.cpp Remove some old erratta, and do a major tidy up of line endings and properties on source files 2010-01-24 13:33:28 +00:00
UploadDialog.h Remove some old erratta, and do a major tidy up of line endings and properties on source files 2010-01-24 13:33:28 +00:00
ViewInfo.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
VoiceKey.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
VoiceKey.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
WaveClip.cpp Fix bug 263 Paste into a track at a different sample rate is not resampled 2010-12-24 13:43:57 +00:00
WaveClip.h It is an error to copy a WaveClip without specifying the DirManager. Defined break-inducing copy constructor and assignment operator methods so that if some developer makes the mistake of calling a single-arg copy constructor rather than the one below (that requires a DirManager*), rather than it going to C++-generated default copy constructor, it goes here and the error is made clear to that developer. 2010-09-10 22:02:04 +00:00
WaveTrack.cpp Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-) 2011-03-26 01:11:51 +00:00
WaveTrack.h Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock. 2010-08-11 22:47:26 +00:00
WrappedType.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
WrappedType.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
audacity.desktop.in Corrext handling of builds where the name of the Audacity binary is not "audacity", via the --program-prefix and --program-suffix options to configure. 2010-04-24 11:24:08 +00:00
audacity.xml 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
configtemplate.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
float_cast.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