summaryrefslogtreecommitdiff
path: root/src/wx/wscript
AgeCommit message (Collapse)Author
2020-11-23Remove swaroop variant.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-15Add LanguageTagWidget and use it for the SMPTE metadata.Carl Hetherington
2020-11-08Remove references to / support for old RtError class (now RtAudioError).Carl Hetherington
2020-09-23Support CPL metadata.Carl Hetherington
2020-09-11Fixes for building with newer wxWidgets.Carl Hetherington
2020-08-25Rename export dialogue to export video.Carl Hetherington
2020-08-25Move subtitle export to its own dialogue.Carl Hetherington
2020-07-04Fix typo truncating ./waf configure output.Carl Hetherington
2020-06-27Merge FilterEditor and FilterDialog.Carl Hetherington
2020-06-08Remove encryption key options (#1760).Carl Hetherington
2020-05-22We must only link gtk2 if wx is also using it.Carl Hetherington
2020-05-22White space.Carl Hetherington
2020-05-18Add a new "Advanced settings" dialog for content, accessibleCarl Hetherington
from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel. Maybe other things should be hidden in here. I'm looking at you, video filters...
2020-05-11Change video content scaling so that it either:Carl Hetherington
1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size.
2020-05-07Add a 'Make DKDM' dialogue box to simplify and (hopefully) clarify DKDM ↵Carl Hetherington
creation (#1637).
2020-04-24Add pre-running warning to disk writer.Carl Hetherington
2020-04-13Tidy up nanomsg class API; add unmounting for Linux.Carl Hetherington
2020-04-06Add disk writer tool.Carl Hetherington
2020-03-16Move stress testing code into a separate class and always build it.Carl Hetherington
Fix stress script generation to always reload a DCP rather than expecting it to be available after it has finished playback.
2020-03-01Support playlists in the player in dual-screen mode.v2.15.45Carl Hetherington
2020-02-29Add 'proper' config dialog for the playlist editor.Carl Hetherington
2020-02-28Fix incorrect results when applying some timing operations toCarl Hetherington
more than one piece of content at once (e.g. trim start).
2020-01-08Move _player_video into VideoView.Carl Hetherington
2020-01-06Move credentials settings into certificate download dialogue (#1480).Carl Hetherington
2019-06-10Various build system fixes.v2.15.8Carl Hetherington
2019-06-10swaroop: try to make -theater and -studio variants.Carl Hetherington
2019-06-03Try to enable some WGL stuff.Carl Hetherington
2019-06-03More GL build fixes.Carl Hetherington
2019-06-03Fix some build failures due to GL stuff.Carl Hetherington
2019-06-03Try to enable vsync with GL on Linux.Carl Hetherington
2019-05-10Fix OS X build.Carl Hetherington
2019-05-10Fix up SimpleVideoView.Carl Hetherington
2019-05-10Add system information dialog with OpenGL version.Carl Hetherington
2019-05-10Basics of OpenGL viewer.Carl Hetherington
2019-05-10Support download of certificates from Qube (#1460).Carl Hetherington
2019-05-10Add some very basic timing of the player.Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington
2019-05-10Hide passwords in text fields.Carl Hetherington
2019-05-10Basics of setting and storing SMPTE CPL markers.Carl Hetherington
2019-04-15Bump rtaudio to git head (with some patches of mine)Carl Hetherington
in order to get WASAPI fixes.
2019-04-14Add donation nag after 20 successful DCP encodes.Carl Hetherington
2019-01-27Remove specification of italic/bold fonts (#1451); synthesis will be used ↵v2.13.110Carl Hetherington
instead.
2019-01-15Restore some required wxwidgets bits.Carl Hetherington
2019-01-15Avoid linking webview to fix Centos 7 build.Carl Hetherington
2018-12-22Fix build.Carl Hetherington
2018-12-08Add sending of translations via email.v2.13.82Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-11-22Separate Controls into standard/swaroop.Carl Hetherington