summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2024-01-28Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding ↵Carl Hetherington
via his tool "grok".
2024-01-28Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).Carl Hetherington
2024-01-28Supporters update.v2.16.73Carl Hetherington
2024-01-26Fix assertion on trying to select a file (#2737).Carl Hetherington
2024-01-23Add supporters.v2.16.72Carl Hetherington
2024-01-21Remove unused variables.Carl Hetherington
2024-01-18Allow specification of KDM annotation text (#296).Carl Hetherington
2024-01-18Tweak layout.Carl Hetherington
2024-01-16Remember some more paths when selecting files (#2728).Carl Hetherington
* export subtitles * export video * debug log * cinema database * config file
2024-01-16Cleanup: remove some make_wx<> that aren't needed.Carl Hetherington
2024-01-16Add some comments.Carl Hetherington
2024-01-16Cleanup: rename some methods in FilePickerCtrl and use ↵Carl Hetherington
boost::filesystem::path more.
2024-01-15Increase timeout before pulsing the progress bar for a job.Carl Hetherington
2024-01-13Show hashes when they disagree during verification (#2717).Carl Hetherington
2024-01-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2024-01-12pot/merge.Carl Hetherington
2024-01-11Fix markers view for RTL languages (part of #2696).Carl Hetherington
2024-01-11Fix "add" markers submenu for the last couple of markers.Carl Hetherington
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2024-01-11Fix timecode order in RTL languages (part of #2696).Carl Hetherington
2024-01-11Supporters update.Carl Hetherington
2024-01-11Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-11Reduce minimum "non-standard" ISDCF part name length to 1.Carl Hetherington
Otherwise on macOS (at least) you can't type in any numbers, seemingly because it checks on each keypress so e.g. you clear it, enter 1 and a bell rings because 1 is too small. It's fine on Linux (a too-small number is corrected when you press enter).
2024-01-10Fix crash when changing ISDCF name part length (#2690).Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2024-01-08Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-05Add new "territory type" so that INT-T{D,L} can be chosen (#2704).Carl Hetherington
2024-01-05Add Choice::set_by_data().Carl Hetherington
2024-01-05Remove out-of-date patrons.Carl Hetherington
2024-01-02Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-02Observe CPL changing, so that (e.g.) Make KDM button becomes sensitiveCarl Hetherington
when selecting a screen and then choosing a CPL by browsing the filesystem (when there was no CPL previously selected).
2024-01-02Cleanup: whitespace.Carl Hetherington
2024-01-02Cleanup: auto.Carl Hetherington
2024-01-02Happy new year.Carl Hetherington
2024-01-02Fix crash due to player_video().first becoming null sometime betweenCarl Hetherington
it being passed into the method and then being re-read via another call to player_video().
2023-12-31Add a little gap between player buttons and the position slider.Carl Hetherington
2023-12-31Cleanup: use some auto.Carl Hetherington
2023-12-31Try to clarify player "dual" mode in the configuration.Carl Hetherington
2023-12-24Add stubs for fa_IR (Farsi/Persian).v2.16.71Carl Hetherington
2023-12-19Fix bits missed from previous commit.Carl Hetherington
2023-12-02Supporters update.v2.16.70Carl Hetherington
2023-11-30Support RtAudio >= 6.Carl Hetherington
There's an API break, mostly about removing the use of exceptions.
2023-11-29Allow 14 or 16 channels with ATMOS content, rather than forcing 14 (#2672).Carl Hetherington
2023-11-27Add Дима Агатов as a tester.Carl Hetherington
2023-11-27Supporters update.v2.16.69Carl Hetherington
2023-11-26Remove assumption that GDC serials always start with 'A' (apparently there ↵Carl Hetherington
are other prefixes too).
2023-11-24Fix debug assertion when adding a KDM.Carl Hetherington
2023-11-21Another Winodws build fix.v2.16.67Carl Hetherington
2023-11-20Fix class/struct confusion causing build error on macOS.Carl Hetherington
2023-11-20Fix build.Carl Hetherington