audacia/src/widgets
Paul Licameli 4b02e562b3 Eliminate mention of wxString from ErrorDialog.h ...
... whether std::wstring is the best alternative type, or whether we should
use UTF8 encoded std::string -- I wish to defer that, and revisit it later
2021-07-01 13:37:40 -04:00
..
FileDialog More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
AButton.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
AButton.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
ASlider.cpp More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
ASlider.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
AttachableScrollBar.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
AttachableScrollBar.h Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h 2019-03-30 07:57:37 -04:00
AudacityMessageBox.cpp New library lib-strings for Identifier and internationalization 2021-05-27 09:51:32 -04:00
AudacityMessageBox.h New library lib-strings for Identifier and internationalization 2021-05-27 09:51:32 -04:00
BackedPanel.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
BackedPanel.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
ErrorDialog.cpp Eliminate mention of wxString from ErrorDialog.h ... 2021-07-01 13:37:40 -04:00
ErrorDialog.h Eliminate mention of wxString from ErrorDialog.h ... 2021-07-01 13:37:40 -04:00
ErrorReportDialog.cpp Fixes #984 2021-06-16 11:54:20 -04:00
ErrorReportDialog.h Adds ErrorReportDialog and ShowExceptionDialog 2021-06-08 08:08:26 -07:00
ExpandingToolBar.cpp Eliminate Experimental.h, configure compile options instead... 2021-04-27 12:40:07 -04:00
ExpandingToolBar.h TranslatableString for titles, names, labels of wxDialogWrappers... 2019-12-16 10:58:05 -05:00
FileConfig.cpp Make Audacity build in C++17 ... 2021-06-18 21:44:55 +03:00
FileConfig.h Replace many inclusions of Types.h with Identifier.h 2021-05-27 09:51:32 -04:00
FileHistory.cpp Make Audacity build in C++17 ... 2021-06-18 21:44:55 +03:00
FileHistory.h New library lib-strings for Identifier and internationalization 2021-05-27 09:51:32 -04:00
Grabber.cpp New library lib-strings for Identifier and internationalization 2021-05-27 09:51:32 -04:00
Grabber.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
Grid.cpp New utility library 2021-06-02 07:08:19 -04:00
Grid.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
HelpSystem.cpp ManualPageID is a new type; rewrite HelpSystem::ShowHelp and its uses 2021-07-01 13:35:57 -04:00
HelpSystem.h ManualPageID is a new type; rewrite HelpSystem::ShowHelp and its uses 2021-07-01 13:35:57 -04:00
HtmlWindow.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
HtmlWindow.h Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
ImageRoll.cpp Delete or un-inline some constructors, assignments, others... 2021-05-10 10:46:55 -04:00
ImageRoll.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
KeyView.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
KeyView.h Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
Meter.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
Meter.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
MeterPanelBase.cpp ToolManager.cpp does not depend on Meter 2019-06-16 01:24:29 -04:00
MeterPanelBase.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
MultiDialog.cpp ManualPageID is a new type; rewrite HelpSystem::ShowHelp and its uses 2021-07-01 13:35:57 -04:00
MultiDialog.h New library lib-strings for Identifier and internationalization 2021-05-27 09:51:32 -04:00
NumericTextCtrl.cpp Replace many inclusions of Types.h with Identifier.h 2021-05-27 09:51:32 -04:00
NumericTextCtrl.h Replace most inclusions of MemoryX.h with <memory> ... 2021-06-02 07:08:19 -04:00
Overlay.cpp
Overlay.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
OverlayPanel.cpp New utility library 2021-06-02 07:08:19 -04:00
OverlayPanel.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
PopupMenuTable.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
PopupMenuTable.h Replace most inclusions of MemoryX.h with <memory> ... 2021-06-02 07:08:19 -04:00
ProgressDialog.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
ProgressDialog.h Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
ReadOnlyText.h Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
Ruler.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
Ruler.h Add and correct various comments 2020-05-23 06:00:56 -04:00
Warning.cpp Define Setting classes, bundling config path with settings value... 2021-05-17 08:46:08 -04:00
Warning.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
WindowAccessible.cpp SliderAx uses TranslatableString 2019-12-28 23:49:17 -05:00
WindowAccessible.h More uses of AUDACITY_DLL_API... 2021-05-10 10:46:55 -04:00
numformatter.cpp Make Audacity build in C++17 ... 2021-06-18 21:44:55 +03:00
numformatter.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
valnum.cpp New library lib-strings for Identifier and internationalization 2021-05-27 09:51:32 -04:00
valnum.h Replace most inclusions of MemoryX.h with <memory> ... 2021-06-02 07:08:19 -04:00
wxPanelWrapper.cpp Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00
wxPanelWrapper.h Replace most inclusions of MemoryX.h with <memory> ... 2021-06-02 07:08:19 -04:00
wxTextCtrlWrapper.h Audacity.h has shrunk to nothing, now remove it! 2021-05-10 00:05:23 -05:00