| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-11 | Fix build error on Ubuntu 16.04. | Carl Hetherington | |
| 2026-02-02 | Remember where the last editor DCP was opened from. | Carl Hetherington | |
| 2025-12-17 | Refactor EditableList to take a new pair of functors for new/edit operations. | Carl Hetherington | |
| In the future this will allow more intricate text displays in EditableLists. | |||
| 2025-11-09 | Preserve CPL/PKL filenames in the editor (#3109). | Carl Hetherington | |
| 2025-09-24 | Sign DCPs when saving them out of the editor. | Carl Hetherington | |
| 2025-09-06 | Cleanup: assume DCPOMATIC_SPIN_CTRL_WIDTH. | Carl Hetherington | |
| 2025-05-27 | Move i18n setup into 3 separate platform files. | Carl Hetherington | |
| 2025-05-27 | Put wx::report_problem() in a dcpomatic namespace. | Carl Hetherington | |
| 2025-05-08 | Add PKL editing to the editor (#3024). | Carl Hetherington | |
| 2025-05-03 | Fix bad format string (#3022). | Carl Hetherington | |
| 2025-02-22 | Return std::vector instead of boost::optional from the EditableList dialog. | Carl Hetherington | |
| It's a bit clumsy, as returning more than one thing only makes sense when adding (not when editing), but allowing both optional and vector with template voodoo seems awkward (at least with C++11). | |||
| 2024-11-28 | Fix size of spin controls in the editor. | Carl Hetherington | |
| 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 | Fix wx_to_std -> std_to_wx reversal. | Carl Hetherington | |
| 2024-09-03 | Fix missing i18n markup. | Carl Hetherington | |
| 2024-09-03 | Remove some implicit conversions between wxString and std::string. | Carl Hetherington | |
| 2024-09-03 | Adapt to some libdcp class renaming to allow open captions/closed subtitles. | Carl Hetherington | |
| 2024-04-26 | Allow customisation of error report email address. | Carl Hetherington | |
| 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 | |
| 2024-01-11 | Attempt to rationalise menu IDs and avoid duplicates. | Carl Hetherington | |
| 2023-06-05 | Cope with bad DCPs better in the editor. | Carl Hetherington | |
| 2023-06-05 | Fix sizing of editor's reel dialog. | Carl Hetherington | |
| 2023-04-25 | Don't use wx_ptr for the splash screen. | Carl Hetherington | |
| Using wx_ptr in the wxApp object seems bad because in ~App wxWidgets deletes all top-level windows in `DeleteAllTLWs` so if ~wx_ptr then tries to destroy them we get a use-after-free. | |||
| 2023-01-27 | More stack-allocated Dialog objects. | Carl Hetherington | |
| 2023-01-15 | Use wx_ptr for the splash screen. | Carl Hetherington | |
| 2022-12-10 | Extract constants.h | Carl Hetherington | |
| 2022-09-01 | Fix two more badly-adapted instantiations of EditableList and make | Carl Hetherington | |
| it harder to make similar errors in the future. | |||
| 2022-04-29 | Add a simple DCP editor. | Carl Hetherington | |
