summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.cc
AgeCommit message (Expand)Author
2025-12-20Speed up removing multiple pieces of content at the same time.Carl Hetherington
2025-07-15Examine multiple single files in one go.Carl Hetherington
2025-07-15Change Film::examine_and_add_content to take a vector of content.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-05-10White space: content_panel.ccCarl Hetherington
2025-03-05Report content as having missing files also if there are missing fonts.Carl Hetherington
2025-03-05Replace Content::paths_valid() with a free utility function.Carl Hetherington
2025-02-25Fix misunderstanding of wxDialog lifetime handling.Carl Hetherington
2025-02-09Remove unnecessary wx_ptrCarl Hetherington
2025-01-14Put film_util methods in a namespace.Carl Hetherington
2024-11-20Merge branch 'main' into v2.17.xCarl Hetherington
2024-11-17Fix multi-selection of content.v2.16.98Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-06-25Fix assertion failure after removing content.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-03-12Rename TimelineDialog -> ContentTimelineDialog.Carl Hetherington
2024-01-16Remember some more paths when selecting files (#2728).Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2023-11-11Move add_files_override_path to film_utilCarl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2023-08-09Cleanup: use nullptr.Carl Hetherington
2023-06-16Fix crash when pressing Ctrl+T with no content (#2563).Carl Hetherington
2023-06-16Improve some tooltips (#2560).Carl Hetherington
2023-04-25Cleanup: remove some unnecessary includes.Carl Hetherington
2023-01-19Simplify and fix up selection code for the content list (#2428).Carl Hetherington
2023-01-19Use ScopeGuard for _no_check_selectionCarl Hetherington
2023-01-18Cleanup: stack-allocated dialogs.Carl Hetherington
2023-01-16Use wx_ptr more.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Add options for where the add files dialog starts (#2413).Carl Hetherington
2023-01-14Use FileDialog for adding content files.Carl Hetherington
2023-01-14Use more ScopeGuards.Carl Hetherington
2023-01-03Generalise add_files_path to initial_paths().Carl Hetherington
2022-12-05Use the same default folder for add DCP as add files (#2348).Carl Hetherington
2022-12-05Cleanup: use ScopeGuard.Carl Hetherington
2022-12-05Use the same default folder for add folder as add files (#2348).Carl Hetherington
2022-12-05Cleanup: use ScopeGuard.Carl Hetherington
2022-11-26Noisy change to get film into AudioContent::modify_trim_start().Carl Hetherington
2022-10-14Ellipsize content names in the middle (#2350).Carl Hetherington
2022-10-14Save and restore sash positions in the main DoM.Carl Hetherington
2022-10-14Allow dragging of the border between the controls and the preview (#2350).Carl Hetherington
2022-10-14Rename LimitedSplitter -> LimitedContentPanelSplitter.Carl Hetherington
2022-10-14Cleanup: move LimitedSplitter out of the header.Carl Hetherington
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-10-05Support drag and drop onto the content list (#1220).v2.16.29Carl Hetherington
2022-09-28Replace directory with folder in some messages.Carl Hetherington
2022-09-27Use EnumIndexedVector in ContentPanel.Carl Hetherington
2022-09-15Fix some spelling mistakes (mostly in comments).Carl Hetherington