summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2022-02-02Supporters update.Carl Hetherington
2022-01-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2022-01-20pot/merge.v2.15.187Carl Hetherington
2022-01-18Shrink size of audio map.Carl Hetherington
2022-01-18Use less vertical height for name format hints.Carl Hetherington
2022-01-18Use less vertical height for the logging checkboxes.Carl Hetherington
2022-01-18Fix some big gaps in the prefs layout.Carl Hetherington
2022-01-18Supporters update.v2.15.185Carl Hetherington
2022-01-17Supporters update.Carl Hetherington
2022-01-17Add David Lankes as a tester.Carl Hetherington
2022-01-16Add some missing header includes.Luke Granger-Brown
<memory> is needed for std::*_ptr, and <algorithm> for std::transform.
2022-01-16Don't offer the tr_TR translation as it is very limited.Carl Hetherington
2022-01-09Fix misleading it_IT translation (thanks Fabrizio Carraro)Carl Hetherington
2022-01-01Happy new year.Carl Hetherington
2021-12-28Updated sv_SE translation from Adam Klotblixt.Carl Hetherington
2021-12-25Allow user to add .ttc font files.Carl Hetherington
2021-12-13C++11 tidying.Carl Hetherington
2021-12-06Use a virtual method rather than a set of nasty dynamic casts.Carl Hetherington
2021-11-30Be a little more careful to handle exceptions from boost::filesystem::file_sizeCarl Hetherington
There has been a report of file_size throwing an exception and crashing DCP-o-matic, but I haven't been able to reproduce it yet (possibly related to there being missing content files).
2021-11-29Update supporters.v2.15.178Carl Hetherington
2021-11-28Catch exceptions from RtAudio::startStream() in all cases.Carl Hetherington
2021-11-28Fix some truncated headings.Carl Hetherington
2021-11-22Fill in zeros if a part of a timecode is entered.v2.15.177Carl Hetherington
It looks better if zeros are added elsewhere when you, for example, put a number into the seconds box and click "set".
2021-11-22Fix failure to remove markers when the checkbox is unticked.Carl Hetherington
2021-11-22Don't allow luminance metadata below 0.1 in the GUI (part of #2130).Carl Hetherington
2021-11-20Supporters update.v2.15.176Carl Hetherington
2021-11-20Fix incorrect scaling of the simple view with hidpi screens (#2128).Carl Hetherington
2021-11-20Extract dpi_scale_factor() to a function.Carl Hetherington
2021-11-14Supporters update.v2.15.175Carl Hetherington
2021-11-14Fix the build for older macOS.Carl Hetherington
2021-11-14Missing include.v2.15.174Carl Hetherington
2021-11-14Account for DPI scale factors when calculating some sizes (#2118).v2.15.173Carl Hetherington
2021-11-13Pulse the progress bar 'automatically' if we haven't had a progress update ↵Carl Hetherington
for a while. Should help with #2119.
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington
If I remember right this was for swaroop and I suspect nobody else is really interested.
2021-11-05Supporters update.v2.15.172Carl Hetherington
2021-11-04Include subscribers / supporters in git.Carl Hetherington
The need for network access part-way through a build causes loads of annoying CI failures.
2021-11-04Make the prefs window a little wider on macOS to (hopefully) fit all the ↵Carl Hetherington
icons in (#2117).
2021-10-25Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-10-25Fix position of content outline (#2108).v2.15.171Carl Hetherington
2021-10-25Fix missing verification messages.Carl Hetherington
2021-10-23Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-10-17pot/merge.Carl Hetherington
2021-10-17Fix some markup quotation marks.Carl Hetherington
2021-10-17Upgrade the disk writer warning (#1971).Carl Hetherington
2021-10-16Fix error when editing colours in locales with , as a decimal separator.Carl Hetherington
2021-10-16Always block waiting for audio when exporting.v2.15.169Carl Hetherington
Otherwise if there is non available we'll insert silence and potentially push the audio out of sync (late). May help with #2098.
2021-10-16Use an enum instead of a bool to specify blocking/non-blocking.Carl Hetherington
2021-10-13Don't allow negative trims to be set up via changes to play length (#2105).v2.15.168Carl Hetherington
2021-10-11Cleanup: use enum class.Carl Hetherington
2021-10-03Differentiate requested and actual crop.Carl Hetherington
This is so we limit cropping to what is possible considering chroma subsampling.