audacia/src
james.k.crook@gmail.com 6b21ebb1a7 Corrected a ; to a :
2012-03-20 22:12:06 +00:00
..
blockfile Fixes per Vigilant Sentry (http://www.vigilantsw.com/) 2012-02-08 05:09:14 +00:00
commands Undo incorrect change made in r10469, to CommandManager::InsertItem(). This may fix a problem in commands, as it restores stripping all accelerator characters and mnemonics from the given text. 2012-02-08 00:40:34 +00:00
effects Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +00:00
export Fixed more internationalisation hints. 2012-03-20 16:17:37 +00:00
import Fixed more internationalisation hints. 2012-03-20 16:17:37 +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 Fixes per Vigilant Sentry (http://www.vigilantsw.com/) 2012-02-08 05:09:14 +00:00
prefs Fixed more internationalisation hints. 2012-03-20 16:48:57 +00:00
toolbars Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +00:00
widgets Fixed more internationalisation hints. 2012-03-20 16:48:57 +00:00
xml Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +00:00
AboutDialog.cpp Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
AboutDialog.h Adjust some comments. 2011-02-26 23:17:26 +00:00
AColor.cpp Performance improvements for track spectrum display and PCM 2010-09-13 01:31:54 +00:00
AColor.h Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +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.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.h update to 2.0.1, per step 13 at http://wiki.audacityteam.org/wiki/Release_Process#Process 2012-03-14 18:50:20 +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
AudacityApp.cpp Don't start logging window in debug builds under windows (we use the MSVC debugger window instead). 2012-03-19 17:54:52 +00:00
AudacityApp.h Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +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 Don't start logging window in debug builds under windows (we use the MSVC debugger window instead). 2012-03-19 17:54:52 +00:00
AudioIO.cpp Fixes per Vigilant Sentry (http://www.vigilantsw.com/) 2012-02-08 05:09:14 +00:00
AudioIO.h Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs. 2011-10-19 23:06:53 +00:00
AutoRecovery.cpp Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
AutoRecovery.h (minor change) 2010-07-17 00:11:57 +00:00
BatchCommandDialog.cpp Allow resizing of the 'Select Command' dialog, a pre-cursor to committing Leland's patch for letting Nyquist commands in here. 2011-08-21 00:15:14 +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 Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +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 See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32. 2011-11-16 05:59:48 +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 451, p2) Add some asserts against mMaxSamples. In Sequence::Paste(), correct var largerBlockLen declaration to be sampleCount, not the smaller int, that can overflow on comparing to sampleCount and add log error msg. Add alert dialog, log warning, and limitation in Sequence::WriteXML() if mMaxSamples exceeded. Obviate EnvPoint::WriteXML(), unused. A few comments on some "TODO" comments. Make DirManager::WriteXML() fail in debug mode, as it should not be called. 2011-11-01 04:39:14 +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
configtemplate.h Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +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 Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
Dependencies.h Bug 328 (P2) - do not allow writing to paths that are also missing alias files. 2011-04-02 23:56:02 +00:00
DeviceManager.cpp Fixes per Vigilant Sentry (http://www.vigilantsw.com/) 2012-02-08 05:09:14 +00:00
DeviceManager.h svn:eol-style was not set to native for DeviceManager.cpp/h 2011-06-01 18:55:51 +00:00
DirManager.cpp Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
DirManager.h (bug 451, p2) Add some asserts against mMaxSamples. In Sequence::Paste(), correct var largerBlockLen declaration to be sampleCount, not the smaller int, that can overflow on comparing to sampleCount and add log error msg. Add alert dialog, log warning, and limitation in Sequence::WriteXML() if mMaxSamples exceeded. Obviate EnvPoint::WriteXML(), unused. A few comments on some "TODO" comments. Make DirManager::WriteXML() fail in debug mode, as it should not be called. 2011-11-01 04:39:14 +00:00
Dither.cpp In 'Shaped' dither, do the best we can with a NaN. 2012-02-10 00:12:59 +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 (bug 451, p2) Add some asserts against mMaxSamples. In Sequence::Paste(), correct var largerBlockLen declaration to be sampleCount, not the smaller int, that can overflow on comparing to sampleCount and add log error msg. Add alert dialog, log warning, and limitation in Sequence::WriteXML() if mMaxSamples exceeded. Obviate EnvPoint::WriteXML(), unused. A few comments on some "TODO" comments. Make DirManager::WriteXML() fail in debug mode, as it should not be called. 2011-11-01 04:39:14 +00:00
Envelope.h (bug 451, p2) Add some asserts against mMaxSamples. In Sequence::Paste(), correct var largerBlockLen declaration to be sampleCount, not the smaller int, that can overflow on comparing to sampleCount and add log error msg. Add alert dialog, log warning, and limitation in Sequence::WriteXML() if mMaxSamples exceeded. Obviate EnvPoint::WriteXML(), unused. A few comments on some "TODO" comments. Make DirManager::WriteXML() fail in debug mode, as it should not be called. 2011-11-01 04:39:14 +00:00
Experimental.h Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +00:00
FFmpeg.cpp Bug 467 (P3) fix - Audacity fails to build with latest FFmpeg/libav. Main patch by Leland Lucius with modification from Benjamin Drung. 2012-01-21 08:01:32 +00:00
FFmpeg.h Fixed more internationalisation hints. 2012-03-20 15:36:02 +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
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 Use _UNICODE instead of wxUSE_UNICODE 2011-04-04 22:51:48 +00:00
FileNames.h Fixes detection problems on Mac and possibly Windows (Bug #290) 2011-02-23 01:41:40 +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
FreqWindow.cpp Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +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 Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +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 Fixed more internationalisation hints. 2012-03-20 15:36:02 +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 Fixed more internationalisation hints. 2012-03-20 15:36:02 +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 Fixed more internationalisation hints. 2012-03-20 15:36: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 width becomes fTimeSpan (in response to an ANSWER-ME). Avoids confusion with 'width' in the label, which is a pixel width of the label's text. 2012-02-09 13:10:36 +00:00
LabelTrack.h Improve consistency of copy/paste operations in label tracks; 2010-09-18 17:41:15 +00:00
LangChoice.cpp Corrected a ; to a : 2012-03-20 22:12:06 +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 Remove localLanguageName for Laothian as there is no such Audacity translation. 2011-12-18 04:25:56 +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 (bug 451, P2) Improve specificity of one of the "Gap detected..." messages, so it includes blockfile name and extension if possible. Also changed some wxLogError calls to wxLogWarning, as the plan is to handle them rather than fail the load. 2011-10-12 23:17:40 +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 Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +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 Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
Menus.h Comment out unused AudacityProject::OnSplitLabelsToTracks(). 2011-11-30 23:56:34 +00:00
Mix.cpp Prevent a crash when mix-and-rendering an empty wave 2011-08-29 23:01:28 +00:00
Mix.h Convert existing comments to Doxygen so they show up in the documentation and less reading of source code is required. Also document some important behavious previously only discoverable by reading the source code 2011-08-28 19:42:17 +00:00
MixerBoard.cpp Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs. 2011-10-19 23:06:53 +00:00
MixerBoard.h Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs. 2011-10-19 23:06:53 +00:00
NoteTrack.cpp Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs. 2011-10-19 23:06:53 +00:00
NoteTrack.h Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs. 2011-10-19 23:06:53 +00:00
PitchName.cpp Update, expand comments. Change PitchName_Absolute calculation slightly. 2012-02-11 01:29:10 +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 Bug 345 (P2) - Make the device toolbar visible for users coming from a previous version that had it off. Also fix an issue with transport toolbar being pushed to the bottom for these users. Also restore the width for the mixer toolbar, since it is now potentially smaller for users who had multiple input sources in 1.3.12 2011-04-04 14:14:54 +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 Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
Project.h Remove unused mLastAutoSaveTime cruft. Comment out other no-op cruft. 2011-05-28 00:42:07 +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 Fixed more internationalisation hints. 2012-03-20 15:36:02 +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 Sequence.cpp: Convert all blockfiles types including aliases in ConvertToSampleFormat 2012-03-01 04:18:32 +00:00
Sequence.h (bug 451, p2) 2011-12-02 06:54:52 +00:00
Shuttle.cpp Added spaces before 'db' (Steve Daulton; Bug 426) 2011-07-24 18:28:55 +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 Added TieNumericTextBox() function - and used it for DtmfDialog. 2011-06-13 20:19:28 +00:00
ShuttleGui.h Add a comment documenting ShuttleGui::Prop(). (I thought it was short for "property" rather than "proportion".) 2012-02-13 22:04:22 +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 See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32. 2011-11-16 05:59:48 +00:00
Tags.h Bugs 188 and 225 2011-03-01 07:06:58 +00:00
Theme.cpp Fixed more internationalisation hints. 2012-03-20 15:36:02 +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
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
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
Track.cpp See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32. 2011-11-16 05:59:48 +00:00
Track.h clarifications and corrections in some comments 2011-04-26 21:19:59 +00:00
TrackArtist.cpp Add track labels to dB, Spectrum and Pitch displays. If not acceptable, not a big load to rip out. 2012-02-06 01:08:20 +00:00
TrackArtist.h Norm C's patch to put the full name of the track in the waveform. Defaulted to 'off' but selectable in prefs->Interface->Show track name in waveform display. 2012-01-18 00:02:46 +00:00
TrackPanel.cpp Fixed more internationalisation hints. 2012-03-20 16:48:57 +00:00
TrackPanel.h Fix bug 187. 2012-02-14 00:18:29 +00:00
TrackPanelAx.cpp Fixed more internationalisation hints. 2012-03-20 16:17:37 +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 Bug:406 Amelioration of slowdown when editing labels with long audio. 2011-05-22 13:41:01 +00:00
UndoManager.h Bug:406 Amelioration of slowdown when editing labels with long audio. 2011-05-22 13:41:01 +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 Fixed more internationalisation hints. 2012-03-20 16:17:37 +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 In WaveTrack.*: 2012-03-03 01:34:14 +00:00
WaveClip.h Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +00:00
WaveTrack.cpp Further fix for P2 bug described by Bill Wharrie in "Problem dragging clips between tracks with different sample rates" thread on audacity-quality. Moved the resampling of dragged clips to (left-)mouse-up, rather than upon drag into the destination, but still dragging. 2012-03-03 20:20:06 +00:00
WaveTrack.h In WaveTrack.*: 2012-03-03 01:34:14 +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