| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The wxWidgets docs advise against its use these days.
|
|
|
|
gtk_label_set_text_with_mnemonic, I think).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for a while.
Should help with #2119.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parsing a subtitle file fails.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creator (#1045).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I think this stuff is unnecessary as wait() is interruptible
by boost::thread::interrupt. Hence instead of setting a flag
then signalling the condition we can just do interrupt(), the
exception will be thrown and that's that.
|
|
|
|
|
|
|