| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-05 | Cleanup: can now remove the _NC log variants. | Carl Hetherington | |
| 2025-10-15 | Fix macOS compile error and try to make display sleep work there. | Carl Hetherington | |
| 2025-10-10 | Allow Waker to keep different things awake for different reasons. | Carl Hetherington | |
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2025-07-10 | Convert some paths to string. | Carl Hetherington | |
| 2025-05-19 | Tidy up finding required files during tests. | Carl Hetherington | |
| In particular, prefer not to use lots of fallback attempts. It seems that something funny is going on with how we find Liberation Sans on Linux, meaning that we were sometimes using the OS copy of the font when we didn't mean to. | |||
| 2025-01-21 | White space: cross{_osx,_windows,_common}.cc cross.h | Carl Hetherington | |
| 2025-01-07 | Cleanup: simplify mount_point() to just is_mounted(). | Carl Hetherington | |
| I think that's all we need. | |||
| 2025-01-07 | Fix failure to unmount drives when one of their partitions is mounted (#2927). | Carl Hetherington | |
| 2025-01-07 | Move OSXDisk out of common header. | Carl Hetherington | |
| 2025-01-07 | Store bsd_name in the OSXDisk struct. | Carl Hetherington | |
| 2025-01-05 | Remove some unused includes. | Carl Hetherington | |
| 2024-04-21 | Extract all uses of DCP-o-matic name to allow branding. | Carl Hetherington | |
| 2024-02-04 | Use a simpler way to decide what devices we could write to on macOS. | Carl Hetherington | |
| This basically involves the kDADiskDescriptionDeviceInternalKey, kDADiskDescriptionMediaRemovableKey and kDADiskDescriptionMediaWritableKey keys revealed by looking in https://github.com/balena-io-modules/drivelist.git | |||
| 2023-12-31 | Fix macOS build for previous. | Carl Hetherington | |
| 2023-12-31 | Better logging to help with #2701. | Carl Hetherington | |
| 2023-10-09 | Bump libdcp for new filesystem wrappers. | Carl Hetherington | |
| 2023-08-26 | Extend run_ffprobe to allow arguments and capture of stdout. | Carl Hetherington | |
| 2023-01-29 | Better logging in macOS unmount code. | Carl Hetherington | |
| 2023-01-29 | Increase unmount timeout to 5s - maybe... this is a bit of a guess. | Carl Hetherington | |
| 2022-05-11 | Move some common methods out to cross_unix.cc | 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-03-09 | Improve ratings dialog to allow only valid values (#2199). | Carl Hetherington | |
| 2022-03-08 | Cleanup: remove some unused usings. | Carl Hetherington | |
| 2022-01-19 | Adjust how macOS drives are analysed and add a couple of tests. | Carl Hetherington | |
| 2022-01-19 | Extract osx_disks_to_drives to cross_common for tests. | Carl Hetherington | |
| 2022-01-19 | Extract part of analyse_media_path to cross_common for tests. | Carl Hetherington | |
| 2022-01-16 | Fix directory_containing_executable() in some cases (#2163). | Carl Hetherington | |
| 2021-09-27 | Add config location versioning (#2090). | Carl Hetherington | |
| 2021-09-21 | Move 'show in file manager' code to cross_* | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
| 2021-04-23 | Fix fopen() on windows to cope with long filenames (part of #1755). | Carl Hetherington | |
| 2021-03-18 | Require boost 1.61.0 or above on Windows/macOS. | Carl Hetherington | |
| 2021-03-09 | Be more careful with some macOS API calls. | Carl Hetherington | |
| 2021-03-01 | Some tidying and be a bit more defensive. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-08 | Add get_process_id() | Carl Hetherington | |
| 2020-11-25 | Remove unused method. | Carl Hetherington | |
| 2020-11-06 | Fix start_player() on macOS (#1870).v2.15.107 | Carl Hetherington | |
| 2020-11-06 | Rename a variable and add some logging to start_tool on macOS. | Carl Hetherington | |
| 2020-09-27 | Add missing tags_path() for Windows and macOS. | Carl Hetherington | |
| 2020-09-14 | Rename shared_path -> resources_path. | Carl Hetherington | |
| 2020-09-14 | Add xsd_path() and use it to fix access to .xsd files on Linux (#1830). | Carl Hetherington | |
| 2020-07-27 | Fix some unused variable warnings on macOS. | Carl Hetherington | |
| 2020-07-26 | Various OSX warnings fixes. | Carl Hetherington | |
| 2020-06-04 | Clean up handling of paths relative to the executable. | Carl Hetherington | |
