Missing include.
[dcpomatic.git] / src / lib / cross_windows.cc
2022-05-09 Carl HetheringtonMissing include.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-04-17 Carl HetheringtonRemove some commented-out code.
2022-03-09 Carl HetheringtonImprove ratings dialog to allow only valid values ...
2022-03-08 Carl HetheringtonFix home_directory() with non-US-English pathnames...
2021-11-13 Carl HetheringtonFix failure to load DCPs from SMB shares (#2123).
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-26 Carl HetheringtonPrefer %userprofile% to %homedrive% and %homepath%...
2021-09-21 Carl HetheringtonOnly define UNICODE in src/lib/{cross_windows,util...
2021-09-21 Carl HetheringtonMove 'show in file manager' code to cross_*
2021-05-11 Carl HetheringtonDon't apply the Windows long path fix twice. v2.15.147
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-08 Carl HetheringtonAdd get_process_id()
2020-11-25 Carl HetheringtonRemove unused method.
2020-10-13 Carl HetheringtonStop the Windows version of run_ffprobe manipulating...
2020-10-13 Carl HetheringtonStop run_ffprobe from changing the current working...
2020-09-27 Carl HetheringtonAdd missing tags_path() for Windows and macOS.
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-09-14 Carl HetheringtonAdd xsd_path() and use it to fix access to .xsd files...
2020-08-04 Carl HetheringtonFix typo.
2020-08-04 Carl HetheringtonRemove some debugging code.
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-04-29 Carl HetheringtonRevert mac rdisk vs disk stuff as I'm not convinced...
2020-04-27 Carl HetheringtonExperimental use of /dev/rdisk rather than /dev/disk...
2020-04-12 Carl HetheringtonSupport unmounting on macOS and Windows. v2.15.51
2020-04-06 Carl HetheringtonAdd DCPOMATIC_DISK define and don't build stuff needing... v2.15.49
2020-04-06 Carl HetheringtonRemove duplicate Drive::description. v2.15.48
2020-04-06 Carl HetheringtonAdd disk writer tool.