summaryrefslogtreecommitdiff
path: root/src/wx/focus_manager.h
AgeCommit message (Collapse)Author
2025-06-14Use a new UISignal which checks thread safety slightly.3052-hangCarl Hetherington
This adds a wrapper around signals2::signal which checks that emission happens from the GUI thread, for signals whose handlers must be called in the UI thread. I'm not sure how helpful it really is but maybe it catches some bad situations.
2022-09-15Fix some spelling mistakes (mostly in comments).Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2018-05-24Try another way of fixing accelerators stealing text control arrow keys (#1263).Carl Hetherington