audacia/src/widgets
Paul Licameli dfeb7e18aa Type aliases for some uses of ComponentInterfaceSymbol...
... to be replaced later with distinct types

Also changing FamilyId => Family in function names

Also NumericFormatId => NumericFormatSymbol
2019-03-14 17:26:20 -04:00
..
AButton.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AButton.h Fix an issue caused by the accessibility changes in wxWidgets 3.1.1 2018-04-03 14:57:59 +01:00
ASlider.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
ASlider.h Play at speed pop-up dialog changes speed dynamically too. 2018-07-21 18:20:14 +01:00
AttachableScrollBar.cpp Add error check comments. 2016-07-10 21:40:48 +01:00
AttachableScrollBar.h Remove unnecessary semicolons 2016-09-18 10:36:53 -04:00
BackedPanel.cpp Bug 2040 - Linux: Assert on recording or generating when main Window minimised 2018-12-02 16:58:17 +00:00
BackedPanel.h Bug 2040 - Linux: Assert on recording or generating when main Window minimised 2018-12-02 16:58:17 +00:00
ErrorDialog.cpp Replace comparisons against "" with empty() 2019-03-14 13:23:41 -04:00
ErrorDialog.h Add an option to use a dialog to enter the name of a new label 2018-05-11 10:23:48 +01:00
ExpandingToolBar.cpp make_movable -> std::make_unique 2018-05-10 00:56:36 -04:00
ExpandingToolBar.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
FileHistory.cpp More std:: style for wxString and wxArrayString... 2019-03-10 14:45:12 -04:00
FileHistory.h Use weak pointers to simplify MenuCreator 2018-10-18 15:43:21 -04:00
Grabber.cpp Flicker-Free Grabbers and Mic/Speaker icons. 2018-04-13 09:48:20 +01:00
Grabber.h More doxygen 2018-11-03 13:18:26 +00:00
Grid.cpp Type aliases for some uses of ComponentInterfaceSymbol... 2019-03-14 17:26:20 -04:00
Grid.h Type aliases for some uses of ComponentInterfaceSymbol... 2019-03-14 17:26:20 -04:00
HelpSystem.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
HelpSystem.h Add 'Quick Fix' menu item to Help. 2018-10-19 18:31:44 +01:00
HtmlWindow.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
HtmlWindow.h Fix an issue caused by the accessibility changes in wxWidgets 3.1.1 2018-04-03 14:57:59 +01:00
ImageRoll.cpp Get rid of wx object arrays, use std::vector 2018-02-21 19:33:27 -05:00
ImageRoll.h Get rid of wx object arrays, use std::vector 2018-02-21 19:33:27 -05:00
KeyView.cpp Replace comparisons against wxEmptyString with empty() 2019-03-14 16:20:18 -04:00
KeyView.h Fix Linux build 2018-10-18 10:59:22 -04:00
LinkingHtmlWindow.cpp Linty fixes 2017-11-07 14:23:30 +00:00
LinkingHtmlWindow.h More doxygen 2018-11-03 13:18:26 +00:00
Meter.cpp Define and use wxArrayStringEx... 2019-03-10 16:23:44 -04:00
Meter.h Take class AdornedRulerPanel out of src/widgets... 2018-10-24 15:04:41 -04:00
MultiDialog.cpp Help Menus 2018-10-24 12:16:45 -04:00
MultiDialog.h Sweep unnecessary wxString copies: widgets 2016-02-22 21:30:04 -05:00
NumericTextCtrl.cpp Type aliases for some uses of ComponentInterfaceSymbol... 2019-03-14 17:26:20 -04:00
NumericTextCtrl.h Type aliases for some uses of ComponentInterfaceSymbol... 2019-03-14 17:26:20 -04:00
Overlay.cpp New base classes of TrackPanel just for the bitmap backing and overlay system... 2016-05-09 11:37:32 -04:00
Overlay.h Update comments about TrackPanel and TrackArtist... 2018-10-31 08:06:18 -04:00
OverlayPanel.cpp src/widget/OverlayPanel: PVS-Studio: fixes bug with remove function. 2017-10-11 14:16:33 +03:00
OverlayPanel.h Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
PopupMenuTable.cpp Remove unnecessary moves of return values 2018-07-24 21:25:22 -04:00
PopupMenuTable.h Rewrite many calls to Connect() with Bind()... 2018-02-21 19:28:11 -05:00
ProgressDialog.cpp Replace comparisons against wxEmptyString with empty() 2019-03-14 16:20:18 -04:00
ProgressDialog.h Some uses of wxWindowRef, a weak pointer that won't become dangling 2018-08-01 22:49:37 -04:00
Ruler.cpp Replace comparisons against "" with empty() 2019-03-14 13:23:41 -04:00
Ruler.h Take class AdornedRulerPanel out of src/widgets... 2018-10-24 15:04:41 -04:00
Warning.cpp Fix sizers in WarningDialog 2018-04-08 19:51:09 +01:00
Warning.h Change the text of the checkmark for the dropout warning 2018-01-17 10:18:49 -05:00
WindowAccessible.cpp Add missing files to Mac build. 2018-04-04 14:14:59 +01:00
WindowAccessible.h Add missing files to Mac build. 2018-04-04 14:14:59 +01:00
numformatter.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
numformatter.h Sweep unnecessary wxString copies: widgets 2016-02-22 21:30:04 -05:00
valnum.cpp More use of std:: style members of wxString... 2019-03-10 14:44:54 -04:00
valnum.h Use std::numeric_limits<...>::lowest... 2018-09-29 12:57:53 -04:00
wxPanelWrapper.cpp guard against dereferencing null in the previous 2016-11-21 12:55:21 -05:00
wxPanelWrapper.h Avoid MSVC trying to use wxTabTraversalWrapper's move ctor. 2018-06-26 06:53:47 -07:00