| Age | Commit message (Collapse) | Author |
|
|
|
Without this, some replies were being lost.
|
|
|
|
src/osx/carbon/graphics.cpp:143).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Cherif Ben Brahim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OS X).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The while (wxTheApp->Pending ()) wxTheApp->Dispatch() appears to
hang on OS X.
|
|
|
|
dcpomatic_batch shrink nicely (i.e. shrinking the gauge) when the
window is shrunk. It seems surprising that we have to call back
to children to tell them to layout / fit-inside, but it does all
*seem* to be necessary.
|
|
|
|
instead.
|
|
|
|
firstly, the path to the .mo files was wrong (the code assumed that
OSX was like Linux). Secondly, the string passed into putenv() must
not be freed by the caller (as its docs say). It appears that you
get away with not doing this on Linux and Windows.
|
|
|
|
|
|
|
|
|
|
|
|
|