Don't use --target-macos-arm64 any more, since it's not supported.
[dcpomatic.git] / src / wx / content_panel.cc
2024-01-16 Carl HetheringtonRemember some more paths when selecting files (#2728).
2024-01-09 Carl HetheringtonMove ScopeGuard into libdcp.
2023-11-11 Carl HetheringtonMove add_files_override_path to film_util
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-08-08 Carl HetheringtonCleanup: use nullptr.
2023-06-16 Carl HetheringtonFix crash when pressing Ctrl+T with no content (#2563).
2023-06-15 Carl HetheringtonImprove some tooltips (#2560).
2023-04-25 Carl HetheringtonCleanup: remove some unnecessary includes.
2023-01-18 Carl HetheringtonSimplify and fix up selection code for the content...
2023-01-18 Carl HetheringtonUse ScopeGuard for _no_check_selection
2023-01-18 Carl HetheringtonCleanup: stack-allocated dialogs.
2023-01-16 Carl HetheringtonUse wx_ptr more.
2023-01-14 Carl HetheringtonAdd wx_ptr and use it instead of ScopeGuard in a lot...
2023-01-13 Carl HetheringtonAdd options for where the add files dialog starts ...
2023-01-13 Carl HetheringtonUse FileDialog for adding content files.
2023-01-13 Carl HetheringtonUse more ScopeGuards.
2023-01-03 Carl HetheringtonGeneralise add_files_path to initial_paths().
2022-12-05 Carl HetheringtonUse the same default folder for add DCP as add files...
2022-12-05 Carl HetheringtonCleanup: use ScopeGuard.
2022-12-05 Carl HetheringtonUse the same default folder for add folder as add files...
2022-12-05 Carl HetheringtonCleanup: use ScopeGuard.
2022-11-25 Carl HetheringtonNoisy change to get film into AudioContent::modify_trim...
2022-10-14 Carl HetheringtonEllipsize content names in the middle (#2350).
2022-10-14 Carl HetheringtonSave and restore sash positions in the main DoM.
2022-10-14 Carl HetheringtonAllow dragging of the border between the controls and...
2022-10-14 Carl HetheringtonRename LimitedSplitter -> LimitedContentPanelSplitter.
2022-10-14 Carl HetheringtonCleanup: move LimitedSplitter out of the header.
2022-10-14 Carl HetheringtonCleanup: use simpler ownership for FilmViewer.
2022-10-04 Carl HetheringtonSupport drag and drop onto the content list (#1220). v2.16.29
2022-09-27 Carl HetheringtonReplace directory with folder in some messages.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in ContentPanel.
2022-09-14 Carl HetheringtonFix some spelling mistakes (mostly in comments).
2022-07-11 Carl HetheringtonUse a vector rather than a list when returning from...
2022-06-09 Carl HetheringtonFix strange multi-selection behaviour on Linux (#2269).
2022-06-06 Carl HetheringtonMake jump-to-first-subtitle also work with DCP subs.
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-03-28 Carl HetheringtonRemove strange proportion values when adding content...
2021-10-03 Carl HetheringtonRemove unused using statement.
2021-08-12 Carl HetheringtonFix flickering black square when selecting content...
2021-06-21 Carl HetheringtonRemember the path used for "add files" (#2049).
2021-06-21 Carl HetheringtonUse std::vector for add_files.
2021-04-04 Carl HetheringtonFix confusing error on trying to load a DoM project...
2021-04-04 Carl HetheringtonFormatting / C++11 tidying.
2021-03-20 Carl HetheringtonAdd select-all.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-09 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-24 Carl HetheringtonFix uninitialised variable.
2020-10-20 Carl HetheringtonTry to improve splitter behaviour when shrinking and...
2020-10-20 Carl HetheringtonMove the LimitedSplitter constructor into the .cc file.
2020-10-20 Carl HetheringtonMove contents of ContentPanel::first_shown into Limited...
2020-10-20 Carl HetheringtonMove LimitedSplitter into the header file.
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-07 Carl HetheringtonFix layout bug where the stuff in the content panel...
2019-10-14 Carl HetheringtonRemove unused bits.
2019-10-14 Carl HetheringtonRemove an optimisation to not run the body of ContentPa...
2019-09-04 Carl HetheringtonStop double-click on the splitter divider from doing... v2.15.17
2019-07-07 Carl HetheringtonFix flicker in timeline view when selecting (in some...
2019-05-31 Carl HetheringtonAdd playhead line to timeline (#1563).
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-03 Carl HetheringtonFix/workaround crash:
2019-03-25 Carl HetheringtonRemove nasty border from wxSplitterWindow.
2019-03-10 Carl HetheringtonTry to stop the content list getting so small that...
2019-03-03 Carl HetheringtonRemove some debugging code.
2019-01-10 Carl HetheringtonFix another crash on close.
2019-01-10 Carl HetheringtonAdd File->Close to main DCP-o-matic (#1180).
2019-01-09 Carl HetheringtonTry a draggable splitter in the LHS.
2019-01-09 Carl HetheringtonHopefully improve layout on high-resolution displays...
2018-12-08 Carl HetheringtonSupport buttons.
2018-11-27 Carl HetheringtonWhite space.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-09-11 Carl HetheringtonFilmViewer API tidying.
2018-09-11 Carl HetheringtonSeparate out management of controls.
2018-09-11 Carl HetheringtonPartial split of film viewer.
2018-08-19 Carl HetheringtonWork around visual glitch when clicking on an already... v2.13.43
2018-08-19 Carl HetheringtonRemove unnecessary set_film call.
2018-08-18 Carl HetheringtonDestroy and re-create content sub-panels as required...
2018-08-12 Carl HetheringtonSet up selection when opening timeline.
2018-08-12 Carl HetheringtonPunt jump-to-selected to a UI idle handler.
2018-07-25 Carl HetheringtonRestore AWOL timing panel.
2018-07-24 Carl HetheringtonDon't start with all possible content tabs visible.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonDisplay only required tabs, including subs / ccap.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonMore subtitle -> caption.
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonUI for selecting caption type.
2018-07-19 Carl HetheringtonPlainText -> PlainTextFile.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonMore renaming; text -> plain.
next