summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Expand)Author
2024-04-22Allow specification of video bit rate separately for J2K and MPEG2.Carl Hetherington
2024-04-22Desensitise things that can't be adjusted in MPEG2 mode.Carl Hetherington
2024-04-22Update available containers whenever they change, always adding the one that ...Carl Hetherington
2024-04-22Add Choice::set_entries().Carl Hetherington
2024-04-22Rename Choice::add to Choice::add_entry.Carl Hetherington
2024-04-22Support encoding of MPEG2 DCPs.Carl Hetherington
2024-04-21Rename j2k_bandwidth -> video_bit_rate.Carl Hetherington
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington
2024-04-21Bring some more branding into the variant.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-04-18Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-04-18Add missing GUI-side verification note descriptions.Carl Hetherington
2024-04-17Supporters update.Carl Hetherington
2024-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington
2024-04-16Split VerifyDCPResultPanel so that construction and fill are separate.Carl Hetherington
2024-04-16Split VerifyDCPProgressDialog into a panel and a dialog.Carl Hetherington
2024-04-16Split VerifyDCPResultDialog into a panel and a dialog.Carl Hetherington
2024-04-16Rename VerifyDCPDialog -> VerifyDCPResultDialog.Carl Hetherington
2024-04-16Add leaf parameter to DirPickerCtrl.Carl Hetherington
2024-04-16Ellipsize end of DirPickerCtrl labels.Carl Hetherington
2024-04-15Fix build on macOS 10.8 (wxWidgets 3.0.5).Carl Hetherington
2024-04-10Hopefully fix build with the older wxWidgets use for old macOS.Carl Hetherington
2024-04-08Add new setup of i18n for macOS (#2778).Carl Hetherington
2024-04-08Cleanup: header ordering.Carl Hetherington
2024-04-08Fix DCP Timeline menu on macOS.Carl Hetherington
2024-04-08Disable Reels... button with no film.Carl Hetherington
2024-03-20Merge tag 'v2.16.79' into v2.17.xCarl Hetherington
2024-03-20Cleanup: clarify some namespace use.Carl Hetherington
2024-03-20Tidy up and fix assertion failure when selecting a CPL from the menu.v2.16.79Carl Hetherington
2024-03-18Improve formatting of FAILED_READ errors.Carl Hetherington
2024-03-18Log job errors as errors during verify.Carl Hetherington
2024-03-17Supporters update.Carl Hetherington
2024-03-16Add dark-mode link icon.Carl Hetherington
2024-03-16Fix link icon width on macOS.Carl Hetherington
2024-03-15Get prefs icons from the source tree on when starting from the macOS console.Carl Hetherington
2024-03-13Fix warning on macOS.Carl Hetherington
2024-03-12Add new interface for setting reel breaks (#2678).2678-reel-breakCarl Hetherington
2024-03-12Tweak SpinCtrl width for GTK3 to work with Mint's theme.Carl Hetherington
2024-03-12Extract snap subdivision to a constant.Carl Hetherington
2024-03-12Extract timeline content colours to a header.Carl Hetherington
2024-03-12Add validity check to Timecode.Carl Hetherington
2024-03-12Remove reel type / length controls from DCP panel.Carl Hetherington
2024-03-12Split out TimelineView from ContentTimelineView.Carl Hetherington
2024-03-12Rename TimelineTextContentView -> ContentTimelineTextView.Carl Hetherington
2024-03-12Rename TimelineVideoContentView -> ContentTimelineVideoView.Carl Hetherington
2024-03-12Rename TimelineAudioContentView -> ContentTimelineAudioView.Carl Hetherington
2024-03-12Rename TimelineAtmosContentView -> ContentTimelineAtmosView.Carl Hetherington
2024-03-12Rename TimelineDialog -> ContentTimelineDialog.Carl Hetherington
2024-03-12Split out Timeline from ContentTimeline.Carl Hetherington
2024-03-12Rename TimelineView -> ContentTimelineView.Carl Hetherington