| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-06-25 | Fix assertion failure after removing content. | Carl Hetherington | |
| Adding, say, 10 items of content, removing the last 8 and then clicking somewhere in the content list would cause OnGetItem{Text,Attr} to be called with a high index (as if the items had not yet been removed). | |||
| 2024-04-21 | Extract all uses of DCP-o-matic name to allow branding. | Carl Hetherington | |
| 2024-03-12 | Rename TimelineDialog -> ContentTimelineDialog. | Carl Hetherington | |
| 2024-01-16 | Remember some more paths when selecting files (#2728). | Carl Hetherington | |
| * export subtitles * export video * debug log * cinema database * config file | |||
| 2024-01-09 | Move ScopeGuard into libdcp. | Carl Hetherington | |
| 2023-11-11 | Move add_files_override_path to film_util | Carl Hetherington | |
| 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-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use nullptr. | Carl Hetherington | |
| 2023-06-16 | Fix crash when pressing Ctrl+T with no content (#2563). | Carl Hetherington | |
| 2023-06-16 | Improve some tooltips (#2560). | Carl Hetherington | |
| 2023-04-25 | Cleanup: remove some unnecessary includes. | Carl Hetherington | |
| 2023-01-19 | Simplify and fix up selection code for the content list (#2428). | Carl Hetherington | |
| This has been broken for a while, I think since the ContentListCtrl was added (overriding wxListCtrl) which stopped the GetItemData stuff working. | |||
| 2023-01-19 | Use ScopeGuard for _no_check_selection | Carl Hetherington | |
| 2023-01-18 | Cleanup: stack-allocated dialogs. | Carl Hetherington | |
| 2023-01-16 | Use wx_ptr more. | Carl Hetherington | |
| 2023-01-14 | Add wx_ptr and use it instead of ScopeGuard in a lot of places. | Carl Hetherington | |
| 2023-01-14 | Add options for where the add files dialog starts (#2413). | Carl Hetherington | |
| 2023-01-14 | Use FileDialog for adding content files. | Carl Hetherington | |
| 2023-01-14 | Use more ScopeGuards. | Carl Hetherington | |
| 2023-01-03 | Generalise add_files_path to initial_paths(). | Carl Hetherington | |
| 2022-12-05 | Use the same default folder for add DCP as add files (#2348). | Carl Hetherington | |
| 2022-12-05 | Cleanup: use ScopeGuard. | Carl Hetherington | |
| 2022-12-05 | Use the same default folder for add folder as add files (#2348). | Carl Hetherington | |
| 2022-12-05 | Cleanup: use ScopeGuard. | Carl Hetherington | |
| 2022-11-26 | Noisy change to get film into AudioContent::modify_trim_start(). | Carl Hetherington | |
| 2022-10-14 | Ellipsize content names in the middle (#2350). | Carl Hetherington | |
| 2022-10-14 | Save and restore sash positions in the main DoM. | Carl Hetherington | |
| 2022-10-14 | Allow dragging of the border between the controls and the preview (#2350). | Carl Hetherington | |
| 2022-10-14 | Rename LimitedSplitter -> LimitedContentPanelSplitter. | Carl Hetherington | |
| 2022-10-14 | Cleanup: move LimitedSplitter out of the header. | Carl Hetherington | |
| 2022-10-14 | Cleanup: use simpler ownership for FilmViewer. | Carl Hetherington | |
| 2022-10-05 | Support drag and drop onto the content list (#1220).v2.16.29 | Carl Hetherington | |
| 2022-09-28 | Replace directory with folder in some messages. | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in ContentPanel. | Carl Hetherington | |
| 2022-09-15 | Fix some spelling mistakes (mostly in comments). | Carl Hetherington | |
| 2022-07-11 | Use a vector rather than a list when returning from content_factory(). | Carl Hetherington | |
| 2022-06-09 | Fix strange multi-selection behaviour on Linux (#2269). | Carl Hetherington | |
| It seems that all of a sudden the behaviour of wxListCtrl's selection is strange (on Linux at least). If a list item is selected by some other action (e.g. selection in the timeline) and then you click another directly in the list, both are selected. This "fix" seems to work on Linux at least - also setting wxLIST_STATE_FOCUSED as well as wxLIST_STATE_SELECTED. I don't know why this works. | |||
| 2022-06-06 | Make jump-to-first-subtitle also work with DCP subs. | Carl Hetherington | |
| 2022-04-29 | Primitive auto-crop (#1477). | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-21 | Tidying. | Carl Hetherington | |
| 2022-03-28 | Remove strange proportion values when adding content buttons. | Carl Hetherington | |
| These seemed to cause the buttons to appear in strange places in some cases. | |||
| 2021-10-03 | Remove unused using statement. | Carl Hetherington | |
| 2021-08-12 | Fix flickering black square when selecting content on Windows (#1866). | Carl Hetherington | |
| 2021-06-21 | Remember the path used for "add files" (#2049). | Carl Hetherington | |
| Also default to the home directory rather than where DoM was run from, or something equally unhelpful. | |||
| 2021-06-21 | Use std::vector for add_files. | Carl Hetherington | |
