Commit Graph

11 Commits

Author SHA1 Message Date
freddii 534359de6c
Fix minor typos (#720)
Co-authored-by: freddii <https://freddii@github.com>
2021-01-12 11:56:09 +00:00
Paul Licameli 7a1ca42109 Bugs2581, 2544: Don't corrupt if can't paste because clips can't move 2020-11-25 11:44:04 -05:00
Paul Licameli 8799d26335
Mac: avoid assertion violations from KeyboardCapture.cpp... (#658)
... when the NSEvent is not accessible
2020-09-03 12:33:59 -05:00
Leland Lucius fadc024432 Initial changes to build against wx313 2020-05-23 13:08:21 -05:00
Paul Licameli 8b532546c9 Bug2267: Nyquist prompt should allow multiline input...
... Fixing a side effect of the fix for bugs 2107 and 1329 which was done at
commit da66806 in version 2.3.3
2019-12-28 19:54:31 -05:00
Paul Licameli fb5e871d0a Revert "Bug2267: Nyquist prompt should allow multiline input..."
This reverts commit 33bd2a4d93.
2019-12-28 19:49:13 -05:00
Paul Licameli 33bd2a4d93 Bug2267: Nyquist prompt should allow multiline input...
... Fixing a side effect of the fix for bugs 2107 and 1329 which was done at
commit da66806 in version 2.3.3
2019-12-28 19:35:45 -05:00
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