summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2024-02-22Merge tag 'v2.16.78' into v2.17.xv2.17.12Carl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775.
2024-02-19Merge tag 'v2.16.77' into v2.17.xCarl Hetherington
2024-02-19Supporters update.v2.16.77Carl Hetherington
2024-02-19Supporters update.Carl Hetherington
2024-02-19Fix various preview errors on high-DPI screens (#2774).Carl Hetherington
The logical scale was previously not taken into account so the outline rectangle was wrong and the padding was usually missing.
2024-02-19Cleanup: use a dcp::Size instead of a wxSize.Carl Hetherington
2024-02-19Merge tag 'v2.16.76' into v2.17.xCarl Hetherington
2024-02-16Supporters update.v2.16.76Carl Hetherington
2024-02-15Supporters update.Carl Hetherington
2024-02-14Fix conversion of _X to underlined X with GTK (via ↵Carl Hetherington
gtk_label_set_text_with_mnemonic, I think).
2024-02-14Fix exception when calling resume() without first calling suspend().Carl Hetherington
2024-02-12Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-12Fix message for high bitrate frames during verify.Carl Hetherington
2024-02-12Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-11Supporters update.Carl Hetherington
2024-02-11Add comment about AudioDialog.Carl Hetherington
2024-02-11Remove orphaned label.Carl Hetherington
2024-02-11Extend the only column in the editable email address list.Carl Hetherington
2024-02-10Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2024-02-10Also remove now-redundant UTC offset from DKDMRecipient.Carl Hetherington
2024-02-10Add missing call to get_offsets().Carl Hetherington
2024-02-09Supporters update.v2.16.75Carl Hetherington
2024-02-05Simplify and improve performance of credits list.Carl Hetherington
2024-02-053 columns in the about box looks better (especially on macOS).Carl Hetherington
2024-02-05Add Benno Zwanenburg as a tester.Carl Hetherington
2024-02-04Tweak vertical spacing of wxChoice on macOS (#2747).Carl Hetherington
2024-02-03Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-03Supporters update.v2.16.74Carl Hetherington
2024-02-01Fix error when opening the right-click content menu.Carl Hetherington
2024-02-01Add some more space for macOS preferences icons.Carl Hetherington
2024-01-28Move audio language setting to DCP audio tab (#2682).Carl Hetherington
2024-01-28Remember whether Content or DCP is selected in a new ui.xml state file.Carl Hetherington
2024-01-28Cleanup: forward declaration sorting.Carl Hetherington
2024-01-28Remove reference checkboxes from video/audio/text tabs.Carl Hetherington
2024-01-28Add Version File dialog.Carl Hetherington
2024-01-28Add set().Carl Hetherington
2024-01-28Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
It should be allowed to not have any grok stuff in the config file, and we should generally call it grok rather than GPU in case other non-grok GPU stuff arrives in the future.
2024-01-28Cleanup: whitespace / coding style.Carl Hetherington
2024-01-28Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2024-01-28Add missing copyright banner.Carl Hetherington
2024-01-28Remove C++17-ism.Carl Hetherington
2024-01-28Copy-edit GUI strings.Carl Hetherington
2024-01-28Check for errors when calling the GPU lister.Carl Hetherington
2024-01-28Only build grok for Ubuntu 22.04.Carl Hetherington
2024-01-28Move grok headers into src/wx/grokCarl Hetherington
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