| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-10 | Use dcp::compose rather than our own.compose | Carl Hetherington | |
| 2021-07-09 | C++11 tidying. | Carl Hetherington | |
| 2021-07-09 | Fix strange layout problems with the content sub panels (#2059). | Carl Hetherington | |
| It seems that if Layout() is called on a sizer inside a wxScrolledWindow when that window is scrolled, things go wrong. Work around this by wrapping calls to Layout(). | |||
| 2021-07-08 | Take account of changes to default directory for new DCPs (#2058). | Carl Hetherington | |
| Instead of always using the last directory in the new film dialog, only use it when it was explicitly changed by the user. | |||
| 2021-07-08 | C++11 tidying. | Carl Hetherington | |
| 2021-07-05 | Tidy a little and use some std::vector instead of raw arrays. | Carl Hetherington | |
| 2021-07-05 | Fix alignment. | Carl Hetherington | |
| 2021-07-05 | Use dcp::file_to_string(). | Carl Hetherington | |
| 2021-07-05 | Use unique_ptr. | Carl Hetherington | |
| 2021-07-05 | C++11 tidying. | Carl Hetherington | |
| 2021-07-04 | C++11 tidying. | Carl Hetherington | |
| 2021-07-03 | Use std::vector rather than a raw array. | Carl Hetherington | |
| 2021-07-03 | C++11 tidying. | Carl Hetherington | |
| 2021-07-02 | Don't abort the update checker thread when one curl_easy_perform fails. | Carl Hetherington | |
| 2021-07-01 | Fix race. | Carl Hetherington | |
| 2021-07-01 | C++11 tidying. | Carl Hetherington | |
| 2021-07-01 | Remove unused variable. | Carl Hetherington | |
| 2021-06-29 | Update dialog layout fixes. | Carl Hetherington | |
| 2021-06-29 | C++11 tidying. | Carl Hetherington | |
| 2021-06-29 | Fix confusing black padding in GUI dark mode (#2053). | Carl Hetherington | |
| 2021-06-28 | Update task bar icon when GUI theme changes (#1986). | Carl Hetherington | |
| We have to keep the StatusDialog around the whole time as it seems to be the only thing we have that can receive wxEVT_SYS_COLOUR_CHANGED. | |||
| 2021-06-28 | C++11 tidying. | Carl Hetherington | |
| 2021-06-25 | Extract gui_is_dark() to wx_util. | Carl Hetherington | |
| 2021-06-25 | Make white/black versions of server icon. | Carl Hetherington | |
| 2021-06-24 | Fix incorrect timestamps when exporting as reels (#2052).v2.15.155 | Carl Hetherington | |
| 2021-06-24 | Fix incorrect issuer/creator in CPL files. | Carl Hetherington | |
| 2021-06-23 | Improve some error messages. | Carl Hetherington | |
| 2021-06-23 | Add some more DecodeError constructors. | Carl Hetherington | |
| 2021-06-22 | C++11 cleanup. | 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-06-13 | Ignore incoming data when suspended. | Carl Hetherington | |
| Otherwise, for example, some content can be moved and before the pieces have been re-created some video can arrive. Then the video's position will be calculated using the content's new position, causing an apparently big gap in the video which is filled in with black. These extra black frames cause the video buffers to fill up without any audio. | |||
| 2021-06-13 | Comment fixes. | Carl Hetherington | |
| 2021-06-12 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-06-12 | Offer all KDM types no matter what standard is in use. | Carl Hetherington | |
| A user reports that on a Barco system they needed to use a "DCI Specific" KDM with an Interop DCP. | |||
| 2021-06-07 | pot/merge. | Carl Hetherington | |
| 2021-06-07 | Use "Colour" not "Colour conversion" as a label name.osx-alignment | Carl Hetherington | |
| In English, at least, the excessive length of this label really screws up the layout. | |||
| 2021-06-07 | Fix link icons on macOS. | Carl Hetherington | |
| 2021-06-07 | macOS alignment fix (#2039). | Carl Hetherington | |
| 2021-06-07 | Add DCPOMATIC_CHOICE_TOP_PAD. | Carl Hetherington | |
| 2021-06-07 | macOS alignment fixes (#2045). | Carl Hetherington | |
| 2021-06-07 | Fix alignment of labels on macOS (#2043). | Carl Hetherington | |
| 2021-06-06 | Fix alignment of mail protocol control (#2042). | Carl Hetherington | |
| 2021-06-06 | Use bitmap_path() and wxBITMAP_TYPE_PNG (not _RESOURCE) to allow prefs to ↵ | Carl Hetherington | |
| work with in-tree builds. | |||
| 2021-06-06 | Cleanup: use bitmap_path(). | Carl Hetherington | |
| 2021-06-06 | Improve alignment of audio language controls (#2040). | Carl Hetherington | |
| 2021-06-06 | Add DCPOMATIC_CHECKBOX_BOTTOM_PAD. | Carl Hetherington | |
| 2021-06-06 | Shrink width of timecode entries on macOS (#2041). | Carl Hetherington | |
| 2021-06-05 | Give an error if a non-DCP folder is selected for DCP writing (#2024). | Carl Hetherington | |
| 2021-06-04 | Fix errors when seeking FFmpeg for some formats. | Carl Hetherington | |
| The comments discuss this in a bit more depth, but basically we see errors from avcodec_send_packet after seek. ffplay etc. seem basically to ignore all errors from avcodec_send_packet, and I can't find a "proper" fix, so here's a half-way house hack: ignore some errors after seek. Nasty. | |||
