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-07-25 17:08:07 +02:00
Code
Issues
Releases
Wiki
Activity
audacity
/
src
/
widgets
History
v.audacity
0bd3f11f41
Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-)
2011-03-26 01:11:51 +00:00
..
AButton.cpp
…
AButton.h
…
ASlider.cpp
Adjust some comments.
2011-02-26 23:17:26 +00:00
ASlider.h
Change TipPanel to be a shared, singleton instance.
2010-11-28 00:23:27 +00:00
AttachableScrollBar.cpp
…
AttachableScrollBar.h
…
ErrorDialog.cpp
bug 26 followup - warn of missing alias on variety of instances (export/import/effect/mix,) in addition to first time the read fails.\nIn addition make sure there is only one warning on the screen at a time, bringing the old one to the foreground (although for things like export/effect there will be a progress bar in front of it, the missing files dialog will be above the project window when it finishes)
2011-03-23 01:01:17 +00:00
ErrorDialog.h
bug 26 followup - warn of missing alias on variety of instances (export/import/effect/mix,) in addition to first time the read fails.\nIn addition make sure there is only one warning on the screen at a time, bringing the old one to the foreground (although for things like export/effect there will be a progress bar in front of it, the missing files dialog will be above the project window when it finishes)
2011-03-23 01:01:17 +00:00
ExpandingToolBar.cpp
…
ExpandingToolBar.h
…
FileHistory.cpp
Fixes bug
#64
and increase the default number of history items remembered by the FileHistory class to 12 from 9. (Missed 2 files)
2011-03-11 15:53:22 +00:00
FileHistory.h
Fixes bug
#64
and increase the default number of history items remembered by the FileHistory class to 12 from 9.
2011-03-11 15:23:35 +00:00
Grabber.cpp
…
Grabber.h
…
Grid.cpp
…
Grid.h
…
HtmlWindow.cpp
…
HtmlWindow.h
…
ImageRoll.cpp
…
ImageRoll.h
…
LinkingHtmlWindow.cpp
…
LinkingHtmlWindow.h
…
Meter.cpp
Adjust some comments.
2011-02-26 23:17:26 +00:00
Meter.h
Fix Bug 258 - Mixer Board: max peak and clipping lines removed (P2).
2010-11-29 22:36:32 +00:00
MultiDialog.cpp
…
MultiDialog.h
…
ProgressDialog.cpp
…
ProgressDialog.h
…
Ruler.cpp
Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-)
2011-03-26 01:11:51 +00:00
Ruler.h
Timetrack fixes and refactoring.
2010-10-07 23:01:49 +00:00
TimeTextCtrl.cpp
Add missing #include
2010-09-01 22:51:57 +00:00
TimeTextCtrl.h
…
Warning.cpp
Fix bug in WarningDialog where dismissing via the close box made "don't show again" checkbox always stored as true, because EndModal() was called not via WarningDialog::OnOK() and the return value was 5101. So the prefs file had 5101, which is later read as "true", regardless of the actual setting of the checkbox.
2011-02-01 22:30:10 +00:00
Warning.h
…