audacia/src
benjamin.drung@gmail.com 9d0e5e360d Regenerate autotools files by running autoreconf --no-recursive -i -f. 2013-11-20 03:03:34 +00:00
..
blockfile Remove the 2013-09-24 00:14:37 +00:00
commands Bug 406 - Label creation/other non-dialogue editing and keyboard selection hang on long projects 2013-10-23 18:01:14 +00:00
effects Be a bit more careful about CRLF to LF changes. 2013-11-03 02:03:19 +00:00
export Move LAME header file from src/include to lib-src/lame/lame. 2013-11-11 13:48:56 +00:00
import Remove the 2013-09-24 00:14:37 +00:00
ondemand Make a large number of global variables static so they only have file scope when that is all they need. Part of a patch by Campbell Barton 2013-09-21 19:11:41 +00:00
prefs Improve accessibility of KeyView. 2013-11-06 05:35:18 +00:00
toolbars Fix Linux build from Steve 2013-11-01 17:56:56 +00:00
widgets (Hopefully) Improve name and key views for NVDA and Window Eyes 2013-11-06 21:11:21 +00:00
xml Remove local copy of expat 2013-11-06 08:41:57 +00:00
AColor.cpp Remove the 2013-09-24 00:14:37 +00:00
AColor.h Remove the 2013-09-24 00:14:37 +00:00
AboutDialog.cpp Reworked LV2 plug-ing support. 2013-10-27 11:13:20 +00:00
AboutDialog.h Remove the 2013-09-24 00:14:37 +00:00
AllThemeResources.h Removal of all the stuff marked as 'Experimental CLEANSPEECH' about a year ago. 2013-04-29 23:23:14 +00:00
Audacity.h 2.0.5 is released. Onward with 2.0.6! 2013-10-22 07:31:18 +00:00
AudacityApp.cpp Translate the "File" menu on the Mac root menu. 2013-10-28 08:28:49 +00:00
AudacityApp.h Bug 337 - New logger class allows log to be initialized immediately without crashing Mac empty project windows 2013-10-23 17:00:28 +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 Bug 115 - Snap-to causes spurious 'toolbar' to appear momentarily at start of dragging. 2013-10-23 21:01:52 +00:00
AudacityLogger.cpp Get rid of some compiler warnings. 2013-11-02 04:54:44 +00:00
AudacityLogger.h Missed a couple of new files in r12712 2013-10-23 18:08:12 +00:00
AudioIO.cpp Fix path of relative includes. 2013-11-01 12:15:01 +00:00
AudioIO.h Shows if a volume is being emulated or not via the tooltip and status bar. 2013-09-24 06:58:49 +00:00
AutoRecovery.cpp Remove the 2013-09-24 00:14:37 +00:00
AutoRecovery.h Remove the 2013-09-24 00:14:37 +00:00
BatchCommandDialog.cpp Remove the 2013-09-24 00:14:37 +00:00
BatchCommandDialog.h Remove the 2013-09-24 00:14:37 +00:00
BatchCommands.cpp Remove the 2013-09-24 00:14:37 +00:00
BatchCommands.h Remove the 2013-09-24 00:14:37 +00:00
BatchProcessDialog.cpp Fix path of relative includes. 2013-11-01 12:15:01 +00:00
BatchProcessDialog.h Resolves bug #618. 2013-03-10 09:05:41 +00:00
Benchmark.cpp Remove the 2013-09-24 00:14:37 +00:00
Benchmark.h Remove the 2013-09-24 00:14:37 +00:00
BlockFile.cpp Make a large number of global variables static so they only have file scope when that is all they need. Part of a patch by Campbell Barton 2013-09-21 19:11:41 +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
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 Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion 2013-02-20 23:42:58 +00:00
Dependencies.cpp Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +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 Add EXPERIMENTAL_FULL_WASAPI for playing around with all WASAPI devices. 2013-11-09 08:22:59 +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 just some cleanups on FIXMEs and unused method parameters 2013-08-31 05:57:48 +00:00
DirManager.h I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files, and cleaned up trailing junk on the way. 2012-12-31 16:57:15 +00:00
Dither.cpp Remove the 2013-09-24 00:14:37 +00:00
Dither.h Remove the 2013-09-24 00:14:37 +00:00
Envelope.cpp make many functions which do not require access to class member variables static so they can be called without an object to do so with. Based on part of a patch by Campbell Barton 2013-09-21 19:15:42 +00:00
Envelope.h Patch by Maarten Baert for compatibility with project files from previous versions of Audacity, by re-scaling on load. Opening newer project files in older builds works but the time track gets messed up. This needs to be release noted. 2013-01-06 16:55:19 +00:00
Experimental.h Add EXPERIMENTAL_FULL_WASAPI for playing around with all WASAPI devices. 2013-11-09 08:22:59 +00:00
FFT.cpp Remove the 2013-09-24 00:14:37 +00:00
FFT.h Remove the 2013-09-24 00:14:37 +00:00
FFmpeg.cpp Fix unused parameter bug reported by Ed Musgrove. 2013-11-16 03:37:46 +00:00
FFmpeg.h Fix path of relative includes. 2013-11-01 12:15:01 +00:00
FileFormats.cpp Remove the 2013-09-24 00:14:37 +00:00
FileFormats.h Remove the 2013-09-24 00:14:37 +00:00
FileIO.cpp Remove the 2013-09-24 00:14:37 +00:00
FileIO.h Remove the 2013-09-24 00:14:37 +00:00
FileNames.cpp Fix path of relative includes. 2013-11-01 12:15:01 +00:00
FileNames.h Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion 2013-02-20 23:42:58 +00:00
FreqWindow.cpp Fix for bug #662 2013-10-11 20:01:41 +00:00
FreqWindow.h Remove the 2013-09-24 00:14:37 +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 Fix path of relative includes. 2013-11-01 12:15:01 +00:00
HelpText.cpp make many functions which do not require access to class member variables static so they can be called without an object to do so with. Based on part of a patch by Campbell Barton 2013-09-21 19:15:42 +00:00
HelpText.h Remove the 2013-09-24 00:14:37 +00:00
HistoryWindow.cpp Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +00:00
HistoryWindow.h Remove the 2013-09-24 00:14:37 +00:00
ImageManipulation.cpp Remove the 2013-09-24 00:14:37 +00:00
ImageManipulation.h Remove the 2013-09-24 00:14:37 +00:00
Internat.cpp Remove the 2013-09-24 00:14:37 +00:00
Internat.h Remove the 2013-09-24 00:14:37 +00:00
InterpolateAudio.cpp Remove the 2013-09-24 00:14:37 +00:00
InterpolateAudio.h Remove the 2013-09-24 00:14:37 +00:00
LabelDialog.cpp Remove a couple of unused vars, and hence the warning count. 2013-09-27 00:18:45 +00:00
LabelDialog.h Remove the 2013-09-24 00:14:37 +00:00
LabelTrack.cpp TAB to the nearest label when the label track has focus. 2013-09-24 05:41:22 +00:00
LabelTrack.h Remove the 2013-09-24 00:14:37 +00:00
LangChoice.cpp Remove the 2013-09-24 00:14:37 +00:00
LangChoice.h Remove the 2013-09-24 00:14:37 +00:00
Languages.cpp Bug 637 - Some full and reduced Menu Bar items are not translated 2013-10-23 17:41:10 +00:00
Languages.h Remove the 2013-09-24 00:14:37 +00:00
Legacy.cpp Remove the 2013-09-24 00:14:37 +00:00
Legacy.h Remove the 2013-09-24 00:14:37 +00:00
LoadModules.cpp Bug 337 - New logger class allows log to be initialized immediately without crashing Mac empty project windows 2013-10-23 17:00:28 +00:00
LoadModules.h Adding the ability to load 'non-recognised' modules, with a warning to the user (the main point). 2013-06-05 00:35:10 +00:00
Lyrics.cpp Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +00:00
Lyrics.h Adjust some comments. 2011-02-26 23:17:26 +00:00
LyricsWindow.cpp Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +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.am Use Automake for Audacity. 2013-11-20 02:51:42 +00:00
Makefile.in Regenerate autotools files by running autoreconf --no-recursive -i -f. 2013-11-20 03:03:34 +00:00
Matrix.cpp Remove the 2013-09-24 00:14:37 +00:00
Matrix.h Remove the 2013-09-24 00:14:37 +00:00
Menus.cpp Bug 679 - Incorrect keyboard preferences for "Snap To" 2013-11-08 14:12:24 +00:00
Menus.h Bug 679 - Incorrect keyboard preferences for "Snap To" 2013-11-08 14:12:24 +00:00
Mix.cpp Okay, try #3(!) 2013-09-19 07:30:58 +00:00
Mix.h Leland's minimal_v2.patch for bug 650 2013-09-16 02:32:43 +00:00
MixerBoard.cpp Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +00:00
MixerBoard.h Adding wxMac accessibility. Should resolve: 2012-03-21 03:09:06 +00:00
NoteTrack.cpp Remove the 2013-09-24 00:14:37 +00:00
NoteTrack.h Remove the 2013-09-24 00:14:37 +00:00
PitchName.cpp Make a large number of global variables static so they only have file scope when that is all they need. Part of a patch by Campbell Barton 2013-09-21 19:11:41 +00:00
PitchName.h Substantial code simplification and clarification, but should be no functional changes. The Effect does not need to store all the param values the dialog provides. 2013-06-19 02:25:21 +00:00
PlatformCompatibility.cpp Remove spurious windows.h includes. 2012-12-31 22:12:23 +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 Remove the 2013-09-24 00:14:37 +00:00
PluginManager.h Remove the 2013-09-24 00:14:37 +00:00
Prefs.cpp Remove the 2013-09-24 00:14:37 +00:00
Prefs.h Remove the 2013-09-24 00:14:37 +00:00
Printing.cpp Make a large number of global variables static so they only have file scope when that is all they need. Part of a patch by Campbell Barton 2013-09-21 19:30:00 +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 Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +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 647] Snap-To clicks find nearest snap point, not nearest previous. 2013-11-01 14:13:39 +00:00
Project.h [Bug 647] Snap-To clicks find nearest snap point, not nearest previous. 2013-11-01 14:13:39 +00:00
RealFFTf.cpp Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion 2013-02-20 23:42:58 +00:00
RealFFTf.h Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion 2013-02-20 23:42:58 +00:00
Resample.cpp In off-list discussion, Steve mentioned that kdevelop / kate highlighting recognizes "FIXME", but not "FIX-ME", which has been the Audacity convention. This commit changes Audacity code to use the "FIXME" convention (though I've never known it as convention and MSVC doesn't recognize it). 2013-08-24 20:30:47 +00:00
Resample.h Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling. 2013-08-04 01:58:54 +00:00
RingBuffer.cpp Fix pointer calc as discussed here: 2013-10-25 14:22:36 +00:00
RingBuffer.h Reverting r12591 as it was not complete and we're too close to 2013-10-07 12:37:15 +00:00
SampleFormat.cpp Remove the 2013-09-24 00:14:37 +00:00
SampleFormat.h Remove the 2013-09-24 00:14:37 +00:00
Screenshot.cpp Remove the 2013-09-24 00:14:37 +00:00
Screenshot.h Fix path of relative includes. 2013-11-01 12:15:01 +00:00
Sequence.cpp fix the loading of projects with more than 2^31 samples in a waveclip, and possibly some other similar constraints on waveclips. This fixes a long-standing problem with long recordings being saved but unable to re-open them. Tested by Gale and Steve. 2013-11-03 15:49:12 +00:00
Sequence.h comments, cleanup 2012-07-19 23:42:47 +00:00
Shuttle.cpp Remove the 2013-09-24 00:14:37 +00:00
Shuttle.h Remove the 2013-09-24 00:14:37 +00:00
ShuttleGui.cpp Try a different way of specifying separation between Preview and Dry Preview buttons, that should be more correct cross-platform. 2013-06-27 01:27:36 +00:00
ShuttleGui.h Remove individual credits from built-in effects. Should always be in About dialog instead. 2013-06-21 22:10:50 +00:00
ShuttlePrefs.cpp Remove the 2013-09-24 00:14:37 +00:00
ShuttlePrefs.h Remove the 2013-09-24 00:14:37 +00:00
Snap.cpp [Bug 647] Snap-To clicks find nearest snap point, not nearest previous. 2013-11-01 14:13:39 +00:00
Snap.h [Bug 647] Snap-To clicks find nearest snap point, not nearest previous. 2013-11-01 14:13:39 +00:00
SoundActivatedRecord.cpp Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +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 remove an unused and fairly suspect function, and some old comment junk 2013-09-21 19:37:36 +00:00
Spectrum.h Remove the 2013-09-24 00:14:37 +00:00
SplashDialog.cpp Remove the 2013-09-24 00:14:37 +00:00
SplashDialog.h Remove the 2013-09-24 00:14:37 +00:00
Tags.cpp Remove the 2013-09-24 00:14:37 +00:00
Tags.h Remove the 2013-09-24 00:14:37 +00:00
Theme.cpp Make a large number of global variables static so they only have file scope when that is all they need. Part of a patch by Campbell Barton 2013-09-21 19:30:00 +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 Bug 115 - Snap-to causes spurious 'toolbar' to appear momentarily at start of dragging. 2013-10-23 21:01:52 +00:00
TimeDialog.h Remove the 2013-09-24 00:14:37 +00:00
TimeTrack.cpp Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +00:00
TimeTrack.h Patch by Maarten Baert for compatibility with project files from previous versions of Audacity, by re-scaling on load. Opening newer project files in older builds works but the time track gets messed up. This needs to be release noted. 2013-01-06 16:55:19 +00:00
TimerRecordDialog.cpp Bug 115 - Snap-to causes spurious 'toolbar' to appear momentarily at start of dragging. 2013-10-23 21:01:52 +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 John (Thales) code to make the waveform display look like the output of the gain and pan sliders, rather than the input. Added as EXPERIMENTAL_OUTPUT_DISPLAY since there is work to do, but I think this deserves wider input/views. 2013-05-30 23:14:25 +00:00
Track.h just some cleanups on FIXMEs and unused method parameters 2013-08-31 05:57:48 +00:00
TrackArtist.cpp Quiet a bunch of 'unreferenced formal parameter' warnings on Windows. 2013-09-25 22:57:54 +00:00
TrackArtist.h Remove the 2013-09-24 00:14:37 +00:00
TrackPanel.cpp Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=675, "Additional Track Drop-down Menu commands" 2013-11-03 01:17:58 +00:00
TrackPanel.h Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=675, "Additional Track Drop-down Menu commands" 2013-11-03 01:17:58 +00:00
TrackPanelAx.cpp Quiet a bunch of 'unreferenced formal parameter' warnings on Windows. 2013-09-25 22:57:54 +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 510 - undo can change which tracks are selected, and focus 2013-10-23 20:14:09 +00:00
UndoManager.h Remove the 2013-09-24 00:14:37 +00:00
UploadDialog.cpp Remove the 2013-09-24 00:14:37 +00:00
UploadDialog.h Remove the 2013-09-24 00:14:37 +00:00
ViewInfo.h Remove the 2013-09-24 00:14:37 +00:00
VoiceKey.cpp remove local variables which are not used in this function, and other commented out copy-and-paste code, from the CalibrateNoise() method. Based on patch by Campbell Barton 2013-09-25 19:10:10 +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 make many functions which do not require access to class member variables static so they can be called without an object to do so with. Based on part of a patch by Campbell Barton 2013-09-21 19:15:42 +00:00
WaveClip.h Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion 2013-02-20 23:42:58 +00:00
WaveTrack.cpp Remove unnecessary wxASSERT because the condition is checked for, in Release build as well. 2013-10-17 23:18:04 +00:00
WaveTrack.h Sorry, I failed to commit this file in 12346. I wonder why nobody has appeared to notice. I guess nobody has tried EXPERIMENTAL_OUTPUT_DISPLAY? 2013-06-05 00:54:39 +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 Benjamin Drung's patch 6 (http://bugzilla.audacityteam.org/attachment.cgi?id=310) for http://bugzilla.audacityteam.org/show_bug.cgi?id=483 2012-08-20 03:50:19 +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 Use Automake for Audacity. 2013-11-20 02:51:42 +00:00
float_cast.h Remove the 2013-09-24 00:14:37 +00:00