summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2020-11-25Add debug log type for encode servers.Carl Hetherington
2020-11-24Fix uninitialised variable.Carl Hetherington
2020-11-24Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-21pot/merge.Carl Hetherington
2020-11-21Update ISDCF name when subtitle language metadata changes (related to #1737).Carl Hetherington
2020-11-21Remove the "simple" UI (#1868).Carl Hetherington
It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see.
2020-11-20Use a LanguageTag for closed caption tracks.Carl Hetherington
2020-11-20Remove subtitle language from text content.Carl Hetherington
2020-11-20Fix label alignment.Carl Hetherington
2020-11-20Store subtitle language(s) in Film, and allow setup of thoseCarl Hetherington
languages from the Interop/SMPTE metadata dialogues.
2020-11-20Tidy up button alignment.Carl Hetherington
2020-11-20Move labelling out of LanguageTagWidget.Carl Hetherington
2020-11-20Disable video range control for DCP content (#1821).Carl Hetherington
2020-11-17Fix strange OR operator.Carl Hetherington
2020-11-16Make sure we use limited ("video") range data when exporting.Carl Hetherington
Our export formats all currently use limited range but we weren't making sure data fed to the encoders was limited range. Should fix #1832.
2020-11-16Add catch-all assertion.Carl Hetherington
2020-11-15Add LanguageTagWidget and use it for the SMPTE metadata.Carl Hetherington
2020-11-15Fix invisible subtag lists in some cases.Carl Hetherington
On Debian 10 / GTK3 (at least) sometimes when you add a new subtag the searchable list isn't displayed until you scroll it a little. This hack seems to fix that.
2020-11-15Add Remove button to language tag dialogue.Carl Hetherington
2020-11-15Improve text panel layout with GTK3's enormous spin controls.Carl Hetherington
2020-11-13Fix finding of subtitles when clicking in the list view.Carl Hetherington
I didn't look into this as deeply as I probably should have, but it seems there's some rounding error which means we don't always hit the subtitle's frame unless we add one on.
2020-11-13More vertical alignment fixes.Carl Hetherington
2020-11-08Remove references to / support for old RtError class (now RtAudioError).Carl Hetherington
2020-11-05Fix video waveform view with GL backend.Carl Hetherington
2020-11-05Fix some alignment.Carl Hetherington
2020-11-04Move video frame rate override into advanced prefs (#1852).Carl Hetherington
2020-11-04Fix crash on Linux (and maybe others).Carl Hetherington
Calling _canvas->SetCurrent() without the canvas being on screen causes a crash on Linux (and maybe elsewhere).
2020-10-26Catch more errors when non-CPLs are loaded as CPLs.Carl Hetherington
Backported-from-commit: b73549f6c4f13e8ef5cadebbc767829aea5a2c16 Backported-from-branch: master
2020-10-24White space tweak.Carl Hetherington
2020-10-23Fix some label alignments.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-10-20Try to improve splitter behaviour when shrinking and then enlargingCarl Hetherington
the main window (#1839).
2020-10-20Move the LimitedSplitter constructor into the .cc file.Carl Hetherington
2020-10-20Move contents of ContentPanel::first_shown into LimitedSplitter.Carl Hetherington
2020-10-20Move LimitedSplitter into the header file.Carl Hetherington
2020-10-19Playlist editor: try to make progress dialogue appear sooner when scanning ↵Carl Hetherington
content.
2020-10-13Label vertical alignment fixes.Carl Hetherington
2020-10-06Fix assorted GTK3-related alignment problems.Carl Hetherington
2020-09-27Disable some more warnings.Carl Hetherington
2020-09-27Tweak trim-to-end behaviour and button label.Carl Hetherington
Now this button trims the current frame and all following (#1831). It seems to be likely that you'd be looking at something you want to remove, not the thing before what you want to remove.
2020-09-27Fix playhead position after trim-up-to (#1847).Carl Hetherington
2020-09-27Build fix.Carl Hetherington
2020-09-27Use bitmap_path() method to find the splash screen image.Carl Hetherington
2020-09-25Add NamedChannel and use it to hide the never-used channelsCarl Hetherington
when mapping into a DCP.
2020-09-25Add missing try/catch to a call to getDeviceInfo.Carl Hetherington
2020-09-25Use the appropriate RtAudio exception (though I'm not sure if thisCarl Hetherington
still necessary).
2020-09-25Remove unnecessary explicit.Carl Hetherington
2020-09-23Undefine Status that somebody decided to put in the global namespace.Carl Hetherington
2020-09-23Add audio language configuration and pass it to libdcp.Carl Hetherington