| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-26 | Expand project/ISDCF names rightwards when the DCP panel is made wider (#3045). | Carl Hetherington | |
| 2025-05-12 | White space: html_dialog.{cc,h} | Carl Hetherington | |
| 2025-05-11 | White space, some auto: timing_panel.{cc,h} | Carl Hetherington | |
| 2025-05-11 | Use case for property checks now that it's possible. | Carl Hetherington | |
| This would have prevented the bug fixed in 6bbf7dee. | |||
| 2025-05-11 | Fix failure to update scale fit/custom radio buttons. | Carl Hetherington | |
| 2025-05-11 | White space: custom_scale_dialog.{cc,h} | Carl Hetherington | |
| 2025-05-10 | White space: dir_picker_ctrl.{cc,h} | Carl Hetherington | |
| 2025-05-10 | White space: content_panel.cc | Carl Hetherington | |
| 2025-05-10 | White space: system_font_dialog.{cc,h} | Carl Hetherington | |
| 2025-05-09 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-05-08 | pot/merge. | Carl Hetherington | |
| 2025-05-08 | Fix missing update of controls when changing VF settings. | Carl Hetherington | |
| 2025-05-08 | White space: video_panel.{cc,h} | Carl Hetherington | |
| 2025-05-08 | Limit allowable reel types (#3032). | Carl Hetherington | |
| 2025-05-08 | Fix crash when using get_data() on new, empty choices. | Carl Hetherington | |
| Due to the dummy item that we have to add. | |||
| 2025-05-08 | Return std::string rather than wxString from Choice::get_data(). | Carl Hetherington | |
| 2025-05-08 | Supporters update. | Carl Hetherington | |
| 2025-05-06 | Updated zh_CN translation from 刘汉源 | Carl Hetherington | |
| 2025-05-03 | Merge an if statement. | Carl Hetherington | |
| 2025-05-03 | White space: update_dialog.{cc,h} | Carl Hetherington | |
| 2025-04-25 | Supporters update.v2.18.18 | Carl Hetherington | |
| 2025-04-25 | Add missing ev.Skip(), causing a blank DCP notebook page on the old macOS ↵ | Carl Hetherington | |
| build (#3018). Thank you and thank you again to https://discuss.wxpython.org/t/wx-notebook-has-blank-pages-on-windows/27393/2 without whom I never would have worked this out. | |||
| 2025-04-25 | Tidy up initialisation. | Carl Hetherington | |
| 2025-04-25 | Use a make_shared. | Carl Hetherington | |
| 2025-04-25 | White space: job_view.{cc,h} | Carl Hetherington | |
| 2025-04-25 | White space: email_dialog.{cc,h} | Carl Hetherington | |
| 2025-04-25 | White space: dcp_panel.{cc,h} | Carl Hetherington | |
| 2025-04-25 | Tweak very long de_DE translation and remove extra colon. | Carl Hetherington | |
| 2025-04-16 | White space: film_viewer.{cc,h} | Carl Hetherington | |
| 2025-04-16 | Respect dark GUI on all platforms, not just macOS. | Carl Hetherington | |
| 2025-04-14 | Supporters update.v2.18.17 | Carl Hetherington | |
| 2025-04-14 | Bump libdcp for very invalid subtitle duration checks. | Carl Hetherington | |
| 2025-04-14 | Add David Lankes to translator credits. | Carl Hetherington | |
| 2025-04-13 | Don't bind a shared_ptr<PlayerVideo> to ImageChanged (#3013). | Carl Hetherington | |
| Otherwise if the GUI is busy when the emissions build up, each one holds a reference to a potentially large image. This caused enormous memory use when playing a DCP and verifying it at the same time. | |||
| 2025-04-07 | Supporters update.v2.18.16 | Carl Hetherington | |
| 2025-04-03 | Fix error when pressing the HTTP server play button twice in a row. | Carl Hetherington | |
| 2025-03-27 | Tell the user that they can add the CPL ID to a DKDM filename. | Carl Hetherington | |
| 2025-03-27 | Add recipient name as a magic value in DKDM output filenames. | Carl Hetherington | |
| 2025-03-27 | Fix DKDM dialog "make" button sensitivity. | Carl Hetherington | |
| 2025-03-27 | Make DKDM output panel tell everyone what the output method is and when it ↵ | Carl Hetherington | |
| changes. | |||
| 2025-03-27 | Make RecipientsPanel::recipients() return selected recipients, not all. | Carl Hetherington | |
| 2025-03-27 | Remove timing selection from DKDM dialog. | Carl Hetherington | |
| Maybe there is some software that respects the timings, but it seems slightly deceptive to pretend there's any point in setting them. | |||
| 2025-03-26 | White space: dkdm_output_panel.{cc,h} | Carl Hetherington | |
| 2025-03-26 | Cleanup: use a make_shared. | Carl Hetherington | |
| 2025-03-26 | Bump libdcp for some MPEG2 fixes, verify bits, Fedora 42 build fix. | Carl Hetherington | |
| 2025-03-25 | Add Nepal Standard Time UTC offset (+5:45). | Carl Hetherington | |
| 2025-03-24 | Supporters update.v2.18.15 | Carl Hetherington | |
| 2025-03-24 | Basic support for variable-Z 3D subtitles. | Carl Hetherington | |
| 2025-03-21 | Fix sensitivity of "Add OV..." option with no content. | Carl Hetherington | |
| 2025-03-19 | Seek the player before creating a new butler. | Carl Hetherington | |
| Consider the case where we switch to a different sound card when the player GUI is showing frame 0. At this point, the butler will be full up to some readahead, so the player will also "think" it's at the readahead position. If we create a new butler, the first get of video from the new buffer would previously return a frame from the readahead position (because that's where the player was). Since the new butler would coincide with the audio stream position being 0, the video thread would think it was ahead by the ring buffer readahead and so would sleep for quite a long time. Meanwhile audio arrives and is played, and when the video thread finally wakes it is a long time behind the audio. | |||
