1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 09:29:30 +02:00

4 Commits

Author SHA1 Message Date
Paul Licameli
0c1b969c12 Fix Mac build, was broken at da66806...
... Fix I wrote as a late 2.3.2 pull request was before I did other cuts and
pastes for cycle breaking.  Replicating the patch in the new place without
extra #include directives did not compile.
2019-08-20 12:53:29 -04:00
James Crook
da66806bc0 Bug 2107 - Mac Accessibility: if a text box is the focus, pressing enter does not press the default button
Adapted very slightly from Paul's fix and pull request.
See also Bug 1329.
2019-08-14 21:37:57 +01:00
Paul Licameli
db8c4c5e5a Global keyboard capture handling into new files, better comments...
... and break its compile dependency on CommandManager.h by letting it install
callbacks.

This also removes Objective-C mixed code from CommmandManager.

This also eliminates four inclusions of Project.h!

Capture handler state is also global, not per project, though the
CommandManager's callbacks still do depend on the active project.
2019-05-18 15:14:18 -04:00
Paul Licameli
e5c7e5a21f Three new files in the build, still empty 2019-05-18 14:57:24 -04:00