audacia/src
Paul Licameli 2db49dc1f0 Use standard library style members of wxArrayString (and wxString) ...
... which will make it easier to change the types of those containers to
std::vectors of other string-like classes

for wxString,

IsEmpty => empty
Clear => clear
Alloc => reserve

for wxArrayString,

Count => size
GetCount => size
IsEmpty => empty
Add => push_back
Clear => clear
Empty => clear
Sort => std::sort (only with default comparator)
SetCount => resize
Last => back
Item => operator []
Alloc => reserve
2019-03-10 14:43:57 -04:00
..
blockfile Failed open of block file gives correct error message 2019-02-13 14:17:00 -05:00
commands Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
effects Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
export Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
import Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
menus Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
ondemand Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
prefs Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
toolbars Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
tracks Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
widgets Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
xml Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AColor.cpp Fix drawing of lower right corners of vertical rulers 2018-11-02 16:51:07 -04:00
AColor.h doxygen. Class list completed for letter 'A'. 2017-11-09 18:32:29 +00:00
AboutDialog.cpp Bug 2046 - LAME not found error on 64-bit Mac build shows wrong library (32-bit one) 2019-02-10 07:37:37 +00:00
AboutDialog.h Update credits 2018-05-24 13:20:53 +01:00
AdornedRulerPanel.cpp Disable Scrub Ruler by default 2018-11-04 21:18:29 +00:00
AdornedRulerPanel.h nonvirtual reimplementation of CellularPanel::FindRect using nodes 2018-11-01 18:25:02 -04:00
AllThemeResources.h Theme Tweaks 2017-07-19 15:27:00 +01:00
Audacity.h Bump version number 2019-03-08 19:00:00 +00:00
AudacityApp.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AudacityApp.h AudacityApp emits an event when the global clipboard changes 2018-10-27 12:52:06 -04:00
AudacityException.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AudacityException.h More doxygen 2018-11-04 14:21:00 +00:00
AudacityHeaders.cpp
AudacityHeaders.h fix Mac build 2018-03-31 23:28:08 -04:00
AudacityLogger.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AudacityLogger.h Calls to Disconnect or Unbind in destructors are not needed, if... 2018-02-21 19:28:06 -05:00
AudioIO.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AudioIO.h Make microfades into a preference. 2018-11-02 21:58:53 +00:00
AudioIOListener.h
AutoRecovery.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AutoRecovery.h Don't include Project.h or ODTask.h needlessly in other header files 2018-10-16 17:36:38 -04:00
BatchCommandDialog.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
BatchCommandDialog.h Define MacroCommandsCatalog to associate friendly and internal names... 2018-03-06 18:47:56 -05:00
BatchCommands.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
BatchCommands.h Bug 1856 - Applying Macros to Files is no longer a batch process 2018-08-04 19:16:32 +01:00
BatchProcessDialog.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
BatchProcessDialog.h Rename 'chain' to 'macro' in history and comments. 2018-03-16 18:47:39 +00:00
Benchmark.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Benchmark.h
BlockFile.cpp Re-fix some warnings about mixing signed and unsigned better... 2018-01-23 18:51:53 -05:00
BlockFile.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
CMakeLists.txt Remove empty files src/LoadModules.* and all mention of them 2018-09-14 14:27:03 -04:00
CellularPanel.cpp Bug2056 residual: Linux only time ruler drags and focus... 2019-02-09 18:38:37 -05:00
CellularPanel.h Move declarations in CellularPanel, keep abstract functions together 2018-11-03 11:45:22 -04:00
ClassicThemeAsCeeCode.h Add Hover-Over-Down State for Button 2017-12-14 14:39:56 +00:00
CrossFade.cpp Fix some warnings (MSVC) 2018-03-31 19:47:16 +01:00
CrossFade.h
DarkThemeAsCeeCode.h Shift+Z for Zoom Toggle. Theme tweaks. 2018-01-11 19:24:26 +00:00
Dependencies.cpp Don't include CommandManager.h in other headers 2018-10-18 09:25:14 -04:00
Dependencies.h
DeviceChange.cpp Use wxPrintf not printf 2017-12-16 11:54:32 -05:00
DeviceChange.h
DeviceManager.cpp Allow capture retries if time since Rescan() < 10s 2018-08-13 00:33:38 +01:00
DeviceManager.h Allow capture retries if time since Rescan() < 10s 2018-08-13 00:33:38 +01:00
Diags.cpp
Diags.h
DirManager.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
DirManager.h Bug2059: Save empty,record,save-as shouldn't delete old _data folder 2019-02-09 17:04:45 -05:00
Dither.cpp Fix C4456 Warnings. 2018-10-10 17:28:50 +01:00
Dither.h Fix MSVC build. 2018-03-25 21:41:55 +01:00
Envelope.cpp Split class TrackArtist from namespace TrackArt... 2018-11-05 09:16:50 -05:00
Envelope.h Carry more information in TrackPanelDrawingContext; fewer arguments 2018-11-05 09:12:45 -05:00
Experimental.h Disable experimental loudness normalizing 2018-08-22 20:45:50 +01:00
FFT.cpp Fix C4189 and C4100 Warnings 2018-10-10 19:46:24 +01:00
FFT.h
FFmpeg.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
FFmpeg.h Rename 64 bit ffmpeg libs. 2019-02-13 10:14:13 +00:00
FileException.cpp Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
FileException.h Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
FileFormats.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
FileFormats.h Fix Windows build 2018-01-24 11:44:06 -05:00
FileIO.cpp Bug1829, more: check all errors flushing and closing export files... 2018-01-22 16:48:20 -05:00
FileIO.h Bug1829, more: check all errors flushing and closing export files... 2018-01-22 16:48:20 -05:00
FileNames.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
FileNames.h Define FileNames::HardLinkeFile, but nonfunctional on Windows 2018-10-13 13:18:17 -04:00
FreqWindow.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
FreqWindow.h Take class AdornedRulerPanel out of src/widgets... 2018-10-24 15:04:41 -04:00
HelpText.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
HelpText.h
HiContrastThemeAsCeeCode.h Shift+Z for Zoom Toggle. Theme tweaks. 2018-01-11 19:24:26 +00:00
HistoryWindow.cpp History window listens for events 2018-10-27 12:52:06 -04:00
HistoryWindow.h History window listens for events 2018-10-27 12:52:06 -04:00
HitTestResult.h windows build 2017-07-16 14:46:47 -04:00
ImageManipulation.cpp Add code for iota theme-bitmap 2018-04-04 21:30:10 +01:00
ImageManipulation.h
InconsistencyException.cpp Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
InconsistencyException.h Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
Internat.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Internat.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
InterpolateAudio.cpp Clean up some dead code and MSVC warnings. 2017-12-08 15:20:39 +00:00
InterpolateAudio.h
LabelDialog.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
LabelDialog.h Bug 1465 - Labels Editor: Does not remember modified size and position after OK 2018-04-11 23:11:01 +01:00
LabelTrack.cpp Bug 2044 - Mac: no context menu when right clicking in label after copying label text to another app 2018-12-03 16:17:17 +00:00
LabelTrack.h Rename LabelTrack::IsSelected so it doesn't shadow Track::IsSelected 2018-11-08 11:08:19 -05:00
LangChoice.cpp Move definition of _ and related into Internat.h 2018-01-06 21:03:32 -05:00
LangChoice.h
Languages.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Languages.h
Legacy.cpp Remove needless uses of wxString::c_str() in wxString::Format... 2018-01-01 20:34:33 -05:00
Legacy.h
LightThemeAsCeeCode.h Shift+Z for Zoom Toggle. Theme tweaks. 2018-01-11 19:24:26 +00:00
Lyrics.cpp Lyrics panel listens; AudacityProject not responsible for updating it 2018-10-27 12:52:06 -04:00
Lyrics.h More doxygen 2018-11-04 14:21:00 +00:00
LyricsWindow.cpp Lyrics panel listens; AudacityProject not responsible for updating it 2018-10-27 12:52:06 -04:00
LyricsWindow.h Calls to Disconnect or Unbind in destructors are not needed, if... 2018-02-21 19:28:06 -05:00
MacroMagic.h
Makefile.am TrackPanelCellIterator is no longer needed 2018-11-01 18:25:02 -04:00
Makefile.in Add aud-do-support.lsp for Linux build 2018-11-09 19:57:56 +00:00
Matrix.cpp Fix C4189 and C4100 Warnings 2018-10-10 19:46:24 +01:00
Matrix.h
MemoryX.h Define and use utilities transform_range, transform_container 2019-03-10 14:43:47 -04:00
Menus.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Menus.h More doxygen 2018-11-03 13:18:26 +00:00
Mix.cpp Bug 2045 - Clicky playback with Play-at-Speed and Scrubbing/Seeking 2018-12-03 21:04:50 +00:00
Mix.h Bug 2045 - Clicky playback with Play-at-Speed and Scrubbing/Seeking 2018-12-03 21:04:50 +00:00
MixerBoard.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
MixerBoard.h Fix many MSVC compiler warnings. 2018-10-29 13:19:33 +00:00
ModuleManager.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
ModuleManager.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
NoteTrack.cpp TrackList emits more events for certain changes of state of tracks... 2018-10-27 11:31:42 -04:00
NoteTrack.h TrackList emits more events for certain changes of state of tracks... 2018-10-27 11:31:42 -04:00
NumberScale.h
PitchName.cpp Move definition of _ and related into Internat.h 2018-01-06 21:03:32 -05:00
PitchName.h Plot Spectrum, Change Pitch localize pitch names; Unicode sharp/flat 2018-01-02 12:20:04 -05:00
PlatformCompatibility.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
PlatformCompatibility.h
PluginManager.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
PluginManager.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Prefs.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Prefs.h More doxygen 2018-11-03 13:18:26 +00:00
Printing.cpp Give TrackArtist a back-pointer to TrackPanel 2018-11-05 10:54:58 -05:00
Printing.h Give TrackArtist a back-pointer to TrackPanel 2018-11-05 10:54:58 -05:00
Profiler.cpp make_movable -> std::make_unique 2018-05-10 00:56:36 -04:00
Profiler.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
Project.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Project.h Move AudacityProject::DoTrackMute and DoTrackSolo... 2018-10-28 16:50:01 -04:00
RealFFTf.cpp movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
RealFFTf.h
RealFFTf48x.cpp
RealFFTf48x.h
RefreshCode.h doxygen. Class list completed for letter 'A'. 2017-11-09 18:32:29 +00:00
Registrar.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Resample.cpp Create ComponentInterface 2018-11-02 17:04:43 +00:00
Resample.h Fix typo in comment 2018-08-15 20:20:47 -04:00
RevisionIdent.h
RingBuffer.cpp Fewer calls to RingBuffer::Put in case of trailing zeroes... 2018-08-25 20:08:09 -04:00
RingBuffer.h Fewer calls to RingBuffer::Put in case of trailing zeroes... 2018-08-25 20:08:09 -04:00
SampleFormat.cpp Redo dither method choices in Quality preferences 2018-03-25 14:48:48 -04:00
SampleFormat.h
Screenshot.cpp Remove GetLink(ed) in various other places 2018-10-01 13:42:33 -04:00
Screenshot.h
SelectedRegion.cpp
SelectedRegion.h SetClip, SetLabel, SetProject added 2018-02-24 14:20:24 -05:00
SelectionState.cpp Fix many MSVC compiler warnings. 2018-10-29 13:19:33 +00:00
SelectionState.h MixerBoard listens to TrackList for selection changes 2018-10-27 16:27:53 -04:00
Sequence.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Sequence.h Get rid of wx object arrays, use std::vector 2018-02-21 19:33:27 -05:00
Shuttle.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Shuttle.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
ShuttleGui.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
ShuttleGui.h WrappedType is immutable (though it points to something mutable) 2019-03-10 12:38:35 -04:00
ShuttlePrefs.cpp
ShuttlePrefs.h
Snap.cpp remove some unused things 2019-03-09 12:02:12 -05:00
Snap.h remove some unused things 2019-03-09 12:02:12 -05:00
SoundActivatedRecord.cpp Move definition of _ and related into Internat.h 2018-01-06 21:03:32 -05:00
SoundActivatedRecord.h
Spectrum.cpp
Spectrum.h
SplashDialog.cpp Replace 2.2.2 'Easter Egg' with place-holder 2018-02-24 16:05:41 +00:00
SplashDialog.h
SseMathFuncs.cpp
SseMathFuncs.h indentation, final newlines, spelling, remove unused members 2017-11-05 21:01:38 -05:00
Tags.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Tags.h Remove most uses of AUDACITY_OLD_STD 2018-05-10 00:56:36 -04:00
Theme.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
Theme.h Reduce flicker of Selection Toolbar Text 2018-04-14 21:38:53 +01:00
ThemeAsCeeCode.h
TimeDialog.cpp TimeDialog: minor accessibility change 2018-08-20 11:36:15 +01:00
TimeDialog.h IdentInterfaceSymbol in NumericTextCtrl; don't persist translated 2018-03-28 14:00:17 -04:00
TimeTrack.cpp Carry more information in TrackPanelDrawingContext; fewer arguments 2018-11-05 09:12:45 -05:00
TimeTrack.h Carry more information in TrackPanelDrawingContext; fewer arguments 2018-11-05 09:12:45 -05:00
TimerRecordDialog.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
TimerRecordDialog.h use override 2017-11-05 21:01:52 -05:00
Track.cpp Define and use utilities transform_range, transform_container 2019-03-10 14:43:47 -04:00
Track.h Bug 2060: Windows: no access to microphone causes crash 2019-02-05 14:29:22 +00:00
TrackArtist.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
TrackArtist.h Give TrackArtist a back-pointer to TrackPanel 2018-11-05 10:54:58 -05:00
TrackPanel.cpp Bug 2060: Windows: no access to microphone causes crash 2019-02-05 14:29:22 +00:00
TrackPanel.h Remove unnecessary #include 2018-11-05 07:42:21 -05:00
TrackPanelAx.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
TrackPanelAx.h more const in drawing functions 2018-09-13 13:53:58 -04:00
TrackPanelCell.h More doxygen 2018-11-04 14:21:00 +00:00
TrackPanelDrawingContext.h Carry more information in TrackPanelDrawingContext; fewer arguments 2018-11-05 09:12:45 -05:00
TrackPanelListener.h Update comments about TrackPanel and TrackArtist... 2018-10-31 08:06:18 -04:00
TrackPanelMouseEvent.h VZooming Changes 2017-12-11 18:41:48 +00:00
TrackPanelResizeHandle.cpp Remove GetLink(ed) in TrackPanel resizing code 2018-10-01 13:42:32 -04:00
TrackPanelResizeHandle.h Replace uses of TrackPanel::Cells() with CellularPanel::VisitCells() 2018-11-01 18:25:02 -04:00
TrackPanelResizerCell.cpp Fix C4189 and C4100 Warnings 2018-10-10 19:46:24 +01:00
TrackPanelResizerCell.h Replace uses of TrackPanel::Cells() with CellularPanel::VisitCells() 2018-11-01 18:25:02 -04:00
TranslatableStringArray.h Replace more Connect with Bind; needed redeclaration of custom events 2018-02-21 19:30:40 -05:00
UIHandle.cpp Remove tab key target cycling and snap escape; reimplement for Esc 2017-07-15 20:37:39 -04:00
UIHandle.h Remove tab key target cycling and snap escape; reimplement for Esc 2017-07-15 20:37:39 -04:00
UndoManager.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
UndoManager.h UndoManager emits events when state changes 2018-10-27 12:51:59 -04:00
UserException.cpp Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
UserException.h Don't need AudacityException::Move, use std::exception_ptr 2018-05-10 00:56:37 -04:00
ViewInfo.cpp Move AudacityProject::GetZoomOf* 2018-10-28 16:43:17 -04:00
ViewInfo.h Move AudacityProject::GetZoomOf* 2018-10-28 16:43:17 -04:00
VoiceKey.cpp Fix identical sub-expressions of - operator 2018-01-26 10:12:14 -05:00
VoiceKey.h
WaveClip.cpp Fix OpenMP build 2018-10-14 11:34:37 +01:00
WaveClip.h Doxygen, Clips and Labels 2018-02-24 14:20:24 -05:00
WaveTrack.cpp Fix display of stereo first time reopening compressed/losseless save 2018-12-20 14:13:53 -05:00
WaveTrack.h Move AudacityProject::EditByLabel and EditClipboardByLabel 2018-10-28 16:30:39 -04:00
WaveTrackLocation.h Highlighting of cutlines and clip boundaries 2017-07-11 13:57:58 -04:00
WrappedType.cpp WrappedType is immutable (though it points to something mutable) 2019-03-10 12:38:35 -04:00
WrappedType.h WrappedType is immutable (though it points to something mutable) 2019-03-10 12:38:35 -04:00
audacity.desktop.in Add lt language to audacity.desktop.in 2018-07-13 03:20:37 +03:00
audacity.xml
configtemplate.h Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
float_cast.h
wxFileNameWrapper.h