| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-02 | fixup! Remove some implicit conversions between wxString and std::string.text | Carl Hetherington | |
| 2024-09-02 | fixup! Remove some implicit conversions between wxString and std::string. | Carl Hetherington | |
| 2024-08-17 | Support closed subtitles and open captions. | Carl Hetherington | |
| 2024-08-17 | Remove unused variable setup. | Carl Hetherington | |
| 2024-08-17 | Remove use of wxT in favour of char_to_wx(). | Carl Hetherington | |
| The wxWidgets docs advise against its use these days. | |||
| 2024-08-17 | Use Choice rather than wxChoice for text type. | Carl Hetherington | |
| 2024-08-17 | Add Choice::size(). | Carl Hetherington | |
| 2024-08-17 | Make context_translation take a char array. | Carl Hetherington | |
| 2024-08-17 | Add some convenience methods to the Choice class. | Carl Hetherington | |
| 2024-08-17 | Fix missing i18n markup. | Carl Hetherington | |
| 2024-08-17 | Remove some implicit conversions between wxString and std::string. | Carl Hetherington | |
| 2024-08-17 | Add new char_to_wx() to convert UTF8 character arrays to wxString. | Carl Hetherington | |
| 2024-08-17 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-08-17 | Add option to use relative content paths (#2856). | Carl Hetherington | |
| 2024-08-15 | Supporters update. | Carl Hetherington | |
| 2024-08-03 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-07-28 | Supporters update.v2.16.90 | Carl Hetherington | |
| 2024-07-28 | Fix build warning on macOS. | Carl Hetherington | |
| 2024-07-27 | Limit number of verifier notes that are actually displayed (#2814). | Carl Hetherington | |
| 2024-07-27 | Add missing setup for DEBUG_VIDEO_VIEW. | Carl Hetherington | |
| 2024-07-27 | Fix build with RtAudio 6. | Carl Hetherington | |
| 2024-07-26 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-07-26 | Add AudioBackend::device_output_channels(). | Carl Hetherington | |
| 2024-07-26 | Add AudioBackend::default_device_name(). | Carl Hetherington | |
| 2024-07-26 | Add AudioBackend::output_device_names(). | Carl Hetherington | |
| 2024-07-26 | Add AudioBackend::start_stream(). | Carl Hetherington | |
| 2024-07-26 | Add AudioBackend::abort_stream_if_running(). | Carl Hetherington | |
| 2024-07-26 | Stop instantiating RtAudio all over the place | Carl Hetherington | |
| and instead just have a singleton. On Windows I saw a situation where the first instantiation would use ASIO and the second WASAPI, causing all kinds of confusion. | |||
| 2024-07-22 | Supporters update. | Carl Hetherington | |
| 2024-07-15 | Fix nag foreground colour in dark mode (#2848). | Carl Hetherington | |
| 2024-07-15 | Remove file added for HTML rendering. | Carl Hetherington | |
| 2024-07-15 | Tweak background colour of nag in dark mode. | Carl Hetherington | |
| 2024-07-13 | Fix spacing of screens panel buttons. | Carl Hetherington | |
| Now they match the ones in the content panel. | |||
| 2024-07-13 | Make the download certificate dialog wider on macOS. | Carl Hetherington | |
| Otherwise the labels for the tabs are all very truncated. | |||
| 2024-07-13 | Download Barco certificates using SFTP instead of plain FTP (#2842). | Carl Hetherington | |
| 2024-07-12 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2024-07-12 | Remove some more stuff related to the old "instant i18n" feature. | Carl Hetherington | |
| 2024-07-11 | pot/merge. | Carl Hetherington | |
| 2024-07-11 | Add menu option to un-map all audio (#2805). | Carl Hetherington | |
| 2024-07-09 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-07-09 | Add menu option to remove a reel boundary (#2824). | Carl Hetherington | |
| 2024-07-09 | Add DCPTimeline::position_to_reel_boundary(). | Carl Hetherington | |
| 2024-07-09 | Add missing ID. | Carl Hetherington | |
| 2024-07-09 | Rename Add reel -> Add reel boundary. | Carl Hetherington | |
| 2024-07-09 | Supporters update.v2.16.89 | Carl Hetherington | |
| 2024-07-09 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-07-06 | Supporters update. | Carl Hetherington | |
| 2024-07-06 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-06-30 | Allow variant to hide all credits. | Carl Hetherington | |
| 2024-06-30 | Make DCPoMatic compatible with ICU >= 75 | Benjamin Radel | |
| ICU >= 75 uses c++17 features and therefore requires compilation with -std=c++17. However, this causes some namespace issues in src/wx/file_picker_ctrl.cc and src/wx/film_name_location_dialog.cc between boost::optional, boost::filesystem and the corresponding names from the std lib. The patch fixes this namespace issues and adds a version check in wscript to enable compilation with c++17, if icu >= 75 is detected. | |||
