summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.cc
AgeCommit message (Expand)Author
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
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-06-09Fix strange multi-selection behaviour on Linux (#2269).Carl Hetherington
2022-06-06Make jump-to-first-subtitle also work with DCP subs.Carl Hetherington
2022-04-29Primitive auto-crop (#1477).Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2022-03-28Remove strange proportion values when adding content buttons.Carl Hetherington
2021-10-03Remove unused using statement.Carl Hetherington
2021-08-12Fix flickering black square when selecting content on Windows (#1866).Carl Hetherington
2021-06-21Remember the path used for "add files" (#2049).Carl Hetherington
2021-06-21Use std::vector for add_files.Carl Hetherington
2021-04-05Fix confusing error on trying to load a DoM project into the player (#1948).Carl Hetherington
2021-04-04Formatting / C++11 tidying.Carl Hetherington
2021-03-20Add select-all.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-09More c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington