summaryrefslogtreecommitdiff
path: root/src/wx/wscript
AgeCommit message (Collapse)Author
2020-10-26Backport tiny typo fix from v2.15.x.Carl Hetherington
2020-10-26Allow building and running with wxWidgets 3.1.x as well as 3.0.x.Carl Hetherington
2020-02-29Fix incorrect results when applying some timing operations toCarl Hetherington
more than one piece of content at once (e.g. trim start). Back-ported from 746aa7337ac2d51a4fa09039c1d5d7717cc880fa in v2.15.x.
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
2018-11-22swaroop: basic manipulation of content in playlist creator.Carl Hetherington
2018-11-12Fix library spec.Carl Hetherington
2018-10-09swaroop: required monitors checks.Carl Hetherington
2018-09-19Probably-better approach to dual-screen; reparent the viewer into its own Frame.Carl Hetherington
2018-09-14Basic dual-screen mode for player.Carl Hetherington
2018-09-11Rename control_film_viewer file.Carl Hetherington
2018-09-11Partial split of film viewer.Carl Hetherington
2018-09-10Update waf to 2.0.11.Carl Hetherington
2018-09-07Initial nag for interface complexity.Carl Hetherington
2018-08-23Basics of selecting 'tracks' for CCAPs.Carl Hetherington
2018-08-21Give a message when changed files are re-examined.Carl Hetherington
2018-08-15Add GDC and accounts icon.Carl Hetherington
2018-08-15Christie support.Carl Hetherington
2018-08-15More rearrangement and add Barco Alchemy.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType
2018-07-23Very basic closed caption viewer.Carl Hetherington
2018-07-20caption -> subtitle.v2.13.36Carl Hetherington
2018-07-19Rename subtitle appearance dialogue.Carl Hetherington
2018-07-19UI for selecting caption type.Carl Hetherington
2018-07-19Rename Subtitle -> TextCarl Hetherington
sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc mv src/lib/subtitle_decoder.h src/lib/text_decoder.h mv src/lib/subtitle_content.cc src/lib/text_content.cc mv src/lib/subtitle_content.h src/lib/text_content.h mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc mv src/lib/text_subtitle_content.h src/lib/text_text_content.h mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h
2018-07-09Try to fix build on Fedora 28.Carl Hetherington
2018-07-06Add advanced KDM options button containing switches for forensic marking.Carl Hetherington
2018-05-24Try another way of fixing accelerators stealing text control arrow keys (#1263).Carl Hetherington
2018-03-14Very basic DCP verification in the player (#1238).Carl Hetherington
2018-03-09Check for signer chains containing UTF8-marked strings and offerCarl Hetherington
to fix them on startup (#1218).
2018-01-05Add simple copy and paste for content settings (#1051).Carl Hetherington
2017-10-22Revert "Allow building with wxWidgets 3.1.x."Carl Hetherington
This reverts commit f23a04630806d47bcaf6894271365c49c288ba50.
2017-10-18Allow building with wxWidgets 3.1.x.Carl Hetherington
2017-08-20Add KDM decryption keys prefs to player.Carl Hetherington
2017-08-15Give player its own configuration dialogue.Carl Hetherington
2017-08-14Rename ConfigDialog -> FullConfigDialog.Carl Hetherington
2017-08-14Initial and not-working information panel in player.Carl Hetherington
2017-07-25First go at configurable config.xml location.Carl Hetherington
2017-05-24Basic implementation of a tree view for DKDMs (#1012).Carl Hetherington
2017-05-09Basic GUI for export.Carl Hetherington
2017-05-09Basica save-as (duplicate) (#746).Carl Hetherington
2017-05-04Nag users to backup config.xml if they make a DKDM.Carl Hetherington