summaryrefslogtreecommitdiff
path: root/src/wx/dcpomatic_spin_ctrl.cc
AgeCommit message (Collapse)Author
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2021-07-16Fix build with older boost.Carl Hetherington
2021-07-14Fix compile warning.Carl Hetherington
2021-03-29Fix strange problems with spin entries on macOS (#1944).Carl Hetherington
SetRange() with minimum > 0 seems to stop entry of numbers by selecting the existing one and typing new. Also we can make Enter work properly by adding a handler.