| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-26 | Backport tiny typo fix from v2.15.x. | Carl Hetherington | |
| 2020-10-26 | Allow building and running with wxWidgets 3.1.x as well as 3.0.x. | Carl Hetherington | |
| 2020-02-29 | Fix incorrect results when applying some timing operations to | Carl Hetherington | |
| more than one piece of content at once (e.g. trim start). Back-ported from 746aa7337ac2d51a4fa09039c1d5d7717cc880fa in v2.15.x. | |||
| 2019-04-15 | Bump rtaudio to git head (with some patches of mine) | Carl Hetherington | |
| in order to get WASAPI fixes. | |||
| 2019-04-14 | Add donation nag after 20 successful DCP encodes. | Carl Hetherington | |
| 2019-01-27 | Remove specification of italic/bold fonts (#1451); synthesis will be used ↵v2.13.110 | Carl Hetherington | |
| instead. | |||
| 2019-01-15 | Restore some required wxwidgets bits. | Carl Hetherington | |
| 2019-01-15 | Avoid linking webview to fix Centos 7 build. | Carl Hetherington | |
| 2018-12-22 | Fix build. | Carl Hetherington | |
| 2018-12-08 | Add sending of translations via email.v2.13.82 | Carl Hetherington | |
| 2018-12-08 | Support buttons. | Carl Hetherington | |
| 2018-12-08 | Basics of in-place i18n with support for wxStaticText and wxCheckBox. | Carl Hetherington | |
| 2018-11-22 | Separate Controls into standard/swaroop. | Carl Hetherington | |
| 2018-11-22 | swaroop: basic manipulation of content in playlist creator. | Carl Hetherington | |
| 2018-11-12 | Fix library spec. | Carl Hetherington | |
| 2018-10-09 | swaroop: required monitors checks. | Carl Hetherington | |
| 2018-09-19 | Probably-better approach to dual-screen; reparent the viewer into its own Frame. | Carl Hetherington | |
| 2018-09-14 | Basic dual-screen mode for player. | Carl Hetherington | |
| 2018-09-11 | Rename control_film_viewer file. | Carl Hetherington | |
| 2018-09-11 | Partial split of film viewer. | Carl Hetherington | |
| 2018-09-10 | Update waf to 2.0.11. | Carl Hetherington | |
| 2018-09-07 | Initial nag for interface complexity. | Carl Hetherington | |
| 2018-08-23 | Basics of selecting 'tracks' for CCAPs. | Carl Hetherington | |
| 2018-08-21 | Give a message when changed files are re-examined. | Carl Hetherington | |
| 2018-08-15 | Add GDC and accounts icon. | Carl Hetherington | |
| 2018-08-15 | Christie support. | Carl Hetherington | |
| 2018-08-15 | More rearrangement and add Barco Alchemy. | Carl Hetherington | |
| 2018-07-23 | More 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-23 | Very basic closed caption viewer. | Carl Hetherington | |
| 2018-07-20 | caption -> subtitle.v2.13.36 | Carl Hetherington | |
| 2018-07-19 | Rename subtitle appearance dialogue. | Carl Hetherington | |
| 2018-07-19 | UI for selecting caption type. | Carl Hetherington | |
| 2018-07-19 | Rename Subtitle -> Text | Carl 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-09 | Try to fix build on Fedora 28. | Carl Hetherington | |
| 2018-07-06 | Add advanced KDM options button containing switches for forensic marking. | Carl Hetherington | |
| 2018-05-24 | Try another way of fixing accelerators stealing text control arrow keys (#1263). | Carl Hetherington | |
| 2018-03-14 | Very basic DCP verification in the player (#1238). | Carl Hetherington | |
| 2018-03-09 | Check for signer chains containing UTF8-marked strings and offer | Carl Hetherington | |
| to fix them on startup (#1218). | |||
| 2018-01-05 | Add simple copy and paste for content settings (#1051). | Carl Hetherington | |
| 2017-10-22 | Revert "Allow building with wxWidgets 3.1.x." | Carl Hetherington | |
| This reverts commit f23a04630806d47bcaf6894271365c49c288ba50. | |||
| 2017-10-18 | Allow building with wxWidgets 3.1.x. | Carl Hetherington | |
| 2017-08-20 | Add KDM decryption keys prefs to player. | Carl Hetherington | |
| 2017-08-15 | Give player its own configuration dialogue. | Carl Hetherington | |
| 2017-08-14 | Rename ConfigDialog -> FullConfigDialog. | Carl Hetherington | |
| 2017-08-14 | Initial and not-working information panel in player. | Carl Hetherington | |
| 2017-07-25 | First go at configurable config.xml location. | Carl Hetherington | |
| 2017-05-24 | Basic implementation of a tree view for DKDMs (#1012). | Carl Hetherington | |
| 2017-05-09 | Basic GUI for export. | Carl Hetherington | |
| 2017-05-09 | Basica save-as (duplicate) (#746). | Carl Hetherington | |
| 2017-05-04 | Nag users to backup config.xml if they make a DKDM. | Carl Hetherington | |
