| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise on macOS it looks a bit odd now it defaults to full-screen
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise if the GUI is busy when the emissions build up, each one holds
a reference to a potentially large image.
This caused enormous memory use when playing a DCP and verifying it at
the same time.
|
|
|
|
|
|
Broken in e1c43614ad31ce276b923f9b1d280ad0c102c4b1
|
|
|
|
|
|
|
|
|
|
This avoids some boilerplate.
|
|
|
|
Otherwise the wrong SignalManager gets used for some tests (after an
encode_cli test) which causes problems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39
wxDialog can be stack allocated if opened with ShowModal(), but not with
Show(). Go back to wx_ptr for those that are opened with Show().
|
|
|
|
|
|
|
|
|
|
|
|
|