| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-03 | Add preference for default KDM duration (#2224). | Carl Hetherington | |
| 2022-05-02 | Fix colour of preview when there is no film loaded. | Carl Hetherington | |
| 2022-05-02 | It doesn't seem necessary to use shared_ptr for the DCPVideo queue in ↵v2.16.x-old | Carl Hetherington | |
| J2KEncoder. | |||
| 2022-05-02 | Extract and improve code to find missing files (#1940). | Carl Hetherington | |
| 2022-05-02 | C++11 / sorting cleanups. | Carl Hetherington | |
| 2022-05-02 | Extract simple_digest(). | Carl Hetherington | |
| 2022-05-02 | Replace some raw arrays with std::vectors. | Carl Hetherington | |
| 2022-05-02 | Add more filenames to content properties (#2120). | Carl Hetherington | |
| 2022-05-02 | Add CPL_FILENAME variable for cover sheets (#2107). | Carl Hetherington | |
| 2022-05-02 | C++11 tidying. | Carl Hetherington | |
| 2022-05-01 | Make sure that crop preview rectangle is properly hidden when we close the ↵ | Carl Hetherington | |
| auto crop dialog. | |||
| 2022-05-01 | Fix the alignment of the current position in the playback controls. | Carl Hetherington | |
| 2022-04-30 | Another macOS build fix. | Carl Hetherington | |
| 2022-04-30 | Fix macOS build. | Carl Hetherington | |
| 2022-04-29 | Add a simple DCP editor. | Carl Hetherington | |
| 2022-04-29 | Use explicit parameters to the EditableList constructor, and allow | Carl Hetherington | |
| arbitrary new/edit/remove button combinations to be used. | |||
| 2022-04-29 | C++11 tidying. | Carl Hetherington | |
| 2022-04-29 | Fix (I think) some strange situations where ::get() on dialogs | Carl Hetherington | |
| used by EditableList would return something that wasn't a optional<> but would then get implicitly cast to one. Now we have a static_assert to check that the type is what we expect. | |||
| 2022-04-29 | Supporters update. | Carl Hetherington | |
| 2022-04-29 | Hide some more warnings. | Carl Hetherington | |
| 2022-04-29 | Hide some warnings. | Carl Hetherington | |
| 2022-04-29 | Put * in the title bar when the DCP-o-matic project is modified (#1938). | Carl Hetherington | |
| 2022-04-29 | Set window title based on the directory from Film. | Carl Hetherington | |
| 2022-04-29 | Add Film::set_dirty(). | Carl Hetherington | |
| 2022-04-29 | Remove unused lambda capture. | Carl Hetherington | |
| 2022-04-29 | Primitive auto-crop (#1477). | Carl Hetherington | |
| 2022-04-29 | Try to make the GL code a little clearer. | Carl Hetherington | |
| 2022-04-29 | Rename border line to outline content. | Carl Hetherington | |
| 2022-04-29 | Tweak content menu ordering. | Carl Hetherington | |
| 2022-04-29 | Add guess_crop(). | Carl Hetherington | |
| 2022-04-29 | Basic display of markers above the playback timeline (#1921). | Carl Hetherington | |
| 2022-04-29 | Extract marker strings out to a separate method. | Carl Hetherington | |
| 2022-04-29 | Fix a load of stuff that wasn't being freed on close. | Carl Hetherington | |
| Nothing really that important, but it cleans up the valgrind leak check reports. | |||
| 2022-04-29 | Add option to save a player frame to a file (#2133). | Carl Hetherington | |
| 2022-04-29 | Add image_as_jpeg() | Carl Hetherington | |
| 2022-04-29 | Move Image::as_png() out to image_as_png(). | Carl Hetherington | |
| 2022-04-29 | Remove unnecessary method. | Carl Hetherington | |
| 2022-04-29 | Allow 96kHz audio as an advanced option (#1789). | Carl Hetherington | |
| 2022-04-28 | Handle multiple bitmap subtitles at the same time correctly (#2239). | Carl Hetherington | |
| Previously if there were two images at the same time we would start them both, then the stop time would be set in the second one but not the first. This meant that the first one would hang around forever. | |||
| 2022-04-28 | Tidying. | Carl Hetherington | |
| 2022-04-28 | Allow ContentBitmapText to contain multiple BitmapText objects. | Carl Hetherington | |
| 2022-04-28 | Improve some variable names. | Carl Hetherington | |
| 2022-04-28 | Make emit_bitmap_start take a ContentBitmapText. | Carl Hetherington | |
| 2022-04-23 | Fix Windows build. | Carl Hetherington | |
| 2022-04-22 | And another missed warnings.h | Carl Hetherington | |
| 2022-04-22 | Missing warnings.h include fix. | Carl Hetherington | |
| 2022-04-22 | Improve rejection of "crazy" frame rates (#2238). | Carl Hetherington | |
| Firstly, look for other video streams even if one is not suitable. Secondly, ignore very low frame rates as well as very high ones. | |||
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-22 | Revert "Adjust handling of -Wsuggest-override" | Carl Hetherington | |
| This reverts commit e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c. I misunderstood what was going on, and we were just missing some DCPOMATIC_{DIS,EN}ABLE_WARNINGS calls. | |||
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
