Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sevan
/
audacity
Public
forked from
audacity/audacity
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
audacity
src
widgets
AButton.cpp
on
master
User selector
All users
All time
Commit history
Commits on Jan 30, 2021
Remove some unnecessary #include directives
Paul-Licameli
committed
23f32a8
View commit details
Copy full SHA for 23f32a8
View code at this point
Browse repository at this point
Commits on May 23, 2020
Simplify AButton...
Show description for b1cf7e5
Paul-Licameli
committed
b1cf7e5
View commit details
Copy full SHA for b1cf7e5
View code at this point
Browse repository at this point
Commits on Mar 1, 2020
Bug 2285 - Many action buttons and items in Toolbars activate the action on right-click (expect context menu or null action)
JamesCrook
committed
6c69484
View commit details
Copy full SHA for 6c69484
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
Fewer uses of ::GetActiveProject()...
Show description for 275797b
Paul-Licameli
committed
275797b
View commit details
Copy full SHA for 275797b
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
TranslatableString for toolbar button labels
Paul-Licameli
committed
c682718
View commit details
Copy full SHA for c682718
View code at this point
Browse repository at this point
Commits on Dec 21, 2019
TranslatableString for tooltips and status bar messages
Paul-Licameli
committed
49cab86
View commit details
Copy full SHA for 49cab86
View code at this point
Browse repository at this point
Commits on Dec 16, 2019
AButton::SetToolTip takes TranslatableString
Paul-Licameli
committed
e875ada
View commit details
Copy full SHA for e875ada
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
wxWidgets docs recommend: don't SetSizeHints on non-top-level windows
Paul-Licameli
committed
7ccd35d
View commit details
Copy full SHA for 7ccd35d
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
ScrubbingToolBar eats less idle time after commit 192530d
Paul-Licameli
committed
8c59f66
View commit details
Copy full SHA for 8c59f66
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
Move project status string management to new attached object class
Paul-Licameli
committed
e2362bc
View commit details
Copy full SHA for e2362bc
View code at this point
Browse repository at this point
Commits on May 28, 2019
Redo TP_UpdateStatusMessage...
Show description for 02afcbc
Paul-Licameli
committed
02afcbc
View commit details
Copy full SHA for 02afcbc
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Many WindowAccessible subclasses moved out of header files
Paul-Licameli
committed
ed29ab8
View commit details
Copy full SHA for ed29ab8
View code at this point
Browse repository at this point
Commits on Mar 23, 2019
include <wx/setup.h> in all files where wxUSE* macros are used...
Show description for a915a51
Paul-Licameli
committed
a915a51
View commit details
Copy full SHA for a915a51
View code at this point
Browse repository at this point
Commits on Mar 18, 2019
Each .cpp/.mm file includes corresponding header before any other...
Show description for 5e7d41e
Paul-Licameli
committed
5e7d41e
View commit details
Copy full SHA for 5e7d41e
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
Use standard library style members of wxArrayString (and wxString) ...
Show description for 2db49dc
Paul-Licameli
committed
2db49dc
View commit details
Copy full SHA for 2db49dc
View code at this point
Browse repository at this point
Commits on Apr 3, 2018
Fix an issue caused by the accessibility changes in wxWidgets 3.1.1
Show description for f027708
DavidBailes
committed
f027708
View commit details
Copy full SHA for f027708
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
Avoid some needless repaints of AButton
Paul-Licameli
committed
de568fc
View commit details
Copy full SHA for de568fc
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
Where if and else branches were the same, simplify...
Show description for 7c73011
Paul-Licameli
committed
7c73011
View commit details
Copy full SHA for 7c73011
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Add Hover-Over-Down State for Button
Show description for 41ac4cd
JamesCrook
committed
41ac4cd
View commit details
Copy full SHA for 41ac4cd
View code at this point
Browse repository at this point
Commits on Jul 23, 2017
Do not redundantly track focus in AButton...
Show description for 9aea0d3
Paul-Licameli
committed
9aea0d3
View commit details
Copy full SHA for 9aea0d3
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
Bug1623: Update play, record button images when modal dialog closes
Paul-Licameli
committed
d9c3a02
View commit details
Copy full SHA for d9c3a02
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
Bug 1656 - (Windows) Disabled Edit Toolbar buttons not skipped for navigation and respond to ENTER as if auto-select was On
Show description for c12f849
JamesCrook
committed
c12f849
View commit details
Copy full SHA for c12f849
View code at this point
Browse repository at this point
Commits on May 14, 2017
Bug 1565 - Windows: Toolbars don't show tooltips when button is disabled
JamesCrook
committed
6478895
View commit details
Copy full SHA for 6478895
View code at this point
Browse repository at this point
Commits on Mar 17, 2017
Use SafelyProcessEvent
Paul-Licameli
committed
006aeda
View commit details
Copy full SHA for 006aeda
View code at this point
Browse repository at this point
Fewer inclusions of AudacityApp.h
Paul-Licameli
committed
5036583
View commit details
Copy full SHA for 5036583
View code at this point
Browse repository at this point
Commits on Sep 18, 2016
Remove unnecessary semicolons
Paul-Licameli
committed
5d5edec
View commit details
Copy full SHA for 5d5edec
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
Remove unnecessary std::move in return statements...
Show description for d783762
Paul-Licameli
committed
d783762
View commit details
Copy full SHA for d783762
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
More uses of std::make_unique
Paul-Licameli
committed
15004b1
View commit details
Copy full SHA for 15004b1
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
Revert "Make tool bar pushbuttons cooperate with Voiceover on Mac..."
Show description for dab59cb
Paul-Licameli
committed
dab59cb
View commit details
Copy full SHA for dab59cb
View code at this point
Browse repository at this point
Make tool bar pushbuttons cooperate with Voiceover on Mac...
Show description for acde3d6
Paul-Licameli
committed
acde3d6
View commit details
Copy full SHA for acde3d6
View code at this point
Browse repository at this point
Commits on Jun 25, 2016
Fix Mac tabbing to sliders and meters, analogously to buttons...
Show description for 57788c8
Paul-Licameli
committed
57788c8
View commit details
Copy full SHA for 57788c8
View code at this point
Browse repository at this point
Make tabbing between toolbar buttons work on Mac
Paul-Licameli
committed
d31e96a
View commit details
Copy full SHA for d31e96a
View code at this point
Browse repository at this point
Fix drawing of focus rectangles in buttons, meters, sliders on Mac
Paul-Licameli
committed
fe509ed
View commit details
Copy full SHA for fe509ed
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Bug1252 more: click buttons don't steal focus, ctrl+f6 still works
Paul-Licameli
committed
48414d6
View commit details
Copy full SHA for 48414d6
View code at this point
Browse repository at this point
Commits on Jun 22, 2016
Bug1201: Be sure tool tips show for toolbar grabbers and resizers
Paul-Licameli
committed
21ea9a5
View commit details
Copy full SHA for 21ea9a5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.