| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-02 | Rename config_dialog.{cc,h} -> preferences_page.{cc,h} | Carl Hetherington | |
| Also trim some includes. | |||
| 2025-03-02 | Move General preferences tab parent to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Sound preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Locations preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Keys preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Move config file location config up to the general dialogue. | Carl Hetherington | |
| 2025-03-01 | Put some preferences stuff into a namespace. | Carl Hetherington | |
| 2025-03-01 | White space: config_dialog.{cc,h} | Carl Hetherington | |
| 2025-03-01 | Move CertificateChainEditor to its own files and format white space. | Carl Hetherington | |
| 2025-02-11 | Revert "Add stubs for Georgian (ka_KA) language support." | Carl Hetherington | |
| This reverts commit b5cecdd0ee7c75388d95e2f987538fe88c23893a. I added this for somebody but no apparently translations were ever forthcoming, so remove it again. | |||
| 2025-02-09 | Add better wildcards for loading certificates and keys. | Carl Hetherington | |
| 2025-02-09 | Remove some make_wx. | Carl Hetherington | |
| 2025-01-05 | Bump libdcp for raw_convert changes. | Carl Hetherington | |
| raw_convert<string> is gone, so here we use fmt::{to_string,format} instead. Other raw_converts now use fast_float. | |||
| 2024-09-13 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-09-03 | Fix a few places where we should use dcp::File::open_error() | Carl Hetherington | |
| to get a more accurate error number on Windows. | |||
| 2024-09-03 | Remove use of wxT in favour of char_to_wx(). | Carl Hetherington | |
| The wxWidgets docs advise against its use these days. | |||
| 2024-09-03 | Remove some implicit conversions between wxString and std::string. | 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 | 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-04-21 | Rename Encoder -> FilmEncoder, and subclasses. | Carl Hetherington | |
| 2024-04-21 | Extract all uses of DCP-o-matic name to allow branding. | Carl Hetherington | |
| 2023-12-24 | Add stubs for fa_IR (Farsi/Persian).v2.16.71 | Carl Hetherington | |
| 2023-11-30 | Support RtAudio >= 6. | Carl Hetherington | |
| There's an API break, mostly about removing the use of exceptions. | |||
| 2023-10-09 | Use dcp::filesystem to wrap filesystem calls and fix_long_path | Carl Hetherington | |
| anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems. | |||
| 2023-07-24 | Add stubs for Georgian (ka_KA) language support. | Carl Hetherington | |
| 2023-04-25 | Cleanup: remove some unnecessary includes. | Carl Hetherington | |
| 2023-02-19 | Remove scrolling in AudioMappingView. | Carl Hetherington | |
| In the audio panel it was a bit weird to have part of the panel scrollable when the whole video panel is. Now both video and audio panels scroll. You lose the "always there" view of the audio processing summary but I think this is outweighed by the scrolling simplicity. I also suspect it may make things behave better on "short" screens. | |||
| 2023-01-14 | Add wx_ptr and use it instead of ScopeGuard in a lot of places. | Carl Hetherington | |
| 2023-01-14 | Use more ScopeGuards. | Carl Hetherington | |
| 2022-12-10 | Extract constants.h | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2022-10-18 | Use slightly better icons for macOS prefs in dark mode. | Carl Hetherington | |
| 2022-08-26 | Template hu_HU translation. | Carl Hetherington | |
| 2022-07-20 | Change bitmap_path to take a full name with extension. | Carl Hetherington | |
| 2022-07-08 | Support sl_SI (Slovenian) translation. | Carl Hetherington | |
| 2022-05-05 | Use dcp::File in DCP-o-matic (#2231). | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-02-14 | Add re-make signing certificates button to the main config page. | Carl Hetherington | |
| 2022-02-14 | Move some logic from the caller into MakeChainDialog. | Carl Hetherington | |
| 2022-02-12 | Go back to 10-year certificate validity periods (#2174). | Carl Hetherington | |
| 2022-01-18 | Shrink size of audio map. | Carl Hetherington | |
| 2022-01-16 | Don't offer the tr_TR translation as it is very limited. | Carl Hetherington | |
| 2021-11-30 | Be a little more careful to handle exceptions from boost::filesystem::file_size | Carl Hetherington | |
| There has been a report of file_size throwing an exception and crashing DCP-o-matic, but I haven't been able to reproduce it yet (possibly related to there being missing content files). | |||
| 2021-11-28 | Fix some truncated headings. | Carl Hetherington | |
| 2021-06-06 | Use bitmap_path() and wxBITMAP_TYPE_PNG (not _RESOURCE) to allow prefs to ↵ | Carl Hetherington | |
| work with in-tree builds. | |||
| 2021-05-28 | Mark some strings that should not be translated; thanks to Adam Klotblixt. | Carl Hetherington | |
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
