| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-04-05 | Fix confusing error on trying to load a DoM project into the player (#1948). | Carl Hetherington | |
| 2021-04-04 | Formatting / C++11 tidying. | Carl Hetherington | |
| 2021-03-20 | Add select-all. | Carl Hetherington | |
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-09 | More c++ tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-11-24 | Fix uninitialised variable. | Carl Hetherington | |
| 2020-10-20 | Try to improve splitter behaviour when shrinking and then enlarging | Carl Hetherington | |
| the main window (#1839). | |||
| 2020-10-20 | Move the LimitedSplitter constructor into the .cc file. | Carl Hetherington | |
| 2020-10-20 | Move contents of ContentPanel::first_shown into LimitedSplitter. | Carl Hetherington | |
| 2020-10-20 | Move LimitedSplitter into the header file. | Carl Hetherington | |
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-08-07 | Fix layout bug where the stuff in the content panel would be completely | Carl Hetherington | |
| hidden in some cases (seen on Linux only, I think). wxDisplay::GetFromWindow sometimes returns -1 (perhaps when multiple monitors are connected) and we have to set the splitter position in this case. | |||
| 2019-10-14 | Remove unused bits. | Carl Hetherington | |
| 2019-10-14 | Remove an optimisation to not run the body of ContentPanel::check_selection | Carl Hetherington | |
| if it is called with an unchanged selection. It breaks updates of the available tabs when a OV is added to a VF DCP. | |||
| 2019-09-05 | Stop double-click on the splitter divider from doing anything (#1601).v2.15.17 | Carl Hetherington | |
| 2019-07-08 | Fix flicker in timeline view when selecting (in some cases). | Carl Hetherington | |
| 2019-05-31 | Add playhead line to timeline (#1563). | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-05-03 | Fix/workaround crash: | Carl Hetherington | |
| ../src/common/dpycmn.cpp(119): assert "n <GetCount ()" failed in wxDisplay (): An invalid index was passed to wxDisplay seen on Ubuntu 19.04; I can't reproduce it myself but the user reports that this fixes it. | |||
| 2019-03-25 | Remove nasty border from wxSplitterWindow. | Carl Hetherington | |
| 2019-03-10 | Try to stop the content list getting so small that buttons disappear. | Carl Hetherington | |
| 2019-03-03 | Remove some debugging code. | Carl Hetherington | |
| 2019-01-10 | Fix another crash on close. | Carl Hetherington | |
| 2019-01-10 | Add File->Close to main DCP-o-matic (#1180). | Carl Hetherington | |
| 2019-01-09 | Try a draggable splitter in the LHS. | Carl Hetherington | |
| 2019-01-09 | Hopefully improve layout on high-resolution displays (#1303). | Carl Hetherington | |
| 2018-12-08 | Support buttons. | Carl Hetherington | |
| 2018-11-27 | White space. | Carl Hetherington | |
| 2018-11-21 | Tidy and fix logging. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-09-11 | FilmViewer API tidying. | Carl Hetherington | |
| 2018-09-11 | Separate out management of controls. | Carl Hetherington | |
| 2018-09-11 | Partial split of film viewer. | Carl Hetherington | |
| 2018-08-19 | Work around visual glitch when clicking on an already-selectedv2.13.43 | Carl Hetherington | |
| piece of content; on Linux at least you get a deselected event then a selected event for that content. | |||
| 2018-08-19 | Remove unnecessary set_film call. | Carl Hetherington | |
| 2018-08-18 | Destroy and re-create content sub-panels as required; fixes weird | Carl Hetherington | |
| artefacts (unhidden bits of UI) on Windows/OS X. | |||
| 2018-08-12 | Set up selection when opening timeline. | Carl Hetherington | |
| 2018-08-12 | Punt jump-to-selected to a UI idle handler. | Carl Hetherington | |
| 2018-07-25 | Restore AWOL timing panel. | Carl Hetherington | |
| 2018-07-24 | Don't start with all possible content tabs visible. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-23 | More automated renaming. | Carl Hetherington | |
| ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType | |||
| 2018-07-22 | Display only required tabs, including subs / ccap. | Carl Hetherington | |
| 2018-07-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
