| Age | Commit message (Collapse) | Author |
|
|
|
|
|
It was only ever used for wxDialog subclasses, which can be
stack-allocated.
|
|
|
|
On at least Fedora 41 they are still too narrow in e.g. the reel editor
of the editor.
|
|
|
|
|
|
|
|
and instead just have a singleton. On Windows I saw a situation where
the first instantiation would use ASIO and the second WASAPI, causing
all kinds of confusion.
|
|
|
|
|
|
|
|
|
|
Using wx_ptr in the wxApp object seems bad because in ~App wxWidgets
deletes all top-level windows in `DeleteAllTLWs` so if ~wx_ptr then
tries to destroy them we get a use-after-free.
|
|
Also remove the use of wxRIGHT as I don't think it was doing anything
before.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation (#1637).
|
|
|
|
|
|
|
|
least with RtAudio) does not seem to support > 2 channels.
|
|
|
|
|
|
(#1383).
|
|
|
|
|