summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.cc
AgeCommit message (Expand)Author
2021-07-10Use dcp::compose rather than our own.composeCarl 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
2021-01-07std::shared_ptrCarl Hetherington
2020-11-24Fix uninitialised variable.Carl Hetherington
2020-10-20Try to improve splitter behaviour when shrinking and then enlargingCarl Hetherington
2020-10-20Move the LimitedSplitter constructor into the .cc file.Carl Hetherington
2020-10-20Move contents of ContentPanel::first_shown into LimitedSplitter.Carl Hetherington
2020-10-20Move LimitedSplitter into the header file.Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-08-07Fix layout bug where the stuff in the content panel would be completelyCarl Hetherington
2019-10-14Remove unused bits.Carl Hetherington
2019-10-14Remove an optimisation to not run the body of ContentPanel::check_selectionCarl Hetherington
2019-09-05Stop double-click on the splitter divider from doing anything (#1601).v2.15.17Carl Hetherington
2019-07-08Fix flicker in timeline view when selecting (in some cases).Carl Hetherington
2019-05-31Add playhead line to timeline (#1563).Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-03Fix/workaround crash:Carl Hetherington
2019-03-25Remove nasty border from wxSplitterWindow.Carl Hetherington
2019-03-10Try to stop the content list getting so small that buttons disappear.Carl Hetherington
2019-03-03Remove some debugging code.Carl Hetherington
2019-01-10Fix another crash on close.Carl Hetherington
2019-01-10Add File->Close to main DCP-o-matic (#1180).Carl Hetherington
2019-01-09Try a draggable splitter in the LHS.Carl Hetherington
2019-01-09Hopefully improve layout on high-resolution displays (#1303).Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-11-27White space.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-09-11FilmViewer API tidying.Carl Hetherington
2018-09-11Separate out management of controls.Carl Hetherington
2018-09-11Partial split of film viewer.Carl Hetherington
2018-08-19Work around visual glitch when clicking on an already-selectedv2.13.43Carl Hetherington
2018-08-19Remove unnecessary set_film call.Carl Hetherington
2018-08-18Destroy and re-create content sub-panels as required; fixes weirdCarl Hetherington
2018-08-12Set up selection when opening timeline.Carl Hetherington
2018-08-12Punt jump-to-selected to a UI idle handler.Carl Hetherington
2018-07-25Restore AWOL timing panel.Carl Hetherington
2018-07-24Don't start with all possible content tabs visible.Carl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
2018-07-22Display only required tabs, including subs / ccap.Carl Hetherington
2018-07-21Basics of multiple captions per content so that DCPContent canCarl Hetherington