This website requires JavaScript.
Explore
Help
Sign In
Autres
/
audacity
Watch
1
Star
0
Fork
0
You've already forked audacity
mirror of
https://github.com/cookiengineer/audacity
synced
2025-10-18 16:41:14 +02:00
Code
Issues
Releases
Wiki
Activity
Files
1b57335dca3cac1babf9470d4e3ceea699682c50
audacity
/
src
/
toolbars
History
David Bailes
a25a8f8f26
state field of status bar. Previous commit failed to build on linux (again). Added forward declaration of class wxStatusBar to ControlBar.h.
2015-06-02 16:21:51 +01:00
..
ControlToolBar.cpp
status bar state field. When you move to the menubar, the state field is no longer cleared. This was achieved by introducing a dummy field of width 0. When you first open a new audacity project, the state is stopped - previously the state only appeared after the first play/pause/etc command.
2015-06-02 15:18:46 +01:00
ControlToolBar.h
state field of status bar. Previous commit failed to build on linux (again). Added forward declaration of class wxStatusBar to ControlBar.h.
2015-06-02 16:21:51 +01:00
DeviceToolBar.cpp
…
DeviceToolBar.h
…
EditToolBar.cpp
…
EditToolBar.h
…
MeterToolBar.cpp
…
MeterToolBar.h
…
MixerToolBar.cpp
…
MixerToolBar.h
…
SelectionBar.cpp
…
SelectionBar.h
…
SelectionBarListener.h
…
SpectralSelectionBar.cpp
Further fix for bug 957.
2015-05-30 12:16:40 +01:00
SpectralSelectionBar.h
…
SpectralSelectionBarListener.h
…
ToolBar.cpp
…
ToolBar.h
…
ToolDock.cpp
…
ToolDock.h
…
ToolManager.cpp
…
ToolManager.h
…
ToolsToolBar.cpp
Bug989, and scrub UI uses left button to seek, not Shift key
2015-05-29 20:29:44 -04:00
ToolsToolBar.h
…
TranscriptionToolBar.cpp
…
TranscriptionToolBar.h
…