| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-11 | Use a vector rather than a list when returning from content_factory(). | Carl Hetherington | |
| 2022-06-09 | Fix strange multi-selection behaviour on Linux (#2269). | Carl Hetherington | |
| It seems that all of a sudden the behaviour of wxListCtrl's selection is strange (on Linux at least). If a list item is selected by some other action (e.g. selection in the timeline) and then you click another directly in the list, both are selected. This "fix" seems to work on Linux at least - also setting wxLIST_STATE_FOCUSED as well as wxLIST_STATE_SELECTED. I don't know why this works. | |||
| 2022-06-06 | Make jump-to-first-subtitle also work with DCP subs. | Carl Hetherington | |
| 2022-04-29 | Primitive auto-crop (#1477). | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-21 | Tidying. | Carl Hetherington | |
| 2022-03-28 | Remove strange proportion values when adding content buttons. | Carl Hetherington | |
| These seemed to cause the buttons to appear in strange places in some cases. | |||
| 2021-10-03 | Remove unused using statement. | Carl Hetherington | |
| 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 | |
